:root {
  --bg: #fbfaf7;
  --paper: rgba(255, 255, 255, 0.7);
  --ink: #202020;
  --heading-ink: #202020;
  --muted: #6f6b66;
  --line: rgba(31, 27, 24, 0.1);
  --purple: #8057ff;
  --purple-soft: rgba(128, 87, 255, 0.16);
  --section-heading-size: clamp(2.45rem, 3.55vw, 3.85rem);
  --section-heading-weight: 500;
  --section-heading-line: 1.02;
  --section-top-space: clamp(68px, 7.4vh, 92px);
  --section-bottom-space: clamp(44px, 5vh, 64px);
  --section-header-gap: clamp(38px, 4.8vh, 62px);
}

/* Active mobile refinement: scrollable hero-to-card transition. */
@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fbfaf7 !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
    background: #050505 !important;
  }

  .hero,
  .tool-sprawl,
  .mobile-animated-flow,
  .mobile-engine-flow,
  .mobile-intro-flow ~ section {
    display: none !important;
  }

  .mobile-intro-flow.mobile-intro-flow {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 216svh !important;
    height: 216dvh !important;
    min-height: 216svh !important;
    min-height: 216dvh !important;
    overflow: visible !important;
    background: #fbfaf7 !important;
    color: #fff !important;
    touch-action: pan-y;
  }

  .mobile-intro-stage.mobile-intro-stage {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    isolation: isolate;
    touch-action: pan-y;
  }

  .mobile-intro-media.mobile-intro-media {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      #050505
      url("https://images.pexels.com/videos/6248619/pexels-photo-6248619.jpeg?auto=compress&cs=tinysrgb&w=1000")
      center / cover no-repeat !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .mobile-intro-media.mobile-intro-media::before {
    display: none !important;
  }

  .mobile-intro-media.mobile-intro-media::after {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    content: "" !important;
    background:
      linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.04) 68%, rgba(0, 0, 0, 0.12) 100%),
      radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14) 78%) !important;
    pointer-events: none !important;
  }

  .mobile-intro-media.mobile-intro-media video,
  .mobile-intro-media.mobile-intro-media .mobile-hero-video {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition: opacity 360ms ease !important;
  }

  body.mobile-video-playing .mobile-intro-media.mobile-intro-media .mobile-hero-video.is-active {
    opacity: 1 !important;
  }

  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-panel,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-start-playback-button,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-appearance: none;
  }

  .mobile-intro-panel.mobile-intro-panel,
  .mobile-intro-hero.mobile-intro-hero {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .mobile-intro-hero-copy.mobile-intro-hero-copy {
    top: clamp(122px, 24dvh, 208px) !important;
  }

  .mobile-intro-icons.mobile-intro-icons {
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px)) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene {
    position: fixed !important;
    inset: 0 !important;
    z-index: 11 !important;
    display: block !important;
    overflow: hidden !important;
    background: #fbfaf7 !important;
    color: #202020 !important;
    opacity: 0;
    pointer-events: none !important;
    transform: translateY(12px);
  }

  body.mobile-workflow-view .mobile-workflow-scene.mobile-workflow-scene {
    opacity: var(--mobile-workflow-scene-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-scene-opacity, 0)) * 12px)) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene h2 {
    position: absolute !important;
    top: var(--mobile-workflow-heading-y, 88px) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: min(340px, calc(100vw - 48px)) !important;
    margin: 0 !important;
    color: #202020 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.95rem, 8.4vw, 2.72rem) !important;
    font-weight: 640 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    opacity: var(--mobile-workflow-heading-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-heading-opacity, 0)) * 10px)) !important;
    z-index: 3 !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene p {
    position: absolute !important;
    top: var(--mobile-workflow-subtitle-y, 610px) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: min(330px, calc(100vw - 48px)) !important;
    margin: 0 !important;
    color: rgba(32, 32, 32, 0.7) !important;
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif !important;
    font-size: clamp(0.95rem, 3.7vw, 1.08rem) !important;
    font-weight: 520 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    opacity: var(--mobile-workflow-subtitle-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-subtitle-opacity, 0)) * 10px)) !important;
    z-index: 3 !important;
  }

  .mobile-workflow-grid.mobile-workflow-grid {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
  }

  .mobile-workflow-card.mobile-workflow-card {
    position: absolute !important;
    display: block !important;
    overflow: hidden !important;
    width: var(--mobile-workflow-card-w, 158px) !important;
    height: var(--mobile-workflow-card-h, 160px) !important;
    border: 1px solid rgba(32, 32, 32, 0.06) !important;
    border-radius: 14px !important;
    object-fit: cover !important;
    opacity: var(--mobile-workflow-card-opacity, 0) !important;
    box-shadow: 0 12px 26px rgba(20, 20, 20, 0.1) !important;
    transform: translate(var(--card-x, 0), var(--card-y, 0)) scale(var(--mobile-workflow-card-scale, 0.975)) !important;
    transform-origin: 50% 50% !important;
  }

  body.mobile-workflow-view .mobile-intro-media.mobile-intro-media {
    z-index: 12 !important;
    transition: none !important;
  }

  body.mobile-workflow-view:not(.mobile-menu-open) .mobile-menu-toggle.mobile-menu-toggle {
    color: #202020 !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-intro-media.mobile-intro-media {
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* Final active mobile screen one. Keep this block last for mobile overrides. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow: hidden !important;
    background: #050505 !important;
  }

  .hero,
  .tool-sprawl,
  .mobile-animated-flow,
  .mobile-engine-flow,
  .mobile-intro-flow ~ section {
    display: none !important;
  }

  .mobile-intro-flow {
    display: block !important;
    position: relative !important;
    width: 100%;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    color: #fff !important;
  }

  .mobile-intro-stage {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    height: 100% !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    pointer-events: auto !important;
    isolation: isolate;
  }

  .mobile-intro-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #050505 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition:
      top 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      left 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      width 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      height 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      border-radius 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      box-shadow 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .mobile-intro-media::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    width: 58%;
    height: 42%;
    border-radius: 0 0 28px 0;
    background: #fff;
    content: "";
    opacity: 0;
    transition: opacity 240ms ease;
  }

  .mobile-intro-media.mobile-intro-media::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.16) 38%, rgba(0, 0, 0, 0.62)),
      radial-gradient(circle at 50% 36%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.42) 72%);
    pointer-events: none;
  }

  .mobile-intro-media .mobile-hero-video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  .mobile-menu-toggle {
    position: fixed !important;
    top: max(16px, calc(env(safe-area-inset-top) + 12px)) !important;
    left: max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
    z-index: 50 !important;
    display: grid !important;
    width: 36px;
    height: 32px;
    align-content: center;
    gap: 5px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    transform-origin: left center;
    transition:
      transform 220ms ease,
      opacity 160ms ease,
      width 160ms ease;
  }

  .mobile-menu-toggle:focus {
    outline: none;
  }

  .mobile-menu-toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.78);
    outline-offset: 5px;
  }

  .mobile-intro-panel,
  .mobile-intro-hero {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .mobile-intro-hero-copy {
    position: absolute !important;
    top: clamp(126px, 25dvh, 218px) !important;
    right: max(22px, calc(env(safe-area-inset-right) + 18px)) !important;
    left: max(22px, calc(env(safe-area-inset-left) + 18px)) !important;
    z-index: 12 !important;
    display: grid !important;
    justify-items: center;
    width: auto !important;
    text-align: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition:
      opacity 260ms ease,
      transform 320ms ease;
  }

  .mobile-intro-hero h1 {
    width: min(9.2em, 100%);
    max-width: none !important;
    margin: 0;
    color: #ffffff !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(2.34rem, 11vw, 3.36rem) !important;
    font-weight: 500;
    line-height: 0.98 !important;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow:
      0 2px 22px rgba(0, 0, 0, 0.58),
      0 0 18px rgba(255, 255, 255, 0.18);
  }

  .mobile-intro-actions {
    display: grid !important;
    gap: 14px;
    width: min(100%, 356px) !important;
    margin-top: clamp(24px, 4.2dvh, 34px) !important;
  }

  .mobile-intro-actions a {
    display: inline-flex !important;
    min-height: clamp(54px, 7dvh, 62px) !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #050505 !important;
    font-size: clamp(0.94rem, 3.9vw, 1.04rem);
    font-weight: 680;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .mobile-intro-actions a:first-child {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: #050505 !important;
    color: #ffffff !important;
  }

  .mobile-intro-actions a:last-child {
    border: 0;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #050505 !important;
  }

  .mobile-intro-icons {
    position: fixed !important;
    right: 0 !important;
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px)) !important;
    left: 0 !important;
    z-index: 12 !important;
    display: block !important;
    overflow: hidden !important;
    padding: 10px 0 4px;
    opacity: 1 !important;
    pointer-events: none;
    transform: none !important;
    transition:
      opacity 240ms ease,
      transform 320ms ease;
  }

  .mobile-intro-icon-track {
    display: flex !important;
    width: max-content !important;
    align-items: center;
    gap: clamp(24px, 8vw, 34px);
    padding-left: 0 !important;
    animation: mobileIntroIconMarqueeFinal 24s linear infinite !important;
    will-change: transform;
  }

  .mobile-intro-icons img {
    display: block !important;
    width: clamp(32px, 9vw, 42px) !important;
    height: clamp(32px, 9vw, 42px) !important;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.34));
  }

  .mobile-menu-panel.mobile-menu-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 30 !important;
    display: grid !important;
    grid-template-rows: 1fr auto;
    padding:
      max(104px, calc(env(safe-area-inset-top) + 86px))
      max(22px, calc(env(safe-area-inset-right) + 18px))
      max(28px, calc(env(safe-area-inset-bottom) + 20px))
      max(22px, calc(env(safe-area-inset-left) + 18px));
    background: rgba(250, 249, 246, 0.96);
    color: #111;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      opacity 260ms ease,
      transform 320ms ease;
  }

  .mobile-menu-links {
    display: grid;
    align-content: start;
    gap: clamp(16px, 3.6dvh, 28px);
    margin-left: min(46vw, 184px);
  }

  .mobile-menu-links a {
    color: #111;
    font-size: clamp(1.35rem, 6vw, 2.02rem);
    font-weight: 760;
    line-height: 1.02;
    text-decoration: none;
  }

  .mobile-menu-actions {
    display: grid;
    gap: 12px;
    margin-left: min(46vw, 184px);
  }

  .mobile-menu-actions a {
    display: inline-flex !important;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 18px;
    font-size: 0.98rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-menu-secondary {
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #fff;
    color: #111;
  }

  .mobile-menu-primary {
    background: #050505;
    color: #fff;
  }

  body.mobile-menu-open .mobile-intro-media {
    position: fixed !important;
    inset: auto !important;
    top: max(98px, calc(env(safe-area-inset-top) + 82px)) !important;
    left: max(16px, calc(env(safe-area-inset-left) + 14px)) !important;
    z-index: 36 !important;
    width: min(39vw, 156px) !important;
    height: min(58dvh, 520px) !important;
    border: 8px solid #fff !important;
    border-radius: 26px !important;
    box-shadow:
      10px 12px 0 #fff,
      0 18px 44px rgba(0, 0, 0, 0.2) !important;
  }

  body.mobile-menu-open .mobile-intro-media::before {
    opacity: 1;
  }

  body.mobile-menu-open .mobile-intro-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.24));
  }

  body.mobile-menu-open .mobile-menu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.mobile-menu-open .mobile-intro-hero-copy,
  body.mobile-menu-open .mobile-intro-icons {
    opacity: 0 !important;
    transform: translateY(14px) !important;
    pointer-events: none !important;
  }

  body.mobile-menu-open .mobile-menu-toggle {
    color: #111;
  }

  body.mobile-menu-open .mobile-menu-toggle span:first-child {
    transform: rotate(36deg) translate(2px, -2px);
  }

  body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  body.mobile-menu-open .mobile-menu-toggle span:last-child {
    transform: rotate(-36deg) translate(1px, 2px);
  }

  @keyframes mobileIntroIconMarqueeFinal {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(-50%, 0, 0);
    }
  }
}

/* Active mobile refinement: scrollable hero-to-card transition. */
@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fbfaf7 !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
    background: #050505 !important;
  }

  .hero,
  .tool-sprawl,
  .mobile-animated-flow,
  .mobile-engine-flow,
  .mobile-intro-flow ~ section {
    display: none !important;
  }

  .mobile-intro-flow.mobile-intro-flow {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 216svh !important;
    height: 216dvh !important;
    min-height: 216svh !important;
    min-height: 216dvh !important;
    overflow: visible !important;
    background: #fbfaf7 !important;
    color: #fff !important;
    touch-action: pan-y;
  }

  .mobile-intro-stage.mobile-intro-stage {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    isolation: isolate;
    touch-action: pan-y;
  }

  .mobile-intro-media.mobile-intro-media {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      #050505
      url("https://images.pexels.com/videos/6248619/pexels-photo-6248619.jpeg?auto=compress&cs=tinysrgb&w=1000")
      center / cover no-repeat !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .mobile-intro-media.mobile-intro-media::before {
    display: none !important;
  }

  .mobile-intro-media.mobile-intro-media::after {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    content: "" !important;
    background:
      linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.04) 68%, rgba(0, 0, 0, 0.12) 100%),
      radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14) 78%) !important;
    pointer-events: none !important;
  }

  .mobile-intro-media.mobile-intro-media video,
  .mobile-intro-media.mobile-intro-media .mobile-hero-video {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition: opacity 360ms ease !important;
  }

  body.mobile-video-playing .mobile-intro-media.mobile-intro-media .mobile-hero-video.is-active {
    opacity: 1 !important;
  }

  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-panel,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-start-playback-button,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-appearance: none;
  }

  .mobile-intro-panel.mobile-intro-panel,
  .mobile-intro-hero.mobile-intro-hero {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .mobile-intro-hero-copy.mobile-intro-hero-copy {
    top: clamp(122px, 24dvh, 208px) !important;
  }

  .mobile-intro-icons.mobile-intro-icons {
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px)) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene {
    position: fixed !important;
    inset: 0 !important;
    z-index: 11 !important;
    display: block !important;
    overflow: hidden !important;
    background: #fbfaf7 !important;
    color: #202020 !important;
    opacity: 0;
    pointer-events: none !important;
    transform: translateY(12px);
  }

  body.mobile-workflow-view .mobile-workflow-scene.mobile-workflow-scene {
    opacity: var(--mobile-workflow-scene-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-scene-opacity, 0)) * 12px)) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene h2 {
    position: absolute !important;
    top: var(--mobile-workflow-heading-y, 88px) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: min(340px, calc(100vw - 48px)) !important;
    margin: 0 !important;
    color: #202020 !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: clamp(2rem, 8.6vw, 2.82rem) !important;
    font-weight: 500 !important;
    line-height: 1.03 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    opacity: var(--mobile-workflow-heading-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-heading-opacity, 0)) * 10px)) !important;
    z-index: 3 !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene p {
    position: absolute !important;
    top: calc(var(--mobile-workflow-heading-y, 88px) + clamp(86px, 19vw, 108px)) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: min(330px, calc(100vw - 48px)) !important;
    margin: 0 !important;
    color: rgba(32, 32, 32, 0.7) !important;
    font-family:
      Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif !important;
    font-size: clamp(0.95rem, 3.7vw, 1.08rem) !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
    opacity: var(--mobile-workflow-subtitle-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-subtitle-opacity, 0)) * 8px)) !important;
    z-index: 3 !important;
  }

  .mobile-workflow-grid.mobile-workflow-grid {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
  }

  .mobile-workflow-card.mobile-workflow-card {
    position: absolute !important;
    display: block !important;
    overflow: hidden !important;
    width: var(--mobile-workflow-card-w, 158px) !important;
    height: var(--mobile-workflow-card-h, 160px) !important;
    border: 1px solid rgba(32, 32, 32, 0.06) !important;
    border-radius: 14px !important;
    object-fit: cover !important;
    opacity: var(--mobile-workflow-card-opacity, 0) !important;
    box-shadow: 0 12px 26px rgba(20, 20, 20, 0.1) !important;
    transform: translate(var(--card-x, 0), var(--card-y, 0)) scale(var(--mobile-workflow-card-scale, 0.975)) !important;
    transform-origin: 50% 50% !important;
  }

  body.mobile-workflow-view .mobile-intro-media.mobile-intro-media {
    z-index: 12 !important;
    transition: none !important;
  }

  body.mobile-workflow-view:not(.mobile-menu-open) .mobile-menu-toggle.mobile-menu-toggle {
    color: #202020 !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-intro-media.mobile-intro-media {
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* Mobile first-screen corrections after iPhone review. */
@media (max-width: 760px) {
  html,
  body,
  .mobile-intro-flow,
  .mobile-intro-stage {
    background: #050505 !important;
  }

  html,
  body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: none;
  }

  html body:not(.mobile-menu-open) {
    overflow-y: auto !important;
   }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  .mobile-intro-flow,
  .mobile-intro-stage,
  .mobile-intro-media {
    min-height: 100lvh !important;
  }

  .mobile-intro-flow.mobile-intro-flow {
    height: 205lvh !important;
    min-height: 205lvh !important;
    overflow: visible !important;
  }

  .mobile-intro-stage.mobile-intro-stage {
    position: fixed !important;
    inset: 0 !important;
    height: 100lvh !important;
    min-height: 100lvh !important;
  }

  .mobile-intro-media {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100lvh !important;
  }

  .mobile-intro-media video {
    position: absolute !important;
    inset: 0 !important;
    min-width: 100vw;
    min-height: 100lvh;
    opacity: 0 !important;
    transition: opacity 620ms ease !important;
  }

  .mobile-intro-media video::-webkit-media-controls,
  .mobile-intro-media video::-webkit-media-controls-panel,
  .mobile-intro-media video::-webkit-media-controls-start-playback-button,
  .mobile-intro-media video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-appearance: none;
  }

  .mobile-intro-media .mobile-hero-video.is-active {
    opacity: 1 !important;
  }

  .mobile-intro-media.mobile-intro-media .mobile-hero-video::-webkit-media-controls,
  .mobile-intro-media.mobile-intro-media .mobile-hero-video::-webkit-media-controls-panel,
  .mobile-intro-media.mobile-intro-media .mobile-hero-video::-webkit-media-controls-start-playback-button,
  .mobile-intro-media.mobile-intro-media .mobile-hero-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-appearance: none;
  }

  .mobile-intro-media::after {
    background:
      linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.9) 7%, rgba(0, 0, 0, 0.48) 20%, rgba(0, 0, 0, 0.16) 46%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0.16) 100%),
      radial-gradient(circle at 50% 38%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18) 78%) !important;
  }

  .mobile-workflow-scene {
    position: fixed;
    inset: 0;
    z-index: 11;
    background: #fbfaf7;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
  }

  .mobile-workflow-scene h2 {
    position: absolute;
    top: var(--mobile-workflow-heading-y, 104px);
    left: max(22px, calc(env(safe-area-inset-left) + 18px));
    width: min(350px, calc(100vw - 44px));
    margin: 0;
    color: #111111 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2rem, 9vw, 2.8rem);
    font-weight: 820;
    line-height: 1.02;
    letter-spacing: 0;
    text-align: left;
    text-shadow: none;
    opacity: var(--mobile-workflow-heading-opacity, 0);
    transform: translateY(calc((1 - var(--mobile-workflow-heading-opacity, 0)) * 12px));
    z-index: 3;
  }

  .mobile-workflow-grid {
    position: absolute;
    inset: 0;
  }

  .mobile-workflow-card {
    position: absolute;
    display: block;
    overflow: hidden;
    width: var(--mobile-workflow-card-w, 160px);
    height: var(--mobile-workflow-card-h, 132px);
    border-radius: 18px;
    object-fit: cover;
    opacity: var(--mobile-workflow-card-opacity, 0);
    box-shadow: 0 16px 34px rgba(20, 20, 20, 0.1);
    transform: translate(var(--card-x, 0), var(--card-y, 0)) scale(var(--mobile-workflow-card-scale, 0.94));
    transform-origin: 50% 50%;
    z-index: 2;
  }

  .mobile-workflow-card-two {
    --card-x: var(--mobile-workflow-card2-x, 0px);
    --card-y: var(--mobile-workflow-card2-y, 0px);
  }

  .mobile-workflow-card-three {
    --card-x: var(--mobile-workflow-card3-x, 0px);
    --card-y: var(--mobile-workflow-card3-y, 0px);
  }

  .mobile-workflow-card-four {
    --card-x: var(--mobile-workflow-card4-x, 0px);
    --card-y: var(--mobile-workflow-card4-y, 0px);
  }

  body.mobile-workflow-view .mobile-workflow-scene {
    opacity: var(--mobile-workflow-scene-opacity, 0);
    transform: translateY(calc((1 - var(--mobile-workflow-scene-opacity, 0)) * 16px));
  }

  body.mobile-workflow-view .mobile-intro-media.mobile-intro-media {
    z-index: 12 !important;
    transition: none !important;
  }

  body.mobile-workflow-view:not(.mobile-menu-open) .mobile-menu-toggle.mobile-menu-toggle {
    color: #111111 !important;
  }

  .mobile-menu-panel.mobile-menu-panel {
    grid-template-rows: 1fr !important;
    align-items: center;
    padding:
      max(72px, calc(env(safe-area-inset-top) + 54px))
      max(18px, calc(env(safe-area-inset-right) + 14px))
      max(22px, calc(env(safe-area-inset-bottom) + 16px))
      max(18px, calc(env(safe-area-inset-left) + 14px)) !important;
    background: transparent !important;
  }

  .mobile-menu-panel .mobile-menu-links,
  .mobile-menu-panel .mobile-menu-actions {
    width: min(76vw, 320px);
    margin-left: 0 !important;
  }

  .mobile-menu-panel .mobile-menu-links {
    align-content: center;
    justify-items: start;
    gap: clamp(15px, 3.1dvh, 24px) !important;
  }

  .mobile-menu-panel .mobile-menu-actions {
    position: absolute;
    left: max(18px, calc(env(safe-area-inset-left) + 14px));
    bottom: max(28px, calc(env(safe-area-inset-bottom) + 18px));
    display: flex !important;
    width: auto;
    gap: clamp(18px, 6vw, 28px) !important;
  }

  .mobile-menu-panel .mobile-menu-links a,
  .mobile-menu-panel .mobile-menu-actions a {
    display: inline-flex !important;
    width: auto;
    min-height: auto !important;
    align-items: center;
    justify-content: flex-start;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: clamp(1.52rem, 7.2vw, 2.36rem) !important;
    font-weight: 720 !important;
    line-height: 0.98 !important;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
    box-shadow: none !important;
    white-space: normal;
  }

  .mobile-menu-panel .mobile-menu-actions a {
    font-size: clamp(0.96rem, 4.2vw, 1.18rem) !important;
  }

  .mobile-menu-panel .mobile-menu-actions .mobile-menu-primary {
    color: #ffffff !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-intro-media.mobile-intro-media {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100vw !important;
    height: 100lvh !important;
    min-height: 100lvh !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-intro-media.mobile-intro-media::before {
    display: none !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-menu-toggle.mobile-menu-toggle {
    color: #ffffff;
  }

  .mobile-menu-toggle.mobile-menu-toggle {
    display: block !important;
    width: 38px !important;
    height: 34px !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-toggle.mobile-menu-toggle:focus,
  .mobile-menu-toggle.mobile-menu-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .mobile-menu-toggle.mobile-menu-toggle span {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 30px;
    height: 3px;
    border-radius: 999px;
    transform-origin: 50% 50%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  }

  .mobile-menu-toggle.mobile-menu-toggle span:first-child {
    transform: translateY(-10px);
  }

  .mobile-menu-toggle.mobile-menu-toggle span:nth-child(2) {
    transform: translateY(-1px);
  }

  .mobile-menu-toggle.mobile-menu-toggle span:last-child {
    transform: translateY(8px);
  }

  body.mobile-menu-open.mobile-menu-open .mobile-menu-toggle.mobile-menu-toggle span:first-child {
    transform: translateY(-1px) rotate(45deg) !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-menu-toggle.mobile-menu-toggle span:nth-child(2) {
    width: 30px !important;
    opacity: 0 !important;
    transform: translateY(-1px) scaleX(0) !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-menu-toggle.mobile-menu-toggle span:last-child {
    transform: translateY(-1px) rotate(-45deg) !important;
  }
}

/* Mobile first screen rebuild. Desktop remains controlled by the earlier styles. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #050505;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .hero,
  .tool-sprawl,
  .mobile-animated-flow,
  .mobile-engine-flow,
  .mobile-intro-flow ~ section {
    display: none !important;
  }

  .mobile-intro-flow {
    display: block !important;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100svh;
    height: 100dvh;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
    background: #050505;
    color: #fff;
  }

  .mobile-intro-stage {
    position: relative !important;
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
    background: #050505;
    isolation: isolate;
    pointer-events: auto;
  }

  .mobile-intro-media {
    position: absolute !important;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.56)),
      #050505;
    box-shadow: none;
    transform: none;
    transition:
      top 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      left 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      width 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      height 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      border-radius 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      box-shadow 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .mobile-intro-media::before {
    position: absolute;
    inset: auto -10px -10px auto;
    z-index: -1;
    width: 58%;
    height: 44%;
    border-radius: 0 0 26px 0;
    background: #ffffff;
    content: "";
    opacity: 0;
    transition: opacity 300ms ease;
  }

  .mobile-intro-media::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.18) 34%, rgba(0, 0, 0, 0.62) 100%),
      radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32) 52%, rgba(0, 0, 0, 0.56));
    pointer-events: none;
  }

  .mobile-intro-media video {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-toggle {
    position: fixed;
    top: max(16px, calc(env(safe-area-inset-top) + 12px));
    left: max(18px, calc(env(safe-area-inset-left) + 16px));
    z-index: 40;
    display: grid;
    width: 34px;
    height: 30px;
    align-content: center;
    gap: 5px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.36);
    transform-origin: left center;
    transition:
      transform 240ms ease,
      opacity 180ms ease,
      width 180ms ease,
      color 180ms ease;
  }

  .mobile-intro-panel {
    position: relative !important;
    z-index: 10;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: transparent;
  }

  .mobile-intro-hero {
    display: block;
    padding:
      max(92px, calc(env(safe-area-inset-top) + 72px))
      max(22px, calc(env(safe-area-inset-right) + 18px))
      max(88px, calc(env(safe-area-inset-bottom) + 74px))
      max(22px, calc(env(safe-area-inset-left) + 18px));
    color: #ffffff;
    pointer-events: none;
  }

  .mobile-intro-hero-copy {
    position: absolute;
    top: clamp(128px, 25svh, 218px);
    top: clamp(128px, 25dvh, 218px);
    right: max(22px, calc(env(safe-area-inset-right) + 18px));
    left: max(22px, calc(env(safe-area-inset-left) + 18px));
    z-index: 12;
    display: grid;
    justify-items: center;
    text-align: center;
    pointer-events: auto;
    transition:
      opacity 260ms ease,
      transform 320ms ease;
  }

  .mobile-intro-hero h1 {
    width: min(9.2em, 100%);
    margin: 0;
    color: #ffffff !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(2.34rem, 11vw, 3.36rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow:
      0 2px 22px rgba(0, 0, 0, 0.58),
      0 0 18px rgba(255, 255, 255, 0.18);
  }

  .mobile-intro-actions {
    display: grid;
    gap: 14px;
    width: min(100%, 356px);
    margin-top: clamp(24px, 4.2svh, 34px);
    margin-top: clamp(24px, 4.2dvh, 34px);
  }

  .mobile-intro-actions a {
    display: inline-flex;
    min-height: clamp(54px, 7svh, 62px);
    min-height: clamp(54px, 7dvh, 62px);
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 20px;
    color: #050505;
    background: rgba(255, 255, 255, 0.94);
    font-size: clamp(0.94rem, 3.9vw, 1.04rem);
    font-weight: 680;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .mobile-intro-actions a:last-child {
    color: #ffffff;
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.32);
  }

  .mobile-intro-icons {
    position: fixed !important;
    right: 0;
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px));
    left: 0;
    z-index: 12;
    overflow: hidden;
    padding: 10px 0 4px;
    pointer-events: none;
    transition:
      opacity 240ms ease,
      transform 320ms ease;
  }

  .mobile-intro-icon-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: clamp(24px, 8vw, 34px);
    padding-left: 0;
    animation: mobileIntroIconMarquee 24s linear infinite;
    will-change: transform;
  }

  .mobile-intro-icons img {
    display: block;
    width: clamp(32px, 9vw, 42px);
    height: clamp(32px, 9vw, 42px);
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.34));
  }

  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    grid-template-rows: 1fr auto;
    padding:
      max(104px, calc(env(safe-area-inset-top) + 86px))
      max(22px, calc(env(safe-area-inset-right) + 18px))
      max(28px, calc(env(safe-area-inset-bottom) + 20px))
      max(22px, calc(env(safe-area-inset-left) + 18px));
    background: rgba(250, 249, 246, 0.94);
    color: #111111;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      opacity 260ms ease,
      transform 320ms ease;
  }

  .mobile-menu-links {
    display: grid;
    align-content: start;
    gap: clamp(16px, 3.6svh, 28px);
    gap: clamp(16px, 3.6dvh, 28px);
    margin-left: min(46vw, 184px);
  }

  .mobile-menu-links a {
    color: #111111;
    font-size: clamp(1.35rem, 6vw, 2.02rem);
    font-weight: 760;
    line-height: 1.02;
    text-decoration: none;
    letter-spacing: 0;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-left: min(46vw, 184px);
  }

  .mobile-menu-actions a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 18px;
    font-size: 0.98rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-menu-secondary {
    color: #111111;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.12);
  }

  .mobile-menu-primary {
    color: #ffffff;
    background: #050505;
  }

  body.mobile-menu-open .mobile-intro-media {
    top: max(98px, calc(env(safe-area-inset-top) + 82px));
    left: max(16px, calc(env(safe-area-inset-left) + 14px));
    width: min(39vw, 156px);
    height: min(58svh, 520px);
    height: min(58dvh, 520px);
    border: 8px solid #ffffff;
    border-radius: 26px;
    box-shadow:
      10px 12px 0 #ffffff,
      0 18px 44px rgba(0, 0, 0, 0.2);
  }

  body.mobile-menu-open .mobile-intro-media::before {
    opacity: 1;
  }

  body.mobile-menu-open .mobile-intro-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.24));
  }

  body.mobile-menu-open .mobile-menu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.mobile-menu-open .mobile-intro-hero-copy,
  body.mobile-menu-open .mobile-intro-icons {
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
  }

  body.mobile-menu-open .mobile-menu-toggle {
    color: #111111;
  }

  body.mobile-menu-open .mobile-menu-toggle span:first-child {
    transform: rotate(36deg) translate(2px, -2px);
  }

  body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  body.mobile-menu-open .mobile-menu-toggle span:last-child {
    transform: rotate(-36deg) translate(1px, 2px);
  }

  @keyframes mobileIntroIconMarquee {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(-50%, 0, 0);
    }
  }
}

/* Reliable mobile intro replaces the broken scroll overlay only on phones. */
.mobile-page-topbar,
.mobile-intro-flow {
  display: none;
}

@media (max-width: 760px) {
  .hero,
  .mobile-animated-flow,
  .tool-sprawl {
    display: none !important;
  }

  .mobile-intro-flow {
    display: block;
    background: #fbfaf7;
    color: #242321;
    overflow: hidden;
  }

  .mobile-intro-topbar {
    position: sticky;
    top: 0;
    z-index: 90;
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: space-between;
    padding: max(16px, env(safe-area-inset-top)) 24px 16px;
    background: #050505;
    color: #fff;
  }

  .mobile-intro-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
  }

  .mobile-intro-logo span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 760;
    line-height: 1;
  }

  .mobile-intro-logo strong {
    font-size: 1.16rem;
    font-weight: 720;
    line-height: 1;
  }

  .mobile-intro-cta {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 24px;
    background: #fff;
    color: #050505;
    font-size: 1rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-intro-panel {
    position: relative;
    display: grid;
    min-height: calc(100svh - 112px);
    overflow: hidden;
    background: #fbfaf7;
  }

  .mobile-intro-hero {
    min-height: calc(100svh - 112px);
    align-content: center;
    justify-items: center;
    padding: 34px 22px 78px;
    color: #fff;
    isolation: isolate;
  }

  .mobile-intro-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      url("https://images.pexels.com/videos/6248619/pexels-photo-6248619.jpeg?auto=compress&cs=tinysrgb&w=1000")
      center / cover no-repeat;
  }

  .mobile-intro-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.42);
  }

  .mobile-intro-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.92;
  }

  .mobile-intro-hero-copy {
    display: grid;
    justify-items: center;
    width: min(100%, 430px);
    text-align: center;
  }

  .mobile-intro-hero h1 {
    max-width: 9.2em;
    margin: 0;
    color: #fff !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(3.25rem, 13vw, 4.2rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: 0;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.42);
  }

  .mobile-intro-actions {
    display: grid;
    gap: 14px;
    width: 100%;
    margin-top: 30px;
  }

  .mobile-intro-actions a {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 20px;
    font-size: 1.04rem;
    font-weight: 520;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-intro-actions a:first-child {
    background: rgba(255, 255, 255, 0.94);
    color: #242321;
  }

  .mobile-intro-actions a:last-child {
    background: #7c3aed;
    color: #fff;
  }

  .mobile-intro-icons {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    padding: 0 24px;
  }

  .mobile-intro-icons img {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .mobile-intro-problem {
    align-content: center;
    justify-items: center;
    gap: clamp(28px, 5vh, 42px);
    padding: 44px 24px 54px;
  }

  .mobile-intro-problem h2 {
    width: min(390px, 100%);
    margin: 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.16rem, 9vw, 2.82rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
    text-align: center;
  }

  .mobile-intro-problem h2 span {
    display: block;
  }

  .mobile-intro-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 390px);
  }

  .mobile-intro-card {
    display: block;
    width: 100%;
    aspect-ratio: 1.24;
    overflow: hidden;
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    background: #e4dfd6;
    object-fit: cover;
    box-shadow: 0 16px 34px rgba(36, 31, 29, 0.08);
  }

  .mobile-intro-video-card video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-intro-engine {
    align-content: center;
    justify-items: center;
    padding: 40px 22px 54px;
  }

  .mobile-intro-engine-core {
    display: grid;
    justify-items: center;
    width: min(360px, 100%);
    text-align: center;
  }

  .mobile-intro-engine-core img {
    width: clamp(118px, 32vw, 144px);
    height: clamp(118px, 32vw, 144px);
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(36, 31, 29, 0.12));
  }

  .mobile-intro-engine-core h2 {
    margin: 10px 0 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2.1rem, 9vw, 2.62rem);
    font-weight: 800;
    line-height: 1;
  }

  .mobile-intro-engine-core p {
    max-width: 340px;
    margin: 12px 0 0;
    color: #6b6660;
    font-size: clamp(1rem, 4.2vw, 1.1rem);
    font-weight: 440;
    line-height: 1.28;
  }

  .mobile-intro-routes {
    width: min(370px, calc(100vw - 38px));
    height: clamp(108px, 17vh, 136px);
    margin: 10px 0 -8px;
    overflow: visible;
  }

  .mobile-intro-routes path {
    fill: none;
    stroke: var(--purple);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1 10;
    marker-end: url("#mobileIntroArrow");
  }

  .mobile-intro-routes marker path {
    fill: var(--purple);
    stroke: none;
  }

  .mobile-intro-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(390px, calc(100vw - 32px));
  }

  .mobile-intro-outcomes article {
    display: grid;
    min-height: clamp(148px, 21vh, 172px);
    align-content: start;
    justify-items: center;
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    padding: 10px 7px 12px;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
    box-shadow: 0 12px 28px rgba(36, 31, 29, 0.08);
  }

  .mobile-intro-outcomes img {
    width: clamp(68px, 20vw, 82px);
    height: clamp(60px, 17vw, 74px);
    object-fit: contain;
  }

  .mobile-intro-outcomes h3 {
    margin: 7px 0 0;
    color: #242321;
    font-size: clamp(1rem, 4.3vw, 1.14rem);
    font-weight: 800;
    line-height: 1;
  }

  .mobile-intro-outcomes p {
    margin: 8px 0 0;
    color: #625d58;
    font-size: clamp(0.68rem, 3.1vw, 0.82rem);
    font-weight: 560;
    line-height: 1.16;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

h1,
h2,
h3,
h1 span,
h2 span,
h3 span,
.problem-primary {
  color: var(--heading-ink) !important;
}

.client-experience h1,
.client-experience h2,
.client-experience h3,
.client-experience h1 span,
.client-experience h2 span,
.client-experience h3 span,
.revenue-demo-section h1,
.revenue-demo-section h2,
.revenue-demo-section h3,
.revenue-demo-section h1 span,
.revenue-demo-section h2 span,
.revenue-demo-section h3 span,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h1 span,
.site-footer h2 span,
.site-footer h3 span,
.audit-page-topbar h1,
.audit-page-topbar h2,
.audit-page-topbar h3,
.audit-page-topbar h1 span,
.audit-page-topbar h2 span,
.audit-page-topbar h3 span {
  color: #ffffff !important;
}

.business-type-card > h3,
.business-type-card > h3 span,
.client-step-title {
  color: #ffffff !important;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  overflow: visible;
  will-change: auto;
}

.topbar {
  position: fixed;
  top: 20px;
  right: 28px;
  left: 28px;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 30px;
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  --topbar-bg-alpha: 0;
  --topbar-shadow-alpha: 0;
  --topbar-spread: 0.03;
  --topbar-rise: 0.18;
  opacity: 1;
  isolation: isolate;
  box-shadow: none;
  transition:
    top 520ms ease,
    right 520ms ease,
    left 520ms ease,
    min-height 520ms ease,
    padding 520ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.topbar::before {
  display: none;
}

.logo-space {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 46px;
  height: 36px;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
}

.cypher-mark {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1;
  opacity: 0;
  transform: scale(0.86);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cypher-word {
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-links {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
}

.nav-links a,
.signin {
  color: #ffffff;
  font-size: 1.34rem;
  font-weight: 560;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: none;
}

body.tools-view .nav-links a,
body.tools-view .signin {
  color: #ffffff;
  text-shadow: none;
}

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

.scroll-actions {
  grid-column: 3;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  justify-self: end;
}

.scroll-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0 22px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 660;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.scroll-action-primary {
  background: #ffffff;
  color: #050505;
  border-color: #ffffff;
}

body.tools-view .topbar {
  top: 0;
  right: 0;
  left: 0;
  min-height: 72px;
  padding: 0 42px;
  border-radius: 0;
  background: #050505;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

body.tools-view .topbar::before {
  opacity: 0;
}

body.tools-view .logo-space {
  width: 142px;
  overflow: visible;
}

body.tools-view .cypher-mark,
body.tools-view .cypher-word {
  opacity: 1;
  transform: none;
}

body.tools-view .nav-links,
body.tools-view .signin {
  display: none;
}

body.tools-view .scroll-actions {
  display: flex;
}

.hero::before {
  position: fixed;
  inset: 0;
  z-index: 8;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28) 34rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.34));
  opacity: var(--hero-overlay-opacity, 1);
  pointer-events: none;
}

.video-wash {
  display: none;
}

.ambient {
  display: none;
}

.ambient-one {
  width: 24rem;
  height: 24rem;
  top: 8%;
  left: -8rem;
}

.ambient-two {
  width: 30rem;
  height: 30rem;
  right: -12rem;
  bottom: 7rem;
  opacity: 0.5;
}

.hero-inner {
  position: relative;
  z-index: 12;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  place-items: center;
  padding: 11rem 0 10.5rem;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.98) brightness(1.02);
  opacity: 0;
  transition: opacity 1300ms ease;
}

.video-stage {
  position: fixed;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  background:
    url("https://images.pexels.com/videos/7685201/pexels-photo-7685201.jpeg?auto=compress&cs=tinysrgb&w=1600")
      center / cover no-repeat,
    #d7d1c8;
  transform-origin: center center;
  clip-path: inset(0% 0% 0% 0% round 0px);
  will-change: transform, opacity, filter, border-radius, clip-path;
  box-shadow: 0 34px 90px rgba(36, 31, 29, 0);
}

.hero-video.is-active {
  opacity: 1;
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(940px, 100%);
  text-align: center;
}

h1 {
  max-width: 980px;
  margin: 0;
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6vw, 4.25rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow:
    0 2px 28px rgba(0, 0, 0, 0.5),
    0 0 22px rgba(255, 255, 255, 0.28);
  text-wrap: balance;
}

.hero h1,
.hero h1 span {
  color: #ffffff !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 450;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: none;
}

.btn-primary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #050505;
  box-shadow: none;
}

.btn-secondary {
  color: #23211f;
  border: 1px solid rgba(31, 27, 24, 0.14);
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.btn-secondary:hover {
  border-color: rgba(31, 27, 24, 0.14);
  box-shadow: none;
}

.app-marquee {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 38px;
  left: 0;
  overflow: hidden;
  background: transparent;
  padding: 10px 0 14px;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 42s linear infinite;
}

.marquee-set {
  display: flex;
  align-items: center;
  gap: 44px;
  padding-right: 44px;
  min-width: max-content;
}

.app-icon {
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: none;
}

.marquee-fade {
  display: none;
}

.marquee-fade-left {
  left: 0;
  background: none;
}

.marquee-fade-right {
  right: 0;
  background: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

.tool-sprawl {
  position: relative;
  z-index: 36;
  min-height: 300vh;
  margin-top: -100vh;
  pointer-events: none;
}

.tool-sprawl-canvas {
  position: sticky;
  top: 0;
  display: grid;
  height: 100vh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #242321;
  opacity: 0;
  will-change: opacity;
}

.tool-sprawl-canvas::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: #fbfaf7;
  opacity: var(--canvas-bg-opacity, 0);
  transform: translateY(var(--problem-bg-y, 0px));
  transition: opacity 320ms ease;
  pointer-events: none;
}

.problem-message {
  position: relative;
  z-index: 44;
  width: min(860px, calc(100% - 80px));
  margin: 0;
  color: #242321;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.15rem, 2.8vw, 3.05rem);
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  white-space: normal;
  opacity: 0;
  transform: translateY(22px) scale(0.88);
  text-shadow: 0 18px 36px rgba(255, 255, 255, 0.72);
  will-change: opacity, transform;
}

.problem-message span:last-child {
  color: #242321;
}

.problem-message span.problem-primary {
  color: var(--purple);
}

.problem-message span.problem-primary:last-child {
  color: var(--purple);
}

.growth-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, #ffffff 0%, #fffefa 100%);
  opacity: 0;
  transform: translateY(70px);
  pointer-events: none;
  will-change: opacity, transform;
}

.growth-routes {
  position: absolute;
  inset: 0;
  z-index: 34;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
}

.growth-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.growth-route-inner {
  stroke: rgba(91, 24, 240, 0.94);
  stroke-width: 2.6;
  filter: drop-shadow(0 0 5px rgba(128, 87, 255, 0.16));
}

.growth-route-outer-shell {
  stroke: rgba(128, 87, 255, 0.18);
  stroke-width: 9;
  filter: drop-shadow(0 0 12px rgba(128, 87, 255, 0.18));
}

.growth-route-outer-core {
  stroke: rgba(91, 24, 240, 0.96);
  stroke-width: 5.4;
  filter: drop-shadow(0 0 6px rgba(128, 87, 255, 0.18));
}

.growth-engine {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 44;
  display: block;
  height: 360px;
  width: min(500px, calc(100% - 44px));
  color: #211f1d;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 38px)) scale(0.9);
  will-change: opacity, transform;
}

.growth-agent-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  width: 196px;
  height: 196px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 24px 40px rgba(17, 17, 17, 0.18));
  transform: translate(-50%, -50%);
}

.growth-engine h2,
.growth-small {
  margin: 0;
}

.growth-engine h2 {
  position: absolute;
  right: 0;
  top: calc(50% + 128px);
  left: 0;
  opacity: 0;
  color: #211f1d;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 720;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(10px);
  text-shadow:
    0 0 18px #ffffff,
    0 0 34px #ffffff;
  will-change: opacity, transform;
}

.growth-small {
  position: absolute;
  right: 0;
  top: calc(50% + 174px);
  left: 0;
  opacity: 0;
  max-width: 620px;
  margin: 0 auto;
  color: var(--purple);
  font-size: clamp(0.86rem, 1.1vw, 0.98rem);
  font-weight: 520;
  line-height: 1.45;
  transform: translateY(12px);
  text-shadow:
    0 0 16px #ffffff,
    0 0 30px #ffffff;
  will-change: opacity, transform;
}

.hero-copy {
  will-change: opacity, transform;
}

.tool-cloud {
  position: absolute;
  inset: 0;
  z-index: 48;
  pointer-events: none;
}

.second-video-strip {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 41;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: none;
  pointer-events: none;
  will-change: opacity, transform;
}

.second-video-card {
  display: block;
  width: 100%;
  aspect-ratio: 1.22 / 1;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: 18px;
  background: #e7e3dc;
  box-shadow: 0 22px 54px rgba(36, 31, 29, 0.12);
  object-fit: cover;
  filter: contrast(1.02) saturate(1.03);
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  will-change: opacity, transform;
}

.second-video-strip .second-video-card {
  position: absolute;
  left: var(--card-left, 50%);
  top: var(--card-top, 58%);
  width: var(--card-width, 220px);
  height: var(--card-height, 150px);
}

.automation-scene {
  position: absolute;
  top: clamp(92px, 12vh, 126px);
  right: 0;
  bottom: clamp(22px, 3vh, 36px);
  left: 0;
  z-index: 39;
  display: grid;
  grid-template-columns: minmax(372px, 29vw) minmax(420px, 1fr) minmax(278px, 21.5vw);
  grid-template-rows: auto minmax(0, 1fr);
  align-items: start;
  align-content: start;
  gap: clamp(24px, 3vw, 54px);
  width: min(1460px, calc(100% - 84px));
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transform: none;
  will-change: opacity;
}

.automation-heading {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(1280px, calc(100% - 80px));
  max-width: none;
  margin: 0 0 clamp(8px, 1.8vh, 22px);
  color: #242321;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.15rem, 2.8vw, 3.05rem);
  font-weight: 420;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 18px 36px rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translateY(-86px);
  will-change: opacity, transform;
}

.automation-heading span {
  color: var(--purple);
}

.tools-panel {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  z-index: 2;
  align-self: start;
  min-height: min(570px, 66vh);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-40px) scale(0.98);
  opacity: 0;
  will-change: opacity, transform;
}

.tools-panel::before {
  display: none;
}

.panel-kicker {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.tools-panel h3 {
  margin: 0;
  color: #211f1d;
  font-size: 1.3rem;
  line-height: 1;
}

.tool-slot-grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, minmax(58px, 1fr));
  gap: 12px 22px;
  padding: 24px;
}

.tool-slot-grid::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(31, 27, 24, 0.18);
  border-radius: 18px;
  pointer-events: none;
}

.tool-slot-grid::after {
  display: none;
}

.tool-slot-grid span {
  position: relative;
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tool-slot-grid span::after {
  position: absolute;
  right: 4px;
  bottom: 2px;
  left: 4px;
  content: attr(data-label);
  color: #34312e;
  font-size: clamp(0.58rem, 0.64vw, 0.68rem);
  font-weight: 650;
  line-height: 1;
  text-align: center;
  opacity: var(--slot-label-opacity, 0);
  transform: translateY(calc((1 - var(--slot-label-opacity, 0)) * 6px));
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.automation-links {
  display: none;
}

.link-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.flow-shell {
  fill: none;
  stroke: rgba(128, 87, 255, 0.16);
  stroke-width: 19;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url("#routeGlow");
  vector-effect: non-scaling-stroke;
}

.flow-core {
  fill: none;
  stroke: rgba(128, 87, 255, 0.58);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(128, 87, 255, 0.18));
  vector-effect: non-scaling-stroke;
}

.flow-packet {
  fill: none;
  stroke: url("#flowGradient");
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(128, 87, 255, 0.38));
}

.flow-port {
  fill: #ffffff;
  stroke: var(--purple);
  stroke-width: 3;
  filter:
    drop-shadow(0 0 8px rgba(128, 87, 255, 0.46))
    drop-shadow(0 0 18px rgba(128, 87, 255, 0.2));
  opacity: 0;
}

.link-shadow,
.link-core,
.link-pulse,
.link-node {
  display: none;
}

.agent-column {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  z-index: 4;
  display: grid;
  justify-items: center;
  align-self: start;
  align-content: start;
  gap: 14px;
  min-width: 280px;
  margin-top: clamp(92px, 13vh, 136px);
  text-align: center;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  will-change: opacity, transform;
}

.agent-hub {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(132px, 10.6vw, 168px);
  height: clamp(132px, 10.6vw, 168px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 24px 46px rgba(36, 31, 29, 0.14));
}

.agent-hub::before,
.agent-hub::after {
  display: none;
}

.agent-hub img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.agent-column h2 {
  margin: clamp(10px, 1.4vh, 16px) 0 0;
  color: #211f1d;
  font-size: clamp(1.35rem, 2.05vw, 2.45rem);
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}

.agent-column p {
  max-width: min(660px, 96%);
  margin: calc(clamp(46px, 5.8vh, 70px) + 30px) 0 0;
  color: #6f6a64;
  font-size: clamp(0.96rem, 1.18vw, 1.24rem);
  font-weight: 430;
  line-height: 1.32;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}

.agent-column p strong {
  color: inherit;
  font-weight: 760;
}

.automation-arrows {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: stretch;
  justify-self: stretch;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: min(570px, 66vh);
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.automation-arrow {
  fill: none;
  stroke: var(--purple);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 11;
  marker-end: url("#automationArrowHead");
  animation: arrow-flow 1450ms linear infinite;
  filter: drop-shadow(0 3px 5px rgba(128, 87, 255, 0.08));
  vector-effect: non-scaling-stroke;
}

.automation-arrows marker path {
  fill: var(--purple);
}

.automation-arrow-out {
  animation-delay: 180ms;
}

@keyframes arrow-flow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -23;
  }
}

.outcome-cards {
  position: relative;
  grid-column: 3;
  grid-row: 2;
  z-index: 4;
  display: grid;
  gap: clamp(22px, 3.8vh, 38px);
  justify-self: end;
  align-self: start;
  margin-top: clamp(-32px, -3vh, -18px);
}

.outcome-card {
  display: grid;
  grid-template-columns: minmax(118px, 9.8vw) minmax(142px, 1fr);
  align-items: center;
  column-gap: clamp(14px, 1.2vw, 20px);
  width: min(356px, 24vw);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateX(34px) scale(0.98);
  will-change: opacity, transform;
}

.outcome-card-team {
  margin-top: clamp(10px, 1.6vh, 18px);
}

.outcome-card-customers {
  margin-top: clamp(12px, 2vh, 24px);
}

.outcome-avatar {
  position: relative;
  width: clamp(118px, 9.8vw, 156px);
  height: clamp(104px, 8.8vw, 138px);
  filter: drop-shadow(0 14px 22px rgba(28, 24, 22, 0.08));
}

img.outcome-avatar {
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.avatar-head,
.avatar-secondary-head {
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 42px;
  border-radius: 46% 46% 48% 48%;
  background: #f3b98f;
  box-shadow: inset -5px -5px 0 rgba(126, 68, 44, 0.08);
}

.avatar-head::before,
.avatar-secondary-head::before {
  position: absolute;
  top: 17px;
  left: 9px;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: #151515;
  box-shadow: 13px 0 0 #151515;
}

.avatar-head::after,
.avatar-secondary-head::after {
  position: absolute;
  right: 11px;
  bottom: 9px;
  left: 11px;
  height: 5px;
  content: "";
  border-bottom: 2px solid rgba(88, 40, 28, 0.68);
  border-radius: 0 0 999px 999px;
}

.avatar-hair,
.avatar-secondary-hair {
  position: absolute;
  z-index: 4;
  width: 43px;
  height: 30px;
  border-radius: 55% 48% 34% 28%;
  background: #151515;
}

.avatar-body,
.avatar-secondary-body {
  position: absolute;
  z-index: 2;
  width: 76px;
  height: 58px;
  border-radius: 24px 24px 10px 10px;
  background: #151515;
}

.avatar-body::before,
.avatar-secondary-body::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 30px;
  content: "";
  border-radius: 0 0 14px 14px;
  background: #f7f4ef;
  transform: translateX(-50%);
}

.avatar-body::after,
.avatar-secondary-body::after {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 9px;
  height: 25px;
  content: "";
  border-radius: 999px;
  background: var(--purple);
  transform: translateX(-50%);
}

.avatar-laptop,
.avatar-secondary-laptop {
  position: absolute;
  z-index: 6;
  width: 76px;
  height: 38px;
  border-radius: 5px 5px 9px 9px;
  background: linear-gradient(180deg, #444a58, #222733);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.avatar-laptop::after,
.avatar-secondary-laptop::after {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(-50%);
}

.avatar-glasses {
  position: absolute;
  z-index: 5;
  width: 37px;
  height: 13px;
  border-right: 3px solid #151515;
  border-left: 3px solid #151515;
}

.avatar-glasses::before,
.avatar-glasses::after {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #151515;
  border-radius: 999px;
}

.avatar-glasses::before {
  left: -4px;
}

.avatar-glasses::after {
  right: -4px;
}

.avatar-phone {
  position: absolute;
  z-index: 6;
  width: 22px;
  height: 42px;
  border-radius: 6px;
  background: #111111;
  transform: rotate(-8deg);
}

.avatar-phone::after {
  position: absolute;
  right: 6px;
  bottom: 7px;
  left: 6px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.avatar-widget {
  position: absolute;
  z-index: 7;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(28, 24, 22, 0.08);
}

.avatar-widget-chart {
  top: 8px;
  right: 0;
  width: 54px;
  height: 52px;
}

.avatar-widget-chart::before {
  position: absolute;
  right: 10px;
  bottom: 12px;
  left: 10px;
  height: 22px;
  content: "";
  background: linear-gradient(135deg, transparent 40%, var(--purple) 41% 49%, transparent 50%);
}

.avatar-widget-list {
  top: 5px;
  left: 6px;
  width: 62px;
  height: 46px;
}

.avatar-widget-list::before {
  position: absolute;
  top: 12px;
  right: 10px;
  left: 20px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: #c8c8cf;
  box-shadow: 0 12px 0 #d8d8de;
}

.avatar-widget-chat {
  top: 8px;
  right: 4px;
  width: 42px;
  height: 34px;
}

.avatar-widget-chat::before {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: #3b3b3f;
  box-shadow: 10px 0 0 #3b3b3f, 20px 0 0 #3b3b3f;
}

.avatar-widget-calendar {
  right: 0;
  bottom: 12px;
  width: 36px;
  height: 38px;
}

.avatar-widget-calendar::before {
  position: absolute;
  top: 10px;
  left: 11px;
  width: 13px;
  height: 8px;
  content: "";
  border-bottom: 4px solid #151515;
  border-left: 4px solid #151515;
  transform: rotate(-45deg);
}

.avatar-owner .avatar-head {
  top: 22px;
  left: 48px;
}

.avatar-owner .avatar-hair {
  top: 13px;
  left: 43px;
}

.avatar-owner .avatar-body {
  top: 58px;
  left: 28px;
  border-radius: 20px 20px 10px 10px;
}

.avatar-owner .avatar-laptop {
  top: 74px;
  left: 54px;
}

.avatar-owner .avatar-glasses {
  top: 36px;
  left: 47px;
}

.avatar-team .avatar-head {
  top: 42px;
  left: 34px;
}

.avatar-team .avatar-hair {
  top: 34px;
  left: 29px;
}

.avatar-team .avatar-body {
  top: 76px;
  left: 13px;
  background: #20252b;
}

.avatar-team .avatar-laptop {
  top: 90px;
  left: 42px;
}

.avatar-team .avatar-secondary-head {
  top: 43px;
  right: 22px;
  background: #efb487;
}

.avatar-team .avatar-secondary-hair {
  top: 32px;
  right: 18px;
  border-radius: 60% 42% 52% 26%;
}

.avatar-team .avatar-secondary-body {
  top: 78px;
  right: 0;
  background: #1b1f24;
}

.avatar-team .avatar-secondary-laptop {
  top: 93px;
  right: 0;
  width: 68px;
}

.avatar-customers .avatar-head {
  top: 27px;
  left: 43px;
  z-index: 5;
  width: 38px;
  height: 48px;
  background: #efb487;
}

.avatar-customers .avatar-hair {
  top: 14px;
  left: 28px;
  z-index: 4;
  width: 58px;
  height: 64px;
  border-radius: 58% 48% 42% 44%;
}

.avatar-customers .avatar-hair::after {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 30px;
  height: 52px;
  content: "";
  border-radius: 50%;
  background: #f2b68a;
}

.avatar-customers .avatar-body {
  top: 72px;
  left: 25px;
  width: 82px;
  height: 66px;
  border-radius: 38px 38px 8px 8px;
  background: #171b20;
}

.avatar-customers .avatar-body::before {
  width: 34px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.avatar-customers .avatar-body::after {
  display: none;
}

.avatar-customers .avatar-phone {
  top: 82px;
  left: 16px;
}

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

.outcome-card h3 {
  margin: 0;
  color: var(--purple);
  font-size: clamp(1.08rem, 1.35vw, 1.55rem);
  font-weight: 780;
  line-height: 1;
}

.outcome-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #2d2a27;
  font-size: clamp(0.78rem, 0.86vw, 0.96rem);
  font-weight: 500;
  line-height: 1.2;
  list-style: none;
}

.outcome-card li {
  position: relative;
  padding-left: 22px;
}

.outcome-card li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: grid;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 999px;
  background: var(--purple);
}

.outcome-card li::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 3px;
  content: "";
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.outcome-card img {
  display: block;
  width: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.outcome-card p {
  margin: 0;
  color: #4d4943;
  font-size: clamp(0.64rem, 0.7vw, 0.75rem);
  font-weight: 520;
  line-height: 1.22;
}

.tool-card {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 82px;
  height: 82px;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  will-change: transform, opacity;
}

.transition-icon {
  position: fixed;
  z-index: 38;
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  pointer-events: none;
  will-change: transform, opacity;
  filter: drop-shadow(0 22px 30px rgba(36, 31, 29, 0.18));
}

.tool-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(36, 31, 29, 0.14));
}

.tool-glow {
  display: none;
}

.tool-glow-one {
  top: 5%;
  left: -7rem;
}

.tool-glow-two {
  right: -8rem;
  bottom: 6%;
  opacity: 0.78;
}

.business-build-section {
  position: relative;
  z-index: 38;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  color: #111113;
  background: var(--bg);
}

.business-build-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.business-build-inner {
  display: grid;
  width: min(1420px, calc(100% - 140px));
  height: 100vh;
  margin: 0 auto;
  align-content: start;
  grid-template-rows: auto auto;
  gap: clamp(86px, 9.2vh, 124px);
  padding: var(--section-top-space) 0 var(--section-bottom-space);
}

.business-build-header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.business-build-header h2 {
  max-width: 1180px;
  margin: 0;
  color: #050507;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
  text-wrap: balance;
}

.business-build-header h2 span {
  color: var(--purple);
}

.business-build-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 318px) minmax(420px, 520px) minmax(260px, 332px);
  justify-content: center;
  gap: clamp(88px, 6.8vw, 124px);
  align-items: start;
  height: min(600px, calc(100vh - 218px));
  min-height: 500px;
}

.business-build-column {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(42px, 4.8vh, 58px);
  align-self: start;
}

.business-build-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0 20px;
  color: #ffffff;
  background: #050505;
  box-shadow: 0 10px 24px rgba(5, 5, 5, 0.16);
  font-size: clamp(0.8rem, 0.92vw, 0.98rem);
  font-weight: 660;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.business-build-list {
  position: relative;
  display: grid;
  width: 100%;
  gap: clamp(14px, 1.62vh, 18px);
}

.business-build-stack .business-build-list {
  gap: clamp(10px, 1.12vh, 13px);
}

.business-build-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  min-height: clamp(58px, 6.75vh, 70px);
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(17, 17, 19, 0.13);
  border-radius: 10px;
  padding: 0 22px;
  background: transparent;
  box-shadow: none;
}

.business-build-stack .business-build-card {
  grid-template-columns: 54px 1fr;
}

.business-build-card::before,
.business-build-card::after {
  display: none;
}

.business-build-card svg {
  display: block;
  width: 32px;
  height: 32px;
  color: #07070a;
  overflow: visible;
}

.business-build-app-icon {
  display: none;
}

.mobile-build-duplicate {
  display: none;
}

.business-build-stack .business-build-card svg {
  justify-self: center;
}

.business-build-card svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-build-card span {
  color: #1f1f22;
  font-size: clamp(0.98rem, 1.08vw, 1.16rem);
  font-weight: 470;
  line-height: 1.2;
}

.business-build-stack .business-build-card span {
  font-weight: 500;
}

.business-build-card:hover {
  border-color: rgba(128, 87, 255, 0.26);
  transform: translateY(-2px);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.business-build-connectors {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.build-connector-lines path {
  fill: none;
  stroke: #cac8c3;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.build-connector-lines {
  opacity: 0.72;
}

.build-connector-dots circle {
  fill: var(--purple);
  filter: none;
}

.problems-section {
  position: relative;
  z-index: 38;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  color: #111113;
  background: var(--bg);
}

.problems-inner {
  display: grid;
  width: min(1360px, calc(100% - 72px));
  height: 100vh;
  margin: 0 auto;
  align-content: start;
  gap: clamp(58px, 7vh, 92px);
  padding: var(--section-top-space) 0 var(--section-bottom-space);
}

.problems-header {
  display: grid;
  justify-items: center;
  text-align: center;
  transform: translateY(-15px);
}

.problems-header h2 {
  margin: 0;
  color: #050507;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
}

.problem-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: clamp(230px, 28vh, 286px);
  align-content: start;
  align-items: start;
  gap: 18px 22px;
  border: 1px solid rgba(17, 17, 19, 0.085);
  border-radius: 8px;
  padding: clamp(24px, 2.35vw, 36px);
  background: #ffffff;
  box-shadow:
    0 24px 64px rgba(5, 5, 5, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: left;
  opacity: calc(0.2 + (var(--problem-card-progress, 1) * 0.8));
  transform: translate3d(0, calc((1 - var(--problem-card-progress, 1)) * 64px), 0) scale(calc(0.96 + (var(--problem-card-progress, 1) * 0.04)));
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 120ms linear,
    opacity 120ms linear;
}

.problem-icon-wrap {
  position: relative;
  display: grid;
  grid-column: 1;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(17, 17, 19, 0.1);
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 16px 34px rgba(5, 5, 5, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.problem-icon-wrap svg {
  width: 34px;
  height: 34px;
  color: var(--purple);
  overflow: hidden;
}

.problem-icon-wrap svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-icon-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(128, 87, 255, 0.22);
  border-radius: 999px;
  color: var(--purple);
  background: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.problem-icon-cluster {
  grid-template-columns: repeat(2, 18px);
  gap: 8px;
  align-content: center;
  justify-content: center;
  overflow: visible;
}

.problem-icon-cluster svg {
  width: 20px;
  height: 20px;
}

.problem-icon-cluster svg:nth-child(2) {
  color: var(--purple);
}

.problem-card-copy {
  display: grid;
  grid-column: 2;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.problem-card h3 {
  margin: 0;
  color: #050507;
  font-size: clamp(1.2rem, 1.55vw, 1.72rem);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
}

.problem-card p {
  margin: 0;
  color: #4d4d52;
  font-size: clamp(0.9rem, 1vw, 1.02rem);
  font-weight: 430;
  line-height: 1.55;
}

.problem-impact {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(17, 17, 19, 0.1);
  padding-top: 18px;
  color: #62626a;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.2;
}

.problem-impact svg {
  width: 24px;
  height: 24px;
  color: #111113;
  flex: 0 0 auto;
}

.problem-impact svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-impact strong {
  color: var(--purple);
  font-weight: 760;
}

.problem-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: #090a0f;
  box-shadow:
    0 28px 70px rgba(5, 5, 5, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translate3d(0, calc((1 - var(--problem-card-progress, 1)) * 64px - 3px), 0) scale(calc(0.96 + (var(--problem-card-progress, 1) * 0.04)));
}

.problem-card:hover h3 {
  color: #ffffff;
}

.problem-card:hover p {
  color: rgba(255, 255, 255, 0.78);
}

.problem-card:hover .problem-impact {
  border-top-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
}

.problem-card:hover .problem-impact svg {
  color: rgba(255, 255, 255, 0.9);
}

.problem-card:hover .problem-icon-wrap {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (max-width: 1180px) {
  .business-build-section {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .problems-section {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .business-build-inner {
    width: min(100% - 44px, 900px);
    height: auto;
    min-height: auto;
    padding: 70px 0;
  }

  .business-build-map {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    gap: 34px;
  }

  .business-build-connectors {
    display: none;
  }

  .business-build-column {
    justify-items: stretch;
  }

  .business-build-label {
    justify-self: start;
  }

  .business-build-card::before,
  .business-build-card::after {
    display: none;
  }

  .problems-inner {
    height: auto;
    min-height: auto;
    padding: 70px 0;
  }

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

  .business-build-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-build-stack .business-build-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .business-build-inner {
    width: min(100% - 32px, 520px);
    gap: 30px;
    padding: 54px 0;
  }

  .business-build-header {
    justify-items: start;
    text-align: left;
  }

  .business-build-header h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .business-build-list,
  .business-build-stack .business-build-list {
    grid-template-columns: 1fr;
  }

  .business-build-card,
  .business-build-stack .business-build-card {
    grid-template-columns: 40px 1fr;
    min-height: 68px;
    gap: 16px;
    padding: 0 18px;
  }

  .business-build-card svg {
    width: 31px;
    height: 31px;
  }

  .problems-inner {
    width: min(100% - 32px, 560px);
    gap: 30px;
    padding: 54px 0;
  }

  .problems-header {
    justify-items: start;
    text-align: left;
  }

  .problems-header h2 {
    font-size: clamp(2.4rem, 11vw, 3.2rem);
  }

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

  .problem-card {
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: auto;
    gap: 16px;
    padding: 24px;
  }

  .problem-icon-wrap {
    width: 62px;
    height: 62px;
  }

  .problem-icon-wrap svg {
    width: 28px;
    height: 28px;
  }

}

.booking-flow-section {
  position: relative;
  z-index: 38;
  min-height: 100vh;
  overflow: hidden;
  color: #0b0b0d;
  background: var(--bg);
}

.booking-flow-inner {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr;
  align-items: center;
  width: min(1500px, calc(100% - 72px));
  margin: 0 auto;
  padding: var(--section-top-space) 0 var(--section-bottom-space);
}

.booking-flow-header {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  transform: translateY(-15px);
}

.booking-flow-header h2 {
  margin: 0;
  color: #050507;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
  text-wrap: balance;
}

.booking-flow-header h2 span {
  color: var(--purple);
}

.booking-flow-header p {
  max-width: 720px;
  margin: clamp(72px, 11vh, 132px) 0 0;
  color: #4d4d52;
  font-size: clamp(1.08rem, 1.34vw, 1.28rem);
  font-weight: 430;
  line-height: 1.42;
  text-wrap: balance;
  transform: none;
}

.booking-flow-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(24px, 2.7vw, 46px);
  width: 100%;
  margin: clamp(128px, 16vh, 180px) 0 0;
  padding: 0;
  list-style: none;
  transform: translateY(-80px);
  --booking-icon-size: clamp(94px, 7vw, 108px);
  --booking-arrow-y: calc(38px + 24px + (var(--booking-icon-size) / 2) - 1px);
}

.booking-flow-step {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 24px;
  min-width: 0;
  text-align: center;
}

.booking-flow-step:not(:last-child)::before,
.booking-flow-step:not(:last-child)::after {
  position: absolute;
  top: var(--booking-arrow-y);
  left: calc(50% + (var(--booking-icon-size) / 2) + 8px);
  width: calc(100% + clamp(24px, 2.7vw, 46px) - var(--booking-icon-size) - 16px);
  height: 8px;
  content: "";
  clip-path: polygon(0 34%, calc(100% - 11px) 34%, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, calc(100% - 11px) 66%, 0 66%);
  pointer-events: none;
}

.booking-flow-step:not(:last-child)::after {
  background: linear-gradient(90deg, rgba(128, 87, 255, 0.34), var(--purple));
}

.booking-flow-step:not(:last-child)::before {
  z-index: 1;
  background: linear-gradient(90deg, transparent 0 20%, rgba(255, 255, 255, 0.95) 42%, rgba(128, 87, 255, 0.95) 54%, transparent 76% 100%) 0 0 / 52px 100%;
  animation: bookingArrowFlow 1150ms linear infinite;
}

@keyframes bookingArrowFlow {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 44px 0, 0 0;
  }
}

.booking-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid rgba(128, 87, 255, 0.58);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 18px rgba(128, 87, 255, 0.14);
  font-size: 1.16rem;
  font-weight: 720;
  line-height: 1;
}

.booking-icon-wrap {
  display: grid;
  width: var(--booking-icon-size);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(128, 87, 255, 0.13);
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 18px 34px rgba(128, 87, 255, 0.08),
    inset 0 0 0 1px rgba(16, 16, 20, 0.02);
}

.booking-icon {
  width: 70%;
  height: 70%;
  overflow: visible;
}

.booking-icon path,
.booking-icon rect,
.booking-icon circle {
  fill: none;
  stroke: #07070a;
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-icon .booking-icon-accent {
  stroke: var(--purple);
}

.booking-icon .booking-icon-fill {
  fill: #07070a;
  stroke: #07070a;
}

.booking-icon .booking-icon-dot {
  fill: var(--purple);
  stroke: var(--purple);
}

.booking-flow-step:nth-child(3) .booking-icon .booking-icon-accent {
  stroke-width: 4.2;
}

.booking-step-label {
  display: block;
  min-height: 56px;
  color: #1e1e22;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  font-weight: 650;
  line-height: 1.34;
  text-wrap: balance;
}

.booking-flow-note {
  position: relative;
  justify-self: center;
  width: min(720px, 100%);
  margin: 0;
  padding-top: 30px;
  color: #5b5a60;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  font-weight: 430;
  line-height: 1.4;
  text-align: center;
}

.booking-flow-note::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(520px, 76vw);
  height: 2px;
  content: "";
  background:
    radial-gradient(circle, var(--purple) 0 4px, transparent 5px),
    linear-gradient(90deg, transparent, rgba(128, 87, 255, 0.08), rgba(128, 87, 255, 0.9), rgba(128, 87, 255, 0.08), transparent);
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.benefits-section {
  position: relative;
  z-index: 39;
  overflow: visible;
  color: #211f1d;
  background: var(--bg);
}

.benefits-page {
  display: grid;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  align-content: start;
  grid-template-rows: auto 1fr;
  padding: var(--section-top-space) 0 0;
}

.benefits-page-intro {
  gap: var(--section-header-gap);
}

.benefits-page-continuation {
  gap: clamp(24px, 3vh, 38px);
  padding-top: clamp(52px, 7vh, 82px);
}

.benefits-header {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 0 clamp(22px, 4vw, 64px);
  text-align: center;
  transform: translateY(-78px);
}

.benefits-header h2 {
  max-width: 1100px;
  margin: 0;
  color: #211f1d;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
  text-wrap: balance;
}

.benefits-header h2 span {
  color: var(--purple);
}

.benefits-header p {
  max-width: 790px;
  margin: 0;
  color: #6d6861;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 430;
  line-height: 1.55;
}

.benefits-stagger {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(6, clamp(280px, 24vw, 380px));
  width: 100%;
  min-height: 0;
}

.benefit-stagger-card {
  display: grid;
  place-items: center;
  min-height: 100%;
  overflow: hidden;
  background: #050505;
}

.benefit-stagger-card img {
  display: block;
  width: calc(100% - clamp(88px, 9vw, 172px));
  height: 82%;
  object-fit: contain;
}

.benefit-mobile-image {
  display: none;
}

.benefit-heading-icon {
  display: none;
}

.benefit-stagger-copy {
  display: grid;
  align-content: center;
  gap: clamp(24px, 3vw, 54px);
  min-height: 100%;
  padding: clamp(34px, 4.2vw, 76px);
  color: #211f1d;
}

.benefit-stagger-copy h3 {
  max-width: 780px;
  margin: 0;
  color: #050505;
  font-size: clamp(1.65rem, 2.45vw, 3.2rem);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.benefit-stagger-copy p {
  max-width: 760px;
  margin: 0;
  color: #4c4741;
  font-size: clamp(1.05rem, 1.38vw, 1.55rem);
  font-weight: 420;
  line-height: 1.45;
}

.benefit-stagger-card-one {
  grid-column: 1;
  grid-row: 1;
}

.benefit-stagger-card-two {
  grid-column: 2;
  grid-row: 2;
}

.benefit-stagger-card-three {
  grid-column: 1;
  grid-row: 3;
}

.benefit-stagger-card-four {
  grid-column: 2;
  grid-row: 4;
}

.benefit-stagger-card-five {
  grid-column: 1;
  grid-row: 5;
}

.benefit-stagger-card-six {
  grid-column: 2;
  grid-row: 6;
}

.benefit-stagger-copy-one {
  grid-column: 2;
  grid-row: 1;
}

.benefit-stagger-copy-two {
  grid-column: 1;
  grid-row: 2;
}

.benefit-stagger-copy-three {
  grid-column: 2;
  grid-row: 3;
}

.benefit-stagger-copy-four {
  grid-column: 1;
  grid-row: 4;
}

.benefit-stagger-copy-five {
  grid-column: 2;
  grid-row: 5;
}

.benefit-stagger-copy-six {
  grid-column: 1;
  grid-row: 6;
}

.benefits-list {
  display: grid;
  gap: clamp(42px, 6vh, 76px);
}

.benefit-block {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(420px, 1fr);
  align-items: center;
  min-height: clamp(260px, 31vh, 370px);
  gap: clamp(64px, 10vw, 170px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.benefit-block.is-visible,
.benefits-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-block-reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(380px, 1fr);
}

.benefit-block-reverse .benefit-copy {
  grid-column: 2;
}

.benefit-block-reverse .benefit-visual {
  grid-column: 1;
  grid-row: 1;
}

.benefit-copy {
  display: grid;
  gap: 16px;
  align-content: center;
  max-width: 560px;
}

.benefit-number {
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.benefit-copy h3 {
  margin: 0;
  color: #201e1b;
  font-size: clamp(1.8rem, 2.35vw, 3.05rem);
  font-weight: 690;
  line-height: 1.05;
  letter-spacing: 0;
}

.benefit-copy p {
  max-width: 550px;
  margin: 0;
  color: #625d57;
  font-size: clamp(0.98rem, 1.1vw, 1.16rem);
  font-weight: 430;
  line-height: 1.5;
}

.benefit-visual {
  position: relative;
  min-height: clamp(260px, 31vh, 370px);
  overflow: hidden;
  border: 1px solid rgba(128, 87, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 16%, rgba(128, 87, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #fff, #f8f6ff);
  box-shadow:
    0 22px 60px rgba(31, 27, 24, 0.08),
    0 14px 38px rgba(128, 87, 255, 0.08);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.benefit-block:hover .benefit-visual {
  border-color: rgba(128, 87, 255, 0.28);
  box-shadow:
    0 28px 70px rgba(31, 27, 24, 0.1),
    0 20px 54px rgba(128, 87, 255, 0.14);
  transform: translateY(-3px);
}

.benefit-image-card {
  display: grid;
  place-items: center;
  padding: clamp(14px, 1.6vw, 24px);
  background:
    radial-gradient(circle at 88% 20%, rgba(128, 87, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.82);
}

.benefit-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: clamp(250px, 30vh, 356px);
  object-fit: contain;
  border-radius: 18px;
}

.benefits-page-intro .benefits-list {
  --zig-card-size: clamp(560px, 42vw, 860px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(3, var(--zig-card-size));
  gap: 0;
}

.benefits-page-intro .benefit-block {
  display: contents;
}

.benefits-page-intro .benefit-block .benefit-copy,
.benefits-page-intro .benefit-block .benefit-visual {
  opacity: 1;
  transform: translateY(0);
}

.benefits-page-intro .benefit-block:nth-child(1) .benefit-visual {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.benefits-page-intro .benefit-block:nth-child(1) .benefit-copy {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  padding-left: clamp(44px, 4vw, 88px);
}

.benefits-page-intro .benefit-block:nth-child(2) .benefit-visual {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
}

.benefits-page-intro .benefit-block:nth-child(2) .benefit-copy {
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
  padding-right: clamp(44px, 4vw, 88px);
}

.benefits-page-intro .benefit-block:nth-child(3) .benefit-visual {
  grid-column: 1;
  grid-row: 3;
  justify-self: end;
}

.benefits-page-intro .benefit-block:nth-child(3) .benefit-copy {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  padding-left: clamp(44px, 4vw, 88px);
}

.benefits-page-intro .benefit-copy {
  align-self: center;
  width: min(520px, 100%);
}

.benefits-page-intro .benefit-image-card {
  width: var(--zig-card-size);
  height: var(--zig-card-size);
  min-height: 0;
  padding: clamp(4px, 0.45vw, 8px);
  border: 0;
  border-radius: 0;
  background: #050505;
  box-shadow: none;
}

.benefits-page-intro .benefit-block:hover .benefit-image-card {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-3px);
}

.benefits-page-intro .benefit-image-card img {
  max-height: none;
  border-radius: 0;
  object-fit: contain;
}

.benefits-section .benefits-list,
.benefits-page-intro .benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  gap: clamp(22px, 3.2vh, 38px) 0;
}

.benefits-section .benefit-block,
.benefits-page-intro .benefit-block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-height: clamp(150px, 18vh, 215px);
  padding: clamp(24px, 2.4vw, 38px);
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 46px rgba(31, 27, 24, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.benefits-section .benefit-block:nth-child(odd) {
  grid-column: 1;
}

.benefits-section .benefit-block:nth-child(even) {
  grid-column: 2;
}

.benefits-section .benefit-block .benefit-copy,
.benefits-page-intro .benefit-block .benefit-copy,
.benefits-page-intro .benefit-block:nth-child(1) .benefit-copy,
.benefits-page-intro .benefit-block:nth-child(2) .benefit-copy,
.benefits-page-intro .benefit-block:nth-child(3) .benefit-copy,
.benefit-block-reverse .benefit-copy {
  grid-column: auto;
  grid-row: auto;
  justify-self: stretch;
  width: 100%;
  max-width: 620px;
  padding-right: 0;
  padding-left: 0;
}

.benefits-section .benefit-block:nth-child(odd) .benefit-copy {
  justify-self: end;
  padding-right: clamp(26px, 3vw, 58px);
}

.benefits-section .benefit-block:nth-child(even) .benefit-copy {
  justify-self: start;
  padding-left: clamp(26px, 3vw, 58px);
}

.benefits-section .benefit-visual {
  display: none;
}

.source-stack {
  position: absolute;
  top: 22px;
  left: 20px;
  display: grid;
  width: 138px;
  gap: 8px;
}

.source-stack span,
.manual-list span,
.workflow-steps span,
.pipeline span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #35312d;
  font-size: 0.72rem;
  font-weight: 620;
  box-shadow: 0 10px 24px rgba(32, 28, 24, 0.05);
}

.mock-dashboard {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: min(260px, 52%);
  padding: 14px;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 12px;
  background: #fff;
}

.mock-topline {
  width: 54%;
  height: 8px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(128, 87, 255, 0.24);
}

.lead-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid rgba(31, 27, 24, 0.07);
  color: #26231f;
  font-size: 0.72rem;
}

.lead-row span {
  color: var(--purple);
  font-weight: 620;
}

.lead-row.muted span {
  color: #8a8580;
}

.phone-shell {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 28px;
  width: min(250px, 58%);
  padding: 24px 16px;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(31, 27, 24, 0.08);
}

.message {
  width: fit-content;
  max-width: 86%;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.76rem;
  font-weight: 560;
  line-height: 1.25;
}

.message.incoming {
  background: #f1f0ed;
  color: #35312d;
}

.message.outgoing {
  margin-left: auto;
  background: var(--purple);
  color: #fff;
}

.instant-badge,
.calendar-card {
  position: absolute;
  right: 24px;
  bottom: 28px;
  display: grid;
  min-width: 172px;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(128, 87, 255, 0.18);
  border-radius: 14px;
  background: #fff;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 760;
  box-shadow: 0 16px 34px rgba(128, 87, 255, 0.1);
}

.pipeline {
  position: absolute;
  top: 28px;
  right: 28px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.calendar-card {
  right: 34px;
  bottom: 26px;
  color: #201e1b;
}

.calendar-card span {
  color: var(--purple);
  font-size: 0.76rem;
}

.manual-list {
  position: absolute;
  top: 28px;
  left: 26px;
  display: grid;
  width: 150px;
  gap: 10px;
}

.workflow-steps {
  position: absolute;
  top: 50%;
  right: 24px;
  display: grid;
  grid-template-columns: repeat(3, 86px);
  gap: 10px;
  transform: translateY(-50%);
}

.workflow-steps span {
  border-color: rgba(128, 87, 255, 0.16);
  background: rgba(128, 87, 255, 0.1);
  color: var(--purple);
}

.team-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 14px;
  padding: 22px;
}

.role-card {
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 14px;
  background: #fff;
  color: #211f1d;
  font-size: 0.9rem;
  font-weight: 760;
  box-shadow: 0 14px 30px rgba(31, 27, 24, 0.055);
}

.role-card span {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 620;
}

.analytics-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  align-items: stretch;
  gap: 12px;
  padding: 22px;
}

.metric-card,
.chart-card {
  display: grid;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(31, 27, 24, 0.055);
}

.metric-card strong {
  color: #211f1d;
  font-size: 1.36rem;
  line-height: 1;
}

.metric-card span {
  margin-top: 8px;
  color: #6d6861;
  font-size: 0.72rem;
  font-weight: 620;
}

.chart-card {
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 8px;
}

.chart-card span {
  display: block;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--purple), rgba(128, 87, 255, 0.32));
}

.chart-card span:nth-child(1) {
  height: 42%;
}

.chart-card span:nth-child(2) {
  height: 68%;
}

.chart-card span:nth-child(3) {
  height: 54%;
}

.chart-card span:nth-child(4) {
  height: 82%;
}

.benefits-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(128, 87, 255, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(128, 87, 255, 0.12), transparent 42%),
    #fff;
  text-align: center;
  box-shadow: 0 20px 56px rgba(31, 27, 24, 0.06);
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.benefits-cta h3 {
  max-width: 720px;
  margin: 0;
  color: #211f1d;
  font-size: clamp(1.6rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}

.benefits-cta p {
  max-width: 620px;
  margin: 0;
  color: #6d6861;
  font-size: 0.98rem;
  line-height: 1.5;
}

.benefits-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.benefits-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

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

.benefits-btn-primary {
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #fff;
  box-shadow: 0 14px 28px rgba(128, 87, 255, 0.18);
}

.benefits-btn-secondary {
  border: 1px solid rgba(31, 27, 24, 0.14);
  background: #fff;
  color: #211f1d;
}

.mobile-animated-flow {
  display: none;
}

@media (max-width: 760px) {
  .hero {
    min-height: 100dvh;
    overflow: hidden;
  }

  .hero-inner {
    min-height: 100dvh;
  }

  .video-stage {
    min-height: 100dvh;
  }

  .topbar {
    grid-template-columns: 34px 1fr auto;
    gap: 10px;
    min-height: 68px;
    padding: 0 18px;
  }

  body.tools-view .topbar {
    grid-template-columns: auto 1fr auto;
    min-height: 72px;
    padding: 0 18px;
  }

  .logo-space {
    width: 24px;
    height: 32px;
  }

  body.tools-view .logo-space {
    width: 112px;
  }

  body.tools-view .cypher-word {
    font-size: 1rem;
  }

  body.tools-view .scroll-actions {
    gap: 8px;
  }

  body.tools-view .scroll-action {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  body.tools-view .scroll-action-secondary {
    display: none;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a,
  .signin {
    font-size: 1rem;
  }

  .hero-inner {
    width: min(100% - 28px, 680px);
    padding: 7.25rem 0 7.75rem;
  }

  h1 {
    font-size: clamp(2.25rem, 10.4vw, 2.75rem);
    line-height: 1.08;
  }

  .hero-actions {
    width: min(100%, 360px);
    margin-top: 28px;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
  }

  .app-marquee {
    bottom: 22px;
  }

  .marquee-track {
    animation-duration: 26s;
  }

  .marquee-set {
    gap: 30px;
    padding-right: 30px;
  }

  .app-icon {
    width: 40px;
    height: 40px;
  }

  .problem-message {
    width: min(520px, calc(100% - 32px));
    font-size: clamp(1.55rem, 6.2vw, 2.35rem);
    line-height: 1.08;
    white-space: normal;
  }

  .second-video-strip {
    top: 0;
    width: 100%;
  }

  .second-video-card {
    border-radius: 14px;
  }

  .growth-engine {
    width: min(320px, calc(100% - 28px));
    height: 320px;
  }

  .growth-agent-icon {
    width: 138px;
    height: 138px;
    padding: 0;
  }

  .growth-engine h2 {
    top: calc(50% + 92px);
    font-size: clamp(1.12rem, 5vw, 1.5rem);
  }

  .growth-small {
    top: calc(50% + 130px);
    font-size: 0.82rem;
  }

  .automation-scene {
    top: 96px;
    bottom: 18px;
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(430px, calc(100% - 26px));
  }

  .tools-panel {
    min-height: 218px;
    padding: 0;
  }

  .tool-slot-grid {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    padding: 14px;
  }

  .tool-slot-grid::before {
    border-radius: 14px;
  }

  .agent-column {
    min-width: 0;
    gap: 10px;
  }

  .agent-hub {
    width: 96px;
    height: 96px;
  }

  .agent-column h2 {
    font-size: 1.28rem;
  }

  .agent-column p {
    max-width: 310px;
    font-size: 0.78rem;
  }

  .automation-links {
    display: none;
  }

  .outcome-cards {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-self: center;
  }

  .outcome-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    column-gap: 10px;
    align-items: center;
    width: min(360px, 100%);
    min-height: 86px;
    padding: 0;
  }

  .outcome-avatar {
    width: 104px;
    height: 92px;
  }

  .outcome-card h3 {
    margin: 0;
    font-size: 0.96rem;
  }

  .outcome-card ul {
    margin: 2px 0 0;
    gap: 5px;
    font-size: 0.68rem;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero,
  .tool-sprawl,
  .tool-sprawl-canvas {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .tool-sprawl {
    display: none;
  }

  .mobile-animated-flow {
    position: relative;
    z-index: 50;
    display: block;
    height: 300dvh;
    margin-top: -100dvh;
    background: transparent;
    color: #242321;
    pointer-events: none;
  }

  .mobile-flow-canvas {
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow: hidden;
    background: transparent;
    isolation: isolate;
  }

  .mobile-flow-canvas::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: #fbfaf7;
    opacity: var(--mobile-flow-bg-opacity, 0);
  }

  .mobile-flow-headline {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: var(--mobile-headline-top, 176px);
    width: min(390px, calc(100% - 32px));
    margin: 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.78rem, 8vw, 2.26rem);
    font-weight: 740;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
  }

  .mobile-flow-headline span {
    display: block;
  }

  .mobile-flow-image-layer {
    position: absolute;
    inset: 0;
    z-index: 44;
    pointer-events: none;
  }

  .mobile-flow-video-proxy,
  .mobile-flow-image-card {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: var(--mobile-card-width, 164px);
    height: var(--mobile-card-height, 140px);
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    background: #e8e4dc;
    box-shadow: 0 14px 34px rgba(36, 31, 29, 0.12);
    object-fit: cover;
    opacity: var(--mobile-card-opacity, 0);
    transform: translate3d(var(--mobile-card-x, -999px), var(--mobile-card-y, -999px), 0);
    will-change: opacity, transform, width, height;
  }

  .mobile-flow-video-proxy {
    --mobile-card-x: 22px;
    --mobile-card-y: 320px;
  }

  .mobile-flow-image-card:nth-of-type(1) {
    --mobile-card-x: calc(50vw + 7px);
    --mobile-card-y: 320px;
  }

  .mobile-flow-image-card:nth-of-type(2) {
    --mobile-card-x: 22px;
    --mobile-card-y: 470px;
  }

  .mobile-flow-image-card:nth-of-type(3) {
    --mobile-card-x: calc(50vw + 7px);
    --mobile-card-y: 470px;
  }

  .mobile-animated-flow .mobile-flow-video-proxy,
  .mobile-animated-flow .mobile-flow-image-card {
    --mobile-card-opacity: 1;
  }

  .mobile-flow-video-proxy {
    display: none !important;
  }

  .mobile-flow-video-proxy video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-engine-flow {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    align-content: start;
    justify-items: center;
    padding: var(--mobile-engine-top, 108px) 22px 28px;
    opacity: var(--mobile-engine-opacity, 0);
    transform: translateY(20px);
    pointer-events: none;
  }

  .mobile-engine-core {
    display: grid;
    justify-items: center;
    width: min(320px, 100%);
    text-align: center;
  }

  .mobile-engine-core img {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(36, 31, 29, 0.12));
  }

  .mobile-engine-core h2 {
    margin: 7px 0 0;
    color: #211f1d;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.72rem, 7.4vw, 2.15rem);
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-engine-core p {
    max-width: 302px;
    margin: 8px 0 0;
    color: #69645e;
    font-size: 0.88rem;
    font-weight: 430;
    line-height: 1.28;
  }

  .mobile-engine-routes {
    width: min(360px, 100%);
    height: 128px;
    margin: 2px auto -14px;
    overflow: visible;
  }

  .mobile-engine-routes path {
    fill: none;
    stroke: var(--purple);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1 10;
    marker-end: url("#mobileRouteArrow");
  }

  .mobile-engine-routes marker path {
    fill: var(--purple);
    stroke: none;
  }

  .mobile-engine-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(390px, 100%);
  }

  .mobile-engine-outcomes article {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 150px;
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    padding: 10px 7px 12px;
    background: rgba(255, 255, 255, 0.88);
    text-align: center;
    box-shadow: 0 12px 28px rgba(36, 31, 29, 0.08);
  }

  .mobile-engine-outcomes img {
    display: block;
    width: 72px;
    height: 62px;
    object-fit: contain;
  }

  .mobile-engine-outcomes h3 {
    margin: 6px 0 0;
    color: #211f1d;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1;
  }

  .mobile-engine-outcomes p {
    margin: 7px 0 0;
    color: #5f5a55;
    font-size: 0.68rem;
    font-weight: 560;
    line-height: 1.2;
  }

  .problem-message {
    z-index: 45;
    width: min(390px, calc(100% - 30px));
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.78rem, 8.2vw, 2.28rem);
    font-weight: 720;
    line-height: 1.08;
    text-shadow: none;
  }

  .problem-message span.problem-primary {
    color: #242321;
  }

  .second-video-strip {
    z-index: 43;
    overflow: visible;
  }

  .second-video-strip .second-video-card {
    width: var(--card-width, 168px);
    height: var(--card-height, 138px);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(36, 31, 29, 0.12);
  }

  .automation-scene {
    top: 92px;
    bottom: 22px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: start;
    justify-items: center;
    gap: 0;
    width: min(430px, calc(100% - 28px));
    overflow: visible;
  }

  .automation-heading,
  .tools-panel {
    display: none;
  }

  .automation-arrows {
    position: absolute;
    inset: 0;
    grid-column: 1;
    grid-row: 1 / -1;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .automation-arrow {
    stroke-width: 2.2;
    stroke-dasharray: 1 9;
  }

  .agent-column {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    align-self: start;
    width: min(290px, 100%);
    min-width: 0;
    margin-top: clamp(8px, 4.2vh, 34px);
    gap: 8px;
    z-index: 5;
  }

  .agent-hub {
    width: 118px;
    height: 118px;
  }

  .agent-column h2 {
    margin-top: 4px;
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1;
  }

  .agent-column p {
    max-width: 270px;
    margin: 4px auto 0;
    font-size: 0.82rem;
    line-height: 1.22;
  }

  .outcome-cards {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: center;
    align-self: start;
    width: min(392px, 100%);
    margin: clamp(28px, 4vh, 42px) auto 0;
    gap: 10px;
    z-index: 5;
  }

  .outcome-card {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: start;
    width: 100%;
    min-height: 154px;
    padding: 10px 8px 12px;
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    text-align: center;
    box-shadow: 0 12px 26px rgba(36, 31, 29, 0.08);
    backdrop-filter: blur(8px);
  }

  .outcome-card-team,
  .outcome-card-customers {
    margin-top: 0;
  }

  .outcome-avatar {
    width: 74px;
    height: 64px;
  }

  .outcome-card h3 {
    margin-top: 6px;
    font-size: 0.98rem;
    line-height: 1;
  }

  .outcome-card ul {
    display: none;
  }

  .booking-flow-inner {
    width: min(100% - 28px, 520px);
    padding: 112px 0 44px;
  }

  .booking-flow-header {
    gap: 16px;
  }

  .booking-flow-header h2 {
    font-size: clamp(2.05rem, 9.2vw, 2.72rem);
  }

  .booking-flow-header p {
    max-width: 360px;
    font-size: 1rem;
  }

  .booking-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
    margin: 30px 0 38px;
  }

  .booking-flow-step {
    gap: 14px;
  }

  .booking-flow-step:not(:last-child)::before,
  .booking-flow-step:not(:last-child)::after {
    display: none;
  }

  .booking-step-number {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .booking-icon-wrap {
    width: min(116px, 34vw);
  }

  .booking-step-label {
    min-height: 48px;
    font-size: 0.94rem;
  }

  .booking-flow-note {
    max-width: 360px;
    font-size: 0.92rem;
  }

  .benefits-page {
    width: 100%;
    min-height: 100vh;
    padding: 54px 0 0;
  }

  .benefits-page-intro {
    gap: 36px;
  }

  .benefits-page-continuation {
    padding-top: 24px;
  }

  .benefits-header {
    transform: translateY(-64px);
  }

  .benefits-header h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.35rem);
  }

  .benefits-header p {
    font-size: 0.92rem;
  }

  .benefits-stagger {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(12, auto);
  }

  .benefit-stagger-card-one,
  .benefit-stagger-card-two,
  .benefit-stagger-card-three,
  .benefit-stagger-card-four,
  .benefit-stagger-card-five,
  .benefit-stagger-card-six,
  .benefit-stagger-copy-one,
  .benefit-stagger-copy-two,
  .benefit-stagger-copy-three,
  .benefit-stagger-copy-four,
  .benefit-stagger-copy-five,
  .benefit-stagger-copy-six {
    grid-column: 1;
  }

  .benefit-stagger-card-one {
    grid-row: 1;
  }

  .benefit-stagger-copy-one {
    grid-row: 2;
  }

  .benefit-stagger-card-two {
    grid-row: 3;
  }

  .benefit-stagger-copy-two {
    grid-row: 4;
  }

  .benefit-stagger-card-three {
    grid-row: 5;
  }

  .benefit-stagger-copy-three {
    grid-row: 6;
  }

  .benefit-stagger-card {
    min-height: 250px;
  }

  .benefit-stagger-card-four {
    grid-row: 7;
  }

  .benefit-stagger-copy-four {
    grid-row: 8;
  }

  .benefit-stagger-card-five {
    grid-row: 9;
  }

  .benefit-stagger-copy-five {
    grid-row: 10;
  }

  .benefit-stagger-card-six {
    grid-row: 11;
  }

  .benefit-stagger-copy-six {
    grid-row: 12;
  }

  .benefit-stagger-copy {
    gap: 20px;
    min-height: auto;
    padding: 28px;
  }

  .benefit-stagger-copy h3 {
    font-size: clamp(1.45rem, 6.8vw, 2.25rem);
  }

  .benefit-stagger-copy p {
    font-size: 1rem;
  }

  .benefits-page-intro .benefits-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 28px;
  }

  .benefits-page-intro .benefit-block {
    display: grid;
  }

  .benefit-block,
  .benefit-block-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 16px;
    padding: 18px;
  }

  .benefit-block-reverse .benefit-copy,
  .benefit-block-reverse .benefit-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .benefits-page-intro .benefit-block .benefit-copy,
  .benefits-page-intro .benefit-block .benefit-visual,
  .benefits-page-intro .benefit-block:nth-child(1) .benefit-copy,
  .benefits-page-intro .benefit-block:nth-child(1) .benefit-visual,
  .benefits-page-intro .benefit-block:nth-child(2) .benefit-copy,
  .benefits-page-intro .benefit-block:nth-child(2) .benefit-visual,
  .benefits-page-intro .benefit-block:nth-child(3) .benefit-copy,
  .benefits-page-intro .benefit-block:nth-child(3) .benefit-visual {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .benefit-visual {
    min-height: 220px;
  }

  .benefits-page-intro .benefit-image-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .source-stack {
    width: 118px;
  }

  .mock-dashboard {
    right: 14px;
    width: 54%;
  }

  .workflow-steps {
    right: 14px;
    grid-template-columns: 1fr;
    width: 112px;
  }

  .team-visual,
  .analytics-visual {
    grid-template-columns: 1fr;
  }

  .benefits-cta {
    padding: 24px 18px;
  }

  .benefits-cta-actions {
    width: 100%;
  }

  .benefits-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation-duration: 90s;
  }

  .btn {
    transition: none;
  }

  .btn:hover {
    transform: none;
  }
}

.client-experience {
  position: relative;
  z-index: 38;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background: #050505;
}

.client-experience-inner {
  display: grid;
  grid-template-columns: minmax(390px, 42%) minmax(0, 58%);
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.client-copy-panel,
.client-visual-wrap {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.client-copy-panel {
  display: grid;
  align-content: start;
  gap: clamp(14px, 1.8vh, 22px);
  padding: clamp(104px, 12vh, 124px) clamp(36px, 4.8vw, 86px) clamp(18px, 2.4vh, 28px);
  background: #050505;
}

.client-experience-header {
  display: grid;
  gap: 10px;
  max-width: 560px;
  text-align: left;
}

.client-experience-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 2.85vw, 3.35rem);
  font-weight: 440;
  line-height: 1.03;
  letter-spacing: 0;
}

.client-experience-header p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 0.94vw, 1.04rem);
  line-height: 1.36;
}

.client-steps {
  display: grid;
  gap: 2px;
  max-width: 620px;
}

.client-step {
  display: grid;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(13px, 1.7vh, 18px) 0;
  color: #ffffff;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.client-step:hover,
.client-step.is-active {
  border-color: rgba(255, 255, 255, 0.42);
}

.client-step-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.client-step-title {
  color: #ffffff;
  font-size: clamp(1.08rem, 1.24vw, 1.34rem);
  font-weight: 380;
  line-height: 1.2;
  letter-spacing: 0;
}

.client-step-icon {
  position: relative;
  width: 28px;
  height: 28px;
}

.client-step-icon::before,
.client-step-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.client-step-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.client-step.is-active .client-step-icon::before {
  background: var(--purple);
}

.client-step.is-active .client-step-icon::after {
  opacity: 0;
}

.client-step-copy {
  display: block;
  max-width: 560px;
  max-height: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.8rem, 0.84vw, 0.94rem);
  line-height: 1.35;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 220ms ease,
    opacity 180ms ease,
    padding-top 180ms ease;
}

.client-step.is-active .client-step-copy {
  max-height: 112px;
  padding-top: 9px;
  opacity: 1;
}

.client-visual-wrap {
  background: var(--bg);
}

.client-visual-card {
  display: grid;
  height: 100%;
  place-items: center;
  padding: clamp(74px, 8.5vh, 96px) clamp(48px, 5vw, 92px) clamp(48px, 6vh, 72px);
  --client-visual-progress: 1;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.client-visual-card.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.client-image-stage {
  display: grid;
  width: 100%;
  max-height: calc(100vh - 168px);
  aspect-ratio: 1448 / 1086;
  place-items: center;
  opacity: calc(0.24 + (var(--client-visual-progress) * 0.76));
  transform:
    translateY(calc((1 - var(--client-visual-progress)) * 58px))
    scale(calc(0.82 + (var(--client-visual-progress) * 0.18)));
  transform-origin: center;
  transition: opacity 80ms linear, transform 80ms linear;
  will-change: opacity, transform;
}

.client-step-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(16px, 1.7vw, 28px);
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(25, 22, 33, 0.08);
}

@media (max-width: 1120px) {
  .client-experience,
  .client-experience-inner,
  .client-copy-panel,
  .client-visual-wrap {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .client-experience-inner {
    grid-template-columns: 1fr;
  }

  .client-copy-panel {
    padding: 44px clamp(24px, 7vw, 72px) 30px;
  }

  .client-experience-header h2 {
    max-width: 760px;
    font-size: clamp(2.2rem, 6.4vw, 3.7rem);
  }

  .client-visual-card {
    height: auto;
    padding: 24px clamp(20px, 5vw, 56px) 48px;
    --client-visual-progress: 1;
  }

  .client-image-stage {
    width: min(100%, 900px);
    max-height: none;
  }
}

@media (max-width: 760px) {
  .client-copy-panel {
    gap: 24px;
    padding: 36px 22px 24px;
  }

  .client-experience-header h2 {
    font-size: clamp(2rem, 9.5vw, 3rem);
  }

  .client-experience-header p {
    font-size: 0.94rem;
  }

  .client-step {
    padding: 15px 0;
  }

  .client-step.is-active .client-step-copy {
    max-height: 190px;
  }

  .client-visual-card {
    padding: 12px 14px 34px;
  }
}

.businesses-help-section {
  position: relative;
  z-index: 38;
  color: #08080a;
  background: var(--bg);
  overflow: visible;
  padding: var(--section-top-space) 0 var(--section-bottom-space);
}

.businesses-help-inner {
  display: grid;
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
  gap: clamp(34px, 4.8vh, 58px);
}

.businesses-help-header {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.businesses-help-header h2 {
  margin: 0;
  color: #050507;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
}

.businesses-help-header p {
  max-width: 620px;
  margin: 0;
  color: #4d4d52;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  font-weight: 450;
  line-height: 1.45;
}

.businesses-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: clamp(24px, 3vw, 38px);
}

.business-type-card {
  display: grid;
  justify-items: center;
  gap: clamp(24px, 3vh, 36px);
  border: 1px solid rgba(13, 13, 15, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  padding: clamp(28px, 3vw, 42px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.035);
}

.business-type-card > h3 {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 34px;
  border-radius: 6px;
  color: #ffffff;
  background: #050505;
  font-size: clamp(0.9rem, 1vw, 1.08rem);
  font-weight: 680;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.business-icon-grid {
  display: grid;
  width: 100%;
  gap: clamp(24px, 2.8vw, 34px) clamp(16px, 2vw, 24px);
  align-items: start;
  justify-items: center;
}

.business-icon-grid-local {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.business-icon-grid-ecommerce {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 640px;
}

.business-type-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  color: #1b1b1f;
  text-align: center;
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  font-weight: 630;
  line-height: 1.2;
}

.business-type-item svg {
  width: 38px;
  height: 38px;
  color: #111113;
}

.business-type-item svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-type-item span {
  max-width: 105px;
}

.brand-letter,
.brand-word,
.brand-shopify,
.brand-woo {
  display: inline-grid;
  min-width: 46px;
  height: 38px;
  place-items: center;
  color: #111113;
  font-weight: 800;
  line-height: 1;
}

.brand-amazon {
  position: relative;
  align-items: end;
  font-size: 2.25rem;
  font-family: Georgia, serif;
}

.brand-amazon::after {
  position: absolute;
  bottom: -3px;
  left: 9px;
  width: 28px;
  height: 9px;
  content: "";
  border-bottom: 2px solid var(--purple);
  border-radius: 50%;
}

.brand-ebay {
  color: #2c225d;
  font-size: 1.75rem;
  font-weight: 780;
  letter-spacing: 0;
}

.brand-shopify {
  width: 38px;
  border: 2px solid #111113;
  border-radius: 6px;
  font-size: 1.25rem;
  transform: rotate(3deg);
}

.brand-woo {
  width: 54px;
  border: 2px solid rgba(17, 17, 19, 0.82);
  border-radius: 8px;
  color: var(--purple);
  font-size: 1.04rem;
  transform: rotate(-2deg);
}

.business-card-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 19, 0.15), transparent);
}

.business-flow {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(10px, 1.4vw, 18px);
  align-items: start;
}

.business-flow-ecommerce {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.business-flow-step {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  color: #29292e;
  text-align: center;
  font-size: clamp(0.72rem, 0.78vw, 0.84rem);
  font-weight: 640;
  line-height: 1.2;
}

.business-flow-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(17, 17, 19, 0.13);
  border-radius: 999px;
  color: #111113;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.business-flow-icon svg {
  width: 25px;
  height: 25px;
}

.business-flow-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-flow-arrow {
  margin-top: 13px;
  color: rgba(128, 87, 255, 0.6);
  font-size: 1.28rem;
  font-weight: 520;
  line-height: 1;
}

.revenue-cta-section {
  position: relative;
  z-index: 39;
  color: #070709;
  background: var(--bg);
  overflow: hidden;
}

.audit-booking-section {
  position: relative;
  z-index: 39;
  color: #08080a;
  background: var(--bg);
}

.audit-page {
  background: var(--bg);
}

.audit-page-topbar {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 54px);
  color: #ffffff;
  background: #050505;
}

.audit-page-topbar .cypher-mark,
.audit-page-topbar .cypher-word {
  opacity: 1;
  transform: none;
}

.audit-back-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 660;
  text-decoration: none;
}

.audit-booking-page .audit-booking-inner {
  min-height: calc(100vh - 56px);
  align-content: start;
  padding-top: clamp(22px, 4vh, 42px);
  padding-bottom: clamp(10px, 1.8vh, 18px);
}

.audit-booking-page .audit-booking-header h1 {
  font-size: clamp(1.9rem, 2.65vw, 2.8rem);
}

.audit-booking-inner {
  display: grid;
  justify-items: center;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: var(--section-top-space) 0 var(--section-bottom-space);
}

.audit-booking-header {
  margin-bottom: clamp(10px, 1.6vh, 16px);
  text-align: center;
}

.audit-booking-header h1,
.audit-booking-header h2 {
  margin: 0;
  color: #050507;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
}

.audit-card {
  display: grid;
  gap: 9px;
  width: min(640px, 100%);
  grid-template-columns: 1fr;
  border: 1px solid rgba(128, 87, 255, 0.16);
  border-radius: 16px;
  padding: clamp(14px, 1.55vw, 18px);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(5, 5, 5, 0.08);
}

.audit-card-heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.audit-card-heading svg,
.audit-submit svg,
.audit-trust-strip svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audit-card-heading svg {
  width: 26px;
  height: 26px;
  color: var(--purple);
}

.audit-card-heading h2,
.audit-card-heading h3 {
  margin: 0;
  color: #111113;
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  font-weight: 720;
  line-height: 1.08;
}

.audit-card-heading p {
  margin: 0;
  color: #74727a;
  font-size: 0.9rem;
  line-height: 1.35;
}

.audit-calendar-field,
.audit-time-row {
  display: grid;
  gap: 5px;
}

.audit-calendar-field {
  align-content: end;
}

.audit-calendar-field label,
.audit-time-row label {
  color: #595963;
  font-size: 0.82rem;
  font-weight: 650;
}

.audit-calendar-field input,
.audit-time-row select {
  min-height: 38px;
  border: 1px solid rgba(18, 18, 20, 0.1);
  border-radius: 8px;
  color: #1d1d22;
  background: #ffffff;
  font: inherit;
  font-weight: 620;
}

.audit-calendar-field input,
.audit-time-row select {
  width: 100%;
  padding: 0 14px;
  color-scheme: light;
}

.audit-time-row select {
  appearance: auto;
}

.audit-divider {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  color: #70707a;
  font-size: 0.86rem;
  font-weight: 560;
}

.audit-divider::before,
.audit-divider::after {
  display: none;
}

.audit-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.audit-fields label {
  display: grid;
  gap: 5px;
  color: #595963;
  font-size: 0.82rem;
  font-weight: 650;
}

.audit-fields strong {
  color: #ef4444;
}

.audit-fields input,
.audit-fields textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 19, 0.12);
  border-radius: 8px;
  padding: 0 16px;
  color: #111113;
  background: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  outline: none;
}

.audit-fields input {
  min-height: 38px;
}

.audit-fields textarea {
  min-height: 54px;
  padding-top: 10px;
  resize: vertical;
}

.audit-submit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #050505;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 760;
  cursor: pointer;
}

.audit-submit svg {
  width: 20px;
  height: 20px;
}

.audit-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin: 0;
  color: #74727a;
  font-size: 0.88rem;
  font-weight: 620;
}

.audit-note span + span {
  position: relative;
}

.audit-note span + span::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 999px;
  background: var(--purple);
  transform: translateY(-50%);
}

.audit-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1040px, 100%);
  margin-top: clamp(16px, 2.6vh, 26px);
  border: 1px solid rgba(128, 87, 255, 0.14);
  border-radius: 12px;
  background: #f8f7fc;
  box-shadow: 0 18px 52px rgba(128, 87, 255, 0.08);
}

.audit-trust-strip article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 16px 28px;
}

.audit-trust-strip article + article {
  border-left: 1px solid rgba(17, 17, 19, 0.1);
}

.audit-trust-strip svg {
  width: 34px;
  height: 34px;
  color: var(--purple);
}

.audit-trust-strip h3 {
  margin: 0 0 5px;
  color: #111113;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.1;
}

.audit-trust-strip p {
  margin: 0;
  color: #56545f;
  font-size: 0.78rem;
  line-height: 1.34;
}

.revenue-cta-top {
  display: grid;
  justify-items: center;
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
  padding: var(--section-top-space) 0 var(--section-bottom-space);
  text-align: center;
}

.revenue-cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(18, 18, 20, 0.12);
  border-radius: 999px;
  color: #242329;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  font-weight: 430;
  box-shadow: 0 10px 28px rgba(22, 18, 35, 0.04);
}

.revenue-cta-kicker span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 0 0 0 6px rgba(128, 87, 255, 0.12);
}

.revenue-cta-top h2 {
  max-width: 760px;
  margin: 0;
  color: #050507;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
}

.revenue-cta-top h2 span {
  display: block;
  color: var(--purple);
}

.revenue-cta-top > p {
  max-width: 590px;
  margin: clamp(12px, 1.5vh, 18px) 0 0;
  color: #39383f;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 400;
  line-height: 1.34;
}

.revenue-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: clamp(20px, 2.5vh, 28px);
}

.revenue-cta-actions a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  padding: 0 28px;
  color: #070709;
  font-size: 1rem;
  font-weight: 690;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.revenue-cta-actions a:hover {
  transform: translateY(-2px);
}

.revenue-cta-actions svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-cta-primary {
  color: #ffffff !important;
  background: #050505;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.revenue-cta-primary:hover {
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
}

.revenue-cta-secondary {
  border: 1px solid #111113;
  background: rgba(255, 255, 255, 0.78);
}

.revenue-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: clamp(28px, 3.6vh, 42px);
  border: 1px solid rgba(18, 18, 20, 0.1);
  border-radius: 14px;
  background: #f3f3f3;
  box-shadow: none;
}

.revenue-benefits article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 98px;
  padding: 16px 22px;
  text-align: left;
}

.revenue-benefits article + article {
  border-left: 1px solid rgba(24, 22, 28, 0.1);
}

.revenue-benefit-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  color: var(--purple);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(14, 14, 16, 0.06),
    0 16px 30px rgba(23, 17, 46, 0.08);
}

.revenue-benefit-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-benefits h3 {
  margin: 0 0 6px;
  color: #09090b;
  font-size: 0.94rem;
  font-weight: 690;
  line-height: 1.08;
}

.revenue-benefits p {
  margin: 0;
  color: #2d2c33;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.38;
}

.revenue-demo-band {
  display: grid;
  align-content: start;
  min-height: 100vh;
  padding: clamp(40px, 5.5vh, 72px) 0 0;
  background: #030304;
}

.revenue-demo-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  width: min(1280px, calc(100% - 92px));
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  padding: 0 0 clamp(42px, 5vh, 64px);
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

.revenue-demo-copy {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: clamp(28px, 4vw, 60px);
  text-align: left;
}

.revenue-demo-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  font-weight: 650;
  line-height: 1.05;
}

.revenue-demo-copy h3 span {
  color: var(--purple);
}

.revenue-demo-copy p {
  margin: 8px 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.35;
}

.revenue-demo-copy ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.revenue-demo-copy li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.3;
}

.revenue-demo-copy li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--purple);
  border-radius: 999px;
  color: var(--purple);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 700;
}

.revenue-demo-proof {
  display: grid;
  justify-items: start;
  text-align: left;
}

.revenue-avatars {
  display: flex;
  margin-bottom: 12px;
}

.revenue-avatars span {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background-image: url("https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&fit=crop");
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.revenue-avatars span:nth-child(2) {
  background-image: url("https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&fit=crop");
}

.revenue-avatars span:nth-child(3) {
  background-image: url("https://images.pexels.com/photos/415829/pexels-photo-415829.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&fit=crop");
}

.revenue-avatars span:nth-child(4) {
  background-image: url("https://images.pexels.com/photos/614810/pexels-photo-614810.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&fit=crop");
}

.revenue-avatars span:nth-child(5) {
  background-image: url("https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&fit=crop");
}

.revenue-avatars span + span {
  margin-left: -12px;
}

.revenue-stars {
  color: var(--purple);
  font-size: 1.25rem;
  letter-spacing: 4px;
  line-height: 1;
}

.revenue-demo-proof p {
  margin: 9px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.revenue-demo-proof a {
  display: inline-flex;
  width: min(520px, 100%);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 56px;
  border-radius: 8px;
  color: #050507;
  background: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.revenue-demo-proof a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 255, 255, 0.1);
}

.revenue-demo-proof a span {
  font-size: 1.5rem;
  line-height: 1;
}

.faq-section {
  width: min(1280px, calc(100% - 92px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: var(--section-top-space) 0 clamp(24px, 4vh, 38px);
  color: #ffffff;
}

.faq-header {
  display: grid;
  max-width: 720px;
  margin-bottom: clamp(18px, 3vh, 28px);
}

.faq-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: var(--section-heading-line);
  letter-spacing: 0;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.faq-list details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-list summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  color: #ffffff;
  font-size: clamp(0.98rem, 1.16vw, 1.16rem);
  font-weight: 690;
  line-height: 1;
  white-space: nowrap;
}

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

.faq-list summary::after {
  flex: 0 0 auto;
  content: "+";
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.35rem;
  font-weight: 420;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  max-width: 900px;
  margin: 0;
  padding: 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
  width: min(1280px, calc(100% - 92px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: clamp(34px, 5vh, 54px) 0 clamp(30px, 4vh, 46px);
  color: #ffffff;
}

.site-footer-brand {
  display: grid;
  gap: 14px;
  max-width: 480px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.footer-logo .cypher-mark,
.footer-logo .cypher-word {
  opacity: 1;
  transform: none;
}

.site-footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.96rem;
  line-height: 1.5;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 26px;
}

.site-footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 560;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .businesses-help-inner {
    width: min(100% - 44px, 900px);
  }

  .businesses-help-grid {
    grid-template-columns: 1fr;
  }

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

  .business-icon-grid-ecommerce {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .businesses-help-inner {
    width: min(100% - 28px, 560px);
  }

  .businesses-help-header {
    gap: 12px;
  }

  .businesses-help-header h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.7rem);
  }

  .business-type-card {
    padding: 26px 18px;
  }

  .business-type-card > h3 {
    width: min(100%, 320px);
    padding: 0 18px;
    white-space: normal;
    line-height: 1.15;
  }

  .business-icon-grid-local,
  .business-icon-grid-ecommerce {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-flow,
  .business-flow-ecommerce {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .business-flow-arrow {
    margin: 0;
    transform: rotate(90deg);
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    overflow: hidden !important;
    background: #f7f6f2 !important;
    padding:
      max(64px, calc(env(safe-area-inset-top) + 54px))
      0
      max(54px, calc(env(safe-area-inset-bottom) + 42px)) !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-inner {
    width: 100% !important;
    gap: clamp(46px, 6.2vh, 64px) !important;
    margin: 0 !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-header {
    width: min(100% - 36px, 430px) !important;
    gap: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-header h2 {
    margin: 0 !important;
    color: #111113 !important;
    font-size: clamp(2rem, 9.8vw, 3.1rem) !important;
    font-weight: 560 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-header p,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-card-divider,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-flow {
    display: none !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(42px, 6vh, 58px) !important;
    width: 100% !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-card {
    display: grid !important;
    justify-items: stretch !important;
    gap: clamp(18px, 2.4vh, 24px) !important;
    width: 100% !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-card > h3 {
    justify-self: center !important;
    width: min(100% - 58px, 330px) !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    background: #050505 !important;
    box-shadow: 0 14px 26px rgba(5, 5, 5, 0.16) !important;
    font-size: clamp(0.98rem, 4.4vw, 1.18rem) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-icon-grid {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: none !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 2px max(18px, calc(env(safe-area-inset-left) + 18px)) 8px !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-icon-grid::-webkit-scrollbar {
    display: none !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item {
    display: grid !important;
    flex: 0 0 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 9px !important;
    scroll-snap-align: none !important;
    color: #111113 !important;
    text-align: center !important;
    font-size: 0.8rem !important;
    font-weight: 620 !important;
    line-height: 1.12 !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item::before {
    display: block !important;
    width: 78px !important;
    height: 78px !important;
    content: "" !important;
    border: 2px solid rgba(255, 255, 255, 0.92) !important;
    border-radius: 999px !important;
    background:
      linear-gradient(135deg, rgba(128, 87, 255, 0.08), rgba(5, 5, 5, 0.12)),
      var(--business-thumb, linear-gradient(135deg, #222, #8057ff)) center / cover no-repeat !important;
    box-shadow:
      0 12px 24px rgba(17, 17, 19, 0.12),
      inset 0 0 0 1px rgba(17, 17, 19, 0.08) !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item svg,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .brand-letter,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .brand-word,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .brand-shopify,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .brand-woo {
    display: none !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item > span:last-child {
    display: block !important;
    width: 96px !important;
    max-width: 96px !important;
    min-height: 28px !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item.is-ecommerce-brand::before {
    display: block !important;
    background:
      #ffffff
      var(--business-brand-icon)
      center / var(--business-brand-size, 44px 44px)
      no-repeat !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item.is-ecommerce-brand .brand-letter,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item.is-ecommerce-brand .brand-word,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item.is-ecommerce-brand .brand-shopify,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .business-type-item.is-ecommerce-brand .brand-woo {
    display: none !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .mobile-business-duplicate {
    display: grid !important;
  }
}

@media (max-width: 1020px) {
  .audit-card,
  .audit-calendar-field,
  .audit-time-row,
  .audit-fields,
  .audit-trust-strip {
    grid-template-columns: 1fr;
  }

  .audit-fields {
    grid-column: auto;
    grid-row: auto;
  }

  .audit-trust-strip article + article {
    border-top: 1px solid rgba(17, 17, 19, 0.1);
    border-left: 0;
  }

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

  .revenue-benefits article:nth-child(3) {
    border-left: 0;
  }

  .revenue-benefits article:nth-child(n + 3) {
    border-top: 1px solid rgba(24, 22, 28, 0.1);
  }

  .revenue-demo-card {
    grid-template-columns: 1fr;
  }

  .revenue-demo-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    padding-bottom: 30px;
  }

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

  .site-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .revenue-cta-top,
  .audit-booking-inner,
  .revenue-demo-card {
    width: min(100% - 28px, 560px);
  }

  .audit-card {
    padding: 16px;
  }

  .audit-card-heading {
    grid-template-columns: 1fr;
  }

  .audit-calendar-field,
  .audit-time-row {
    grid-template-columns: 1fr;
  }

  .audit-divider {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .audit-divider::before,
  .audit-divider::after {
    display: none;
  }

  .audit-trust-strip article {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 12px 16px;
  }

  .revenue-cta-top h2 {
    font-size: clamp(2.7rem, 12vw, 4.1rem);
  }

  .revenue-cta-actions {
    width: 100%;
    gap: 14px;
  }

  .revenue-cta-actions a {
    width: 100%;
    min-height: 56px;
  }

  .revenue-benefits {
    grid-template-columns: 1fr;
  }

  .revenue-benefits article,
  .revenue-benefits article:nth-child(3) {
    border-left: 0;
  }

  .revenue-benefits article + article {
    border-top: 1px solid rgba(24, 22, 28, 0.1);
  }

  .revenue-demo-card {
    padding: 28px 22px;
  }

  .revenue-demo-card,
  .faq-section,
  .site-footer {
    width: min(100% - 28px, 560px);
  }

  .revenue-demo-proof a {
    justify-content: space-between;
    padding: 0 24px;
  }

  .faq-section {
    padding: 36px 0;
  }

  .faq-list summary {
    min-height: 58px;
    line-height: 1.25;
    white-space: normal;
  }

}

/* Final mobile-only rebuild for the first three scroll screens. */
@media (max-width: 760px) {
  .hero {
    min-height: 100dvh;
    overflow: hidden;
  }

  .hero-inner {
    min-height: 100dvh;
    width: min(100% - 32px, 560px);
    padding: 5.8rem 0 6.2rem;
  }

  .hero-copy {
    align-content: center;
    transform-origin: center;
  }

  .hero h1 {
    max-width: 10.5em;
    font-size: clamp(2.72rem, 11vw, 3.18rem);
    line-height: 1.02;
  }

  .hero-actions {
    width: min(100%, 380px);
    margin-top: 26px;
  }

  .hero-actions .btn {
    min-height: 58px;
    font-size: 1rem;
  }

  .video-stage,
  .hero-video {
    height: 100dvh;
  }

  .hero-video {
    object-position: center center;
  }

  .app-marquee {
    bottom: max(12px, env(safe-area-inset-bottom));
    padding: 8px 0 12px;
  }

  .app-icon {
    width: 42px;
    height: 42px;
  }

  .mobile-animated-flow {
    position: relative;
    z-index: 50;
    display: block;
    height: 300dvh;
    margin-top: -100dvh;
    background: transparent;
    color: #242321;
    pointer-events: none;
  }

  .mobile-flow-canvas {
    position: sticky;
    top: 0;
    height: 100dvh;
    overflow: hidden;
    background: transparent;
    isolation: isolate;
  }

  .mobile-flow-canvas::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: #fbfaf7;
    opacity: var(--mobile-flow-bg-opacity, 0);
  }

  .mobile-flow-headline {
    position: absolute;
    z-index: 14;
    left: 50%;
    top: var(--mobile-headline-top, 220px);
    width: min(390px, calc(100% - 38px));
    margin: 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2rem, 8.6vw, 2.46rem);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
    opacity: 0;
    transform: translate(-50%, -50%);
  }

  .mobile-flow-image-layer {
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
  }

  .mobile-flow-video-proxy,
  .mobile-flow-image-card {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    width: var(--mobile-card-width, 160px);
    height: var(--mobile-card-height, 132px);
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    background: #e4dfd6;
    box-shadow: 0 16px 36px rgba(36, 31, 29, 0.13);
    object-fit: cover;
    opacity: var(--mobile-card-opacity, 0);
    transform: translate3d(var(--mobile-card-x, -999px), var(--mobile-card-y, -999px), 0);
    will-change: opacity, transform, width, height;
  }

  .mobile-flow-video-proxy {
    display: none !important;
  }

  .mobile-flow-video-proxy video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .mobile-engine-flow {
    position: absolute;
    inset: 0;
    z-index: 12;
    display: grid;
    align-content: start;
    justify-items: center;
    padding: var(--mobile-engine-top, 128px) 22px 24px;
    opacity: var(--mobile-engine-opacity, 0);
    pointer-events: none;
  }

  .mobile-engine-core {
    display: grid;
    justify-items: center;
    width: min(360px, 100%);
    text-align: center;
  }

  .mobile-engine-core img {
    display: block;
    width: clamp(108px, 30vw, 132px);
    height: clamp(108px, 30vw, 132px);
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(36, 31, 29, 0.12));
  }

  .mobile-engine-core h2 {
    margin: 8px 0 0;
    color: #211f1d;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2rem, 8.6vw, 2.42rem);
    font-weight: 760;
    line-height: 1;
  }

  .mobile-engine-core p {
    max-width: 330px;
    margin: 10px 0 0;
    color: #6c6761;
    font-size: clamp(0.98rem, 4.1vw, 1.08rem);
    font-weight: 440;
    line-height: 1.28;
  }

  .mobile-engine-routes {
    width: min(370px, calc(100vw - 38px));
    height: clamp(118px, 18vh, 146px);
    margin: 6px auto -10px;
    overflow: visible;
  }

  .mobile-engine-routes path {
    fill: none;
    stroke: var(--purple);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1 10;
    marker-end: url("#mobileRouteArrow");
  }

  .mobile-engine-routes marker path {
    fill: var(--purple);
    stroke: none;
  }

  .mobile-engine-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(390px, calc(100vw - 32px));
  }

  .mobile-engine-outcomes article {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: clamp(138px, 20vh, 164px);
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    padding: 10px 7px 12px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    box-shadow: 0 12px 28px rgba(36, 31, 29, 0.08);
  }

  .mobile-engine-outcomes img {
    display: block;
    width: clamp(66px, 20vw, 82px);
    height: clamp(58px, 16vw, 72px);
    object-fit: contain;
  }

  .mobile-engine-outcomes h3 {
    margin: 6px 0 0;
    color: #211f1d;
    font-size: clamp(0.98rem, 4.3vw, 1.12rem);
    font-weight: 760;
    line-height: 1;
  }

  .mobile-engine-outcomes p {
    margin: 7px 0 0;
    color: #5f5a55;
    font-size: clamp(0.68rem, 3.1vw, 0.82rem);
    font-weight: 560;
    line-height: 1.18;
  }
}

@media (max-width: 760px) {
  .mobile-intro-flow {
    display: block !important;
    position: relative;
    height: 340svh;
    overflow: visible;
    background: #fbfaf7;
    --mobile-intro-header: 112px;
  }

  .hero,
  .mobile-animated-flow,
  .tool-sprawl {
    display: none !important;
  }

  .mobile-intro-topbar {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    min-height: var(--mobile-intro-header);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  .mobile-intro-stage {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 80;
    height: 100svh;
    overflow: hidden;
    background: #fbfaf7;
    isolation: isolate;
    pointer-events: none;
  }

  .mobile-intro-panel {
    position: absolute;
    inset: 0;
    min-height: auto;
    height: 100%;
    overflow: hidden;
  }

  .mobile-intro-hero {
    z-index: 40;
    padding: 52px 22px max(108px, calc(env(safe-area-inset-bottom) + 94px));
    pointer-events: none;
  }

  .mobile-intro-problem {
    z-index: 20;
    gap: clamp(24px, 4.2vh, 34px);
    padding: calc(var(--mobile-intro-header) + 22px) 24px 44px;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-intro-engine {
    z-index: 40;
    padding: calc(var(--mobile-intro-header) + 24px) 22px 44px;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-intro-media {
    z-index: 1;
    overflow: hidden;
    transform-origin: 0 0;
    will-change: transform, width, height, opacity, border-radius;
  }

  .mobile-intro-media::after {
    opacity: var(--mobile-intro-media-shade, 1);
  }

  .mobile-intro-hero-copy,
  .mobile-intro-icons {
    position: relative;
    z-index: 2;
  }

  .mobile-intro-hero-copy,
  .mobile-intro-icons,
  .mobile-intro-problem h2,
  .mobile-intro-card,
  .mobile-intro-engine-core,
  .mobile-intro-routes,
  .mobile-intro-outcomes {
    will-change: opacity, transform;
  }

  .mobile-intro-hero h1 {
    font-weight: 500;
    max-width: 9.4em;
    font-size: clamp(2.82rem, 11.4vw, 3.55rem);
    line-height: 1;
  }

  .mobile-intro-actions {
    margin-top: 24px;
  }

  .mobile-intro-actions a {
    min-height: 58px;
    font-size: 1rem;
  }

  .mobile-intro-icons {
    position: absolute;
    right: 0;
    left: 0;
    bottom: max(72px, calc(env(safe-area-inset-bottom) + 64px));
    justify-content: center;
    gap: 28px;
    opacity: 0.92;
  }

  .mobile-intro-icons img {
    width: 34px;
    height: 34px;
  }

  .mobile-intro-problem h2 {
    position: absolute;
    top: calc(var(--mobile-intro-header) + clamp(28px, 5vh, 48px));
    left: 50%;
    font-weight: 640;
    font-size: clamp(1.95rem, 8vw, 2.38rem);
    line-height: 1.08;
    transform: translateX(-50%);
  }

  .mobile-intro-video-card {
    opacity: 0;
  }

  .mobile-intro-card-grid {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
  }

  .mobile-intro-card {
    position: absolute;
    width: var(--mobile-intro-card-w, 160px);
    height: var(--mobile-intro-card-h, 130px);
    aspect-ratio: auto;
    transform-origin: 50% 50%;
  }
}

/* Definitive mobile scene: one fixed canvas driven by scroll progress. */
@media (max-width: 760px) {
  html,
  body {
    background: #050505;
    overflow-x: hidden;
  }

  .mobile-intro-flow {
    display: block !important;
    position: relative;
    height: calc(var(--mobile-vh, 100svh) * 2.06);
    background: #fbfaf7;
    --mobile-intro-header: clamp(64px, 9svh, 86px);
  }

  .hero,
  .mobile-animated-flow,
  .tool-sprawl {
    display: none !important;
  }

  .mobile-intro-stage {
    position: fixed !important;
    inset: 0;
    z-index: 80;
    height: var(--mobile-vh, 100svh);
    overflow: hidden;
    background: #fbfaf7;
    isolation: isolate;
    pointer-events: none;
  }

  .mobile-intro-topbar {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 120;
    min-height: var(--mobile-intro-header);
    padding: max(8px, env(safe-area-inset-top)) 22px 8px;
    background: #050505;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -18px, 0);
    backface-visibility: hidden;
    will-change: opacity, transform;
  }

  .mobile-intro-logo {
    gap: 10px;
  }

  .mobile-intro-logo span {
    width: clamp(30px, 8vw, 34px);
    height: clamp(30px, 8vw, 34px);
    border-width: 2px;
    font-size: clamp(0.86rem, 3.5vw, 1rem);
  }

  .mobile-intro-logo strong {
    font-size: clamp(0.98rem, 4.3vw, 1.12rem);
  }

  .mobile-intro-cta {
    min-height: clamp(42px, 6vh, 48px);
    padding: 0 clamp(18px, 5.4vw, 24px);
    font-size: clamp(0.88rem, 3.7vw, 1rem);
  }

  .mobile-intro-panel {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: var(--mobile-vh, 100svh);
    min-height: 0;
    overflow: hidden;
    background: transparent;
  }

  .mobile-intro-hero {
    z-index: 70;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: clamp(18px, 4.4vh, 42px) clamp(18px, 5.8vw, 24px) max(calc(var(--mobile-hero-icon-bottom, 106px) + 44px), calc(env(safe-area-inset-bottom) + 92px));
    color: #fff;
    pointer-events: none;
  }

  .mobile-intro-media {
    position: absolute !important;
    top: -12svh;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 124svh;
    overflow: hidden;
    background:
      url("./assets/benefits/business-tasks-workflow.png?v=20260604-mobile-stage-38")
      center / cover no-repeat,
      linear-gradient(135deg, #050505, #18121f 58%, #050505);
    box-shadow: none;
    transform-origin: 0 0;
    will-change: left, top, width, height, opacity, border-radius;
  }

  .mobile-intro-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, var(--mobile-hero-shade, 0.42));
  }

  .mobile-intro-media video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-intro-media video::-webkit-media-controls,
  .mobile-intro-media video::-webkit-media-controls-panel,
  .mobile-intro-media video::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0 !important;
  }

  .mobile-intro-hero-copy {
    position: relative;
    z-index: 55;
    display: grid;
    justify-items: center;
    width: min(100%, 360px);
    text-align: center;
  }

  .mobile-intro-hero h1 {
    max-width: 9.2em;
    margin: 0;
    color: #fff !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: var(--mobile-hero-title-size, clamp(2rem, 9.2vw, 2.9rem));
    font-weight: 500;
    line-height: 1.01;
    letter-spacing: 0;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.44);
  }

  .mobile-intro-actions {
    display: grid;
    gap: clamp(10px, 1.7vh, 13px);
    width: 100%;
    margin-top: clamp(18px, 3vh, 24px);
  }

  .mobile-intro-actions a {
    display: inline-flex;
    min-height: var(--mobile-hero-action-height, 56px);
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 18px;
    font-size: clamp(0.9rem, 3.8vw, 1rem);
    font-weight: 520;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-intro-actions a:first-child {
    background: rgba(255, 255, 255, 0.94);
    color: #242321;
  }

  .mobile-intro-actions a:last-child {
    background: #7c3aed;
    color: #fff;
  }

  .mobile-intro-icons {
    position: absolute !important;
    right: 0;
    bottom: max(var(--mobile-hero-icon-bottom, 28px), calc(env(safe-area-inset-bottom) + 12px));
    left: 0;
    z-index: 55;
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .mobile-intro-icon-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: clamp(18px, 6.4vw, 28px);
    padding-left: 18px;
    animation: mobileIntroIconMarquee 18s linear infinite;
  }

  .mobile-intro-icons img {
    width: var(--mobile-hero-icon-size, 34px);
    height: var(--mobile-hero-icon-size, 34px);
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.18));
  }

  .mobile-intro-problem {
    z-index: 60;
    display: block;
    opacity: 0;
    background: transparent;
  }

  .mobile-intro-problem h2 {
    position: absolute !important;
    top: calc(var(--mobile-intro-header) + 26px);
    left: 50%;
    width: min(376px, calc(100% - 34px));
    margin: 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.34rem, 6.7vw, 2.08rem);
    font-weight: 520;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
    transform: translateX(-50%);
    z-index: 4;
  }

  .mobile-intro-problem h2 span {
    display: block;
  }

  .mobile-intro-problem-subtitle {
    position: absolute !important;
    left: 50%;
    width: min(356px, calc(100% - 34px));
    margin: 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.25rem, 6.3vw, 1.92rem);
    font-weight: 520;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
    transform: translateX(-50%);
    will-change: opacity, transform;
    z-index: 4;
  }

  .mobile-intro-card-grid {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100%;
    height: var(--mobile-vh, 100svh);
  }

  .mobile-intro-card {
    position: absolute !important;
    display: block;
    overflow: hidden;
    width: var(--mobile-intro-card-w, 160px);
    height: var(--mobile-intro-card-h, 130px);
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    background: #e4dfd6;
    object-fit: cover;
    box-shadow: 0 16px 34px rgba(36, 31, 29, 0.08);
    transform-origin: 50% 50%;
    will-change: opacity, transform, width, height;
    z-index: 2;
  }

  .mobile-intro-video-card {
    opacity: 0;
    background:
      url("./assets/benefits/business-tasks-workflow.png?v=20260604-mobile-stage-38")
      center / cover no-repeat,
      #161118;
  }

  .mobile-intro-video-card video {
    display: none !important;
  }

  .mobile-intro-engine {
    z-index: 75;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: calc(var(--mobile-intro-header) + clamp(10px, 2.2vh, 18px)) clamp(14px, 5vw, 20px) max(44px, calc(env(safe-area-inset-bottom) + 38px));
    opacity: 0;
    pointer-events: none;
    text-align: center;
  }

  .mobile-intro-engine-core {
    display: grid;
    justify-items: center;
    width: min(360px, 100%);
    text-align: center;
    transform-origin: 50% 0;
  }

  .mobile-intro-engine-core img {
    width: var(--mobile-engine-icon-size, clamp(88px, 29vw, 132px));
    height: var(--mobile-engine-icon-size, clamp(88px, 29vw, 132px));
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(36, 31, 29, 0.12));
  }

  .mobile-intro-engine-core h2 {
    margin: 8px 0 0;
    color: #242321;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: var(--mobile-engine-title-size, clamp(1.55rem, 8vw, 2.38rem));
    font-weight: 720;
    line-height: 1;
  }

  .mobile-intro-engine-core p {
    max-width: 340px;
    margin: 10px 0 0;
    color: #6b6660;
    font-size: var(--mobile-engine-copy-size, clamp(0.82rem, 3.8vw, 1.04rem));
    font-weight: 430;
    line-height: 1.28;
  }

  .mobile-intro-routes {
    width: min(360px, calc(100vw - 38px));
    height: var(--mobile-engine-routes-height, clamp(76px, 14vh, 124px));
    margin: 8px 0 -8px;
    overflow: visible;
  }

  .mobile-intro-routes path {
    fill: none;
    stroke: var(--purple);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1 10;
    marker-end: url("#mobileIntroArrow");
  }

  .mobile-intro-routes marker path {
    fill: var(--purple);
    stroke: none;
  }

  .mobile-intro-outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(7px, 2.4vw, 9px);
    width: min(390px, calc(100% - 24px));
    justify-content: center;
  }

  .mobile-intro-outcomes article {
    display: grid;
    min-height: var(--mobile-outcome-min-height, clamp(112px, 18vh, 164px));
    align-content: start;
    justify-items: center;
    border: 1px solid rgba(31, 27, 24, 0.08);
    border-radius: 16px;
    padding: clamp(7px, 1.6vh, 9px) 6px clamp(8px, 1.8vh, 11px);
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
    box-shadow: 0 12px 28px rgba(36, 31, 29, 0.08);
  }

  .mobile-intro-outcomes img {
    width: var(--mobile-outcome-image-width, clamp(50px, 17vw, 76px));
    height: var(--mobile-outcome-image-height, clamp(46px, 14vw, 68px));
    object-fit: contain;
  }

  .mobile-intro-outcomes h3 {
    margin: 6px 0 0;
    color: #242321;
    font-size: var(--mobile-outcome-title-size, clamp(0.82rem, 3.8vw, 1.08rem));
    font-weight: 720;
    line-height: 1;
  }

  .mobile-intro-outcomes p {
    margin: 7px 0 0;
    color: #625d58;
    font-size: var(--mobile-outcome-copy-size, clamp(0.58rem, 2.8vw, 0.78rem));
    font-weight: 540;
    line-height: 1.16;
  }

  @keyframes mobileIntroIconMarquee {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(calc(-50% - 17px), 0, 0);
    }
  }
}

/* Final active mobile screen one. Keep this block last for mobile overrides. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    min-height: 100%;
    overflow: hidden !important;
    background: #050505 !important;
  }

  .hero,
  .tool-sprawl,
  .mobile-animated-flow,
  .mobile-engine-flow,
  .mobile-intro-flow ~ section {
    display: none !important;
  }

  .mobile-intro-flow {
    display: block !important;
    position: relative !important;
    width: 100%;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    color: #fff !important;
  }

  .mobile-intro-stage {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    height: 100% !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    pointer-events: auto !important;
    isolation: isolate;
  }

  .mobile-intro-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #050505 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition:
      top 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      left 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      width 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      height 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      border-radius 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      box-shadow 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .mobile-intro-media::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    width: 58%;
    height: 42%;
    border-radius: 0 0 28px 0;
    background: #fff;
    content: "";
    opacity: 0;
    transition: opacity 240ms ease;
  }

  .mobile-intro-media::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.16) 38%, rgba(0, 0, 0, 0.62)),
      radial-gradient(circle at 50% 36%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.42) 72%);
    pointer-events: none;
  }

  .mobile-intro-media video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  .mobile-intro-media .mobile-hero-video.is-active {
    opacity: 1 !important;
  }

  .mobile-menu-toggle {
    position: fixed !important;
    top: max(16px, calc(env(safe-area-inset-top) + 12px)) !important;
    left: max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
    z-index: 50 !important;
    display: grid !important;
    width: 36px;
    height: 32px;
    align-content: center;
    gap: 5px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    transform-origin: left center;
    transition:
      transform 220ms ease,
      opacity 160ms ease,
      width 160ms ease;
  }

  .mobile-intro-panel,
  .mobile-intro-hero {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .mobile-intro-hero-copy {
    position: absolute !important;
    top: clamp(126px, 25dvh, 218px) !important;
    right: max(22px, calc(env(safe-area-inset-right) + 18px)) !important;
    left: max(22px, calc(env(safe-area-inset-left) + 18px)) !important;
    z-index: 12 !important;
    display: grid !important;
    justify-items: center;
    width: auto !important;
    text-align: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition:
      opacity 260ms ease,
      transform 320ms ease;
  }

  .mobile-intro-hero h1 {
    width: min(9.2em, 100%);
    max-width: none !important;
    margin: 0;
    color: #ffffff !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(2.34rem, 11vw, 3.36rem) !important;
    font-weight: 500;
    line-height: 0.98 !important;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow:
      0 2px 22px rgba(0, 0, 0, 0.58),
      0 0 18px rgba(255, 255, 255, 0.18);
  }

  .mobile-intro-actions {
    display: grid !important;
    gap: 14px;
    width: min(100%, 356px) !important;
    margin-top: clamp(24px, 4.2dvh, 34px) !important;
  }

  .mobile-intro-actions a {
    display: inline-flex !important;
    min-height: clamp(54px, 7dvh, 62px) !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #050505 !important;
    font-size: clamp(0.94rem, 3.9vw, 1.04rem);
    font-weight: 680;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .mobile-intro-actions a:first-child {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: #050505 !important;
    color: #ffffff !important;
  }

  .mobile-intro-actions a:last-child {
    border: 0;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #050505 !important;
  }

  .mobile-intro-icons {
    position: fixed !important;
    right: 0 !important;
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px)) !important;
    left: 0 !important;
    z-index: 12 !important;
    display: block !important;
    overflow: hidden !important;
    padding: 10px 0 4px;
    opacity: 1 !important;
    pointer-events: none;
    transform: none !important;
    transition:
      opacity 240ms ease,
      transform 320ms ease;
  }

  .mobile-intro-icon-track {
    display: flex !important;
    width: max-content !important;
    align-items: center;
    gap: clamp(24px, 8vw, 34px);
    padding-left: 0 !important;
    animation: mobileIntroIconMarqueeFinal 24s linear infinite !important;
    will-change: transform;
  }

  .mobile-intro-icons img {
    display: block !important;
    width: clamp(32px, 9vw, 42px) !important;
    height: clamp(32px, 9vw, 42px) !important;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.34));
  }

  .mobile-menu-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 30 !important;
    display: grid !important;
    grid-template-rows: 1fr auto;
    padding:
      max(104px, calc(env(safe-area-inset-top) + 86px))
      max(22px, calc(env(safe-area-inset-right) + 18px))
      max(28px, calc(env(safe-area-inset-bottom) + 20px))
      max(22px, calc(env(safe-area-inset-left) + 18px));
    background: rgba(250, 249, 246, 0.96);
    color: #111;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      opacity 260ms ease,
      transform 320ms ease;
  }

  .mobile-menu-links {
    display: grid;
    align-content: start;
    gap: clamp(16px, 3.6dvh, 28px);
    margin-left: min(46vw, 184px);
  }

  .mobile-menu-links a {
    color: #111;
    font-size: clamp(1.35rem, 6vw, 2.02rem);
    font-weight: 760;
    line-height: 1.02;
    text-decoration: none;
  }

  .mobile-menu-actions {
    display: grid;
    gap: 12px;
    margin-left: min(46vw, 184px);
  }

  .mobile-menu-actions a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 18px;
    font-size: 0.98rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-menu-secondary {
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #fff;
    color: #111;
  }

  .mobile-menu-primary {
    background: #050505;
    color: #fff;
  }

  body.mobile-menu-open .mobile-intro-media {
    position: fixed !important;
    inset: auto !important;
    top: max(98px, calc(env(safe-area-inset-top) + 82px)) !important;
    left: max(16px, calc(env(safe-area-inset-left) + 14px)) !important;
    z-index: 36 !important;
    width: min(39vw, 156px) !important;
    height: min(58dvh, 520px) !important;
    border: 8px solid #fff !important;
    border-radius: 26px !important;
    box-shadow:
      10px 12px 0 #fff,
      0 18px 44px rgba(0, 0, 0, 0.2) !important;
  }

  body.mobile-menu-open .mobile-intro-media::before {
    opacity: 1;
  }

  body.mobile-menu-open .mobile-intro-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.24));
  }

  body.mobile-menu-open .mobile-menu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.mobile-menu-open .mobile-intro-hero-copy,
  body.mobile-menu-open .mobile-intro-icons {
    opacity: 0 !important;
    transform: translateY(14px) !important;
    pointer-events: none !important;
  }

  body.mobile-menu-open .mobile-menu-toggle {
    color: #111;
  }

  body.mobile-menu-open .mobile-menu-toggle span:first-child {
    transform: rotate(36deg) translate(2px, -2px);
  }

  body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  body.mobile-menu-open .mobile-menu-toggle span:last-child {
    transform: rotate(-36deg) translate(1px, 2px);
  }

  @keyframes mobileIntroIconMarqueeFinal {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(-50%, 0, 0);
    }
  }
}


/* Active mobile refinement stage-107: final cascade override. */
@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #050505 !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
    background: #050505 !important;
  }

  .hero,
  .tool-sprawl,
  .mobile-animated-flow,
  .mobile-engine-flow,
  .mobile-intro-flow ~ section {
    display: none !important;
  }

  .mobile-intro-flow.mobile-intro-flow {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: calc(var(--mobile-vh, 100vh) * 4.08) !important;
    min-height: calc(var(--mobile-vh, 100vh) * 4.08) !important;
    overflow: visible !important;
    background: #050505 !important;
    color: #fff !important;
    touch-action: pan-y;
  }

  .mobile-page-topbar.mobile-page-topbar {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 24 !important;
    display: flex !important;
    height: max(64px, calc(env(safe-area-inset-top) + 52px)) !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding:
      max(12px, env(safe-area-inset-top))
      max(22px, calc(env(safe-area-inset-right) + 18px))
      0
      max(22px, calc(env(safe-area-inset-left) + 18px)) !important;
    background: #050505 !important;
    color: #ffffff !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
    transition: opacity 180ms ease, transform 180ms ease !important;
  }

  body.mobile-workflow-view .mobile-page-topbar.mobile-page-topbar {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .mobile-page-bars.mobile-page-bars {
    display: grid !important;
    width: 38px !important;
    gap: 7px !important;
  }

  .mobile-page-bars.mobile-page-bars span {
    display: block !important;
    width: 100% !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  .mobile-page-logo.mobile-page-logo {
    color: #ffffff !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 620 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  .mobile-intro-stage.mobile-intro-stage {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: #050505 !important;
    z-index: 30 !important;
    isolation: isolate;
    touch-action: pan-y;
  }

  .mobile-intro-media.mobile-intro-media {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #050505 url("https://images.pexels.com/videos/6248619/pexels-photo-6248619.jpeg?auto=compress&cs=tinysrgb&w=1000") center / cover no-repeat !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
    transform-origin: 50% 50% !important;
  }

  .mobile-intro-media.mobile-intro-media::before {
    display: none !important;
  }

  .mobile-intro-media.mobile-intro-media::after {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    content: "" !important;
    background:
      linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.92) 5%, rgba(0, 0, 0, 0.52) 15%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.04) 68%, rgba(0, 0, 0, 0.12) 100%),
      radial-gradient(circle at 50% 34%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14) 78%) !important;
    pointer-events: none !important;
  }

  .mobile-intro-media.mobile-intro-media video,
  .mobile-intro-media.mobile-intro-media .mobile-hero-video {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition: opacity 360ms ease !important;
  }

  body.mobile-video-playing .mobile-intro-media.mobile-intro-media .mobile-hero-video.is-active {
    opacity: 1 !important;
  }

  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-panel,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-start-playback-button,
  .mobile-intro-media.mobile-intro-media video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-appearance: none;
  }

  .mobile-intro-panel.mobile-intro-panel,
  .mobile-intro-hero.mobile-intro-hero {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .mobile-intro-hero-copy.mobile-intro-hero-copy {
    top: clamp(122px, 24dvh, 208px) !important;
  }

  .mobile-intro-icons.mobile-intro-icons {
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 12px)) !important;
  }

  .mobile-second-topbar.mobile-second-topbar {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 44 !important;
    display: flex !important;
    height: max(64px, calc(env(safe-area-inset-top) + 52px)) !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding:
      max(12px, env(safe-area-inset-top))
      max(22px, calc(env(safe-area-inset-right) + 18px))
      0
      max(22px, calc(env(safe-area-inset-left) + 18px)) !important;
    background: #050505 !important;
    color: #ffffff !important;
    opacity: var(--mobile-topbar-opacity, 0) !important;
    pointer-events: none !important;
    transform: translateY(calc((1 - var(--mobile-topbar-opacity, 0)) * -10px)) !important;
  }

  .mobile-second-topbar.mobile-second-topbar span {
    color: #ffffff !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 620 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene {
    position: fixed !important;
    inset: 0 !important;
    z-index: 11 !important;
    display: block !important;
    overflow: hidden !important;
    background: #fbfaf7 !important;
    color: #202020 !important;
    opacity: 0;
    pointer-events: none !important;
    transform: translateY(12px);
  }

  body.mobile-workflow-view .mobile-workflow-scene.mobile-workflow-scene {
    opacity: var(--mobile-workflow-scene-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-scene-opacity, 0)) * 12px)) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene h2 {
    position: absolute !important;
    top: var(--mobile-workflow-heading-y, 88px) !important;
    right: max(24px, calc(env(safe-area-inset-right) + 20px)) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: auto !important;
    margin: 0 !important;
    color: #202020 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.7rem, 6.8vw, 2.16rem) !important;
    font-weight: 520 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-shadow: none !important;
    opacity: var(--mobile-workflow-heading-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-heading-opacity, 0)) * 10px)) !important;
    z-index: 3 !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene p {
    position: absolute !important;
    top: var(--mobile-workflow-subtitle-y, 610px) !important;
    right: max(24px, calc(env(safe-area-inset-right) + 20px)) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: auto !important;
    margin: 0 !important;
    color: rgba(32, 32, 32, 0.7) !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.48rem, 6vw, 1.92rem) !important;
    font-weight: 520 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    opacity: var(--mobile-workflow-subtitle-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-workflow-subtitle-opacity, 0)) * 10px)) !important;
    z-index: 3 !important;
  }

  .mobile-workflow-grid.mobile-workflow-grid {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
  }

  .mobile-workflow-card.mobile-workflow-card {
    position: absolute !important;
    display: block !important;
    overflow: hidden !important;
    width: var(--mobile-workflow-card-w, 158px) !important;
    height: var(--mobile-workflow-card-h, 160px) !important;
    border: 1px solid rgba(32, 32, 32, 0.06) !important;
    border-radius: 14px !important;
    object-fit: cover !important;
    opacity: var(--mobile-workflow-card-opacity, 0) !important;
    box-shadow: 0 12px 26px rgba(20, 20, 20, 0.1) !important;
    transform: translate(var(--card-x, 0), var(--card-y, 0)) scale(var(--mobile-workflow-card-scale, 0.975)) !important;
    transform-origin: 50% 50% !important;
  }

  .mobile-engine-scene.mobile-engine-scene {
    position: fixed !important;
    inset: 0 !important;
    z-index: 18 !important;
    display: block !important;
    overflow: hidden !important;
    background: #fbfaf7 !important;
    color: #202020 !important;
    opacity: var(--mobile-engine-opacity, 0) !important;
    visibility: var(--mobile-engine-visibility, visible) !important;
    pointer-events: none !important;
  }

  .mobile-intro-stage.mobile-intro-stage {
    position: fixed !important;
    inset: 0 !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene,
  .mobile-engine-scene.mobile-engine-scene {
    position: fixed !important;
    inset: 0 !important;
  }

  .mobile-engine-scene.mobile-engine-scene h2 {
    position: absolute !important;
    top: var(--mobile-engine-title-y, 138px) !important;
    right: max(24px, calc(env(safe-area-inset-right) + 20px)) !important;
    left: max(24px, calc(env(safe-area-inset-left) + 20px)) !important;
    width: auto !important;
    margin: 0 !important;
    color: #202020 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.7rem, 6.8vw, 2.16rem) !important;
    font-weight: 520 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    opacity: var(--mobile-engine-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-engine-opacity, 0)) * 12px)) !important;
  }

  .mobile-engine-hub.mobile-engine-hub {
    position: absolute !important;
    top: var(--mobile-engine-hub-y, 270px) !important;
    left: 50% !important;
    z-index: 3 !important;
    display: grid !important;
    width: clamp(154px, 42vw, 188px) !important;
    height: clamp(154px, 42vw, 188px) !important;
    place-items: center !important;
    filter: drop-shadow(0 22px 38px rgba(36, 31, 29, 0.16)) !important;
    opacity: var(--mobile-engine-opacity, 0) !important;
    transform: translate(-50%, -50%) scale(var(--mobile-engine-hub-scale, 0.56)) !important;
    transform-origin: 50% 50% !important;
  }

  .mobile-engine-hub.mobile-engine-hub img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .mobile-engine-arrows.mobile-engine-arrows {
    position: absolute !important;
    top: calc(var(--mobile-engine-hub-y, 270px) - 74px) !important;
    left: 50% !important;
    z-index: 2 !important;
    width: min(390px, 100vw) !important;
    height: min(430px, 56vh) !important;
    overflow: visible !important;
    opacity: var(--mobile-engine-arrow-opacity, 0) !important;
    transform: translateX(-50%) !important;
  }

  .mobile-engine-arrow.mobile-engine-arrow {
    fill: none !important;
    stroke: var(--purple) !important;
    stroke-width: 2.4 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-dasharray: 1 9 !important;
    marker-end: url("#mobileEngineArrowHead") !important;
    animation: arrow-flow 1450ms linear infinite !important;
    filter: drop-shadow(0 3px 5px rgba(128, 87, 255, 0.12)) !important;
    vector-effect: non-scaling-stroke;
  }

  .mobile-engine-arrows marker path {
    fill: var(--purple) !important;
  }

  .mobile-engine-outcomes.mobile-engine-outcomes {
    position: absolute !important;
    right: max(18px, calc(env(safe-area-inset-right) + 14px)) !important;
    left: max(18px, calc(env(safe-area-inset-left) + 14px)) !important;
    top: calc(var(--mobile-engine-hub-y, 270px) + 192px) !important;
    z-index: 4 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    opacity: var(--mobile-engine-outcome-opacity, 0) !important;
    transform: translateY(calc((1 - var(--mobile-engine-outcome-opacity, 0)) * 18px)) !important;
  }

  .mobile-engine-outcomes.mobile-engine-outcomes article {
    display: grid !important;
    min-height: 196px !important;
    align-content: start !important;
    justify-items: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 3px !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  .mobile-engine-outcomes.mobile-engine-outcomes img {
    display: block !important;
    width: clamp(84px, 24vw, 112px) !important;
    height: clamp(74px, 21vw, 98px) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    filter: drop-shadow(0 9px 14px rgba(28, 24, 22, 0.08)) !important;
  }

  .mobile-engine-outcomes.mobile-engine-outcomes h3 {
    margin: 10px 0 0 !important;
    color: #211f1d !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.02rem, 4.2vw, 1.24rem) !important;
    font-weight: 640 !important;
    line-height: 1 !important;
  }

  .mobile-engine-outcomes.mobile-engine-outcomes ul {
    display: grid !important;
    gap: 4px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #625d58 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(0.68rem, 2.8vw, 0.78rem) !important;
    font-weight: 520 !important;
    line-height: 1.12 !important;
    list-style: none !important;
  }

  .mobile-engine-outcomes.mobile-engine-outcomes li {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.mobile-engine-view .mobile-workflow-scene.mobile-workflow-scene {
    background: #fbfaf7 !important;
  }

  body.mobile-workflow-view .mobile-intro-stage.mobile-intro-stage {
    background: #fbfaf7 !important;
  }

  body.mobile-workflow-view .mobile-workflow-scene.mobile-workflow-scene {
    visibility: visible !important;
  }

  body.mobile-engine-view .mobile-engine-scene.mobile-engine-scene {
    visibility: visible !important;
  }

  body.mobile-flow-complete .mobile-intro-flow.mobile-intro-flow {
    background: #050505 !important;
  }

  .mobile-intro-flow ~ .client-experience.client-experience {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    height: auto !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: visible !important;
    color: #ffffff !important;
    background: #050505 !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .client-experience.client-experience .client-experience-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: visible !important;
  }

  .client-experience.client-experience .client-copy-panel {
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
    align-content: start !important;
    gap: clamp(14px, 2.2vh, 20px) !important;
    overflow: visible !important;
    padding:
      max(84px, calc(env(safe-area-inset-top) + 76px))
      max(20px, calc(env(safe-area-inset-right) + 16px))
      8px
      max(20px, calc(env(safe-area-inset-left) + 16px)) !important;
    background: #050505 !important;
  }

  .client-experience.client-experience .client-experience-header {
    display: grid !important;
    gap: 7px !important;
    max-width: none !important;
    text-align: left !important;
  }

  .client-experience.client-experience .client-experience-header h2 {
    max-width: 100% !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(2rem, 8.8vw, 2.75rem) !important;
    font-weight: 560 !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  .client-experience.client-experience .client-experience-header p {
    max-width: 100% !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: clamp(1rem, 4.25vw, 1.16rem) !important;
    font-weight: 430 !important;
    line-height: 1.34 !important;
  }

  .client-experience.client-experience .client-steps {
    display: grid !important;
    gap: 0 !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .client-experience.client-experience .client-step {
    min-height: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: clamp(14px, 2vh, 18px) 0 !important;
    color: #ffffff !important;
    background: transparent !important;
  }

  .client-experience.client-experience .client-step-title {
    color: #ffffff !important;
    font-size: clamp(1.05rem, 4.65vw, 1.24rem) !important;
    font-weight: 650 !important;
    line-height: 1.14 !important;
  }

  .client-experience.client-experience .client-step-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .client-experience.client-experience .client-step-icon::before,
  .client-experience.client-experience .client-step-icon::after {
    width: 16px !important;
    height: 2px !important;
  }

  .client-experience.client-experience .client-step-copy {
    max-width: 100% !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: clamp(0.96rem, 4.1vw, 1.08rem) !important;
    font-weight: 420 !important;
    line-height: 1.38 !important;
  }

  .client-experience.client-experience .client-step.is-active .client-step-copy {
    max-height: none !important;
    padding-top: 10px !important;
  }

  .client-experience.client-experience .client-visual-wrap {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: var(--bg) !important;
  }

  .client-experience.client-experience .client-visual-card {
    display: grid !important;
    height: 100% !important;
    min-height: 0 !important;
    place-items: center !important;
    padding: 10px max(18px, calc(env(safe-area-inset-right) + 14px)) max(18px, calc(env(safe-area-inset-bottom) + 12px)) max(18px, calc(env(safe-area-inset-left) + 14px)) !important;
  }

  .client-experience.client-experience .client-image-stage {
    width: min(100%, 390px) !important;
    max-height: 100% !important;
    aspect-ratio: 1448 / 1086 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .client-experience.client-experience .client-step-image {
    border-radius: 16px !important;
    box-shadow: 0 16px 30px rgba(25, 22, 33, 0.1) !important;
  }

  .mobile-intro-flow ~ .business-build-section.business-build-section {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    color: #111113 !important;
    background: #f7f6f2 !important;
    padding:
      max(58px, calc(env(safe-area-inset-top) + 50px))
      max(16px, calc(env(safe-area-inset-right) + 14px))
      max(14px, calc(env(safe-area-inset-bottom) + 10px))
      max(16px, calc(env(safe-area-inset-left) + 14px)) !important;
  }

  .business-build-section.business-build-section .business-build-inner {
    display: grid !important;
    width: 100% !important;
    min-height: calc(100svh - max(72px, calc(env(safe-area-inset-top) + 64px)) - max(14px, calc(env(safe-area-inset-bottom) + 10px))) !important;
    min-height: calc(100dvh - max(72px, calc(env(safe-area-inset-top) + 64px)) - max(14px, calc(env(safe-area-inset-bottom) + 10px))) !important;
    align-content: start !important;
    gap: clamp(6px, 0.95vh, 10px) !important;
    margin: 0 !important;
  }

  .business-build-section.business-build-section .business-build-header {
    display: block !important;
    text-align: center !important;
  }

  .business-build-section.business-build-section .business-build-header h2 {
    max-width: 360px !important;
    margin: 0 auto !important;
    color: #111113 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.7rem, 6.8vw, 2.16rem) !important;
    font-weight: 520 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .business-build-section.business-build-section .business-build-header h2 span {
    color: #111113 !important;
  }

  .business-build-section.business-build-section .business-build-map {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    gap: clamp(7px, 0.95vh, 10px) !important;
    height: auto !important;
    min-height: 0 !important;
    align-items: stretch !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-connectors {
    display: none !important;
  }

  .business-build-section.business-build-section .business-build-column {
    display: grid !important;
    min-width: 0 !important;
    min-height: 0 !important;
    gap: 5px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .business-build-section.business-build-section .business-build-label {
    justify-self: center !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: rgba(17, 17, 19, 0.52) !important;
    background: transparent !important;
    font-size: 0.58rem !important;
    font-weight: 680 !important;
    line-height: 16px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-label {
    min-height: 24px !important;
    padding: 0 18px !important;
    color: #ffffff !important;
    background: #050505 !important;
    font-size: 0.68rem !important;
    font-weight: 760 !important;
    line-height: 24px !important;
    box-shadow: 0 10px 18px rgba(5, 5, 5, 0.16) !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-label {
    min-height: 24px !important;
    padding: 0 18px !important;
    color: #ffffff !important;
    background: #050505 !important;
    font-size: 0.68rem !important;
    font-weight: 760 !important;
    line-height: 24px !important;
    box-shadow: 0 10px 18px rgba(5, 5, 5, 0.12) !important;
  }

  .business-build-section.business-build-section .business-build-list,
  .business-build-section.business-build-section .business-build-stack .business-build-list {
    display: grid !important;
    min-width: 0 !important;
    min-height: 0 !important;
    gap: 6px !important;
  }

  .business-build-section.business-build-section .business-build-inputs {
    order: 1 !important;
  }

  .business-build-section.business-build-section .business-build-stack {
    order: 2 !important;
    align-self: stretch !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 22px !important;
    padding: clamp(12px, 1.55vh, 16px) !important;
    background:
      linear-gradient(145deg, rgba(32, 32, 34, 0.98), rgba(9, 9, 10, 0.99) 58%, rgba(3, 3, 4, 0.99)),
      radial-gradient(circle at 50% -8%, rgba(128, 87, 255, 0.28), transparent 42%) !important;
    box-shadow:
      0 28px 54px rgba(19, 18, 17, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  }

  .business-build-section.business-build-section .business-build-stack::before {
    position: absolute !important;
    inset: 0 !important;
    content: "" !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 28%),
      linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.055), transparent) !important;
    pointer-events: none !important;
  }

  .business-build-section.business-build-section .business-build-outcomes {
    order: 3 !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-list,
  .business-build-section.business-build-section .business-build-outcomes .business-build-list {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    align-items: flex-start !important;
    gap: clamp(18px, 5.2vw, 26px) !important;
    will-change: transform !important;
  }

  .business-build-section.business-build-section .business-build-inputs,
  .business-build-section.business-build-section .business-build-outcomes {
    overflow: hidden !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-list {
    animation: businessBuildRail 18s linear infinite !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-list {
    animation: businessBuildRailReverse 22s linear infinite !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-content: center !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .business-build-section.business-build-section .business-build-card,
  .business-build-section.business-build-section .business-build-stack .business-build-card {
    display: grid !important;
    min-width: 0 !important;
    min-height: 0 !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 4px !important;
    border: 1px solid rgba(17, 17, 19, 0.07) !important;
    border-radius: 12px !important;
    padding: 7px 4px !important;
    color: #171719 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card {
    grid-template-columns: clamp(22px, 5.5vw, 26px) minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: center !important;
    align-content: center !important;
    gap: 7px !important;
    min-height: clamp(48px, 6.8vh, 60px) !important;
    border-color: rgba(255, 255, 255, 0.105) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    padding: 7px 9px !important;
    text-align: left !important;
  }

  .business-build-section.business-build-section .business-build-card::before,
  .business-build-section.business-build-section .business-build-card::after {
    display: none !important;
  }

  .business-build-section.business-build-section .business-build-card svg {
    width: clamp(18px, 5vw, 23px) !important;
    height: clamp(18px, 5vw, 23px) !important;
    color: rgba(128, 87, 255, 0.92) !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card svg {
    justify-self: center !important;
    color: rgba(255, 255, 255, 0.94) !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card svg {
    color: rgba(17, 17, 19, 0.72) !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card svg {
    width: clamp(21px, 5.4vw, 25px) !important;
    height: clamp(21px, 5.4vw, 25px) !important;
    margin-bottom: 4px !important;
  }

  .business-build-section.business-build-section .business-build-card svg * {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.1 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .business-build-section.business-build-section .business-build-card span {
    max-width: 100% !important;
    color: #19191c !important;
    font-size: clamp(0.56rem, 2.15vw, 0.68rem) !important;
    font-weight: 620 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-card,
  .business-build-section.business-build-section .business-build-outcomes .business-build-card {
    min-height: 0 !important;
    aspect-ratio: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    flex: 0 0 auto !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-card {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-app-icon {
    display: block !important;
    width: clamp(28px, 7vw, 34px) !important;
    height: clamp(28px, 7vw, 34px) !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 12px rgba(18, 17, 16, 0.08)) !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-card > svg {
    display: none !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-card svg,
  .business-build-section.business-build-section .business-build-outcomes .business-build-card svg {
    width: clamp(22px, 6vw, 28px) !important;
    height: clamp(22px, 6vw, 28px) !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-card span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card span {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    color: rgba(17, 17, 19, 0.72) !important;
    max-width: 70px !important;
    font-size: clamp(0.56rem, 2.2vw, 0.68rem) !important;
    font-weight: 650 !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card span {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(0.58rem, 2.25vw, 0.72rem) !important;
    font-weight: 660 !important;
    line-height: 1.08 !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-label {
    position: relative !important;
    z-index: 1 !important;
    min-height: 28px !important;
    padding: 0 22px !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.075) !important;
    line-height: 28px !important;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%) !important;
  }

  .business-build-section.business-build-section .mobile-build-duplicate {
    display: grid !important;
  }

  .mobile-intro-flow ~ .business-build-section.business-build-section {
    padding:
      max(66px, calc(env(safe-area-inset-top) + 58px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      max(18px, calc(env(safe-area-inset-bottom) + 14px))
      max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .business-build-section.business-build-section .business-build-inner {
    min-height: calc(100svh - max(84px, calc(env(safe-area-inset-top) + 76px)) - max(18px, calc(env(safe-area-inset-bottom) + 14px))) !important;
    min-height: calc(100dvh - max(84px, calc(env(safe-area-inset-top) + 76px)) - max(18px, calc(env(safe-area-inset-bottom) + 14px))) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    gap: clamp(14px, 2vh, 18px) !important;
  }

  .business-build-section.business-build-section .business-build-header h2 {
    max-width: 348px !important;
    font-size: clamp(1.6rem, 6.45vw, 2.02rem) !important;
    line-height: 1.08 !important;
  }

  .business-build-section.business-build-section .business-build-map {
    display: grid !important;
    grid-template-rows: auto minmax(285px, 1fr) auto !important;
    gap: clamp(10px, 1.45vh, 14px) !important;
    overflow: visible !important;
  }

  .business-build-section.business-build-section .business-build-column {
    width: 100% !important;
    max-width: 100% !important;
    justify-items: center !important;
    overflow: hidden !important;
  }

  .business-build-section.business-build-section .business-build-label {
    position: relative !important;
    z-index: 3 !important;
    justify-self: center !important;
    width: max-content !important;
  }

  .business-build-section.business-build-section .business-build-inputs,
  .business-build-section.business-build-section .business-build-outcomes {
    display: grid !important;
    gap: 8px !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-list,
  .business-build-section.business-build-section .business-build-outcomes .business-build-list {
    justify-self: start !important;
    padding: 0 clamp(14px, 4vw, 18px) !important;
  }

  .business-build-section.business-build-section .business-build-inputs {
    margin-top: 0 !important;
  }

  .business-build-section.business-build-section .business-build-app-icon {
    width: clamp(30px, 7.8vw, 38px) !important;
    height: clamp(30px, 7.8vw, 38px) !important;
  }

  .business-build-section.business-build-section .business-build-stack {
    align-self: center !important;
    min-height: 285px !important;
    max-height: 350px !important;
    padding: clamp(16px, 2.2vh, 20px) clamp(16px, 4.6vw, 22px) !important;
    border-radius: 24px !important;
    box-shadow:
      0 28px 58px rgba(19, 18, 17, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-label {
    margin-bottom: 4px !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-list {
    gap: clamp(8px, 1.25vh, 11px) clamp(10px, 2.8vw, 14px) !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card {
    min-height: clamp(50px, 7.1vh, 62px) !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 8px !important;
    border-radius: 14px !important;
    padding: 8px 10px !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card svg {
    width: 21px !important;
    height: 21px !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card span {
    font-size: clamp(0.68rem, 2.7vw, 0.82rem) !important;
    line-height: 1.06 !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card {
    width: clamp(68px, 19vw, 84px) !important;
    justify-items: center !important;
    gap: 4px !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card svg {
    width: clamp(20px, 5.4vw, 26px) !important;
    height: clamp(20px, 5.4vw, 26px) !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card span {
    max-width: 78px !important;
    font-size: clamp(0.58rem, 2.35vw, 0.72rem) !important;
    line-height: 1.02 !important;
  }

  @keyframes businessBuildRail {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(calc(-50% - clamp(9px, 2.6vw, 13px)), 0, 0);
    }
  }

  @keyframes businessBuildRailReverse {
    from {
      transform: translate3d(calc(-50% - clamp(9px, 2.6vw, 13px)), 0, 0);
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }

  .mobile-intro-flow ~ .business-build-section.business-build-section {
    min-height: 100svh !important;
    min-height: 100dvh !important;
    padding:
      max(46px, calc(env(safe-area-inset-top) + 38px))
      0
      max(16px, calc(env(safe-area-inset-bottom) + 12px))
      0 !important;
    background: #f7f6f2 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #f7f6f2 !important;
    color: #111113 !important;
    padding:
      max(84px, calc(env(safe-area-inset-top) + 74px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      max(42px, calc(env(safe-area-inset-bottom) + 34px))
      max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-inner {
    position: relative !important;
    top: auto !important;
    display: grid !important;
    width: min(100%, 430px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    gap: clamp(22px, 3.2vh, 32px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-header {
    position: sticky !important;
    top: max(72px, calc(env(safe-area-inset-top) + 60px)) !important;
    z-index: 3 !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-header h2 {
    width: min(100%, 380px) !important;
    margin: 0 !important;
    color: #111113 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(2.1rem, 10.8vw, 3.25rem) !important;
    font-weight: 560 !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-top: clamp(14px, 2.8vh, 24px) !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card {
    --problem-card-focus: 0;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    grid-template-rows: auto auto auto !important;
    height: auto !important;
    min-height: calc(80px + (var(--problem-card-focus, 0) * 126px)) !important;
    gap: 6px 12px !important;
    align-content: center !important;
    align-items: start !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 19, 0.12) !important;
    border-radius: 0 !important;
    padding: 14px 0 15px !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer !important;
    opacity: calc(0.84 + (var(--problem-card-progress, 0) * 0.16)) !important;
    transform: none !important;
    -webkit-tap-highlight-color: rgba(128, 87, 255, 0.12) !important;
    transition:
      border-color 160ms ease,
      min-height 520ms cubic-bezier(0.22, 0.8, 0.22, 1),
      opacity 220ms ease !important;
    will-change: min-height, opacity !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card:focus-visible {
    outline: 2px solid rgba(128, 87, 255, 0.5) !important;
    outline-offset: 4px !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card.is-mobile-focused {
    border-bottom-color: rgba(128, 87, 255, 0.42) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-icon-wrap {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: scale(calc(1 + (var(--problem-card-focus, 0) * 0.24))) !important;
    transform-origin: center !important;
    transition:
      color 260ms ease,
      opacity 260ms ease,
      transform 680ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-icon-wrap svg {
    width: 23px !important;
    height: 23px !important;
    color: rgba(128, 87, 255, calc(0.76 + (var(--problem-card-focus, 0) * 0.24))) !important;
    transform: none !important;
    transform-origin: center !important;
    transition: color 260ms ease, opacity 260ms ease !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-icon-badge {
    display: none !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card-copy {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    gap: 5px !important;
    min-width: 0 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card h3 {
    margin: 0 !important;
    color: #111113 !important;
    font-size: clamp(1.04rem, 4.5vw, 1.2rem) !important;
    font-weight: 660 !important;
    line-height: 1.03 !important;
    transform: scale(calc(1 + (var(--problem-card-focus, 0) * 0.14))) !important;
    transform-origin: left center !important;
    transition:
      color 260ms ease,
      transform 700ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card.is-mobile-focused h3 {
    color: var(--purple) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card p {
    display: block !important;
    max-height: calc(var(--problem-card-focus, 0) * 118px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: rgba(17, 17, 19, 0.76) !important;
    font-size: clamp(0.96rem, 4.05vw, 1.08rem) !important;
    font-weight: 430 !important;
    line-height: 1.42 !important;
    opacity: clamp(0, calc(var(--problem-card-focus, 0) * 1.35), 1) !important;
    transform: translateY(calc((1 - var(--problem-card-focus, 0)) * 4px)) !important;
    transition:
      max-height 680ms cubic-bezier(0.22, 0.8, 0.22, 1),
      opacity 620ms ease,
      transform 680ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-impact {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    gap: 8px !important;
    max-height: calc(var(--problem-card-focus, 0) * 42px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-top: 0 !important;
    padding-top: 0 !important;
    overflow: hidden !important;
    color: rgba(17, 17, 19, 0.7) !important;
    font-size: clamp(0.86rem, 3.55vw, 0.98rem) !important;
    font-weight: 690 !important;
    opacity: clamp(0, calc(var(--problem-card-focus, 0) * 1.35), 1) !important;
    transform: translateY(calc((1 - var(--problem-card-focus, 0)) * 3px)) !important;
    transition:
      max-height 680ms cubic-bezier(0.22, 0.8, 0.22, 1),
      opacity 620ms ease,
      transform 680ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-impact svg {
    width: 15px !important;
    height: 15px !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #f7f6f2 !important;
    color: #111113 !important;
    padding:
      max(82px, calc(env(safe-area-inset-top) + 72px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      max(46px, calc(env(safe-area-inset-bottom) + 38px))
      max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-inner {
    display: grid !important;
    width: min(100%, 430px) !important;
    min-height: 0 !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    gap: clamp(26px, 4vh, 38px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-header {
    position: sticky !important;
    top: max(72px, calc(env(safe-area-inset-top) + 60px)) !important;
    z-index: 4 !important;
    display: grid !important;
    justify-items: center !important;
    gap: 14px !important;
    text-align: center !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-header h2 {
    max-width: 360px !important;
    margin: 0 !important;
    color: #111113 !important;
    font-size: clamp(2.05rem, 9.4vw, 3.05rem) !important;
    font-weight: 560 !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-header p {
    max-width: 330px !important;
    margin: 0 !important;
    color: rgba(17, 17, 19, 0.62) !important;
    font-size: 0.94rem !important;
    font-weight: 440 !important;
    line-height: 1.36 !important;
    transform: none !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-steps {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(10px, 2vh, 18px) 0 0 !important;
    list-style: none !important;
    transform: none !important;
    --booking-icon-size: 82px !important;
    --booking-icon-offset: clamp(48px, 15vw, 58px) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-steps::before {
    display: none !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-steps::after {
    display: none !important;
  }

  @keyframes bookingMobileArrowFlow {
    from {
      background-position: 0 0;
    }

    to {
      background-position: 0 28px;
    }
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step {
    --booking-step-focus: 0;
    position: relative !important;
    display: grid !important;
    grid-template-columns: calc(var(--booking-icon-offset) + var(--booking-icon-size) + 18px) minmax(0, 1fr) !important;
    min-height: clamp(136px, 23dvh, 176px) !important;
    align-content: center !important;
    align-items: center !important;
    justify-items: start !important;
    gap: 6px !important;
    opacity: calc(0.62 + (var(--booking-step-progress, 0) * 0.38)) !important;
    text-align: left !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:not(:last-child)::before,
  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:not(:last-child)::after {
    position: absolute !important;
    content: "" !important;
    clip-path: none !important;
    animation: none !important;
    pointer-events: none !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:not(:last-child)::before {
    display: block !important;
    top: calc(50% + (var(--booking-icon-size) / 2) + 10px) !important;
    left: calc(var(--booking-icon-offset) + (var(--booking-icon-size) / 2) - 1px) !important;
    z-index: 1 !important;
    width: 2px !important;
    height: calc(100% - var(--booking-icon-size) - 18px) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(128, 87, 255, 0.28), rgba(128, 87, 255, 0.68)) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:not(:last-child)::after {
    display: block !important;
    top: calc(100% - 23px) !important;
    left: calc(var(--booking-icon-offset) + (var(--booking-icon-size) / 2) - 7px) !important;
    z-index: 2 !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    border-top: 12px solid rgba(128, 87, 255, 0.82) !important;
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    background: transparent !important;
    transform: none !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-step-number {
    display: none !important;
    position: absolute !important;
    left: calc(var(--booking-icon-offset) + (var(--booking-icon-size) / 2) - 11px) !important;
    top: 50% !important;
    z-index: 2 !important;
    width: 22px !important;
    height: 22px !important;
    border-width: 1px !important;
    color: rgba(128, 87, 255, 0.78) !important;
    background: #f7f6f2 !important;
    font-size: 0.78rem !important;
    transform: translateY(calc(-50% - 58px)) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-icon-wrap {
    position: relative !important;
    z-index: 3 !important;
    grid-column: 1 !important;
    margin-left: var(--booking-icon-offset) !important;
    width: var(--booking-icon-size) !important;
    height: var(--booking-icon-size) !important;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: scale(calc(0.9 + (var(--booking-step-focus, 0) * 0.24))) !important;
    transform-origin: center !important;
    transition: transform 680ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-icon {
    width: 82% !important;
    height: 82% !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-icon path,
  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-icon rect,
  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-icon circle {
    stroke-width: 5.3 !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-step-label {
    grid-column: 2 !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: none !important;
    color: #111113 !important;
    font-size: clamp(1.34rem, 6.6vw, 1.78rem) !important;
    font-weight: 720 !important;
    line-height: 1.05 !important;
    text-wrap: balance !important;
    opacity: clamp(0, calc(var(--booking-step-focus, 0) * 1.4), 1) !important;
    transform: translateX(calc((1 - var(--booking-step-focus, 0)) * -10px)) scale(calc(0.96 + (var(--booking-step-focus, 0) * 0.04))) !important;
    transform-origin: left center !important;
    transition:
      opacity 620ms ease,
      transform 680ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-step-label br {
    display: none !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #f7f6f2 !important;
    color: #111113 !important;
    padding:
      max(84px, calc(env(safe-area-inset-top) + 74px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      max(46px, calc(env(safe-area-inset-bottom) + 38px))
      max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-page {
    display: grid !important;
    width: min(100%, 430px) !important;
    min-height: 0 !important;
    grid-template-rows: auto auto !important;
    gap: clamp(20px, 3vh, 30px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-header {
    position: relative !important;
    top: auto !important;
    z-index: 3 !important;
    display: grid !important;
    justify-items: center !important;
    padding: 0 !important;
    text-align: center !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-header h2 {
    width: min(100%, 390px) !important;
    margin: 0 !important;
    color: #111113 !important;
    font-size: clamp(2rem, 9.6vw, 3.05rem) !important;
    font-weight: 560 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-stagger {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-card {
    display: none !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy {
    display: grid !important;
    grid-column: 1 !important;
    grid-row: auto !important;
    grid-template-columns: minmax(0, 1fr) 58px !important;
    grid-template-rows: auto auto auto !important;
    align-content: center !important;
    align-items: center !important;
    gap: 0 14px !important;
    min-height: 92px !important;
    border-bottom: 1px solid rgba(17, 17, 19, 0.12) !important;
    padding: 20px 0 !important;
    color: #111113 !important;
    background: transparent !important;
    cursor: pointer !important;
    scroll-margin-top: max(78px, calc(env(safe-area-inset-top) + 70px)) !important;
    -webkit-tap-highlight-color: rgba(128, 87, 255, 0.12) !important;
    transition:
      min-height 860ms cubic-bezier(0.19, 0.82, 0.19, 1),
      border-color 360ms ease,
      padding 760ms cubic-bezier(0.19, 0.82, 0.19, 1) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy:focus-visible {
    outline: 2px solid rgba(128, 87, 255, 0.5) !important;
    outline-offset: 4px !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy.is-mobile-active {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    min-height: calc(100svh - max(142px, calc(env(safe-area-inset-top) + 126px))) !important;
    min-height: calc(100dvh - max(142px, calc(env(safe-area-inset-top) + 126px))) !important;
    align-content: start !important;
    align-items: start !important;
    gap: clamp(8px, 1.25vh, 12px) !important;
    border-bottom-color: rgba(128, 87, 255, 0.42) !important;
    padding: 0 0 clamp(16px, 2.4vh, 24px) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-heading-icon {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(17, 17, 19, 0.08) !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    background: #050505 !important;
    box-shadow: 0 10px 20px rgba(17, 17, 19, 0.08) !important;
    transform-origin: top left !important;
    transition:
      box-shadow 760ms ease,
      border-radius 760ms ease,
      transform 940ms cubic-bezier(0.18, 0.88, 0.18, 1) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy.is-mobile-active .benefit-heading-icon {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    justify-self: stretch !important;
    align-self: start !important;
    width: 100% !important;
    height: clamp(230px, 39dvh, 340px) !important;
    border-radius: 8px !important;
    object-fit: contain !important;
    box-shadow: 0 14px 28px rgba(17, 17, 19, 0.1) !important;
    transform: translate3d(var(--benefit-image-dx, 0px), var(--benefit-image-dy, 0px), 0) scale(var(--benefit-image-sx, 1), var(--benefit-image-sy, 1)) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-heading-icon.is-benefit-image-expanding {
    will-change: transform !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy h3 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    color: #111113 !important;
    font-size: clamp(1rem, 4.5vw, 1.18rem) !important;
    font-weight: 560 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
    transition:
      color 360ms ease,
      font-size 760ms cubic-bezier(0.19, 0.82, 0.19, 1),
      opacity 520ms ease,
      transform 820ms cubic-bezier(0.19, 0.82, 0.19, 1) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy.is-mobile-active h3 {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    color: #111113 !important;
    font-size: clamp(1.5rem, 7.2vw, 2.1rem) !important;
    font-weight: 600 !important;
    line-height: 1.02 !important;
    margin-top: clamp(4px, 0.9vh, 8px) !important;
    transition-delay: 160ms !important;
    transform: translateY(0) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-mobile-image {
    display: none !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    align-self: start !important;
    width: 100% !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    border-radius: 8px !important;
    object-fit: contain !important;
    overflow: hidden !important;
    background: #050505 !important;
    opacity: 0 !important;
    transform: translateY(8px) scale(0.98) !important;
    transition:
      height 620ms cubic-bezier(0.22, 0.8, 0.22, 1),
      max-height 620ms cubic-bezier(0.22, 0.8, 0.22, 1),
      opacity 520ms ease,
      transform 620ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy.is-mobile-active .benefit-mobile-image {
    height: clamp(230px, 39dvh, 340px) !important;
    max-height: 340px !important;
    margin-top: clamp(4px, 0.9vh, 8px) !important;
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy p {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: rgba(17, 17, 19, 0.72) !important;
    font-size: clamp(1rem, 4.45vw, 1.22rem) !important;
    font-weight: 430 !important;
    line-height: 1.34 !important;
    opacity: 0 !important;
    transform: translateY(8px) !important;
    transition:
      max-height 860ms cubic-bezier(0.19, 0.82, 0.19, 1),
      opacity 720ms ease,
      transform 860ms cubic-bezier(0.19, 0.82, 0.19, 1) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy.is-mobile-active p {
    max-height: 210px !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    transition-delay: 260ms !important;
    transform: translateY(0) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy,
  .mobile-intro-flow ~ .benefits-section.benefits-section .benefit-stagger-copy.is-mobile-active {
    border-bottom-color: transparent !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section::before,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section::after {
    display: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    align-content: center !important;
    overflow: hidden !important;
    padding:
      max(86px, calc(env(safe-area-inset-top) + 74px))
      max(18px, calc(env(safe-area-inset-right) + 18px))
      max(52px, calc(env(safe-area-inset-bottom) + 42px))
      max(18px, calc(env(safe-area-inset-left) + 18px)) !important;
    color: #ffffff !important;
    background: #050505 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section::before {
    position: absolute !important;
    inset: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    content: "" !important;
    pointer-events: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-top {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    justify-items: stretch !important;
    width: min(100%, 430px) !important;
    gap: clamp(18px, 2.8vh, 28px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-top h2 {
    max-width: 330px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(2.42rem, 12vw, 3.85rem) !important;
    font-weight: 640 !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-top h2 span {
    display: block !important;
    color: #ffffff !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-top > p {
    max-width: 330px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: clamp(1rem, 4vw, 1.12rem) !important;
    font-weight: 420 !important;
    line-height: 1.38 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-actions {
    display: grid !important;
    width: 100% !important;
    gap: 0 !important;
    margin: clamp(2px, 0.8vh, 8px) 0 0 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-actions a {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 12px !important;
    padding: 0 20px !important;
    font-size: 1.02rem !important;
    font-weight: 760 !important;
    transition:
      transform 260ms ease,
      background 260ms ease !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-primary {
    color: #050505 !important;
    background: #ffffff !important;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28) !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-cta-secondary {
    display: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits article,
  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits article:nth-child(3) {
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    gap: 9px !important;
    min-height: 64px !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 10px 11px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    text-align: left !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits article + article,
  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefit-icon {
    width: 26px !important;
    height: 26px !important;
    color: #9b7bff !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefit-icon svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.2 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits h3 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(0.82rem, 3.45vw, 0.96rem) !important;
    font-weight: 680 !important;
    line-height: 1.08 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-benefits p {
    display: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-demo-band {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    min-height: 0 !important;
    width: min(100%, 430px) !important;
    margin: clamp(18px, 3vh, 28px) auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-demo-card {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-demo-copy,
  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-demo-proof a,
  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-section {
    display: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-demo-proof {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    justify-items: start !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding-top: 16px !important;
    text-align: left !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-avatars {
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-avatars span {
    width: 31px !important;
    height: 31px !important;
    border-width: 2px !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-avatars span + span {
    margin-left: -10px !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-stars {
    margin: 0 !important;
    color: #8f6dff !important;
    font-size: 1rem !important;
    line-height: 1 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .revenue-demo-proof p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 0.86rem !important;
    font-weight: 430 !important;
    line-height: 1.28 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .site-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: min(100%, 430px) !important;
    margin: clamp(24px, 4vh, 34px) auto 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 20px 0 0 !important;
    color: #ffffff !important;
    background: transparent !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .site-footer-brand {
    display: grid !important;
    gap: 8px !important;
    max-width: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .footer-logo {
    gap: 9px !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .footer-logo .cypher-mark {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.86rem !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .footer-logo .cypher-word {
    color: #ffffff !important;
    font-size: 1.02rem !important;
    font-weight: 760 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .site-footer-brand p {
    max-width: 310px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 0.78rem !important;
    line-height: 1.38 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .site-footer-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 9px 16px !important;
    margin: 0 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .site-footer-links a {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.8rem !important;
    font-weight: 620 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
  }

  .business-build-section.business-build-section .business-build-inner {
    min-height: calc(100svh - max(62px, calc(env(safe-area-inset-top) + 54px)) - max(16px, calc(env(safe-area-inset-bottom) + 12px))) !important;
    min-height: calc(100dvh - max(62px, calc(env(safe-area-inset-top) + 54px)) - max(16px, calc(env(safe-area-inset-bottom) + 12px))) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: start !important;
    gap: clamp(10px, 1.35vh, 14px) !important;
    padding: 0 max(18px, calc(env(safe-area-inset-left) + 18px)) !important;
  }

  .business-build-section.business-build-section .business-build-header {
    align-self: start !important;
  }

  .business-build-section.business-build-section .business-build-header h2 {
    max-width: 350px !important;
    font-size: clamp(1.7rem, 6.8vw, 2.16rem) !important;
    font-weight: 560 !important;
    line-height: 1.08 !important;
  }

  .business-build-section.business-build-section .business-build-map {
    grid-template-rows: auto auto auto !important;
    align-content: start !important;
    gap: clamp(14px, 1.8vh, 18px) !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .business-build-section.business-build-section .business-build-column {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
    overflow: visible !important;
  }

  .business-build-section.business-build-section .business-build-inputs,
  .business-build-section.business-build-section .business-build-outcomes {
    position: relative !important;
    width: calc(100vw - max(18px, calc(env(safe-area-inset-left) + 18px)) - max(18px, calc(env(safe-area-inset-right) + 18px))) !important;
    max-width: calc(100vw - max(18px, calc(env(safe-area-inset-left) + 18px)) - max(18px, calc(env(safe-area-inset-right) + 18px))) !important;
    justify-self: center !important;
    justify-content: stretch !important;
    overflow: hidden !important;
    gap: 0 !important;
    padding-top: 35px !important;
  }

  .business-build-section.business-build-section .business-build-inputs {
    padding-top: 44px !important;
  }

  .business-build-section.business-build-section .business-build-outcomes {
    padding-top: 52px !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-label,
  .business-build-section.business-build-section .business-build-outcomes .business-build-label {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    z-index: 6 !important;
    justify-self: auto !important;
    width: max-content !important;
    min-height: 27px !important;
    padding: 0 24px !important;
    background: #050505 !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 780 !important;
    line-height: 27px !important;
    letter-spacing: 0.12em !important;
    box-shadow: 0 10px 20px rgba(5, 5, 5, 0.16) !important;
    transform: translateX(-50%) !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-list,
  .business-build-section.business-build-section .business-build-outcomes .business-build-list {
    gap: clamp(26px, 8vw, 34px) !important;
    padding: 0 !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  }

  .business-build-section.business-build-section .business-build-app-icon {
    width: clamp(34px, 8.8vw, 42px) !important;
    height: clamp(34px, 8.8vw, 42px) !important;
  }

  .business-build-section.business-build-section .business-build-stack {
    width: 100% !important;
    align-self: center !important;
    min-height: clamp(288px, 37dvh, 332px) !important;
    max-height: none !important;
    border-radius: 16px !important;
    padding: clamp(18px, 2.2vh, 22px) clamp(16px, 4.5vw, 22px) !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 34%),
      linear-gradient(145deg, #242426 0%, #151516 43%, #070707 100%) !important;
    box-shadow:
      0 26px 54px rgba(17, 16, 14, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.11),
      inset 0 -1px 0 rgba(255, 255, 255, 0.04) !important;
  }

  .business-build-section.business-build-section .business-build-stack::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%),
      linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)) !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-label {
    min-height: 48px !important;
    width: 100% !important;
    margin: 0 auto clamp(12px, 1.6vh, 16px) !important;
    padding: 0 14px !important;
    color: #19191b !important;
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    font-size: clamp(0.94rem, 3.55vw, 1.08rem) !important;
    font-weight: 760 !important;
    line-height: 48px !important;
    letter-spacing: 0.08em !important;
    text-align: center !important;
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    border-radius: 9px !important;
    clip-path: none !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-label {
    top: 0 !important;
  }

  .mobile-intro-flow ~ .client-experience.client-experience .client-visual-wrap {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 0 !important;
    display: grid !important;
    min-height: clamp(270px, 39dvh, 350px) !important;
    place-items: start center !important;
    background: var(--bg) !important;
    will-change: auto !important;
  }

  .mobile-intro-flow ~ .client-experience.client-experience .client-copy-panel {
    position: relative !important;
    z-index: 3 !important;
  }

  .mobile-intro-flow ~ .client-experience.client-experience .client-visual-card {
    width: 100% !important;
    min-height: clamp(270px, 39dvh, 350px) !important;
    padding: 12px max(18px, calc(env(safe-area-inset-right) + 14px)) max(18px, calc(env(safe-area-inset-bottom) + 12px)) max(18px, calc(env(safe-area-inset-left) + 14px)) !important;
  }

  .mobile-intro-flow ~ .client-experience.client-experience .client-image-stage {
    width: min(calc(100vw - 36px), 390px) !important;
    max-height: clamp(245px, 36dvh, 320px) !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .mobile-intro-flow ~ .client-experience.client-experience,
  body.mobile-flow-complete .mobile-intro-flow ~ .client-experience.client-experience {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mobile-engine-scene.mobile-engine-scene,
  .mobile-intro-stage.mobile-intro-stage,
  .mobile-intro-media.mobile-intro-media,
  .mobile-workflow-scene.mobile-workflow-scene,
  .mobile-workflow-card.mobile-workflow-card,
  .mobile-engine-hub.mobile-engine-hub,
  .mobile-engine-outcomes.mobile-engine-outcomes,
  .mobile-engine-outcomes.mobile-engine-outcomes article,
  .mobile-engine-outcomes.mobile-engine-outcomes img,
  .mobile-engine-arrows.mobile-engine-arrows {
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    transform-style: flat !important;
    will-change: opacity, transform !important;
  }

  .mobile-intro-flow.mobile-intro-flow,
  .mobile-intro-stage.mobile-intro-stage,
  .mobile-workflow-scene.mobile-workflow-scene,
  .mobile-engine-scene.mobile-engine-scene {
    overflow-anchor: none !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-list {
    gap: clamp(10px, 1.45vh, 13px) clamp(10px, 3vw, 14px) !important;
    align-content: stretch !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    min-height: clamp(48px, 6.9vh, 61px) !important;
    gap: 8px !important;
    border-radius: 9px !important;
    padding: 9px 10px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)) !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card svg {
    width: 20px !important;
    height: 20px !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card span {
    font-size: clamp(0.72rem, 2.8vw, 0.86rem) !important;
    font-weight: 660 !important;
    line-height: 1.08 !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card {
    width: clamp(104px, 30vw, 128px) !important;
    gap: 8px !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card svg {
    width: clamp(26px, 7vw, 34px) !important;
    height: clamp(26px, 7vw, 34px) !important;
    margin-bottom: 0 !important;
    color: rgba(17, 17, 19, 0.78) !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card span {
    max-width: 116px !important;
    color: rgba(17, 17, 19, 0.86) !important;
    font-size: clamp(0.78rem, 3.15vw, 0.94rem) !important;
    font-weight: 820 !important;
    line-height: 1.05 !important;
  }

  .mobile-intro-flow ~ .business-build-section.business-build-section {
    padding:
      max(78px, calc(env(safe-area-inset-top) + 68px))
      0
      max(22px, calc(env(safe-area-inset-bottom) + 16px))
      0 !important;
  }

  .business-build-section.business-build-section .business-build-inner {
    min-height: calc(100svh - max(100px, calc(env(safe-area-inset-top) + 90px)) - max(22px, calc(env(safe-area-inset-bottom) + 16px))) !important;
    min-height: calc(100dvh - max(100px, calc(env(safe-area-inset-top) + 90px)) - max(22px, calc(env(safe-area-inset-bottom) + 16px))) !important;
    gap: clamp(28px, 3.7vh, 38px) !important;
  }

  .business-build-section.business-build-section .business-build-header h2 {
    max-width: 345px !important;
    font-size: clamp(1.62rem, 6.55vw, 2.05rem) !important;
    line-height: 1.12 !important;
  }

  .business-build-section.business-build-section .business-build-map {
    gap: clamp(30px, 4vh, 42px) !important;
  }

  .business-build-section.business-build-section .business-build-inputs {
    padding-top: 54px !important;
  }

  .business-build-section.business-build-section .business-build-inputs .business-build-label,
  .business-build-section.business-build-section .business-build-outcomes .business-build-label {
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-stack {
    justify-self: center !important;
    width: calc(100% - 8px) !important;
    min-height: clamp(258px, 34dvh, 304px) !important;
    max-height: 314px !important;
    align-self: start !important;
    margin-top: clamp(2px, 0.8vh, 8px) !important;
    border-radius: 14px !important;
    padding: clamp(16px, 2vh, 18px) clamp(15px, 4vw, 19px) !important;
    background: #050505 !important;
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-stack::before,
  .business-build-section.business-build-section .business-build-stack::after {
    display: none !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-label {
    min-height: 44px !important;
    margin-bottom: clamp(10px, 1.4vh, 14px) !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    background: #050505 !important;
    line-height: 44px !important;
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-list {
    grid-auto-rows: 1fr !important;
    gap: clamp(8px, 1.15vh, 10px) clamp(9px, 2.5vw, 12px) !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card {
    height: clamp(54px, 6.8vh, 62px) !important;
    min-height: clamp(54px, 6.8vh, 62px) !important;
    border-color: rgba(255, 255, 255, 0.94) !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    color: #111113 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card svg {
    color: #111113 !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card svg * {
    stroke: currentColor !important;
  }

  .business-build-section.business-build-section .business-build-stack .business-build-card span {
    color: #111113 !important;
    font-weight: 760 !important;
  }

  .business-build-section.business-build-section .business-build-card::before,
  .business-build-section.business-build-section .business-build-card::after {
    display: none !important;
  }

  .business-build-section.business-build-section .business-build-outcomes {
    padding-top: 72px !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-inner {
    gap: clamp(12px, 1.8vh, 18px) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-grid {
    padding-top: clamp(4px, 1vh, 8px) !important;
  }

  .client-experience.client-experience .client-experience-header h2 {
    font-size: clamp(2rem, 8.8vw, 2.75rem) !important;
    font-weight: 560 !important;
    line-height: 1.02 !important;
  }

  .client-experience.client-experience .client-experience-header p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: clamp(1rem, 4.25vw, 1.16rem) !important;
    line-height: 1.34 !important;
  }

  .client-experience.client-experience .client-step-title {
    font-size: clamp(1.05rem, 4.65vw, 1.24rem) !important;
    font-weight: 650 !important;
    line-height: 1.14 !important;
  }

  .client-experience.client-experience .client-step-copy {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: clamp(0.96rem, 4.1vw, 1.08rem) !important;
    line-height: 1.38 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-card p {
    max-height: calc(var(--problem-card-focus, 0) * 118px) !important;
    color: rgba(17, 17, 19, 0.76) !important;
    font-size: clamp(0.96rem, 4.05vw, 1.08rem) !important;
    line-height: 1.42 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problem-impact {
    max-height: calc(var(--problem-card-focus, 0) * 42px) !important;
    font-size: clamp(0.86rem, 3.55vw, 0.98rem) !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card {
    width: clamp(112px, 32vw, 136px) !important;
    gap: 10px !important;
  }

  .business-build-section.business-build-section .business-build-outcomes .business-build-card svg {
    width: clamp(32px, 8.6vw, 42px) !important;
    height: clamp(32px, 8.6vw, 42px) !important;
  }

  body.mobile-workflow-view .mobile-intro-media.mobile-intro-media {
    z-index: 12 !important;
    transition: none !important;
  }

  body.mobile-workflow-view:not(.mobile-menu-open) .mobile-menu-toggle.mobile-menu-toggle {
    color: #ffffff !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-intro-media.mobile-intro-media {
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .mobile-menu-toggle.mobile-menu-toggle {
    position: absolute !important;
    top: max(34px, calc(env(safe-area-inset-top) + 26px)) !important;
    left: max(26px, calc(env(safe-area-inset-left) + 22px)) !important;
    z-index: 60 !important;
  }

  .mobile-second-topbar.mobile-second-topbar,
  .mobile-page-topbar.mobile-page-topbar {
    height: max(62px, calc(env(safe-area-inset-top) + 50px)) !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding:
      max(10px, env(safe-area-inset-top))
      max(16px, calc(env(safe-area-inset-right) + 14px))
      0
      max(16px, calc(env(safe-area-inset-left) + 14px)) !important;
    background: #050505 !important;
  }

  .mobile-second-topbar.mobile-second-topbar {
    pointer-events: none !important;
  }

  .mobile-second-topbar.mobile-second-topbar a,
  .mobile-page-topbar.mobile-page-topbar a {
    pointer-events: auto !important;
  }

  body.mobile-workflow-view .mobile-second-topbar.mobile-second-topbar,
  body.mobile-workflow-view .mobile-page-topbar.mobile-page-topbar,
  body.mobile-flow-complete .mobile-page-topbar.mobile-page-topbar {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.mobile-workflow-view:not(.mobile-menu-open) .mobile-menu-toggle.mobile-menu-toggle,
  body.mobile-flow-complete:not(.mobile-menu-open) .mobile-menu-toggle.mobile-menu-toggle {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
  }

  .mobile-page-bars.mobile-page-bars {
    display: none !important;
  }

  .mobile-topbar-logo.mobile-topbar-logo,
  .mobile-page-logo.mobile-page-logo {
    display: inline-flex !important;
    min-height: 32px !important;
    align-items: center !important;
    color: #ffffff !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  .mobile-topbar-logo.mobile-topbar-logo::before,
  .mobile-page-logo.mobile-page-logo::before {
    display: inline-grid !important;
    width: 26px !important;
    height: 26px !important;
    place-items: center !important;
    margin-right: 8px !important;
    border: 2px solid rgba(255, 255, 255, 0.92) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    content: "C" !important;
    font-size: 0.86rem !important;
    font-weight: 820 !important;
    line-height: 1 !important;
  }

  .mobile-topbar-cta.mobile-topbar-cta,
  .mobile-page-cta.mobile-page-cta {
    display: inline-flex !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    padding: 0 15px !important;
    color: #050505 !important;
    background: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 760 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transform: translateY(3px) !important;
  }

  .mobile-hero-logo-preview.mobile-hero-logo-preview {
    position: fixed !important;
    top: max(30px, calc(env(safe-area-inset-top) + 24px)) !important;
    right: max(26px, calc(env(safe-area-inset-right) + 22px)) !important;
    z-index: 48 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    pointer-events: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease !important;
  }

  .mobile-hero-logo-preview.mobile-hero-logo-preview span {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.62rem, 7vw, 2.08rem) !important;
    font-weight: 540 !important;
    line-height: 0.86 !important;
    letter-spacing: 0.06em !important;
    text-shadow:
      0 2px 16px rgba(0, 0, 0, 0.46),
      0 0 18px rgba(255, 255, 255, 0.16) !important;
  }

  .mobile-hero-logo-preview.mobile-hero-logo-preview span::before {
    display: none !important;
    content: none !important;
  }

  .mobile-hero-logo-preview.mobile-hero-logo-preview span::after {
    position: absolute !important;
    right: 0.1em !important;
    bottom: -0.24em !important;
    width: 1.05em !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    content: "" !important;
    opacity: 0.86 !important;
    transform: none !important;
  }

  body.mobile-workflow-view .mobile-hero-logo-preview.mobile-hero-logo-preview,
  body.mobile-flow-complete .mobile-hero-logo-preview.mobile-hero-logo-preview,
  body.mobile-menu-open .mobile-hero-logo-preview.mobile-hero-logo-preview {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
  }

  body:not(.mobile-workflow-view):not(.mobile-flow-complete) .mobile-page-topbar.mobile-page-topbar {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
  }

  body:not(.mobile-workflow-view) .mobile-second-topbar.mobile-second-topbar {
    pointer-events: none !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-second-topbar.mobile-second-topbar,
  body.mobile-menu-open.mobile-menu-open .mobile-page-topbar.mobile-page-topbar {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-intro-hero-copy.mobile-intro-hero-copy,
  body.mobile-menu-open.mobile-menu-open .mobile-intro-hero-copy.mobile-intro-hero-copy h1,
  body.mobile-menu-open.mobile-menu-open .mobile-intro-actions.mobile-intro-actions,
  body.mobile-menu-open.mobile-menu-open .mobile-intro-icons.mobile-intro-icons,
  body.mobile-menu-open.mobile-menu-open .mobile-intro-icon-track.mobile-intro-icon-track,
  body.mobile-menu-open.mobile-menu-open .mobile-workflow-scene.mobile-workflow-scene,
  body.mobile-menu-open.mobile-menu-open .mobile-engine-scene.mobile-engine-scene {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(14px) !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-menu-panel.mobile-menu-panel {
    z-index: 58 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.mobile-menu-open.mobile-menu-open .mobile-menu-toggle.mobile-menu-toggle {
    z-index: 60 !important;
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mobile-intro-hero-copy.mobile-intro-hero-copy {
    top: clamp(96px, 18dvh, 154px) !important;
  }

  .mobile-intro-hero.mobile-intro-hero h1 {
    width: min(10.4em, 100%) !important;
    max-width: 360px !important;
    font-size: clamp(2.34rem, 10.8vw, 3.34rem) !important;
    line-height: 1.02 !important;
    text-wrap: balance !important;
  }

  .mobile-intro-hero.mobile-intro-hero h1 span {
    display: block !important;
    color: #ffffff !important;
  }

  .mobile-intro-actions.mobile-intro-actions {
    margin-top: clamp(54px, 8.2dvh, 78px) !important;
    gap: 14px !important;
    width: min(100%, 356px) !important;
  }

  .mobile-intro-actions.mobile-intro-actions a {
    width: 100% !important;
    min-height: clamp(58px, 7.4dvh, 64px) !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
    font-size: clamp(0.96rem, 4vw, 1.05rem) !important;
  }

  .mobile-intro-actions.mobile-intro-actions a:first-child,
  .mobile-intro-actions.mobile-intro-actions a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene h2 {
    top: calc(var(--mobile-workflow-heading-y, 88px) - 14px) !important;
    font-size: clamp(2.02rem, 8.7vw, 2.78rem) !important;
    font-weight: 540 !important;
    line-height: 1.03 !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene p {
    top: calc(var(--mobile-workflow-subtitle-y, 610px) + 18px) !important;
    color: rgba(32, 32, 32, 0.72) !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.68rem, 7.2vw, 2.36rem) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
  }

  .mobile-engine-scene.mobile-engine-scene h2 {
    top: calc(var(--mobile-engine-title-y, 138px) - 22px) !important;
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: clamp(2.02rem, 8.6vw, 2.78rem) !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section {
    padding-top: max(72px, calc(env(safe-area-inset-top) + 62px)) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-inner {
    gap: clamp(28px, 4.2vh, 42px) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-header {
    top: max(58px, calc(env(safe-area-inset-top) + 48px)) !important;
  }

  .mobile-intro-flow ~ .problems-section.problems-section .problems-grid {
    padding-top: clamp(18px, 3.2vh, 30px) !important;
  }

  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-page {
    gap: clamp(36px, 5.2vh, 52px) !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section {
    padding-top: max(44px, calc(env(safe-area-inset-top) + 34px)) !important;
  }

  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-inner {
    gap: clamp(62px, 8vh, 82px) !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section {
    align-content: start !important;
    overflow: visible !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-section {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    width: min(100%, 430px) !important;
    gap: 10px !important;
    margin: clamp(30px, 5vh, 44px) auto 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: clamp(22px, 3.6vh, 30px) 0 0 !important;
    color: #ffffff !important;
    background: transparent !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-header {
    display: block !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-header h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(1.88rem, 8.2vw, 2.5rem) !important;
    font-weight: 620 !important;
    line-height: 1 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-list {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-list details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-list summary {
    min-height: 58px !important;
    padding: 16px 34px 16px 0 !important;
    color: #ffffff !important;
    font-size: clamp(0.98rem, 4.2vw, 1.1rem) !important;
    font-weight: 650 !important;
    line-height: 1.22 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-list summary::after {
    right: 0 !important;
    color: #ffffff !important;
    font-size: 1.35rem !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-list details p {
    margin: 0 !important;
    padding: 0 0 18px !important;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: clamp(0.94rem, 4vw, 1.05rem) !important;
    font-weight: 420 !important;
    line-height: 1.42 !important;
  }

  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .site-footer {
    margin-top: clamp(24px, 4vh, 34px) !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene h2,
  .mobile-engine-scene.mobile-engine-scene h2,
  .client-experience.client-experience .client-experience-header h2,
  .business-build-section.business-build-section .business-build-header h2,
  .mobile-intro-flow ~ .problems-section.problems-section .problems-header h2,
  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-header h2,
  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-header h2,
  .mobile-intro-flow ~ .businesses-help-section.businesses-help-section .businesses-help-header h2,
  .mobile-intro-flow ~ .revenue-cta-section.revenue-cta-section .faq-header h2 {
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(2.1rem, 10.8vw, 3.25rem) !important;
    font-weight: 560 !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .business-build-section.business-build-section .business-build-header h2 span,
  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-header h2 span,
  .mobile-intro-flow ~ .benefits-section.benefits-section .benefits-header h2 span {
    font: inherit !important;
    color: inherit !important;
  }

  @keyframes bookingSingleArrowMove {
    0% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }

    14% {
      opacity: 1;
    }

    78% {
      opacity: 1;
      transform: translate3d(0, clamp(34px, 8.6dvh, 66px), 0);
    }

    100% {
      opacity: 0;
      transform: translate3d(0, clamp(34px, 8.6dvh, 66px), 0);
    }
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:not(:last-child)::before {
    top: calc(50% + (var(--booking-icon-size) / 2) + 12px) !important;
    left: calc(var(--booking-icon-offset) + (var(--booking-icon-size) / 2) - 1px) !important;
    height: calc(100% - var(--booking-icon-size) - 24px) !important;
    background: rgba(128, 87, 255, 0.26) !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:not(:last-child)::after {
    top: calc(50% + (var(--booking-icon-size) / 2) + 12px) !important;
    left: calc(var(--booking-icon-offset) + (var(--booking-icon-size) / 2) - 12px) !important;
    z-index: 2 !important;
    display: block !important;
    width: 24px !important;
    height: 34px !important;
    border: 0 !important;
    background: #8057ff !important;
    clip-path: polygon(42% 0, 58% 0, 58% 54%, 82% 54%, 50% 100%, 18% 54%, 42% 54%) !important;
    opacity: 0;
    animation: bookingSingleArrowMove 1650ms cubic-bezier(0.22, 0.72, 0.2, 1) infinite !important;
    filter: drop-shadow(0 5px 8px rgba(128, 87, 255, 0.22)) !important;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:nth-child(2)::after {
    animation-delay: 120ms !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:nth-child(3)::after {
    animation-delay: 240ms !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:nth-child(4)::after {
    animation-delay: 360ms !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:nth-child(5)::after {
    animation-delay: 480ms !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:nth-child(6)::after {
    animation-delay: 600ms !important;
  }

  .mobile-intro-flow ~ .booking-flow-section.booking-flow-section .booking-flow-step:nth-child(7)::after {
    animation-delay: 720ms !important;
  }
}

/* Growth audit landing page */
.audit-landing-page {
  color: #050507;
  background:
    radial-gradient(circle at 22% 10%, rgba(5, 5, 5, 0.035), transparent 28%),
    #fbfaf7;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.audit-landing-page *,
.audit-landing-page *::before,
.audit-landing-page *::after {
  box-sizing: border-box;
}

.audit-site-topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 96px;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  border-bottom: 1px solid rgba(5, 5, 5, 0.08);
  padding: 0 clamp(30px, 4.4vw, 60px);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.audit-site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #050507;
  text-decoration: none;
}

.audit-site-logo .cypher-mark,
.audit-site-logo .cypher-word {
  opacity: 1;
  transform: none;
}

.audit-site-logo .cypher-mark {
  width: 34px;
  height: 34px;
  color: #050507;
  font-size: 1rem;
}

.audit-site-logo .cypher-word {
  color: #050507;
  font-size: 1.3rem;
  font-weight: 760;
}

.audit-site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(36px, 4.8vw, 72px);
}

.audit-site-nav a {
  color: #050507;
  font-size: 1rem;
  font-weight: 560;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.audit-site-nav span {
  font-size: 0.86em;
}

.audit-site-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 24px;
  color: #ffffff;
  background: #050505;
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(5, 5, 5, 0.16);
  white-space: nowrap;
}

.audit-landing-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 16%, rgba(5, 5, 5, 0.04), transparent 24rem),
    #fbfaf7;
}

.audit-hero-section,
.audit-check-section,
.audit-works-section,
.audit-request-section {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 9vh, 118px) clamp(46px, 5.4vw, 88px);
}

.audit-hero-section {
  min-height: calc(100vh - 96px);
  display: grid;
  align-items: center;
}

.audit-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.82fr);
  gap: clamp(70px, 8vw, 128px);
  width: min(1400px, 100%);
  margin: 0 auto;
  align-items: center;
}

.audit-hero-copy {
  max-width: 720px;
}

.audit-pill,
.audit-section-pill {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(5, 5, 5, 0.06);
  border-radius: 999px;
  padding: 0 18px;
  color: #050507;
  background: rgba(242, 242, 242, 0.92);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(5, 5, 5, 0.04);
}

.audit-pill svg,
.audit-section-pill svg,
.audit-button svg,
.audit-reassurance svg,
.audit-snapshot-card svg,
.audit-card-icon svg,
.audit-step-icon svg,
.audit-next-panel svg,
.audit-request-form svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audit-pill svg,
.audit-section-pill svg {
  width: 22px;
  height: 22px;
}

.audit-hero-copy h1,
.audit-section-header h2 {
  margin: 34px 0 0;
  color: #050507;
  font-size: clamp(4.05rem, 5.1vw, 5.7rem);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.audit-hero-lede,
.audit-section-header > p:not(.audit-section-pill) {
  margin: clamp(28px, 3vh, 34px) 0 0;
  color: #3f424d;
  font-size: clamp(1.34rem, 1.65vw, 1.72rem);
  font-weight: 420;
  line-height: 1.5;
}

.audit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}

.audit-button {
  display: inline-flex;
  min-height: 78px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 2px solid #050505;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 1.22rem;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
}

.audit-button svg {
  width: 24px;
  height: 24px;
}

.audit-button-primary {
  color: #ffffff;
  background: #050505;
  box-shadow: 0 16px 30px rgba(5, 5, 5, 0.16);
}

.audit-button-secondary {
  color: #050507;
  background: rgba(255, 255, 255, 0.72);
}

.audit-reassurance {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 56px 0 0;
  color: #4d515c;
  font-size: 1.08rem;
  line-height: 1.4;
}

.audit-reassurance svg {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.audit-snapshot-card {
  display: grid;
  gap: 28px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 24px;
  padding: clamp(34px, 3.4vw, 52px) clamp(34px, 3.8vw, 56px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 64px rgba(5, 5, 5, 0.12);
  backdrop-filter: blur(10px);
}

.audit-snapshot-card h2 {
  margin: 0 0 8px;
  color: #050507;
  font-size: clamp(1.7rem, 2vw, 2.08rem);
  font-weight: 760;
  line-height: 1.1;
}

.audit-snapshot-list {
  display: grid;
}

.audit-snapshot-list article {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  min-height: 90px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}

.audit-icon-box,
.audit-card-icon,
.audit-step-icon,
.audit-next-panel article > span {
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #050507;
  background: linear-gradient(145deg, #f4f4f4, #e9e9e9);
}

.audit-icon-box {
  width: 58px;
  height: 58px;
}

.audit-icon-box svg {
  width: 30px;
  height: 30px;
}

.audit-snapshot-list strong {
  font-size: 1.2rem;
  font-weight: 620;
}

.audit-snapshot-list em {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  color: #5d5f68;
  background: #eeeeee;
  font-style: normal;
  font-weight: 650;
}

.audit-snapshot-list .is-green {
  color: #17672d;
  background: #dff4e3;
}

.audit-snapshot-list .is-orange {
  color: #c26b00;
  background: #ffeed7;
}

.audit-snapshot-list .is-red {
  color: #aa2b2b;
  background: #fae4e4;
}

.audit-snapshot-list .is-purple {
  color: #50307d;
  background: #ece6f8;
}

.audit-snapshot-foot {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: #050507;
  font-size: 1.12rem;
  line-height: 1.3;
}

.audit-snapshot-foot svg {
  width: 30px;
  height: 30px;
}

.audit-section-header {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 1120px;
  margin: 0 auto clamp(52px, 6vh, 76px);
  text-align: center;
}

.audit-section-header h2 {
  margin-top: 28px;
  font-size: clamp(3.6rem, 4.8vw, 5.2rem);
  line-height: 1.02;
}

.audit-check-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
  width: min(1390px, 100%);
  margin: 0 auto;
}

.audit-check-grid article {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  grid-template-rows: minmax(168px, auto) auto;
  gap: 0 24px;
  min-height: 290px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 20px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.06);
}

.audit-card-icon {
  width: 94px;
  height: 94px;
}

.audit-card-icon svg {
  width: 58px;
  height: 58px;
}

.audit-check-grid h3 {
  margin: 16px 0 16px;
  color: #050507;
  font-size: clamp(1.38rem, 1.7vw, 1.78rem);
  font-weight: 760;
  line-height: 1.12;
}

.audit-check-grid p {
  margin: 0;
  color: #111318;
  font-size: 1.04rem;
  font-weight: 430;
  line-height: 1.55;
}

.audit-check-grid footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(5, 5, 5, 0.12);
  padding-top: 26px;
  color: #050507;
  font-size: 1rem;
  font-weight: 680;
}

.audit-check-grid footer span::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 18px;
  border-radius: 999px;
  background: #030914;
  content: "";
  vertical-align: -1px;
}

.audit-check-grid footer strong {
  font-size: 2rem;
  font-weight: 420;
  line-height: 1;
}

.audit-works-section {
  min-height: 900px;
}

.audit-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr) 74px minmax(0, 1fr);
  gap: 0;
  width: min(1210px, 100%);
  margin: 0 auto;
  align-items: center;
}

.audit-steps article {
  display: grid;
  justify-items: center;
  min-height: 460px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 20px;
  padding: 38px 54px 44px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.06);
  text-align: center;
}

.audit-step-icon {
  width: 116px;
  height: 116px;
  margin-bottom: 28px;
}

.audit-step-icon svg {
  width: 68px;
  height: 68px;
}

.audit-steps article > strong {
  color: #050507;
  font-size: 2.72rem;
  font-weight: 780;
  line-height: 1;
}

.audit-steps h3 {
  max-width: 310px;
  margin: 20px 0 0;
  color: #050507;
  font-size: 1.52rem;
  font-weight: 760;
  line-height: 1.18;
}

.audit-steps p {
  width: 100%;
  margin: 26px 0 0;
  border-top: 1px solid rgba(5, 5, 5, 0.1);
  padding-top: 24px;
  color: #222631;
  font-size: 1.04rem;
  line-height: 1.55;
}

.audit-step-arrow {
  position: relative;
  z-index: 3;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  justify-self: center;
  border-radius: 999px;
  color: #050507;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(5, 5, 5, 0.08);
  font-size: 1.5rem;
}

.audit-step-arrow::before,
.audit-step-arrow::after {
  position: absolute;
  top: 50%;
  width: 50px;
  border-top: 2px dotted rgba(5, 5, 5, 0.16);
  content: "";
  transform: translateY(-50%);
}

.audit-step-arrow::before {
  right: 100%;
}

.audit-step-arrow::after {
  left: 100%;
}

.audit-request-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(640px, 0.88fr);
  gap: clamp(70px, 7.4vw, 120px);
  width: min(1260px, 100%);
  margin: 0 auto;
  align-items: center;
}

.audit-next-panel {
  display: grid;
  gap: 0;
}

.audit-next-panel h3 {
  margin: 0 0 34px;
  color: #050507;
  font-size: 1.62rem;
  font-weight: 760;
}

.audit-next-panel article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  padding: 34px 0;
}

.audit-next-panel article > span {
  width: 56px;
  height: 56px;
}

.audit-next-panel svg {
  width: 34px;
  height: 34px;
}

.audit-next-panel h4 {
  margin: 0;
  color: #050507;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.32;
}

.audit-next-panel p {
  margin: 12px 0 0;
  color: #222631;
  font-size: 0.96rem;
  line-height: 1.55;
}

.audit-request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 32px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 20px;
  padding: 44px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.08);
}

.audit-request-form label {
  display: grid;
  gap: 10px;
  color: #050507;
  font-size: 1rem;
  font-weight: 560;
}

.audit-request-form input,
.audit-request-form select,
.audit-request-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
  padding: 0 18px;
  color: #050507;
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  font-size: 1rem;
  font-weight: 430;
  outline: none;
}

.audit-request-form textarea {
  min-height: 74px;
  padding-top: 16px;
  resize: vertical;
}

.audit-request-form input::placeholder,
.audit-request-form textarea::placeholder {
  color: #8f94a0;
}

.audit-form-wide {
  grid-column: 1 / -1;
}

.audit-request-form .audit-submit {
  width: 100%;
  min-height: 62px;
  border-radius: 8px;
  color: #ffffff;
  background: #050505;
  font-size: 1.12rem;
  font-weight: 760;
}

.audit-request-form .audit-submit svg {
  width: 24px;
  height: 24px;
}

.audit-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: -4px 0 0;
  color: #697080;
  font-size: 0.98rem;
  line-height: 1.3;
}

.audit-form-note svg {
  width: 22px;
  height: 22px;
}

.audit-dots {
  position: absolute;
  z-index: 0;
  width: 170px;
  height: 170px;
  opacity: 0.34;
  background-image: radial-gradient(circle, rgba(5, 5, 5, 0.22) 2px, transparent 2.4px);
  background-size: 20px 20px;
  pointer-events: none;
}

.audit-dots-left {
  left: 44px;
  bottom: 38px;
}

.audit-dots-right {
  top: 118px;
  right: -10px;
}

.audit-rings {
  position: absolute;
  z-index: 0;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(5, 5, 5, 0.05);
  border-radius: 999px;
  pointer-events: none;
}

.audit-rings::before,
.audit-rings::after {
  position: absolute;
  border: 1px solid rgba(5, 5, 5, 0.05);
  border-radius: inherit;
  content: "";
}

.audit-rings::before {
  inset: 46px;
}

.audit-rings::after {
  inset: 92px;
}

.audit-rings-left {
  top: -120px;
  left: -140px;
}

.audit-rings-bottom {
  bottom: -160px;
  left: -130px;
}

@media (max-width: 1120px) {
  .audit-site-topbar {
    grid-template-columns: auto auto;
  }

  .audit-site-nav {
    display: none;
  }

  .audit-hero-inner,
  .audit-request-layout {
    grid-template-columns: 1fr;
  }

  .audit-snapshot-card,
  .audit-hero-copy {
    max-width: 760px;
    width: 100%;
    justify-self: center;
  }

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

  .audit-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .audit-step-arrow {
    transform: rotate(90deg);
  }

  .audit-step-arrow::before,
  .audit-step-arrow::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .audit-site-topbar {
    min-height: 74px;
    padding: 0 18px;
  }

  .audit-site-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .audit-hero-section,
  .audit-check-section,
  .audit-works-section,
  .audit-request-section {
    padding: 54px 18px;
  }

  .audit-hero-copy h1,
  .audit-section-header h2 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  .audit-hero-lede,
  .audit-section-header > p:not(.audit-section-pill) {
    font-size: 1.08rem;
  }

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

  .audit-button {
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
  }

  .audit-snapshot-list article {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .audit-snapshot-list em {
    grid-column: 2;
    justify-self: start;
  }

  .audit-check-grid,
  .audit-request-form {
    grid-template-columns: 1fr;
  }

  .audit-check-grid article {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 22px;
  }

  .audit-card-icon {
    width: 70px;
    height: 70px;
  }

  .audit-card-icon svg {
    width: 44px;
    height: 44px;
  }

  .audit-request-form {
    padding: 22px;
  }
}

/* Final desktop audit layout correction: match provided four-section screenshots. */
.audit-landing-page.audit-landing-page {
  color: #050507;
  background: #fbfaf7;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow-x: hidden;
}

.audit-landing-page .audit-site-topbar {
  position: relative !important;
  top: auto !important;
  min-height: 96px !important;
  padding: 0 clamp(52px, 5.2vw, 78px) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: none !important;
}

.audit-landing-page .audit-site-logo .cypher-mark {
  width: 34px !important;
  height: 34px !important;
  border-width: 2px !important;
  color: #050507 !important;
  font-size: 0.98rem !important;
}

.audit-landing-page .audit-site-logo .cypher-word {
  color: #050507 !important;
  font-size: 1.22rem !important;
  font-weight: 760 !important;
}

.audit-landing-page .audit-site-nav {
  gap: clamp(44px, 5vw, 76px) !important;
}

.audit-landing-page .audit-site-nav a {
  color: #050507 !important;
  font-size: 1.02rem !important;
  font-weight: 650 !important;
}

.audit-landing-page .audit-site-cta {
  min-height: 50px !important;
  border-radius: 7px !important;
  padding: 0 26px !important;
  font-size: 0.98rem !important;
  font-weight: 760 !important;
}

.audit-landing-page .audit-landing-main {
  overflow: visible !important;
  background: #fbfaf7 !important;
}

.audit-landing-page .audit-hero-section,
.audit-landing-page .audit-check-section,
.audit-landing-page .audit-works-section,
.audit-landing-page .audit-request-section {
  position: relative !important;
  min-height: 100svh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  padding: clamp(70px, 7vh, 88px) clamp(60px, 5.6vw, 88px) !important;
  background: #fbfaf7 !important;
}

.audit-landing-page .audit-hero-section {
  min-height: calc(100svh - 96px) !important;
  min-height: calc(100dvh - 96px) !important;
  align-items: center !important;
}

.audit-landing-page .audit-hero-inner {
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 0.82fr) !important;
  gap: clamp(72px, 8vw, 122px) !important;
  width: min(1360px, 100%) !important;
}

.audit-landing-page .audit-hero-copy {
  max-width: 690px !important;
}

.audit-landing-page .audit-pill,
.audit-landing-page .audit-section-pill {
  min-height: 38px !important;
  padding: 0 18px !important;
  color: #050507 !important;
  background: rgba(242, 242, 242, 0.94) !important;
  box-shadow: none !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.audit-landing-page .audit-pill {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.audit-landing-page .audit-hero-copy h1,
.audit-landing-page .audit-section-header h2,
.audit-landing-page .audit-snapshot-card h2,
.audit-landing-page .audit-check-grid h3,
.audit-landing-page .audit-steps h3,
.audit-landing-page .audit-next-panel h3,
.audit-landing-page .audit-next-panel h4 {
  color: #050507 !important;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
}

.audit-landing-page .audit-hero-copy h1 {
  max-width: 720px !important;
  margin: 40px 0 0 !important;
  font-size: clamp(3.45rem, 4.65vw, 4.95rem) !important;
  font-weight: 620 !important;
  line-height: 1.12 !important;
  text-shadow: none !important;
}

.audit-landing-page .audit-hero-lede {
  max-width: 720px !important;
  margin-top: 32px !important;
  color: #3f424d !important;
  font-size: clamp(1.28rem, 1.55vw, 1.54rem) !important;
  font-weight: 420 !important;
  line-height: 1.5 !important;
}

.audit-landing-page .audit-hero-actions {
  gap: 22px !important;
  margin-top: 42px !important;
}

.audit-landing-page .audit-button {
  min-height: 64px !important;
  border-width: 1.5px !important;
  border-radius: 7px !important;
  padding: 0 26px !important;
  font-size: 1.06rem !important;
  font-weight: 680 !important;
}

.audit-landing-page .audit-reassurance {
  margin-top: 48px !important;
  color: #545966 !important;
  font-size: 1rem !important;
}

.audit-landing-page .audit-snapshot-card {
  gap: 18px !important;
  border-radius: 22px !important;
  padding: 38px 42px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 24px 62px rgba(5, 5, 5, 0.12) !important;
}

.audit-landing-page .audit-snapshot-card h2 {
  margin: 0 0 10px !important;
  font-size: clamp(1.62rem, 1.8vw, 2rem) !important;
  font-weight: 660 !important;
}

.audit-landing-page .audit-snapshot-list article {
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  min-height: 78px !important;
  gap: 18px !important;
}

.audit-landing-page .audit-icon-box {
  width: 52px !important;
  height: 52px !important;
}

.audit-landing-page .audit-icon-box svg {
  width: 28px !important;
  height: 28px !important;
}

.audit-landing-page .audit-snapshot-list strong {
  font-size: 1.08rem !important;
  font-weight: 560 !important;
}

.audit-landing-page .audit-snapshot-list em {
  min-height: 34px !important;
  padding: 0 18px !important;
  font-size: 0.94rem !important;
}

.audit-landing-page .audit-snapshot-foot {
  padding-top: 14px !important;
  font-size: 1rem !important;
}

.audit-landing-page .audit-section-header {
  max-width: 1160px !important;
  margin-bottom: clamp(46px, 5vh, 64px) !important;
}

.audit-landing-page .audit-section-header h2 {
  max-width: 1140px !important;
  margin-top: 24px !important;
  font-size: clamp(3.2rem, 4.3vw, 4.8rem) !important;
  font-weight: 620 !important;
  line-height: 1.06 !important;
  text-shadow: none !important;
}

.audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
  max-width: 920px !important;
  margin-top: 22px !important;
  color: #3f424d !important;
  font-size: clamp(1.18rem, 1.45vw, 1.42rem) !important;
  line-height: 1.42 !important;
}

.audit-landing-page .audit-check-grid {
  gap: 22px 30px !important;
  width: min(1320px, 100%) !important;
}

.audit-landing-page .audit-check-grid article {
  grid-template-columns: 92px minmax(0, 1fr) !important;
  grid-template-rows: minmax(150px, auto) auto !important;
  min-height: 250px !important;
  border-radius: 16px !important;
  padding: 28px 30px !important;
}

.audit-landing-page .audit-card-icon {
  width: 82px !important;
  height: 82px !important;
}

.audit-landing-page .audit-card-icon svg {
  width: 52px !important;
  height: 52px !important;
}

.audit-landing-page .audit-check-grid h3 {
  margin: 12px 0 12px !important;
  font-size: clamp(1.25rem, 1.45vw, 1.55rem) !important;
  font-weight: 660 !important;
  line-height: 1.14 !important;
}

.audit-landing-page .audit-check-grid p {
  color: #111318 !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

.audit-landing-page .audit-check-grid footer {
  padding-top: 22px !important;
  font-size: 0.94rem !important;
}

.audit-landing-page .audit-works-section {
  min-height: 100svh !important;
  min-height: 100dvh !important;
}

.audit-landing-page .audit-steps {
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr) 74px minmax(0, 1fr) !important;
  width: min(1210px, 100%) !important;
}

.audit-landing-page .audit-steps article {
  min-height: 410px !important;
  border-radius: 18px !important;
  padding: 34px 42px 38px !important;
}

.audit-landing-page .audit-step-icon {
  width: 96px !important;
  height: 96px !important;
  margin-bottom: 28px !important;
}

.audit-landing-page .audit-step-icon svg {
  width: 58px !important;
  height: 58px !important;
}

.audit-landing-page .audit-steps article > strong {
  font-size: 2.35rem !important;
  font-weight: 720 !important;
}

.audit-landing-page .audit-steps h3 {
  margin-top: 16px !important;
  font-size: 1.28rem !important;
  font-weight: 660 !important;
}

.audit-landing-page .audit-steps p {
  margin-top: 22px !important;
  padding-top: 22px !important;
  font-size: 0.98rem !important;
}

.audit-landing-page .audit-request-layout {
  grid-template-columns: minmax(320px, 0.43fr) minmax(640px, 0.9fr) !important;
  gap: clamp(60px, 6vw, 96px) !important;
  width: min(1250px, 100%) !important;
}

.audit-landing-page .audit-request-form {
  gap: 22px 30px !important;
  border-radius: 16px !important;
  padding: 38px 42px !important;
}

.audit-landing-page .audit-request-form input,
.audit-landing-page .audit-request-form select,
.audit-landing-page .audit-request-form textarea {
  min-height: 50px !important;
  font-size: 0.98rem !important;
}

.audit-landing-page .audit-request-form textarea {
  min-height: 74px !important;
}

.audit-landing-page .audit-next-panel h3 {
  font-size: 1.45rem !important;
  font-weight: 660 !important;
}

.audit-landing-page .audit-next-panel article {
  padding: 30px 0 !important;
}

.audit-landing-page .audit-next-panel h4 {
  font-size: 0.98rem !important;
  font-weight: 660 !important;
}

.audit-landing-page .audit-next-panel p {
  font-size: 0.94rem !important;
}

.audit-landing-page .audit-rings,
.audit-landing-page .audit-dots {
  opacity: 0.28 !important;
}

@media (max-width: 760px) {
  .mobile-workflow-scene.mobile-workflow-scene h2 {
    top: calc(var(--mobile-workflow-heading-y, 88px) - 2px) !important;
    right: max(34px, calc(env(safe-area-inset-right) + 28px)) !important;
    left: max(34px, calc(env(safe-area-inset-left) + 28px)) !important;
    max-width: 330px !important;
    margin: 0 auto !important;
    color: #202020 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(2.05rem, 8.9vw, 2.58rem) !important;
    font-weight: 560 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene p {
    top: calc(var(--mobile-workflow-subtitle-y, 610px) + 8px) !important;
    right: max(34px, calc(env(safe-area-inset-right) + 28px)) !important;
    left: max(34px, calc(env(safe-area-inset-left) + 28px)) !important;
    color: rgba(32, 32, 32, 0.72) !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.34rem, 5.6vw, 1.68rem) !important;
    font-weight: 430 !important;
    line-height: 1.14 !important;
    text-wrap: balance !important;
  }

  .mobile-engine-scene.mobile-engine-scene h2 {
    top: calc(var(--mobile-engine-title-y, 138px) - 10px) !important;
    right: max(26px, calc(env(safe-area-inset-right) + 22px)) !important;
    left: max(26px, calc(env(safe-area-inset-left) + 22px)) !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    color: #202020 !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.9rem, 8.1vw, 2.34rem) !important;
    font-weight: 560 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .mobile-engine-hub.mobile-engine-hub {
    top: calc(var(--mobile-engine-hub-y, 270px) + 18px) !important;
  }

  .mobile-engine-arrows.mobile-engine-arrows {
    top: calc(var(--mobile-engine-hub-y, 270px) - 56px) !important;
  }

  .mobile-second-topbar.mobile-second-topbar,
  .mobile-page-topbar.mobile-page-topbar {
    height: max(74px, calc(env(safe-area-inset-top) + 62px)) !important;
    min-height: max(74px, calc(env(safe-area-inset-top) + 62px)) !important;
    align-items: center !important;
    padding:
      max(12px, calc(env(safe-area-inset-top) + 6px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      10px
      max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
    overflow: visible !important;
  }

  .mobile-topbar-cta.mobile-topbar-cta,
  .mobile-page-cta.mobile-page-cta {
    min-height: 38px !important;
    padding: 0 18px !important;
    font-size: 0.82rem !important;
    transform: none !important;
  }
}

@media (min-width: 1021px) {
  .audit-landing-page.audit-landing-page {
    --audit-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-family: var(--audit-font) !important;
  }

  .audit-landing-page .audit-site-topbar {
    min-height: 82px !important;
    padding: 0 clamp(34px, 4vw, 56px) !important;
  }

  .audit-landing-page .audit-site-logo .cypher-word {
    font-size: 1.12rem !important;
    font-weight: 700 !important;
  }

  .audit-landing-page .audit-site-nav {
    gap: clamp(34px, 4.5vw, 64px) !important;
  }

  .audit-landing-page .audit-site-nav a {
    font-size: 0.95rem !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-site-cta {
    min-height: 44px !important;
    padding: 0 22px !important;
    font-size: 0.9rem !important;
    font-weight: 650 !important;
    box-shadow: 0 10px 22px rgba(5, 5, 5, 0.12) !important;
  }

  .audit-landing-page .audit-hero-section,
  .audit-landing-page .audit-check-section,
  .audit-landing-page .audit-works-section,
  .audit-landing-page .audit-request-section {
    min-height: calc(100svh - 82px) !important;
    min-height: calc(100dvh - 82px) !important;
    padding: clamp(36px, 4.3vh, 54px) clamp(48px, 5vw, 76px) !important;
  }

  .audit-landing-page .audit-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr) !important;
    gap: clamp(52px, 6.5vw, 96px) !important;
    width: min(1290px, 100%) !important;
  }

  .audit-landing-page .audit-hero-copy {
    max-width: 660px !important;
  }

  .audit-landing-page .audit-pill,
  .audit-landing-page .audit-section-pill {
    min-height: 34px !important;
    padding: 0 15px !important;
    font-family: var(--audit-font) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
  }

  .audit-landing-page .audit-pill {
    font-size: 0.9rem !important;
    letter-spacing: 0 !important;
  }

  .audit-landing-page .audit-hero-copy h1,
  .audit-landing-page .audit-section-header h2 {
    font-family: var(--audit-font) !important;
    color: #171719 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
  }

  .audit-landing-page .audit-hero-copy h1 {
    max-width: 650px !important;
    margin-top: 30px !important;
    font-size: clamp(3rem, 4vw, 4.15rem) !important;
    line-height: 1.08 !important;
  }

  .audit-landing-page .audit-hero-lede {
    max-width: 650px !important;
    margin-top: 26px !important;
    font-size: clamp(1.08rem, 1.35vw, 1.34rem) !important;
    line-height: 1.48 !important;
  }

  .audit-landing-page .audit-hero-actions {
    gap: 18px !important;
    margin-top: 34px !important;
  }

  .audit-landing-page .audit-button {
    min-height: 56px !important;
    border-width: 1.5px !important;
    padding: 0 24px !important;
    font-size: 0.98rem !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-button svg {
    width: 20px !important;
    height: 20px !important;
  }

  .audit-landing-page .audit-reassurance {
    margin-top: 38px !important;
    font-size: 0.94rem !important;
  }

  .audit-landing-page .audit-snapshot-card {
    gap: 14px !important;
    border-radius: 18px !important;
    padding: 30px 34px !important;
    box-shadow: 0 18px 44px rgba(5, 5, 5, 0.1) !important;
  }

  .audit-landing-page .audit-snapshot-card h2 {
    margin-bottom: 6px !important;
    font-family: var(--audit-font) !important;
    font-size: clamp(1.36rem, 1.55vw, 1.72rem) !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-snapshot-list article {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    min-height: 62px !important;
    gap: 16px !important;
  }

  .audit-landing-page .audit-icon-box {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
  }

  .audit-landing-page .audit-icon-box svg {
    width: 24px !important;
    height: 24px !important;
  }

  .audit-landing-page .audit-snapshot-list strong {
    font-size: 0.98rem !important;
    font-weight: 520 !important;
  }

  .audit-landing-page .audit-snapshot-list em {
    min-height: 30px !important;
    padding: 0 14px !important;
    font-size: 0.84rem !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-snapshot-foot {
    gap: 12px !important;
    padding-top: 8px !important;
    font-size: 0.94rem !important;
  }

  .audit-landing-page .audit-snapshot-foot svg {
    width: 24px !important;
    height: 24px !important;
  }

  .audit-landing-page .audit-section-header {
    max-width: 1030px !important;
    margin-bottom: clamp(28px, 3.6vh, 42px) !important;
  }

  .audit-landing-page .audit-section-header h2 {
    max-width: 1010px !important;
    margin-top: 18px !important;
    font-size: clamp(2.65rem, 3.7vw, 4.05rem) !important;
    line-height: 1.04 !important;
  }

  .audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
    max-width: 820px !important;
    margin-top: 16px !important;
    font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
    line-height: 1.38 !important;
  }

  .audit-landing-page .audit-check-grid {
    gap: 18px 24px !important;
    width: min(1230px, 100%) !important;
  }

  .audit-landing-page .audit-check-grid article {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    grid-template-rows: minmax(116px, auto) auto !important;
    min-height: 196px !important;
    border-radius: 14px !important;
    padding: 22px 24px !important;
    gap: 0 20px !important;
  }

  .audit-landing-page .audit-card-icon {
    width: 66px !important;
    height: 66px !important;
    border-radius: 12px !important;
  }

  .audit-landing-page .audit-card-icon svg {
    width: 42px !important;
    height: 42px !important;
  }

  .audit-landing-page .audit-check-grid h3 {
    margin: 8px 0 9px !important;
    font-family: var(--audit-font) !important;
    font-size: clamp(1.08rem, 1.25vw, 1.32rem) !important;
    font-weight: 560 !important;
    line-height: 1.16 !important;
  }

  .audit-landing-page .audit-check-grid p {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  .audit-landing-page .audit-check-grid footer {
    padding-top: 16px !important;
    font-size: 0.86rem !important;
    font-weight: 520 !important;
  }

  .audit-landing-page .audit-check-grid footer span::before {
    width: 10px !important;
    height: 10px !important;
    margin-right: 12px !important;
  }

  .audit-landing-page .audit-check-grid footer strong {
    font-size: 1.55rem !important;
  }

  .audit-landing-page .audit-steps {
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr) 58px minmax(0, 1fr) !important;
    width: min(1130px, 100%) !important;
  }

  .audit-landing-page .audit-steps article {
    min-height: 318px !important;
    border-radius: 16px !important;
    padding: 26px 34px 30px !important;
  }

  .audit-landing-page .audit-step-icon {
    width: 74px !important;
    height: 74px !important;
    margin-bottom: 20px !important;
    border-radius: 14px !important;
  }

  .audit-landing-page .audit-step-icon svg {
    width: 46px !important;
    height: 46px !important;
  }

  .audit-landing-page .audit-steps article > strong {
    font-size: 1.95rem !important;
    font-weight: 600 !important;
  }

  .audit-landing-page .audit-steps h3 {
    max-width: 260px !important;
    margin-top: 12px !important;
    font-family: var(--audit-font) !important;
    font-size: 1.08rem !important;
    font-weight: 560 !important;
    line-height: 1.18 !important;
  }

  .audit-landing-page .audit-steps p {
    margin-top: 18px !important;
    padding-top: 18px !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  .audit-landing-page .audit-step-arrow {
    width: 46px !important;
    height: 46px !important;
    font-size: 1.25rem !important;
  }

  .audit-landing-page .audit-step-arrow::before,
  .audit-landing-page .audit-step-arrow::after {
    width: 38px !important;
  }

  .audit-landing-page .audit-request-layout {
    grid-template-columns: minmax(290px, 0.42fr) minmax(610px, 0.9fr) !important;
    gap: clamp(46px, 5vw, 76px) !important;
    width: min(1180px, 100%) !important;
  }

  .audit-landing-page .audit-next-panel h3 {
    margin-bottom: 20px !important;
    font-family: var(--audit-font) !important;
    font-size: 1.24rem !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-next-panel article {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 22px 0 !important;
  }

  .audit-landing-page .audit-next-panel article > span {
    width: 46px !important;
    height: 46px !important;
    border-radius: 10px !important;
  }

  .audit-landing-page .audit-next-panel svg {
    width: 28px !important;
    height: 28px !important;
  }

  .audit-landing-page .audit-next-panel h4 {
    font-family: var(--audit-font) !important;
    font-size: 0.92rem !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-next-panel p {
    margin-top: 8px !important;
    font-size: 0.86rem !important;
    line-height: 1.42 !important;
  }

  .audit-landing-page .audit-request-form {
    gap: 16px 24px !important;
    border-radius: 14px !important;
    padding: 28px 32px !important;
  }

  .audit-landing-page .audit-request-form label {
    gap: 7px !important;
    font-size: 0.88rem !important;
    font-weight: 520 !important;
  }

  .audit-landing-page .audit-request-form input,
  .audit-landing-page .audit-request-form select,
  .audit-landing-page .audit-request-form textarea {
    min-height: 42px !important;
    border-radius: 7px !important;
    padding: 0 14px !important;
    font-size: 0.88rem !important;
  }

  .audit-landing-page .audit-request-form textarea {
    min-height: 58px !important;
    padding-top: 12px !important;
  }

  .audit-landing-page .audit-request-form .audit-submit {
    min-height: 52px !important;
    font-size: 0.98rem !important;
    font-weight: 600 !important;
  }

  .audit-landing-page .audit-form-note {
    font-size: 0.84rem !important;
  }
}

@media (max-width: 760px) {
  .mobile-workflow-scene.mobile-workflow-scene p {
    display: grid !important;
    justify-items: center !important;
    gap: 2px !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .mobile-workflow-scene.mobile-workflow-scene p span,
  .mobile-workflow-scene.mobile-workflow-scene p strong {
    display: block !important;
    color: inherit !important;
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(1.38rem, 5.8vw, 1.72rem) !important;
    font-weight: 430 !important;
    line-height: 1.05 !important;
  }

  .business-build-section.business-build-section .business-build-header h2 {
    width: min(100%, 390px) !important;
    max-width: none !important;
    white-space: nowrap !important;
    font-size: clamp(1.52rem, 7vw, 2.18rem) !important;
    line-height: 1 !important;
  }

  .business-build-section.business-build-section .business-build-header h2 span {
    display: inline !important;
    white-space: inherit !important;
  }
}

@media (min-width: 761px) {
  .hero-actions .btn {
    width: 272px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .floating-audit-pill {
    position: fixed;
    bottom: 18px;
    left: 50%;
    z-index: 90;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0 16px;
    color: #ffffff;
    background: rgba(5, 5, 5, 0.92);
    font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.78rem;
    font-weight: 680;
    line-height: 1;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
    transform: translateX(-50%) translateY(12px);
    transition:
      opacity 180ms ease,
      transform 220ms ease;
  }

  body.tools-view .floating-audit-pill {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  body.tools-view .topbar {
    grid-template-columns: auto 1fr !important;
    min-height: 58px !important;
    padding-right: 42px !important;
    padding-left: 42px !important;
  }

  body.tools-view .logo-space {
    width: 26px !important;
    height: 32px !important;
    overflow: visible !important;
  }

  body.tools-view .cypher-mark {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 1.22rem !important;
    font-weight: 820 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.tools-view .cypher-word,
  body.tools-view .scroll-actions {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .floating-audit-pill {
    display: none !important;
  }

  .mobile-second-topbar.mobile-second-topbar,
  .mobile-page-topbar.mobile-page-topbar {
    justify-content: flex-start !important;
  }

  .mobile-topbar-logo.mobile-topbar-logo,
  .mobile-page-logo.mobile-page-logo {
    min-width: 0 !important;
    min-height: 32px !important;
    font-size: 1.18rem !important;
    font-weight: 820 !important;
  }

  .mobile-topbar-logo.mobile-topbar-logo::before,
  .mobile-page-logo.mobile-page-logo::before,
  .mobile-topbar-cta.mobile-topbar-cta,
  .mobile-page-cta.mobile-page-cta {
    display: none !important;
  }
}

/* Mobile Growth Audit screen match. Keeps Cypher's black top bar. */
@media (max-width: 760px) {
  html:has(body.audit-landing-page) {
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fbfaf8 !important;
    -webkit-overflow-scrolling: touch;
  }

  html {
    scroll-behavior: smooth;
  }

  body.audit-landing-page.audit-landing-page {
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fbfaf8 !important;
    color: #050507 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  .audit-landing-page .audit-site-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    display: flex !important;
    min-height: max(76px, calc(env(safe-area-inset-top) + 64px)) !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding:
      max(11px, calc(env(safe-area-inset-top) + 7px))
      max(22px, calc(env(safe-area-inset-right) + 20px))
      11px
      max(22px, calc(env(safe-area-inset-left) + 20px)) !important;
    background: #050505 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18) !important;
  }

  .audit-landing-page .audit-site-logo {
    display: grid !important;
    gap: 0 !important;
    min-width: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .audit-landing-page .audit-site-logo .cypher-mark {
    display: none !important;
  }

  .audit-landing-page .audit-site-logo .cypher-word {
    color: #fff !important;
    font-size: clamp(1.42rem, 8.2vw, 2rem) !important;
    font-weight: 830 !important;
    line-height: 0.9 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .audit-landing-page .audit-site-logo::after {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    content: "AI AUTOMATION & LEAD SYSTEMS" !important;
    font-size: clamp(0.39rem, 2.1vw, 0.52rem) !important;
    font-weight: 720 !important;
    letter-spacing: 0.11em !important;
    line-height: 1 !important;
  }

  .audit-landing-page .audit-site-nav,
  .audit-landing-page .audit-site-cta {
    display: none !important;
  }

  .audit-landing-page .audit-site-topbar::after {
    display: block !important;
    width: 31px !important;
    height: 24px !important;
    content: "" !important;
    background:
      linear-gradient(#fff, #fff) 0 1px / 31px 3px no-repeat,
      linear-gradient(#fff, #fff) 0 10px / 31px 3px no-repeat,
      linear-gradient(#fff, #fff) 0 19px / 31px 3px no-repeat !important;
  }

  .audit-landing-page .audit-landing-main {
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.98), rgba(251, 250, 248, 0) 31rem),
      #fbfaf8 !important;
  }

  .audit-landing-page .audit-hero-section,
  .audit-landing-page .audit-check-section,
  .audit-landing-page .audit-works-section,
  .audit-landing-page .audit-request-section {
    display: block !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 48px max(20px, calc(env(safe-area-inset-right) + 18px)) 56px max(20px, calc(env(safe-area-inset-left) + 18px)) !important;
    background: transparent !important;
  }

  .audit-landing-page .audit-hero-section {
    padding-top: 42px !important;
  }

  .audit-landing-page .audit-hero-inner,
  .audit-landing-page .audit-request-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 36px !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
  }

  .audit-landing-page .audit-hero-copy {
    max-width: none !important;
  }

  .audit-landing-page .audit-pill,
  .audit-landing-page .audit-section-pill {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    border: 1px solid rgba(5, 5, 5, 0.04) !important;
    border-radius: 999px !important;
    padding: 0 18px !important;
    color: #050507 !important;
    background: rgba(241, 241, 241, 0.92) !important;
    box-shadow: none !important;
    font-size: 0.94rem !important;
    font-weight: 560 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  .audit-landing-page .audit-section-pill {
    margin-right: auto !important;
    margin-left: auto !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    font-size: 0.86rem !important;
    font-weight: 780 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
  }

  .audit-landing-page .audit-pill svg,
  .audit-landing-page .audit-section-pill svg {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 2.5 !important;
  }

  .audit-landing-page .audit-hero-copy h1,
  .audit-landing-page .audit-section-header h2 {
    color: #030305 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight: 780 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 8px 18px rgba(5, 5, 5, 0.07) !important;
  }

  .audit-landing-page .audit-hero-copy h1 {
    max-width: 100% !important;
    margin: 34px 0 0 !important;
    font-size: clamp(2.54rem, 12vw, 4rem) !important;
    line-height: 1.14 !important;
  }

  .audit-landing-page .audit-hero-lede,
  .audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
    max-width: 100% !important;
    color: #4b5260 !important;
    font-size: clamp(1.22rem, 5.8vw, 1.72rem) !important;
    font-weight: 410 !important;
    line-height: 1.42 !important;
  }

  .audit-landing-page .audit-hero-lede {
    margin-top: 24px !important;
  }

  .audit-landing-page .audit-hero-actions {
    display: grid !important;
    gap: 14px !important;
    margin-top: 34px !important;
  }

  .audit-landing-page .audit-button {
    width: 100% !important;
    min-height: 64px !important;
    border-radius: 7px !important;
    padding: 0 18px !important;
    font-size: clamp(1rem, 4.6vw, 1.22rem) !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-button svg {
    width: 24px !important;
    height: 24px !important;
  }

  .audit-landing-page .audit-reassurance {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-top: 30px !important;
    color: #4f5664 !important;
    font-size: clamp(0.98rem, 4.2vw, 1.15rem) !important;
    font-weight: 410 !important;
    line-height: 1.36 !important;
  }

  .audit-landing-page .audit-reassurance svg {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 auto !important;
  }

  .audit-landing-page .audit-snapshot-card,
  .audit-landing-page .audit-check-grid article,
  .audit-landing-page .audit-steps article,
  .audit-landing-page .audit-request-form {
    border: 1px solid rgba(15, 18, 24, 0.1) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 16px 32px rgba(5, 5, 5, 0.08) !important;
    backdrop-filter: blur(14px) !important;
  }

  .audit-landing-page .audit-snapshot-card {
    display: grid !important;
    gap: 18px !important;
    width: 100% !important;
    border-radius: 22px !important;
    padding: 28px 24px 26px !important;
  }

  .audit-landing-page .audit-snapshot-card h2 {
    margin: 0 0 4px !important;
    color: #030305 !important;
    font-size: clamp(1.45rem, 6.2vw, 1.78rem) !important;
    font-weight: 760 !important;
  }

  .audit-landing-page .audit-snapshot-list {
    gap: 0 !important;
  }

  .audit-landing-page .audit-snapshot-list article {
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
    gap: 16px !important;
    min-height: 73px !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(15, 18, 24, 0.1) !important;
  }

  .audit-landing-page .audit-icon-box {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
  }

  .audit-landing-page .audit-icon-box svg {
    width: 25px !important;
    height: 25px !important;
  }

  .audit-landing-page .audit-snapshot-list strong {
    min-width: 0 !important;
    color: #050507 !important;
    font-size: clamp(1.04rem, 4.6vw, 1.3rem) !important;
    font-weight: 480 !important;
    line-height: 1.12 !important;
  }

  .audit-landing-page .audit-snapshot-list em {
    min-height: 34px !important;
    border-radius: 999px !important;
    padding: 0 14px !important;
    font-size: clamp(0.78rem, 3.4vw, 0.96rem) !important;
    font-weight: 560 !important;
    white-space: nowrap !important;
  }

  .audit-landing-page .audit-snapshot-foot {
    gap: 18px !important;
    padding-top: 14px !important;
    color: #4f5664 !important;
    font-size: clamp(0.96rem, 4vw, 1.12rem) !important;
    line-height: 1.25 !important;
  }

  .audit-landing-page .audit-snapshot-foot svg {
    width: 31px !important;
    height: 31px !important;
  }

  .audit-landing-page .audit-section-header {
    max-width: 560px !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
  }

  .audit-landing-page .audit-section-header h2 {
    max-width: 100% !important;
    margin: 20px auto 0 !important;
    font-size: clamp(2.48rem, 11.6vw, 3.85rem) !important;
    line-height: 1.04 !important;
  }

  .audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
    margin: 20px auto 0 !important;
    text-align: center !important;
  }

  .audit-landing-page .audit-check-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
  }

  .audit-landing-page .audit-check-grid article {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 0 18px !important;
    min-height: 0 !important;
    border-radius: 13px !important;
    padding: 20px 18px 18px !important;
  }

  .audit-landing-page .audit-card-icon {
    width: 66px !important;
    height: 66px !important;
    border-radius: 12px !important;
  }

  .audit-landing-page .audit-card-icon svg {
    width: 43px !important;
    height: 43px !important;
    stroke-width: 2.4 !important;
  }

  .audit-landing-page .audit-check-grid h3 {
    margin: 4px 0 10px !important;
    color: #050507 !important;
    font-size: clamp(1.24rem, 5.4vw, 1.54rem) !important;
    font-weight: 760 !important;
    line-height: 1.08 !important;
  }

  .audit-landing-page .audit-check-grid p {
    color: #161b24 !important;
    font-size: clamp(1rem, 4.4vw, 1.18rem) !important;
    font-weight: 410 !important;
    line-height: 1.38 !important;
  }

  .audit-landing-page .audit-check-grid footer {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    margin-top: 18px !important;
    padding-top: 0 !important;
    border: 0 !important;
    color: #263041 !important;
    font-size: 1rem !important;
    font-weight: 560 !important;
  }

  .audit-landing-page .audit-check-grid footer span::before {
    width: 13px !important;
    height: 13px !important;
    margin-right: 12px !important;
    background: #050507 !important;
  }

  .audit-landing-page .audit-check-grid footer strong {
    display: none !important;
  }

  .audit-landing-page .audit-works-section {
    position: relative !important;
  }

  .audit-landing-page .audit-steps {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
  }

  .audit-landing-page .audit-steps article {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 22px !important;
    min-height: 0 !important;
    border-radius: 13px !important;
    padding: 26px 22px !important;
  }

  .audit-landing-page .audit-step-icon {
    grid-row: 1 / 4 !important;
    width: 96px !important;
    height: 96px !important;
    margin: 0 !important;
    border-radius: 18px !important;
  }

  .audit-landing-page .audit-step-icon svg {
    width: 60px !important;
    height: 60px !important;
    stroke-width: 2.3 !important;
  }

  .audit-landing-page .audit-steps article > strong {
    color: #050507 !important;
    font-size: clamp(2.35rem, 11vw, 3.2rem) !important;
    font-weight: 820 !important;
    line-height: 0.95 !important;
  }

  .audit-landing-page .audit-steps h3 {
    max-width: none !important;
    margin: 14px 0 0 !important;
    color: #050507 !important;
    font-size: clamp(1.23rem, 5.5vw, 1.58rem) !important;
    font-weight: 760 !important;
    line-height: 1.12 !important;
  }

  .audit-landing-page .audit-steps p {
    margin: 18px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #404958 !important;
    font-size: clamp(1.03rem, 4.7vw, 1.28rem) !important;
    font-weight: 410 !important;
    line-height: 1.38 !important;
  }

  .audit-landing-page .audit-step-arrow {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 0 !important;
    height: 16px !important;
    margin: -22px auto -20px !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    box-shadow: none !important;
  }

  .audit-landing-page .audit-step-arrow::before {
    position: absolute !important;
    top: -6px !important;
    left: 50% !important;
    width: 0 !important;
    height: 54px !important;
    border-left: 3px dotted rgba(104, 111, 122, 0.24) !important;
    content: "" !important;
    transform: translateX(-50%) !important;
  }

  .audit-landing-page .audit-step-arrow::after {
    display: none !important;
  }

  .audit-landing-page .audit-request-section .audit-section-header {
    margin-bottom: 28px !important;
  }

  .audit-landing-page .audit-next-panel {
    display: grid !important;
    gap: 0 !important;
  }

  .audit-landing-page .audit-next-panel h3 {
    margin: 0 0 14px !important;
    color: #050507 !important;
    font-size: clamp(1.34rem, 5.8vw, 1.62rem) !important;
    font-weight: 760 !important;
  }

  .audit-landing-page .audit-next-panel article {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(15, 18, 24, 0.12) !important;
  }

  .audit-landing-page .audit-next-panel article > span {
    width: 52px !important;
    height: 52px !important;
    border-radius: 11px !important;
    background: rgba(239, 240, 241, 0.92) !important;
  }

  .audit-landing-page .audit-next-panel svg {
    width: 34px !important;
    height: 34px !important;
    stroke-width: 2.2 !important;
  }

  .audit-landing-page .audit-next-panel h4 {
    color: #050507 !important;
    font-size: clamp(0.98rem, 4.4vw, 1.18rem) !important;
    font-weight: 760 !important;
    line-height: 1.22 !important;
  }

  .audit-landing-page .audit-next-panel p {
    margin-top: 7px !important;
    color: #263041 !important;
    font-size: clamp(0.9rem, 4vw, 1.04rem) !important;
    line-height: 1.38 !important;
  }

  .audit-landing-page .audit-request-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    border-radius: 13px !important;
    padding: 20px 18px 24px !important;
  }

  .audit-landing-page .audit-request-form label {
    display: grid !important;
    gap: 8px !important;
    color: #050507 !important;
    font-size: 0.98rem !important;
    font-weight: 510 !important;
  }

  .audit-landing-page .audit-form-wide {
    grid-column: 1 !important;
  }

  .audit-landing-page .audit-request-form input,
  .audit-landing-page .audit-request-form select,
  .audit-landing-page .audit-request-form textarea {
    width: 100% !important;
    min-height: 47px !important;
    border: 1px solid rgba(80, 90, 105, 0.3) !important;
    border-radius: 7px !important;
    padding: 0 14px !important;
    color: #111318 !important;
    background: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.96rem !important;
  }

  .audit-landing-page .audit-request-form textarea {
    min-height: 78px !important;
    padding-top: 13px !important;
  }

  .audit-landing-page .audit-request-form input::placeholder,
  .audit-landing-page .audit-request-form textarea::placeholder {
    color: #9299a8 !important;
  }

  .audit-landing-page .audit-request-form .audit-submit {
    min-height: 62px !important;
    border-radius: 6px !important;
    font-size: clamp(1rem, 4.8vw, 1.22rem) !important;
    font-weight: 760 !important;
  }

  .audit-landing-page .audit-request-form .audit-submit svg {
    width: 25px !important;
    height: 25px !important;
  }

  .audit-landing-page .audit-form-note {
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    color: #4f5664 !important;
    font-size: clamp(0.9rem, 3.9vw, 1.02rem) !important;
    text-align: center !important;
  }

  .audit-landing-page .audit-form-note svg {
    width: 22px !important;
    height: 22px !important;
  }

  .audit-landing-page .audit-dots {
    width: 88px !important;
    height: 132px !important;
    opacity: 0.44 !important;
  }

  .audit-landing-page .audit-dots-left {
    top: 150px !important;
    left: -28px !important;
  }

  .audit-landing-page .audit-dots-right {
    top: 120px !important;
    right: -26px !important;
  }

  .audit-landing-page .audit-rings {
    opacity: 0.2 !important;
  }
}

@media (max-width: 420px) {
  .audit-landing-page .audit-snapshot-list article {
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  .audit-landing-page .audit-snapshot-list em {
    padding: 0 11px !important;
  }

  .audit-landing-page .audit-steps article {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    padding: 24px 18px !important;
  }

  .audit-landing-page .audit-step-icon {
    width: 82px !important;
    height: 82px !important;
  }

  .audit-landing-page .audit-step-icon svg {
    width: 52px !important;
    height: 52px !important;
  }
}

/* Final compact mobile audit tuning: four screenshot-style sections, lighter type. */
@media (max-width: 760px) {
  .audit-landing-page .audit-hero-section,
  .audit-landing-page .audit-check-section,
  .audit-landing-page .audit-works-section,
  .audit-landing-page .audit-request-section {
    padding: 30px max(18px, calc(env(safe-area-inset-right) + 16px)) 38px max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .audit-landing-page .audit-hero-inner,
  .audit-landing-page .audit-request-layout {
    gap: 24px !important;
  }

  .audit-landing-page .audit-pill,
  .audit-landing-page .audit-section-pill {
    min-height: 34px !important;
    gap: 9px !important;
    padding: 0 15px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
  }

  .audit-landing-page .audit-section-pill {
    min-height: 36px !important;
    padding: 0 17px !important;
    font-size: 0.74rem !important;
    font-weight: 650 !important;
    letter-spacing: 0.13em !important;
  }

  .audit-landing-page .audit-pill svg,
  .audit-landing-page .audit-section-pill svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 2.2 !important;
  }

  .audit-landing-page .audit-hero-copy h1,
  .audit-landing-page .audit-section-header h2 {
    font-weight: 640 !important;
    text-shadow: 0 5px 14px rgba(5, 5, 5, 0.06) !important;
  }

  .audit-landing-page .audit-hero-copy h1 {
    margin-top: 22px !important;
    font-size: clamp(2rem, 9.2vw, 2.92rem) !important;
    line-height: 1.12 !important;
  }

  .audit-landing-page .audit-hero-lede,
  .audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
    font-size: clamp(0.98rem, 4.3vw, 1.22rem) !important;
    line-height: 1.42 !important;
  }

  .audit-landing-page .audit-hero-lede {
    margin-top: 17px !important;
  }

  .audit-landing-page .audit-hero-actions {
    gap: 11px !important;
    margin-top: 22px !important;
  }

  .audit-landing-page .audit-button {
    min-height: 52px !important;
    font-size: clamp(0.9rem, 3.8vw, 1.02rem) !important;
    font-weight: 500 !important;
  }

  .audit-landing-page .audit-button svg {
    width: 20px !important;
    height: 20px !important;
  }

  .audit-landing-page .audit-reassurance {
    gap: 12px !important;
    margin-top: 20px !important;
    font-size: clamp(0.84rem, 3.5vw, 0.96rem) !important;
  }

  .audit-landing-page .audit-reassurance svg {
    width: 20px !important;
    height: 20px !important;
  }

  .audit-landing-page .audit-snapshot-card {
    gap: 10px !important;
    border-radius: 18px !important;
    padding: 20px 18px 18px !important;
  }

  .audit-landing-page .audit-snapshot-card h2 {
    font-size: clamp(1.18rem, 4.8vw, 1.42rem) !important;
    font-weight: 640 !important;
  }

  .audit-landing-page .audit-snapshot-list article {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 11px !important;
    min-height: 54px !important;
    padding: 6px 0 !important;
  }

  .audit-landing-page .audit-icon-box {
    width: 36px !important;
    height: 36px !important;
    border-radius: 9px !important;
  }

  .audit-landing-page .audit-icon-box svg {
    width: 20px !important;
    height: 20px !important;
  }

  .audit-landing-page .audit-snapshot-list strong {
    font-size: clamp(0.88rem, 3.75vw, 1.04rem) !important;
    font-weight: 420 !important;
  }

  .audit-landing-page .audit-snapshot-list em {
    min-height: 27px !important;
    padding: 0 10px !important;
    font-size: clamp(0.68rem, 2.85vw, 0.78rem) !important;
    font-weight: 500 !important;
  }

  .audit-landing-page .audit-snapshot-foot {
    gap: 12px !important;
    padding-top: 8px !important;
    font-size: clamp(0.8rem, 3.25vw, 0.92rem) !important;
  }

  .audit-landing-page .audit-snapshot-foot svg {
    width: 24px !important;
    height: 24px !important;
  }

  .audit-landing-page .audit-section-header {
    margin-bottom: 24px !important;
  }

  .audit-landing-page .audit-section-header h2 {
    margin-top: 15px !important;
    font-size: clamp(2rem, 8.9vw, 2.88rem) !important;
  }

  .audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
    margin-top: 13px !important;
  }

  .audit-landing-page .audit-check-grid {
    gap: 13px !important;
  }

  .audit-landing-page .audit-check-grid article {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 0 13px !important;
    border-radius: 12px !important;
    padding: 15px 15px 14px !important;
  }

  .audit-landing-page .audit-card-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 11px !important;
  }

  .audit-landing-page .audit-card-icon svg {
    width: 32px !important;
    height: 32px !important;
    stroke-width: 2.15 !important;
  }

  .audit-landing-page .audit-check-grid h3 {
    margin: 1px 0 6px !important;
    font-size: clamp(1rem, 4.25vw, 1.2rem) !important;
    font-weight: 640 !important;
  }

  .audit-landing-page .audit-check-grid p {
    font-size: clamp(0.84rem, 3.55vw, 0.96rem) !important;
    line-height: 1.38 !important;
  }

  .audit-landing-page .audit-check-grid footer {
    margin-top: 11px !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
  }

  .audit-landing-page .audit-check-grid footer span::before {
    width: 10px !important;
    height: 10px !important;
  }

  .audit-landing-page .audit-steps {
    gap: 18px !important;
  }

  .audit-landing-page .audit-steps article {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    border-radius: 12px !important;
    padding: 18px 16px !important;
  }

  .audit-landing-page .audit-step-icon {
    width: 66px !important;
    height: 66px !important;
    border-radius: 14px !important;
  }

  .audit-landing-page .audit-step-icon svg {
    width: 42px !important;
    height: 42px !important;
    stroke-width: 2.15 !important;
  }

  .audit-landing-page .audit-steps article > strong {
    font-size: clamp(1.86rem, 8vw, 2.34rem) !important;
    font-weight: 680 !important;
  }

  .audit-landing-page .audit-steps h3 {
    margin-top: 8px !important;
    font-size: clamp(1rem, 4.25vw, 1.22rem) !important;
    font-weight: 640 !important;
  }

  .audit-landing-page .audit-steps p {
    margin-top: 10px !important;
    font-size: clamp(0.84rem, 3.6vw, 1rem) !important;
    line-height: 1.38 !important;
  }

  .audit-landing-page .audit-step-arrow {
    margin: -14px auto -13px !important;
  }

  .audit-landing-page .audit-step-arrow::before {
    height: 36px !important;
  }

  .audit-landing-page .audit-request-section .audit-section-header {
    margin-bottom: 20px !important;
  }

  .audit-landing-page .audit-next-panel h3 {
    margin-bottom: 8px !important;
    font-size: clamp(1.08rem, 4.6vw, 1.32rem) !important;
    font-weight: 640 !important;
  }

  .audit-landing-page .audit-next-panel article {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 10px 0 !important;
  }

  .audit-landing-page .audit-next-panel article > span {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
  }

  .audit-landing-page .audit-next-panel svg {
    width: 25px !important;
    height: 25px !important;
  }

  .audit-landing-page .audit-next-panel h4 {
    font-size: clamp(0.88rem, 3.75vw, 1rem) !important;
    font-weight: 640 !important;
  }

  .audit-landing-page .audit-next-panel p {
    margin-top: 5px !important;
    font-size: clamp(0.78rem, 3.25vw, 0.9rem) !important;
  }

  .audit-landing-page .audit-request-form {
    gap: 14px !important;
    border-radius: 14px !important;
    padding: 24px 18px 26px !important;
    box-shadow: 0 18px 38px rgba(5, 5, 5, 0.1) !important;
  }

  .audit-landing-page .audit-request-form label {
    gap: 7px !important;
    font-size: 0.88rem !important;
    font-weight: 480 !important;
  }

  .audit-landing-page .audit-request-form input,
  .audit-landing-page .audit-request-form select,
  .audit-landing-page .audit-request-form textarea {
    min-height: 46px !important;
    font-size: 0.86rem !important;
  }

  .audit-landing-page .audit-request-form textarea {
    min-height: 88px !important;
  }

  .audit-landing-page .audit-request-form .audit-submit {
    min-height: 56px !important;
    font-size: clamp(0.94rem, 3.9vw, 1.06rem) !important;
    font-weight: 640 !important;
  }

  .audit-landing-page .audit-request-form .audit-submit svg {
    width: 21px !important;
    height: 21px !important;
  }

  .audit-landing-page .audit-form-note {
    font-size: clamp(0.78rem, 3.25vw, 0.9rem) !important;
  }
}

@media (max-width: 420px) {
  .audit-landing-page .audit-snapshot-list article {
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
  }

  .audit-landing-page .audit-steps article {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    padding: 17px 15px !important;
  }

  .audit-landing-page .audit-step-icon {
    width: 62px !important;
    height: 62px !important;
  }

  .audit-landing-page .audit-step-icon svg {
    width: 39px !important;
    height: 39px !important;
  }
}

/* Requested cleanup: no audit label pills, direct mobile form landing, no duplicate business rails. */
.audit-landing-page .audit-pill,
.audit-landing-page .audit-section-pill {
  display: none !important;
}

.audit-landing-page .audit-request-form {
  scroll-margin-top: 104px !important;
}

.audit-landing-page .audit-hero-copy h1,
.audit-landing-page .audit-section-header h2 {
  margin-top: 0 !important;
}

.mobile-business-duplicate,
.mobile-build-duplicate,
.mobile-intro-flow ~ .businesses-help-section.businesses-help-section .mobile-business-duplicate,
.business-build-section.business-build-section .mobile-build-duplicate {
  display: none !important;
}

@media (max-width: 760px) {
  .audit-landing-page .audit-request-section {
    padding-top: max(18px, calc(env(safe-area-inset-top) + 10px)) !important;
    padding-bottom: max(96px, calc(env(safe-area-inset-bottom) + 84px)) !important;
  }

  .audit-landing-page .audit-request-section .audit-section-header,
  .audit-landing-page .audit-request-section .audit-next-panel {
    display: none !important;
  }

  .audit-landing-page .audit-request-layout {
    gap: 0 !important;
  }

  .audit-landing-page .audit-request-form {
    scroll-margin-top: max(90px, calc(env(safe-area-inset-top) + 78px)) !important;
    margin-bottom: max(34px, calc(env(safe-area-inset-bottom) + 24px)) !important;
  }
}

/* Mobile audit fit pass: compact one-screen sections and accordion check cards. */
@media (max-width: 760px) {
  .audit-landing-page .audit-site-topbar {
    min-height: max(62px, calc(env(safe-area-inset-top) + 52px)) !important;
    padding:
      max(8px, calc(env(safe-area-inset-top) + 5px))
      max(18px, calc(env(safe-area-inset-right) + 16px))
      8px
      max(18px, calc(env(safe-area-inset-left) + 16px)) !important;
  }

  .audit-landing-page .audit-site-logo .cypher-word {
    font-size: clamp(1.18rem, 6.4vw, 1.55rem) !important;
    font-weight: 760 !important;
  }

  .audit-landing-page .audit-site-logo::after {
    margin-top: 3px !important;
    font-size: clamp(0.32rem, 1.8vw, 0.43rem) !important;
  }

  .audit-landing-page .audit-site-topbar::after {
    width: 25px !important;
    height: 20px !important;
    background:
      linear-gradient(#fff, #fff) 0 1px / 25px 2px no-repeat,
      linear-gradient(#fff, #fff) 0 9px / 25px 2px no-repeat,
      linear-gradient(#fff, #fff) 0 17px / 25px 2px no-repeat !important;
  }

  .audit-landing-page .audit-hero-section,
  .audit-landing-page .audit-check-section,
  .audit-landing-page .audit-works-section,
  .audit-landing-page .audit-request-section {
    padding: 22px max(16px, calc(env(safe-area-inset-right) + 14px)) 28px max(16px, calc(env(safe-area-inset-left) + 14px)) !important;
  }

  .audit-landing-page .audit-hero-inner {
    gap: 14px !important;
  }

  .audit-landing-page .audit-hero-copy h1 {
    max-width: 330px !important;
    font-size: clamp(1.62rem, 7.65vw, 2.22rem) !important;
    font-weight: 540 !important;
    line-height: 1.1 !important;
  }

  .audit-landing-page .audit-hero-lede {
    max-width: 350px !important;
    margin-top: 10px !important;
    font-size: clamp(0.78rem, 3.45vw, 0.94rem) !important;
    line-height: 1.32 !important;
  }

  .audit-landing-page .audit-hero-actions {
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .audit-landing-page .audit-button {
    min-height: 43px !important;
    border-radius: 6px !important;
    font-size: clamp(0.78rem, 3.35vw, 0.9rem) !important;
    font-weight: 500 !important;
  }

  .audit-landing-page .audit-button svg {
    width: 17px !important;
    height: 17px !important;
  }

  .audit-landing-page .audit-reassurance {
    gap: 8px !important;
    margin-top: 12px !important;
    font-size: clamp(0.72rem, 3vw, 0.82rem) !important;
    line-height: 1.26 !important;
  }

  .audit-landing-page .audit-reassurance svg {
    width: 17px !important;
    height: 17px !important;
  }

  .audit-landing-page .audit-snapshot-card {
    gap: 6px !important;
    border-radius: 15px !important;
    padding: 14px 15px !important;
    box-shadow: 0 12px 24px rgba(5, 5, 5, 0.07) !important;
  }

  .audit-landing-page .audit-snapshot-card h2 {
    font-size: clamp(1rem, 4.2vw, 1.18rem) !important;
    font-weight: 590 !important;
  }

  .audit-landing-page .audit-snapshot-list article {
    grid-template-columns: 34px minmax(0, 1fr) auto !important;
    gap: 8px !important;
    min-height: 41px !important;
    padding: 4px 0 !important;
  }

  .audit-landing-page .audit-icon-box {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
  }

  .audit-landing-page .audit-icon-box svg {
    width: 17px !important;
    height: 17px !important;
  }

  .audit-landing-page .audit-snapshot-list strong {
    font-size: clamp(0.74rem, 3.15vw, 0.86rem) !important;
  }

  .audit-landing-page .audit-snapshot-list em {
    min-height: 22px !important;
    padding: 0 8px !important;
    font-size: clamp(0.58rem, 2.5vw, 0.66rem) !important;
  }

  .audit-landing-page .audit-snapshot-foot {
    gap: 9px !important;
    padding-top: 6px !important;
    font-size: clamp(0.68rem, 2.85vw, 0.78rem) !important;
  }

  .audit-landing-page .audit-snapshot-foot svg {
    width: 20px !important;
    height: 20px !important;
  }

  .audit-landing-page .audit-section-header {
    margin-bottom: 14px !important;
  }

  .audit-landing-page .audit-section-header h2 {
    max-width: 350px !important;
    font-size: clamp(1.58rem, 7.1vw, 2.14rem) !important;
    font-weight: 540 !important;
    line-height: 1.08 !important;
  }

  .audit-landing-page .audit-section-header > p:not(.audit-section-pill) {
    max-width: 350px !important;
    margin-top: 8px !important;
    font-size: clamp(0.78rem, 3.35vw, 0.92rem) !important;
    line-height: 1.32 !important;
  }

  .audit-landing-page .audit-check-grid {
    gap: 0 !important;
  }

  .audit-landing-page .audit-check-grid article {
    --audit-check-focus: 0;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 30px !important;
    grid-template-rows: auto auto !important;
    min-height: calc(54px + (var(--audit-check-focus, 0) * 64px)) !important;
    align-content: center !important;
    gap: 4px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 19, 0.12) !important;
    border-radius: 0 !important;
    padding: 10px 0 11px !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition:
      min-height 360ms cubic-bezier(0.22, 0.8, 0.22, 1),
      border-color 160ms ease !important;
  }

  .audit-landing-page .audit-check-grid article.is-mobile-focused {
    border-bottom-color: rgba(128, 87, 255, 0.42) !important;
  }

  .audit-landing-page .audit-check-grid article:focus-visible {
    outline: 2px solid rgba(128, 87, 255, 0.45) !important;
    outline-offset: 3px !important;
  }

  .audit-landing-page .audit-card-icon {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: 27px !important;
    height: 27px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: scale(calc(1 + (var(--audit-check-focus, 0) * 0.16))) !important;
    transition: transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .audit-landing-page .audit-card-icon svg {
    width: 24px !important;
    height: 24px !important;
    color: rgba(128, 87, 255, calc(0.78 + (var(--audit-check-focus, 0) * 0.22))) !important;
    stroke-width: 2.15 !important;
  }

  .audit-landing-page .audit-check-grid article > div {
    display: contents !important;
  }

  .audit-landing-page .audit-check-grid h3 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    font-size: clamp(0.96rem, 4.1vw, 1.12rem) !important;
    font-weight: 620 !important;
    line-height: 1.05 !important;
    transform: scale(calc(1 + (var(--audit-check-focus, 0) * 0.08))) !important;
    transform-origin: left center !important;
    transition:
      color 220ms ease,
      transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .audit-landing-page .audit-check-grid article.is-mobile-focused h3 {
    color: var(--purple) !important;
  }

  .audit-landing-page .audit-check-grid p {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    max-height: calc(var(--audit-check-focus, 0) * 76px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: clamp(0.78rem, 3.25vw, 0.9rem) !important;
    line-height: 1.36 !important;
    opacity: clamp(0, calc(var(--audit-check-focus, 0) * 1.3), 1) !important;
    transform: translateY(calc((1 - var(--audit-check-focus, 0)) * 4px)) !important;
    transition:
      max-height 420ms cubic-bezier(0.22, 0.8, 0.22, 1),
      opacity 320ms ease,
      transform 420ms cubic-bezier(0.22, 0.8, 0.22, 1) !important;
  }

  .audit-landing-page .audit-check-grid footer {
    display: none !important;
  }

  .audit-landing-page .audit-steps {
    gap: 9px !important;
  }

  .audit-landing-page .audit-steps article {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    column-gap: 11px !important;
    border-radius: 10px !important;
    padding: 11px 12px !important;
    box-shadow: 0 10px 20px rgba(5, 5, 5, 0.06) !important;
  }

  .audit-landing-page .audit-step-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
  }

  .audit-landing-page .audit-step-icon svg {
    width: 29px !important;
    height: 29px !important;
  }

  .audit-landing-page .audit-steps article > strong {
    font-size: clamp(1.32rem, 5.5vw, 1.66rem) !important;
    font-weight: 620 !important;
  }

  .audit-landing-page .audit-steps h3 {
    margin-top: 4px !important;
    font-size: clamp(0.86rem, 3.7vw, 1rem) !important;
    font-weight: 610 !important;
    line-height: 1.08 !important;
  }

  .audit-landing-page .audit-steps p {
    margin-top: 6px !important;
    font-size: clamp(0.72rem, 3vw, 0.84rem) !important;
    line-height: 1.28 !important;
  }

  .audit-landing-page .audit-step-arrow {
    display: none !important;
  }

  .audit-landing-page .audit-request-section {
    padding-top: 12px !important;
    padding-bottom: max(92px, calc(env(safe-area-inset-bottom) + 78px)) !important;
  }

  .audit-landing-page .audit-request-form {
    gap: 8px !important;
    border-radius: 12px !important;
    padding: 14px 14px 18px !important;
  }

  .audit-landing-page .audit-request-form label {
    gap: 4px !important;
    font-size: 0.72rem !important;
    font-weight: 460 !important;
  }

  .audit-landing-page .audit-request-form input,
  .audit-landing-page .audit-request-form select,
  .audit-landing-page .audit-request-form textarea {
    min-height: 35px !important;
    border-radius: 6px !important;
    padding: 0 10px !important;
    font-size: 0.74rem !important;
  }

  .audit-landing-page .audit-request-form textarea {
    min-height: 50px !important;
    padding-top: 9px !important;
  }

  .audit-landing-page .audit-request-form .audit-submit {
    min-height: 44px !important;
    margin-top: 2px !important;
    font-size: 0.86rem !important;
    font-weight: 610 !important;
  }

  .audit-landing-page .audit-form-note {
    gap: 8px !important;
    font-size: 0.68rem !important;
  }
}

/* Audit card typography: match the hero-style heading font for card-level titles only. */
.audit-landing-page .audit-snapshot-card h2,
.audit-landing-page .audit-snapshot-list strong,
.audit-landing-page .audit-check-grid h3,
.audit-landing-page .audit-steps h3,
.audit-landing-page .audit-next-panel h3,
.audit-landing-page .audit-next-panel h4,
.audit-landing-page .audit-request-form label > span {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
}

.audit-landing-page .audit-check-grid h3,
.audit-landing-page .audit-steps h3,
.audit-landing-page .audit-next-panel h4 {
  font-weight: 540 !important;
}

.audit-landing-page .audit-snapshot-list strong,
.audit-landing-page .audit-request-form label > span {
  font-weight: 500 !important;
}
