.crisp-clone {
  display: none;
}

.clone-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

@media (min-width: 901px) {
  html {
    scroll-padding-top: 0;
  }

  body.cinematic-home .site-header {
    transition:
      transform 180ms ease,
      visibility 180ms ease,
      border-color 220ms ease,
      box-shadow 220ms ease,
      background 220ms ease;
  }

  body.cinematic-home.clone-voice-active .site-header {
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
  }

  body.cinematic-home.clone-closing-active .nav-links a::after {
    opacity: 0 !important;
  }

  body.cinematic-home.clone-closing-active .nav-links a[href="#industries"]::after {
    opacity: 1 !important;
  }

  body.cinematic-home main > :not(.crisp-clone),
  body.cinematic-home > .site-footer {
    display: none !important;
  }

  body.cinematic-home .crisp-clone {
    --clone-black: #07090d;
    --clone-copy: #4f6383;
    --clone-muted: #75839a;
    --clone-line: #d8e3ef;
    --clone-line-strong: #bdcddd;
    --clone-blue: #1268f3;
    --clone-green: #237b38;
    --clone-red: #ff514d;
    --clone-display: "Courier New", Courier, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    --clone-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: var(--clone-black);
    font-family: var(--clone-ui);
  }

  body.cinematic-home .crisp-clone *,
  body.cinematic-home .crisp-clone *::before,
  body.cinematic-home .crisp-clone *::after {
    box-sizing: border-box;
  }

  body.cinematic-home .crisp-clone h1,
  body.cinematic-home .crisp-clone h2,
  body.cinematic-home .crisp-clone h3,
  body.cinematic-home .crisp-clone p {
    margin: 0;
  }

  body.cinematic-home .crisp-clone button,
  body.cinematic-home .crisp-clone input,
  body.cinematic-home .crisp-clone a {
    font-family: var(--clone-ui);
  }

  body.cinematic-home .clone-scene {
    position: relative;
    width: 100%;
    min-height: clamp(800px, 56.22vw, 940px);
    overflow: hidden;
    border-bottom: 1px solid #dce5ee;
    background: #fff;
    isolation: isolate;
    scroll-margin-top: 0;
  }

  body.cinematic-home .clone-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    border: 1px solid #cfd6df;
    border-radius: 7px;
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }

  body.cinematic-home .clone-button-dark {
    border-color: #07090d;
    background: #07090d;
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.13);
  }

  body.cinematic-home .clone-button-light {
    background: rgba(255, 255, 255, 0.9);
    color: #07090d;
  }

  body.cinematic-home .crisp-clone svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  body.cinematic-home .clone-hero {
    display: grid;
    grid-template-columns: 39% 61%;
    align-items: center;
    padding: 46px 0 38px 3.5vw;
    background:
      radial-gradient(ellipse 72% 78% at 94% 2%, #a8bcd4 0%, #dde7f2 42%, #ffffff 72%),
      #fff;
  }

  body.cinematic-home .clone-hero::after {
    display: none;
  }

  body.cinematic-home .clone-hero-copy {
    position: relative;
    z-index: 4;
    align-self: center;
    max-width: 620px;
    transform: translateY(-32px);
  }

  body.cinematic-home .clone-hero-copy h1 {
    max-width: 610px;
    font-family: var(--clone-display);
    font-size: clamp(52px, 4.22vw, 72px);
    font-weight: 400;
    line-height: 1.15;
  }

  body.cinematic-home .clone-hero-copy p {
    max-width: none;
    margin-top: 20px;
    color: var(--clone-copy);
    font-family: var(--clone-display);
    font-size: clamp(16px, 1.3vw, 21px);
    line-height: 1.9;
  }

  body.cinematic-home .clone-actions {
    display: flex;
    gap: 28px;
    margin-top: 50px;
  }

  body.cinematic-home .clone-hero-stage {
    position: relative;
    z-index: 2;
    align-self: stretch;
    min-width: 0;
    margin-right: -5%;
    transform: translate3d(var(--clone-parallax-x, 0), var(--clone-parallax-y, 0), 0);
    transition: transform 180ms ease-out;
  }

  body.cinematic-home .clone-desktop-window {
    position: absolute;
    top: 68px;
    left: 7%;
    display: grid;
    grid-template-columns: 22% 78%;
    width: 106%;
    height: 755px;
    overflow: hidden;
    border: 2px solid rgba(174, 205, 244, 0.92);
    border-radius: 24px;
    background: rgba(253, 254, 255, 0.96);
    box-shadow:
      0 46px 90px rgba(48, 80, 119, 0.22),
      inset 0 0 0 6px rgba(255, 255, 255, 0.74),
      inset 0 -30px 70px rgba(224, 233, 244, 0.38);
    backface-visibility: hidden;
    transform: perspective(1850px) rotateY(-9deg) rotateX(3deg) rotateZ(4.5deg);
    transform-origin: 50% 58%;
  }

  body.cinematic-home .clone-desktop-sidebar {
    padding: 28px 22px;
    border-right: 1px solid #dbe4ee;
    background: rgba(248, 251, 255, 0.86);
  }

  body.cinematic-home .clone-window-lights {
    display: flex;
    gap: 9px;
    margin: 2px 0 34px;
  }

  body.cinematic-home .clone-window-lights i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5a54;
  }

  body.cinematic-home .clone-window-lights i:nth-child(2) { background: #f9b42c; }
  body.cinematic-home .clone-window-lights i:nth-child(3) { background: #2abd50; }

  body.cinematic-home .clone-mini-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
    font-size: clamp(13px, 1vw, 17px);
  }

  body.cinematic-home .clone-mini-brand img {
    width: 36px;
    height: 36px;
    border-radius: 7px;
  }

  body.cinematic-home .clone-desktop-sidebar nav {
    display: grid;
    gap: 12px;
  }

  body.cinematic-home .clone-desktop-sidebar nav span {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 13px;
    padding: 0 14px;
    border-radius: 8px;
    color: #475367;
    font-size: clamp(11px, 0.85vw, 15px);
    font-weight: 600;
  }

  body.cinematic-home .clone-desktop-sidebar nav span.is-active {
    background: #fff;
    color: #07090d;
    box-shadow: 0 12px 28px rgba(39, 68, 104, 0.09);
  }

  body.cinematic-home .clone-desktop-sidebar nav svg {
    width: 20px;
    height: 20px;
  }

  body.cinematic-home .clone-desktop-main {
    padding: 70px 50px 30px;
  }

  body.cinematic-home .clone-command-bar {
    display: flex;
    min-height: 102px;
    align-items: center;
    gap: 22px;
    padding: 0 22px 0 30px;
    border: 1px solid #d9e3ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 22px 46px rgba(40, 72, 110, 0.13), inset 0 0 0 4px rgba(255, 255, 255, 0.42);
  }

  body.cinematic-home .clone-command-bar > svg {
    width: 24px;
    height: 24px;
    color: #07090d;
    stroke-width: 2.2;
  }

  body.cinematic-home .clone-command-bar > b {
    flex: 1;
    color: #61708a;
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 600;
  }

  body.cinematic-home .clone-command-bar > button {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 17px;
    background: #050609;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }

  body.cinematic-home .clone-command-bar > button i {
    width: 3px;
    height: 20px;
    border-radius: 3px;
    background: #fff;
  }

  body.cinematic-home .clone-command-bar > button i:nth-child(2) { height: 31px; }
  body.cinematic-home .clone-command-bar > button i:nth-child(3) { height: 25px; }
  body.cinematic-home .clone-command-bar > button i:nth-child(4) { height: 15px; }

  body.cinematic-home .clone-recent-label {
    margin: 35px 0 16px;
    color: #617089;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 650;
  }

  body.cinematic-home .clone-action-list {
    display: grid;
    gap: 14px;
  }

  body.cinematic-home .clone-action-list article {
    display: grid;
    min-height: 104px;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 14px 25px 14px 18px;
    border: 1px solid #dbe5ef;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 28px rgba(38, 72, 110, 0.08);
  }

  body.cinematic-home .clone-action-list article > span {
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(43, 72, 105, 0.08);
    place-items: center;
  }

  body.cinematic-home .clone-action-list img {
    width: 30px;
    height: 30px;
  }

  body.cinematic-home .clone-action-list article > div {
    display: grid;
    gap: 6px;
  }

  body.cinematic-home .clone-action-list b {
    font-size: clamp(12px, 1.03vw, 17px);
  }

  body.cinematic-home .clone-action-list small {
    overflow: hidden;
    color: #69768a;
    font-size: clamp(10px, 0.8vw, 13px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.cinematic-home .clone-action-list em {
    padding: 9px 17px;
    border-radius: 999px;
    background: #e2f6e6;
    color: var(--clone-green);
    font-size: clamp(10px, 0.78vw, 13px);
    font-style: normal;
    font-weight: 700;
  }

  body.cinematic-home .clone-approval-strip {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    gap: 14px;
    margin-top: 17px;
    padding: 14px 5px;
    border-top: 1px solid #c5d2df;
  }

  body.cinematic-home .clone-approval-strip svg {
    width: 25px;
    height: 25px;
  }

  body.cinematic-home .clone-approval-strip div {
    display: grid;
    gap: 4px;
  }

  body.cinematic-home .clone-approval-strip small { color: #68758a; }

  body.cinematic-home .clone-approval-strip button {
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid #bdc9d7;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-weight: 600;
  }

  body.cinematic-home .clone-hero-floor {
    position: absolute;
    right: -10%;
    bottom: -28px;
    width: 116%;
    height: 150px;
    border-top: 1px solid #dce5ef;
    background: rgba(235, 241, 247, 0.94);
    box-shadow: 0 -20px 70px rgba(85, 111, 142, 0.14);
    transform: perspective(500px) rotateX(58deg);
  }

  body.cinematic-home .clone-hero-floor i {
    position: absolute;
    top: 12px;
    height: 30px;
    background: #dae2ea;
    box-shadow: 0 14px 22px rgba(47, 71, 98, 0.22);
  }

  body.cinematic-home .clone-hero-floor i:first-child { left: 8%; width: 22%; }
  body.cinematic-home .clone-hero-floor i:nth-child(2) { left: 34%; width: 15%; height: 52px; }
  body.cinematic-home .clone-hero-floor i:nth-child(3) { left: 1%; top: 58px; width: 36%; }

  body.cinematic-home .clone-voice {
    min-height: clamp(780px, 51vw, 850px);
    padding: 56px 4% 0;
    background: #fff;
  }

  body.cinematic-home .clone-voice-copy h2 {
    max-width: 950px;
    font-family: var(--clone-display);
    font-size: clamp(46px, 3.85vw, 65px);
    font-weight: 400;
    line-height: 1.16;
  }

  body.cinematic-home .clone-voice-copy > p {
    max-width: 730px;
    margin-top: 20px;
    color: var(--clone-copy);
    font-family: var(--clone-display);
    font-size: clamp(13px, 1.03vw, 17px);
    line-height: 1.72;
  }

  body.cinematic-home .clone-voice-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 28px;
  }

  body.cinematic-home .clone-voice-actions button svg {
    width: 20px;
    height: 20px;
    color: #fff;
  }

  body.cinematic-home .clone-voice-actions > span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #263143;
    font-size: clamp(12px, 0.96vw, 16px);
  }

  body.cinematic-home .clone-voice-actions > span i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #24a34a;
    box-shadow: 0 0 0 5px #e8f5eb;
  }

  body.cinematic-home .clone-voice-actions > span b { font-weight: 500; }

  body.cinematic-home .clone-voice-pipeline {
    position: absolute;
    right: 3.5%;
    bottom: 145px;
    left: 3.5%;
    display: grid;
    grid-template-columns: 1.85fr repeat(5, 0.8fr) 1fr;
    align-items: end;
    gap: 22px;
    height: 374px;
    border-bottom: 1px solid #d6e0ea;
  }

  body.cinematic-home .clone-voice-pipeline::after {
    position: absolute;
    z-index: -1;
    right: -5%;
    bottom: -58px;
    left: -5%;
    height: 65px;
    background: rgba(232, 239, 247, 0.66);
    box-shadow: 0 -22px 60px rgba(80, 106, 136, 0.14);
    content: "";
    transform: perspective(450px) rotateX(58deg);
  }

  body.cinematic-home .clone-pipeline-line {
    position: absolute;
    z-index: -1;
    right: 3%;
    bottom: 113px;
    left: 7%;
    height: 2px;
    background: var(--clone-blue);
    box-shadow: 0 0 14px rgba(18, 104, 243, 0.35);
  }

  body.cinematic-home .clone-mic-card,
  body.cinematic-home .clone-tool-card,
  body.cinematic-home .clone-approval-card {
    position: relative;
    min-width: 0;
    border: 1px solid #cddff4;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 25px 42px rgba(55, 87, 125, 0.15), inset 0 0 0 4px rgba(255, 255, 255, 0.7);
  }

  body.cinematic-home .clone-mic-card {
    display: flex;
    height: 220px;
    align-items: center;
    gap: 26px;
    padding: 0 28px;
  }

  body.cinematic-home .clone-mic-card > button {
    display: grid;
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border: 2px solid #a7cbfb;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 10px #eef6ff, 0 12px 30px rgba(18, 104, 243, 0.2), inset 0 0 26px rgba(18, 104, 243, 0.08);
    color: #07090d;
    cursor: pointer;
    place-items: center;
  }

  body.cinematic-home .clone-mic-card > button svg { width: 42px; height: 42px; stroke-width: 2.2; }

  body.cinematic-home .clone-wave {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }

  body.cinematic-home .clone-wave i {
    width: 2px;
    height: 30px;
    border-radius: 2px;
    background: var(--clone-blue);
  }

  body.cinematic-home .clone-wave i:nth-child(2n) { height: 55px; }
  body.cinematic-home .clone-wave i:nth-child(3n) { height: 24px; }
  body.cinematic-home .clone-wave i:nth-child(5n) { height: 68px; }

  body.cinematic-home .clone-tool-card {
    height: 236px;
    padding: 18px 14px 14px;
    transform: perspective(700px) rotateY(-1.5deg);
  }

  body.cinematic-home .clone-tool-gmail { height: 252px; }
  body.cinematic-home .clone-tool-calendar { height: 270px; }
  body.cinematic-home .clone-tool-files { height: 286px; }
  body.cinematic-home .clone-tool-slack { height: 304px; }

  body.cinematic-home .clone-tool-card header {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 30px;
  }

  body.cinematic-home .clone-tool-card header img { width: 23px; height: 23px; }
  body.cinematic-home .clone-tool-card header b { font-size: clamp(10px, 0.78vw, 13px); }
  body.cinematic-home .clone-tool-card > p { margin-top: 12px; font-size: clamp(9px, 0.7vw, 12px); line-height: 1.35; }

  body.cinematic-home .clone-browser-mini,
  body.cinematic-home .clone-list-mini,
  body.cinematic-home .clone-calendar-mini,
  body.cinematic-home .clone-files-mini,
  body.cinematic-home .clone-chat-mini {
    position: relative;
    height: 104px;
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid #d9e2ed;
    border-radius: 6px;
    background: #f9fbfe;
  }

  body.cinematic-home .clone-browser-mini i { display: block; height: 18px; border-bottom: 1px solid #dce4ee; }
  body.cinematic-home .clone-browser-mini span { display: block; width: 72%; height: 9px; margin: 12px; border-radius: 2px; background: #e3e9f1; }
  body.cinematic-home .clone-browser-mini b { position: absolute; right: 9px; bottom: 9px; width: 34%; height: 40px; border-radius: 3px; background: #e4eaf2; }

  body.cinematic-home .clone-list-mini,
  body.cinematic-home .clone-files-mini,
  body.cinematic-home .clone-chat-mini { padding: 17px 12px; }
  body.cinematic-home .clone-list-mini span,
  body.cinematic-home .clone-files-mini span,
  body.cinematic-home .clone-chat-mini span { display: block; height: 10px; margin-bottom: 12px; border-radius: 3px; background: #e3e9f1; }
  body.cinematic-home .clone-list-mini span:nth-child(2),
  body.cinematic-home .clone-chat-mini span:nth-child(2) { width: 72%; }
  body.cinematic-home .clone-list-mini span:nth-child(3),
  body.cinematic-home .clone-files-mini span:nth-child(3) { width: 54%; }

  body.cinematic-home .clone-calendar-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 25px 10px 10px; }
  body.cinematic-home .clone-calendar-mini i { border-radius: 2px; background: #edf1f6; }
  body.cinematic-home .clone-calendar-mini b { position: absolute; right: 14px; bottom: 18px; width: 42px; height: 12px; border-radius: 3px; background: var(--clone-blue); }

  body.cinematic-home .clone-approval-card {
    height: 374px;
    padding: 28px 18px 20px;
    border-color: #263142;
    background: #0b1119;
    color: #fff;
    text-align: center;
    transform: perspective(700px) rotateY(-4deg);
  }

  body.cinematic-home .clone-approval-card > b { color: #ff5d58; font-size: clamp(11px, 0.9vw, 15px); }
  body.cinematic-home .clone-approval-card > div { display: grid; width: 84px; height: 84px; margin: 28px auto 20px; border: 1px dashed #e24341; border-radius: 50%; color: #ff5d58; place-items: center; }
  body.cinematic-home .clone-approval-card svg { width: 38px; height: 38px; stroke-width: 2.2; }
  body.cinematic-home .clone-approval-card p { color: #dce4ee; font-family: var(--clone-display); font-size: clamp(10px, 0.72vw, 12px); line-height: 1.5; }
  body.cinematic-home .clone-approval-card button { min-height: 45px; margin-top: 20px; padding: 0 17px; border: 0; border-radius: 7px; background: #fff; color: #07090d; font-size: clamp(10px, 0.75vw, 13px); font-weight: 700; }

  body.cinematic-home .clone-agents {
    min-height: 940px;
    padding: 114px 5% 0;
  }

  body.cinematic-home .clone-agents > h2 {
    font-family: var(--clone-display);
    font-size: clamp(48px, 3.7vw, 62px);
    font-weight: 400;
    line-height: 1.08;
  }

  body.cinematic-home .clone-agent-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 70px;
    width: calc(100% + 24px);
    margin-top: 30px;
    margin-left: -12px;
    overflow: hidden;
    border: 1px solid #ccd9e7;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 32px rgba(56, 83, 116, 0.08);
  }

  body.cinematic-home .clone-agent-tabs button {
    position: relative;
    display: grid;
    grid-template-columns: 35px 1fr;
    align-items: center;
    gap: 6px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #121826;
    text-align: left;
    cursor: pointer;
  }

  body.cinematic-home .clone-agent-tabs button::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--clone-blue);
    content: "";
    opacity: 0;
  }

  body.cinematic-home .clone-agent-tabs button.is-active::after { opacity: 1; }
  body.cinematic-home .clone-agent-tabs span { align-self: start; margin-top: 20px; font-size: clamp(10px, 0.76vw, 13px); }
  body.cinematic-home .clone-agent-tabs b { font-size: clamp(9px, 0.76vw, 13px); font-weight: 500; line-height: 1.25; }

  body.cinematic-home .clone-agent-board {
    position: relative;
    display: grid;
    grid-template-columns: 16% minmax(0, 1fr) 16%;
    gap: 5.5%;
    height: 455px;
    margin: 26px -1.8% 0;
  }

  body.cinematic-home .clone-agent-board::after {
    position: absolute;
    z-index: -2;
    right: -6%;
    bottom: 0;
    left: -6%;
    height: 58px;
    background: #e8eef5;
    box-shadow: 0 -20px 55px rgba(60, 88, 120, 0.15);
    content: "";
    transform: perspective(400px) rotateX(60deg);
  }

  body.cinematic-home .clone-agent-routes {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    color: var(--clone-blue);
  }

  body.cinematic-home .clone-agent-routes path { vector-effect: non-scaling-stroke; stroke-width: 2; }

  body.cinematic-home .clone-operator-panel,
  body.cinematic-home .clone-approval-trail {
    align-self: center;
    height: 340px;
    padding: 30px;
    border: 1px solid #b8cee8;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 22px 42px rgba(55, 82, 113, 0.13), inset 0 0 0 4px rgba(255, 255, 255, 0.7);
  }

  body.cinematic-home .clone-operator-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body.cinematic-home .clone-operator-panel > b { font-size: clamp(11px, 0.9vw, 15px); }
  body.cinematic-home .clone-operator-panel img { width: 58px; height: 58px; margin-top: 25px; border-radius: 9px; }
  body.cinematic-home .clone-operator-panel strong { margin: 10px 0 22px; font-size: clamp(11px, 0.9vw, 15px); }
  body.cinematic-home .clone-operator-panel p { padding: 16px; border: 1px solid #e0e7ef; border-radius: 8px; background: #f8fbff; color: var(--clone-copy); font-size: clamp(9px, 0.72vw, 12px); line-height: 1.55; }
  body.cinematic-home .clone-operator-panel > i { position: absolute; right: -38px; top: 50%; display: grid; width: 48px; height: 48px; border: 1px solid #bdd2ec; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(35, 74, 119, 0.16); color: #24344b; font-size: 22px; font-style: normal; place-items: center; transform: translateY(-50%); }

  body.cinematic-home .clone-agent-lanes {
    display: grid;
    align-content: center;
    gap: 10px;
    transform: translate(14px, -18px);
  }

  body.cinematic-home .clone-agent-lanes > article {
    position: relative;
    display: grid;
    min-height: 88px;
    grid-template-columns: 190px repeat(3, minmax(0, 1fr)) 28px;
    align-items: center;
    gap: 10px;
    padding: 9px 11px 9px 17px;
    border: 1px solid #cedbea;
    border-radius: 14px;
    background: rgba(252, 253, 255, 0.92);
    box-shadow: 0 15px 30px rgba(51, 80, 114, 0.1), inset 10px 0 0 rgba(210, 222, 236, 0.58);
  }

  body.cinematic-home .clone-agent-lanes header { display: flex; align-items: center; gap: 12px; }
  body.cinematic-home .clone-agent-lanes header > span { display: grid; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid #e0e7ef; border-radius: 11px; background: #fff; box-shadow: 0 8px 16px rgba(48, 75, 107, 0.1); place-items: center; }
  body.cinematic-home .clone-agent-lanes header svg,
  body.cinematic-home .clone-agent-lanes header img { width: 24px; height: 24px; }
  body.cinematic-home .clone-agent-lanes header div { display: grid; gap: 5px; }
  body.cinematic-home .clone-agent-lanes header b { font-size: clamp(9px, 0.75vw, 12px); }
  body.cinematic-home .clone-agent-lanes header small { color: var(--clone-copy); font-size: clamp(8px, 0.65vw, 11px); }

  body.cinematic-home .clone-agent-step {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(45, 75, 110, 0.08);
  }

  body.cinematic-home .clone-agent-step::after { position: absolute; right: -11px; width: 11px; height: 1px; background: var(--clone-blue); content: ""; }
  body.cinematic-home .clone-agent-step svg { width: 17px; height: 17px; flex: 0 0 auto; }
  body.cinematic-home .clone-agent-step b { overflow: hidden; font-size: clamp(8px, 0.62vw, 11px); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
  body.cinematic-home .clone-agent-step.is-running { border-color: var(--clone-blue); box-shadow: 0 7px 18px rgba(18, 104, 243, 0.18); color: #163f86; }

  body.cinematic-home .clone-done { display: grid; width: 20px; height: 20px; border: 1px solid #88a6ca; border-radius: 50%; color: #345c91; font-size: 11px; font-style: normal; place-items: center; }
  body.cinematic-home .clone-done.clone-waiting { border-style: dashed; border-color: var(--clone-blue); }

  body.cinematic-home .clone-approval-trail {
    height: 400px;
    padding: 24px 20px;
    transform: translateX(-24px);
  }

  body.cinematic-home .clone-approval-handoff {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 16.6%;
    display: grid;
    width: 48px;
    height: 48px;
    border: 1px solid #bdd2ec;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 20px rgba(35, 74, 119, 0.16);
    color: #24344b;
    place-items: center;
    transform: translateY(-50%);
  }

  body.cinematic-home .clone-approval-handoff svg {
    width: 23px;
    height: 23px;
  }

  body.cinematic-home .clone-approval-trail h3 { font-size: clamp(12px, 1vw, 16px); font-weight: 600; }
  body.cinematic-home .clone-review-state { display: flex; align-items: center; gap: 12px; margin: 20px 0 22px; padding: 18px 10px; border: 1px solid #ffd4d1; border-radius: 9px; background: #fffafa; color: #e24641; }
  body.cinematic-home .clone-review-state span { display: grid; width: 42px; height: 42px; border: 1px solid #ffb9b5; border-radius: 50%; place-items: center; }
  body.cinematic-home .clone-review-state svg { width: 24px; height: 24px; }
  body.cinematic-home .clone-review-state b { font-size: clamp(8px, 0.68vw, 11px); }
  body.cinematic-home .clone-approval-trail > p { display: grid; gap: 4px; margin: 17px 0; padding-left: 22px; }
  body.cinematic-home .clone-approval-trail > p b { font-size: clamp(9px, 0.7vw, 12px); }
  body.cinematic-home .clone-approval-trail > p small { color: var(--clone-copy); font-size: clamp(8px, 0.62vw, 10px); }
  body.cinematic-home .clone-approval-trail > button { width: 100%; min-height: 45px; margin-top: 12px; border: 1px solid #c9d4e2; border-radius: 7px; background: #eff3f8; color: #61708a; }
  body.cinematic-home .clone-next-title { position: absolute; bottom: -13px; left: 6%; font-family: var(--clone-display); font-size: clamp(30px, 2.8vw, 46px); line-height: 1.1; }

  body.cinematic-home .clone-industries {
    display: grid;
    min-height: clamp(800px, 50.5vw, 845px);
    grid-template-columns: 40% 60%;
    padding: 112px 4% 52px 5%;
  }

  body.cinematic-home .clone-industries-copy { position: relative; z-index: 2; }
  body.cinematic-home .clone-industries-copy h2 { width: 620px; max-width: 100%; font-family: var(--clone-display); font-size: clamp(46px, 2.99vw, 50px); font-weight: 400; line-height: 1.52; }
  body.cinematic-home .clone-industries-copy > p { max-width: 470px; margin-top: 16px; color: var(--clone-copy); font-size: clamp(13px, 1.05vw, 17px); line-height: 1.65; }
  body.cinematic-home .clone-industry-options { display: grid; width: 420px; margin-top: 36px; border-left: 1px solid #cbd8e5; }
  body.cinematic-home .clone-industry-options button { position: relative; display: grid; min-height: 96px; grid-template-columns: 65px 1fr 30px; align-items: center; gap: 14px; padding: 8px 18px 8px 18px; border: 0; border-bottom: 1px solid #dfe6ee; background: transparent; color: #0d1420; text-align: left; cursor: pointer; }
  body.cinematic-home .clone-industry-options button::before { position: absolute; top: 0; bottom: 0; left: -2px; width: 4px; background: var(--clone-blue); content: ""; opacity: 0; }
  body.cinematic-home .clone-industry-options button.is-active { border: 1px solid #c9ddf5; border-left: 0; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(41, 73, 109, 0.09); }
  body.cinematic-home .clone-industry-options button.is-active::before { opacity: 1; }
  body.cinematic-home .clone-industry-options button > span { display: grid; width: 52px; height: 52px; border: 1px solid #d6e1ed; border-radius: 50%; background: #fff; box-shadow: 0 8px 18px rgba(40, 70, 106, 0.1); place-items: center; }
  body.cinematic-home .clone-industry-options svg { width: 25px; height: 25px; color: #183661; }
  body.cinematic-home .clone-industry-options div { display: grid; gap: 7px; }
  body.cinematic-home .clone-industry-options b { font-size: clamp(14px, 1.18vw, 19px); }
  body.cinematic-home .clone-industry-options small { color: #385986; font-size: clamp(11px, 0.9vw, 15px); }
  body.cinematic-home .clone-industry-options i { color: #314968; font-size: 25px; font-style: normal; }

  body.cinematic-home .clone-pack-board {
    position: relative;
    z-index: 1;
    align-self: center;
    width: 94%;
    height: 645px;
    margin-left: 6%;
    border: 1px solid #c9d7e6;
    border-radius: 13px;
    background: rgba(252, 253, 255, 0.93);
    box-shadow: 0 34px 66px rgba(50, 77, 111, 0.17), inset 0 0 0 5px rgba(255, 255, 255, 0.78);
    transform: translateY(20px);
  }

  body.cinematic-home .clone-pack-board::after { position: absolute; z-index: -1; right: -10%; bottom: -54px; left: -10%; height: 70px; background: #e7edf4; box-shadow: 0 -15px 44px rgba(72, 97, 126, 0.16); content: ""; transform: perspective(500px) rotateX(64deg); }
  body.cinematic-home .clone-pack-board > header { display: grid; height: 112px; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; padding: 0 30px; border-bottom: 1px solid #d8e2ec; }
  body.cinematic-home .clone-pack-board > header > span { display: grid; width: 52px; height: 52px; border: 1px solid #d7e1ec; border-radius: 50%; background: #fff; place-items: center; }
  body.cinematic-home .clone-pack-board > header svg { width: 25px; height: 25px; color: #183661; }
  body.cinematic-home .clone-pack-board > header h3 { font-size: clamp(16px, 1.3vw, 21px); font-weight: 650; }
  body.cinematic-home .clone-pack-board > header p { margin-top: 9px; color: #395986; font-size: clamp(9px, 0.7vw, 12px); }
  body.cinematic-home .clone-pack-board > header a { display: flex; min-height: 48px; align-items: center; gap: 30px; padding: 0 24px; border-radius: 7px; background: var(--clone-blue); box-shadow: 0 10px 22px rgba(18, 104, 243, 0.25); color: #fff; font-size: clamp(11px, 0.85vw, 14px); text-decoration: none; }

  body.cinematic-home .clone-pack-canvas { position: relative; height: 533px; overflow: visible; }
  body.cinematic-home .clone-pack-canvas > svg { position: absolute; top: 18px; right: 0; bottom: 24px; left: -22%; width: 122%; height: calc(100% - 42px); overflow: visible; color: var(--clone-blue); }
  body.cinematic-home .clone-pack-canvas > svg path { vector-effect: non-scaling-stroke; stroke-width: 2; }
  body.cinematic-home .clone-pack-node { position: absolute; top: calc(50% - 20px); left: -21%; display: grid; width: 70px; height: 70px; border: 1px solid #bcd1e9; border-radius: 10px; background: #fff; box-shadow: 0 10px 26px rgba(44, 75, 111, 0.14); place-items: center; transform: translateY(-50%); }
  body.cinematic-home .clone-pack-node img { width: 38px; height: 38px; }

  body.cinematic-home .clone-pack-lanes { position: absolute; top: 24px; right: 36%; bottom: 24px; left: -6%; display: grid; gap: 14px; }
  body.cinematic-home .clone-pack-lanes article { display: grid; min-height: 104px; grid-template-columns: minmax(190px, 1.8fr) repeat(3, minmax(95px, 1fr)); align-items: center; gap: 10px; padding: 12px 18px; border: 1px solid #cbd9e8; border-radius: 11px; background: rgba(255, 255, 255, 0.94); box-shadow: 0 12px 22px rgba(54, 81, 113, 0.1), inset 7px 0 0 #eef3f8; }
  body.cinematic-home .clone-pack-agent { display: flex; align-items: center; gap: 14px; }
  body.cinematic-home .clone-pack-agent > span { display: grid; width: 52px; height: 52px; flex: 0 0 auto; border: 1px solid #d8e2ed; border-radius: 50%; background: #fff; box-shadow: 0 7px 16px rgba(46, 77, 112, 0.1); place-items: center; }
  body.cinematic-home .clone-pack-agent svg { width: 26px; height: 26px; }
  body.cinematic-home .clone-pack-agent p { display: grid; gap: 5px; }
  body.cinematic-home .clone-pack-agent b { font-size: clamp(9px, 0.72vw, 12px); }
  body.cinematic-home .clone-pack-agent small { color: #284c7f; font-size: clamp(8px, 0.62vw, 10px); line-height: 1.35; }

  body.cinematic-home .clone-connector-tile { display: flex; min-width: 0; min-height: 54px; align-items: center; justify-content: center; gap: 9px; padding: 0 8px; border: 1px solid #e0e7f0; border-radius: 7px; background: #fff; box-shadow: 0 7px 16px rgba(47, 75, 108, 0.09); font-size: clamp(8px, 0.62vw, 10px); }
  body.cinematic-home .clone-connector-tile img { width: 24px; height: 24px; }
  body.cinematic-home .clone-pack-gate { position: absolute; top: 50%; right: 14%; display: flex; width: 125px; height: 285px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #bed0e5; border-radius: 12px; background: #fff; box-shadow: 0 14px 28px rgba(46, 75, 110, 0.13); text-align: center; transform: translateY(calc(-50% - 8px)); }
  body.cinematic-home .clone-pack-gate > span { display: grid; width: 64px; height: 64px; margin-bottom: 20px; border: 1px solid #ffb4b0; border-radius: 50%; color: #ef3834; place-items: center; }
  body.cinematic-home .clone-pack-gate svg { width: 33px; height: 33px; }
  body.cinematic-home .clone-pack-gate b { font-size: clamp(11px, 0.85vw, 14px); line-height: 1.25; }
  body.cinematic-home .clone-pack-gate small { margin-top: 12px; font-size: clamp(8px, 0.6vw, 10px); line-height: 1.35; }
  body.cinematic-home .clone-go-live { position: absolute; top: 50%; right: 1.3%; display: grid; width: 82px; height: 98px; border: 1px solid #c8d6e6; border-radius: 10px; background: #fff; box-shadow: 0 13px 26px rgba(44, 73, 108, 0.13); place-items: center; transform: translateY(-50%); }
  body.cinematic-home .clone-go-live svg { width: 29px; height: 29px; }
  body.cinematic-home .clone-go-live b { margin-top: -16px; font-size: 9px; }
  body.cinematic-home .clone-industries .clone-next-title { bottom: -105px; left: 5.5%; }

  body.cinematic-home .clone-surfaces {
    display: grid;
    min-height: 940px;
    grid-template-columns: 31% 69%;
    padding: 112px 3.8% 70px 4.8%;
  }

  body.cinematic-home .clone-surfaces-copy h2 { position: relative; z-index: 3; width: 700px; max-width: none; font-family: var(--clone-display); font-size: clamp(44px, 3.35vw, 56px); font-weight: 400; line-height: 1.1; }
  body.cinematic-home .clone-surfaces-copy > p { margin-top: 24px; color: var(--clone-copy); font-size: clamp(13px, 1.07vw, 18px); line-height: 1.55; }
  body.cinematic-home .clone-surface-rail { position: relative; display: grid; gap: 26px; margin-top: 40px; padding-left: 4px; }
  body.cinematic-home .clone-surface-rail::before { position: absolute; top: 25px; bottom: 25px; left: 27px; width: 2px; background: var(--clone-blue); content: ""; }
  body.cinematic-home .clone-surface-rail article { position: relative; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 24px; min-height: 80px; }
  body.cinematic-home .clone-surface-rail article > img,
  body.cinematic-home .clone-surface-rail article > span { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; border: 1px solid #d7e1ec; border-radius: 10px; background: #fff; box-shadow: 0 8px 20px rgba(43, 73, 108, 0.11); place-items: center; }
  body.cinematic-home .clone-surface-rail article > img { border: 0; }
  body.cinematic-home .clone-surface-rail svg { width: 27px; height: 27px; }
  body.cinematic-home .clone-surface-rail article > div { display: grid; gap: 9px; }
  body.cinematic-home .clone-surface-rail b { font-size: clamp(12px, 0.98vw, 16px); }
  body.cinematic-home .clone-surface-rail a { color: var(--clone-blue); font-size: clamp(11px, 0.9vw, 15px); text-decoration: none; }
  body.cinematic-home .clone-surface-rail a span { margin-left: 10px; }

  body.cinematic-home .clone-surface-stage { position: relative; min-width: 0; height: 650px; margin: 9px -2% 0 -10%; }
  body.cinematic-home .clone-surface-stage::after { position: absolute; z-index: -2; right: -5%; bottom: 21px; left: 0; height: 60px; background: #e4ebf3; box-shadow: 0 -15px 44px rgba(64, 92, 124, 0.16); content: ""; transform: perspective(500px) rotateX(65deg); }
  body.cinematic-home .clone-surface-path { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; color: var(--clone-blue); }
  body.cinematic-home .clone-surface-path path { vector-effect: non-scaling-stroke; stroke-width: 3; }
  body.cinematic-home .clone-surface-path circle { fill: var(--clone-blue); stroke: #fff; stroke-width: 3; vector-effect: non-scaling-stroke; }

  body.cinematic-home .clone-device { position: absolute; overflow: hidden; border: 1px solid #c4d4e6; background: rgba(253, 254, 255, 0.95); box-shadow: 0 28px 50px rgba(50, 79, 114, 0.17), inset 0 0 0 5px rgba(255, 255, 255, 0.72); }
  body.cinematic-home .clone-device-app { bottom: 71px; left: -2.4%; display: grid; width: 38%; height: 430px; grid-template-columns: 25% 75%; border-radius: 12px; transform: perspective(1000px) rotateY(3deg) rotateX(1deg); }
  body.cinematic-home .clone-device-controls { position: absolute; z-index: 3; top: 15px; left: 16px; display: flex; gap: 5px; }
  body.cinematic-home .clone-device-controls i { width: 8px; height: 8px; border-radius: 50%; background: #ff5a54; }
  body.cinematic-home .clone-device-controls i:nth-child(2) { background: #f9b42c; }
  body.cinematic-home .clone-device-controls i:nth-child(3) { background: #2abd50; }
  body.cinematic-home .clone-device-app > aside { padding: 50px 10px 15px; border-right: 1px solid #dbe4ee; background: #f7faff; }
  body.cinematic-home .clone-device-app > aside div { display: flex; align-items: center; gap: 6px; margin-bottom: 22px; font-size: clamp(7px, 0.54vw, 9px); }
  body.cinematic-home .clone-device-app > aside img { width: 22px; height: 22px; }
  body.cinematic-home .clone-device-app > aside span { display: block; margin: 5px 0; padding: 9px; border-radius: 5px; color: #41506a; font-size: clamp(7px, 0.54vw, 9px); }
  body.cinematic-home .clone-device-app > aside span.is-active { background: #fff; color: #07090d; box-shadow: 0 4px 12px rgba(47, 75, 107, 0.09); }
  body.cinematic-home .clone-device-app > section { padding: 34px 18px 16px; }
  body.cinematic-home .clone-device-command { display: grid; min-height: 70px; grid-template-columns: 20px 1fr 32px; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid #dce5ef; border-radius: 9px; background: #fff; box-shadow: 0 8px 20px rgba(48, 76, 110, 0.09); }
  body.cinematic-home .clone-device-command svg { width: 16px; height: 16px; }
  body.cinematic-home .clone-device-command b { color: #576780; font-size: clamp(7px, 0.55vw, 9px); }
  body.cinematic-home .clone-device-command i { width: 32px; height: 32px; border-radius: 7px; background: #07090d; }
  body.cinematic-home .clone-device-app > section > small { display: block; margin: 20px 0 9px; color: #64748b; font-size: 9px; }
  body.cinematic-home .clone-device-app > section > p { display: grid; min-height: 65px; grid-template-columns: 29px 1fr auto; align-items: center; gap: 8px; margin: 8px 0; padding: 8px; border: 1px solid #dfe7ef; border-radius: 8px; background: #fff; box-shadow: 0 6px 14px rgba(49, 76, 107, 0.07); }
  body.cinematic-home .clone-device-app > section > p img { width: 24px; height: 24px; }
  body.cinematic-home .clone-device-app > section > p b { font-size: clamp(6px, 0.51vw, 8.5px); }
  body.cinematic-home .clone-device-app > section > p em { padding: 5px 8px; border-radius: 999px; background: #e4f5e7; color: #25763a; font-size: 6px; font-style: normal; }

  body.cinematic-home .clone-device-browser { right: 26.5%; bottom: 76px; width: 31.5%; height: 480px; border-radius: 12px; transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
  body.cinematic-home .clone-device-browser > header { display: flex; height: 48px; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid #dce5ee; }
  body.cinematic-home .clone-device-browser > header i { width: 7px; height: 7px; border-radius: 50%; background: #ff5a54; }
  body.cinematic-home .clone-device-browser > header i:nth-child(2) { background: #f9b42c; }
  body.cinematic-home .clone-device-browser > header i:nth-child(3) { background: #2abd50; }
  body.cinematic-home .clone-device-browser > header span { flex: 1; margin-left: 8px; padding: 7px 12px; border-radius: 999px; background: #f2f5f8; color: #7a8799; font-size: 8px; }
  body.cinematic-home .clone-device-browser > section { padding: 28px 22px; }
  body.cinematic-home .clone-device-browser > section > b { display: block; font-size: clamp(11px, 0.82vw, 14px); }
  body.cinematic-home .clone-device-browser > section > small { display: block; margin: 8px 0 25px; color: #647995; font-size: 8px; }
  body.cinematic-home .clone-device-browser > section > p { display: grid; min-height: 48px; grid-template-columns: 22px 1fr; align-items: center; margin: 0; border-bottom: 1px solid #edf1f5; color: #4e5f77; font-size: clamp(8px, 0.6vw, 10px); }
  body.cinematic-home .clone-device-browser > section > p i { display: grid; width: 14px; height: 14px; border: 1px solid #b9c6d5; border-radius: 50%; color: #557194; font-size: 7px; font-style: normal; place-items: center; }
  body.cinematic-home .clone-device-browser > section > p.is-working { margin: 5px -8px; padding: 0 8px; border: 1px solid #e0e7ef; border-radius: 7px; background: #fff; box-shadow: 0 7px 16px rgba(42, 72, 107, 0.09); color: #1b3f72; }
  body.cinematic-home .clone-device-browser > section > p.is-working i { border-color: var(--clone-blue); border-right-color: transparent; }

  body.cinematic-home .clone-device-phone { right: 0; bottom: 76px; width: 25%; height: 540px; border-radius: 12px; transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
  body.cinematic-home .clone-device-phone > header { display: grid; height: 70px; grid-template-columns: 22px 34px 1fr 18px; align-items: center; gap: 9px; padding: 0 14px; border-bottom: 1px solid #dce5ee; }
  body.cinematic-home .clone-device-phone > header img { width: 32px; height: 32px; }
  body.cinematic-home .clone-device-phone > header div { display: grid; gap: 2px; }
  body.cinematic-home .clone-device-phone > header b { font-size: 11px; }
  body.cinematic-home .clone-device-phone > header small { font-size: 7px; }
  body.cinematic-home .clone-device-phone > header i { font-style: normal; }
  body.cinematic-home .clone-device-phone > section { display: flex; height: 405px; flex-direction: column; gap: 12px; padding: 22px 16px; background: #f8faff; }
  body.cinematic-home .clone-device-phone > section > p { max-width: 84%; padding: 12px; border-radius: 10px; background: #fff; box-shadow: 0 8px 16px rgba(48, 76, 108, 0.09); font-size: clamp(7px, 0.57vw, 9.5px); line-height: 1.45; }
  body.cinematic-home .clone-device-phone > section > p.is-you { align-self: flex-end; background: #edf1f6; }
  body.cinematic-home .clone-file-message { display: grid; gap: 4px; border-left: 5px solid #3d7cf3; }
  body.cinematic-home .clone-file-message small { color: #718096; }
  body.cinematic-home .clone-audio-message { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 7px; width: 95%; }
  body.cinematic-home .clone-audio-message i { color: var(--clone-blue); font-style: normal; }
  body.cinematic-home .clone-audio-message span { height: 14px; background: repeating-linear-gradient(90deg, #7185a0 0 1px, transparent 1px 4px); }
  body.cinematic-home .clone-audio-message b { font-size: 7px; }
  body.cinematic-home .clone-device-phone > footer { display: grid; height: 65px; grid-template-columns: 26px 1fr 26px; align-items: center; gap: 8px; padding: 0 12px; border-top: 1px solid #dce5ee; }
  body.cinematic-home .clone-device-phone > footer i { display: grid; width: 24px; height: 24px; border: 1px solid #c8d4e2; border-radius: 50%; font-style: normal; place-items: center; }
  body.cinematic-home .clone-device-phone > footer span { padding: 10px; border: 1px solid #dce4ee; border-radius: 999px; color: #8b96a7; font-size: 8px; }
  body.cinematic-home .clone-device-phone > footer b { width: 24px; height: 24px; border-radius: 50%; background: #e0e6ee; }

  body.cinematic-home .clone-surface-icons { position: absolute; z-index: 4; bottom: 74px; left: 43%; display: flex; gap: 7px; transform: translateX(-12%); }
  body.cinematic-home .clone-surface-icons span { display: grid; width: 50px; height: 50px; border: 1px solid #dae3ed; border-radius: 9px; background: #fff; box-shadow: 0 9px 20px rgba(46, 76, 111, 0.12); place-items: center; }
  body.cinematic-home .clone-surface-icons img { width: 30px; height: 30px; }
  body.cinematic-home .clone-consulting-tease { position: absolute; right: 5%; bottom: 48px; left: 5%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: #1e2b3c; font-family: var(--clone-display); font-size: clamp(18px, 1.8vw, 30px); text-decoration: none; }
  body.cinematic-home .clone-consulting-tease > span { height: 1px; background: #9ba7b6; }
  body.cinematic-home .clone-consulting-tease > b { color: #7d8897; font-family: var(--clone-ui); font-size: 28px; font-weight: 400; }

  body.cinematic-home .clone-closing {
    position: relative;
    min-height: 940px;
    background: #fff;
  }

  body.cinematic-home .clone-consulting-row {
    display: grid;
    height: 420px;
    grid-template-columns: 35% 65%;
    align-items: center;
    padding: 84px 7.2% 36px;
    border-bottom: 1px solid #dce4ed;
  }

  body.cinematic-home .clone-consulting-row h2,
  body.cinematic-home .clone-pricing-row > h2,
  body.cinematic-home .clone-access-panel > h2 {
    font-family: var(--clone-display);
    font-weight: 400;
  }

  body.cinematic-home .clone-consulting-row h2 { font-size: clamp(28px, 2.45vw, 41px); line-height: 1.05; }
  body.cinematic-home .clone-consulting-row > div:first-child { transform: translateY(17px); }
  body.cinematic-home .clone-consulting-row > div:first-child > p { max-width: 400px; margin-top: 3px; color: var(--clone-copy); font-family: var(--clone-display); font-size: clamp(11px, 0.85vw, 14px); line-height: 1.55; }
  body.cinematic-home .clone-consulting-row .clone-button { min-height: 44px; margin-top: 35px; padding: 0 24px; font-size: clamp(10px, 0.78vw, 13px); }
  body.cinematic-home .clone-consulting-row .clone-button span { margin-left: 18px; }

  body.cinematic-home .clone-capabilities { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; height: 180px; margin-left: 5%; padding: 0 0 22px; border-bottom: 16px solid #e4ebf2; box-shadow: 0 17px 25px -20px rgba(48, 73, 101, 0.5); }
  body.cinematic-home .clone-capabilities::before { position: absolute; right: 6%; bottom: 58px; left: 6%; height: 2px; background: var(--clone-blue); content: ""; }
  body.cinematic-home .clone-capabilities article { position: relative; z-index: 1; display: grid; justify-items: center; gap: 42px; }
  body.cinematic-home .clone-capabilities article::after { position: absolute; bottom: 35px; width: 2px; height: 30px; background: var(--clone-blue); content: ""; }
  body.cinematic-home .clone-capabilities svg { width: 48px; height: 48px; color: #07090d; stroke-width: 1.7; }
  body.cinematic-home .clone-capabilities b { font-size: clamp(10px, 0.8vw, 13px); font-weight: 500; }

  body.cinematic-home .clone-capabilities article {
    gap: 50px;
    transform: translateY(18px);
  }

  body.cinematic-home .clone-capabilities::before {
    bottom: 52px;
  }

  body.cinematic-home .clone-pricing-row { display: grid; height: 215px; grid-template-columns: 32% 68%; align-items: center; padding: 24px 7.2%; border-bottom: 1px solid #dce4ed; }
  body.cinematic-home .clone-pricing-row > h2 { font-size: clamp(24px, 1.68vw, 28px); line-height: 1.05; }
  body.cinematic-home .clone-pricing-row > h2 { transform: translateY(-34px); }
  body.cinematic-home .clone-price-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 12px; transform: translateY(-7px); }
  body.cinematic-home .clone-price-line::before { position: absolute; top: 8px; right: 9%; left: 8%; height: 1px; background: #aeb9c7; content: ""; }
  body.cinematic-home .clone-price-line article { position: relative; display: grid; gap: 8px; padding: 20px 18px 0; }
  body.cinematic-home .clone-price-line i { position: absolute; top: 2px; left: 18px; width: 12px; height: 12px; border: 1px solid #0b1119; border-radius: 50%; background: #fff; }
  body.cinematic-home .clone-price-line b { font-size: clamp(13px, 1.05vw, 17px); font-weight: 500; }
  body.cinematic-home .clone-price-line strong { font-family: var(--clone-display); font-size: clamp(20px, 1.65vw, 28px); font-weight: 400; }
  body.cinematic-home .clone-price-line strong span { font-family: var(--clone-ui); font-size: 0.5em; }
  body.cinematic-home .clone-price-line small { font-size: clamp(8px, 0.65vw, 11px); line-height: 1.35; }
  body.cinematic-home .clone-price-line article.is-featured { color: var(--clone-blue); }
  body.cinematic-home .clone-price-line article.is-featured i { top: -2px; width: 20px; height: 20px; border: 4px solid #fff; background: var(--clone-blue); box-shadow: 0 0 0 2px #b7d4ff, 0 0 14px var(--clone-blue); }
  body.cinematic-home .clone-price-line article.is-featured b { font-weight: 700; }

  body.cinematic-home .clone-access-panel { position: relative; display: grid; height: 225px; grid-template-columns: 55% 45%; align-items: center; margin: 0 1.5%; padding: 28px 5%; overflow: hidden; border: 1px solid #c9d8e8; border-radius: 12px 12px 0 0; background: #fff; box-shadow: 0 -12px 42px rgba(52, 80, 113, 0.08), inset 0 0 0 5px rgba(250, 252, 255, 0.85); }
  body.cinematic-home .clone-access-panel::after { position: absolute; z-index: -1; right: -8%; bottom: -60px; left: -8%; height: 90px; background: #dfe7f0; content: ""; transform: perspective(500px) rotateX(58deg); }
  body.cinematic-home .clone-access-panel > h2 { font-size: clamp(27px, 2.35vw, 39px); line-height: 1.08; }
  body.cinematic-home .clone-access-panel > h2 { transform: translateY(-8px); }
  body.cinematic-home .clone-access-panel > div { display: grid; gap: 16px; transform: translateY(-14px); }
  body.cinematic-home .clone-access-panel form { position: relative; display: grid; grid-template-columns: 1.45fr 1fr; gap: 14px; }
  body.cinematic-home .clone-access-panel input,
  body.cinematic-home .clone-access-panel form button,
  body.cinematic-home .clone-download { min-height: 50px; border-radius: 7px; }
  body.cinematic-home .clone-access-panel input { min-width: 0; padding: 0 18px; border: 1px solid #cbd5e1; background: #fff; color: #344158; }
  body.cinematic-home .clone-access-panel form button { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border: 0; background: #07090d; color: #fff; cursor: pointer; }
  body.cinematic-home .clone-access-panel form small { position: absolute; top: calc(100% + 4px); left: 3px; color: #4f6383; font-size: 10px; }
  body.cinematic-home .clone-auth-actions { display: grid; grid-template-columns: 1.25fr 1fr; gap: 14px; }
  body.cinematic-home .clone-auth-actions a { display: flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid #cbd5e1; border-radius: 7px; background: #fff; color: #07090d; font-size: clamp(12px, 0.88vw, 15px); font-weight: 650; text-align: center; text-decoration: none; }
  body.cinematic-home .clone-auth-actions a.is-primary { justify-content: space-between; border-color: #07090d; background: #07090d; color: #fff; }
  body.cinematic-home .clone-download { display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid #cbd5e1; background: #fff; color: #07090d; font-size: clamp(13px, 1.05vw, 17px); font-weight: 600; text-decoration: none; }
  body.cinematic-home .clone-download .apple-mark { font-size: 22px; }

  body.cinematic-home .clone-footer { display: grid; height: 80px; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 34px; padding: 0 3.3%; background: #030405; color: #fff; }
  body.cinematic-home .clone-footer > a { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
  body.cinematic-home .clone-footer > a img { width: 30px; height: 30px; border-radius: 5px; }
  body.cinematic-home .clone-footer > a b { font-size: 14px; }
  body.cinematic-home .clone-footer > p { color: #bcc4cf; font-size: 11px; }
  body.cinematic-home .clone-footer nav { display: flex; justify-content: flex-end; gap: 35px; }
  body.cinematic-home .clone-footer nav a { color: #c6cdd7; font-size: 11px; text-decoration: none; }
  body.cinematic-home .clone-footer > span { color: #c6cdd7; font-size: 11px; }

  body.cinematic-home .clone-voice.is-listening .clone-wave i,
  body.cinematic-home .clone-hero.is-listening .clone-command-bar > button i {
    animation: clone-wave-pulse 760ms ease-in-out infinite alternate;
  }

  body.cinematic-home .clone-voice.is-listening .clone-wave i:nth-child(2n),
  body.cinematic-home .clone-hero.is-listening .clone-command-bar > button i:nth-child(2n) { animation-delay: 120ms; }
  body.cinematic-home .clone-voice.is-listening .clone-wave i:nth-child(3n) { animation-delay: 240ms; }

  @keyframes clone-wave-pulse {
    from { transform: scaleY(0.45); }
    to { transform: scaleY(1.15); }
  }
}

body.cinematic-home .site-header {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}

body.cinematic-home .public-auth-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 18px;
}

body.cinematic-home .public-auth-actions a {
  color: #111827;
  font-size: 0.82rem;
  font-weight: 680;
  text-decoration: none;
}

body.cinematic-home header.site-header .public-auth-actions .top-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border-radius: 7px;
  background: #07090d;
  color: #fff;
}

@media (max-width: 1240px) {
  body.cinematic-home .nav-links { display: none; }
  body.cinematic-home .public-auth-actions { margin-left: auto; }
}

@media (max-width: 560px) {
  body.cinematic-home .public-auth-actions { gap: 10px; margin-right: 6px; }
  body.cinematic-home header.site-header .public-auth-actions .top-button { display: none; }
}

@media (min-width: 901px) and (max-width: 1240px) {
  body.cinematic-home .clone-desktop-window { top: 90px; height: 620px; }
  body.cinematic-home .clone-desktop-main { padding: 42px 35px 24px; }
  body.cinematic-home .clone-command-bar { min-height: 82px; }
  body.cinematic-home .clone-action-list article { min-height: 88px; }
  body.cinematic-home .clone-agent-board { grid-template-columns: 16% minmax(0, 1fr) 16%; gap: 5%; }
  body.cinematic-home .clone-agent-lanes > article { grid-template-columns: 150px repeat(3, minmax(0, 1fr)) 24px; }
  body.cinematic-home .clone-agent-step { padding: 0 7px; }
  body.cinematic-home .clone-pack-board { width: 100%; margin-left: 2%; }
  body.cinematic-home .clone-pack-lanes article { grid-template-columns: minmax(155px, 1.6fr) repeat(3, minmax(75px, 1fr)); }
  body.cinematic-home .clone-surface-stage { margin-left: -14%; }
}

@media (prefers-reduced-motion: reduce) {
  body.cinematic-home .clone-hero-stage,
  body.cinematic-home .clone-wave i,
  body.cinematic-home .clone-command-bar > button i {
    animation: none !important;
    transition: none !important;
  }
}
