/* Vato IDE — styles de page (préfixe .vato-) */

.vato-page { background: var(--cb-bg, #f7f7fe); }
.vato-page .ova-kicker { display: inline-flex; align-items: center; gap: 8px; min-height: 30px; margin: 0 0 8px; padding: 0 14px 0 9px; border: 1px solid #c8c9ff; border-radius: 999px; color: var(--cb-primary); background: rgba(255,255,255,.82); box-shadow: 0 8px 18px rgba(37,16,243,.05); font-size: 11px; font-weight: 900; letter-spacing: .084em; text-transform: uppercase; white-space: nowrap; }
.vato-page .ova-kicker .hero-kicker__dot { flex: none; }
.vato-main { position: relative; overflow: hidden; }
.vato-accent { color: var(--cb-primary); }

/* ---- Hero ---- */
.vato-hero { position: relative; width: var(--main-container); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 44px; align-items: center; margin: 0 auto; padding: 64px 0 46px; }
.vato-hero::before { content: ""; position: absolute; z-index: -1; top: -20px; bottom: -10px; left: 50%; width: 100vw; transform: translateX(-50%); background: radial-gradient(circle at 12% 12%, rgba(124,88,255,.10), transparent 34%), radial-gradient(circle at 90% 64%, rgba(37,16,243,.08), transparent 36%), linear-gradient(180deg, #fff 0%, #f8f8ff 100%); }
.vato-hero h1 { margin: 18px 0 0; color: #080942; font-size: 52px; line-height: 1.04; letter-spacing: -0.052em; font-weight: 300; max-width: 660px; }
.vato-lead { max-width: 620px; margin: 20px 0 0; color: #1d286b; font-size: 18.5px; line-height: 1.5; font-weight: 500; letter-spacing: -.012em; }
.vato-lead strong { color: #080942; font-weight: 900; }
.vato-hero__benefits { display: grid; gap: 12px; width: max-content; max-width: 100%; margin: 24px 0 0; padding: 20px 26px; border: 1px solid rgba(222,226,246,.95); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(18,16,104,.06); list-style: none; }
.vato-hero__benefits li { display: flex; align-items: center; gap: 12px; color: #0d1152; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.vato-hero__benefits svg { width: 24px; height: 24px; flex: none; fill: none; stroke: var(--cb-primary); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vato-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
.vato-hero__actions .btn--outline svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.1; }

/* ---- Mockup éditeur (fenêtre sombre) ---- */
.vato-window { border: 1px solid rgba(28,32,70,.9); border-radius: 16px; overflow: hidden; background: #0b1020; box-shadow: 0 34px 80px rgba(9,10,60,.35); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.vato-window__bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: #0e142a; border-bottom: 1px solid rgba(80,92,160,.22); }
.vato-window__bar i { width: 11px; height: 11px; border-radius: 999px; background: #2b3358; }
.vato-window__bar i:nth-child(1) { background: #ff5f57; }
.vato-window__bar i:nth-child(2) { background: #febc2e; }
.vato-window__bar i:nth-child(3) { background: #28c840; }
.vato-window__bar b { margin-left: 8px; color: #8b96c8; font-size: 11.5px; font-weight: 600; letter-spacing: .02em; }
.vato-window__body { display: grid; grid-template-columns: 158px minmax(0, 1fr); min-height: 348px; }
.vato-window__side { display: flex; flex-direction: column; gap: 7px; padding: 14px 12px; background: #0d1226; border-right: 1px solid rgba(80,92,160,.18); }
.vato-window__side b { margin: 4px 0 2px; color: #aeb8e6; font-size: 11px; font-weight: 700; }
.vato-window__side span { padding: 5px 8px; border-radius: 7px; color: #6d78a8; font-size: 10.8px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vato-window__side span.is-active { color: #dfe6ff; background: rgba(90,110,255,.16); }
.vato-window__chat { display: flex; flex-direction: column; gap: 8px; padding: 16px 16px 14px; }
.vato-chat__user { margin: 0 0 4px; padding: 9px 12px; border-radius: 10px; background: rgba(90,110,255,.14); border: 1px solid rgba(110,130,255,.25); color: #dfe6ff; font-size: 11.6px; line-height: 1.45; }
.vato-chat__step { display: flex; align-items: center; gap: 8px; margin: 0; padding: 6px 10px; border-radius: 8px; border: 1px solid rgba(80,92,160,.22); background: rgba(15,21,44,.85); color: #97a2d2; font-size: 10.8px; }
.vato-chat__step i { flex: none; color: #6fd0a8; font-style: normal; }
.vato-chat__step span { color: #ccd5f8; font-weight: 700; }
.vato-chat__step em { font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vato-chat__done { display: flex; gap: 8px; margin: 4px 0 0; padding: 9px 12px; border-radius: 10px; border: 1px solid rgba(111,208,168,.3); background: rgba(38,84,66,.22); color: #bfe9d6; font-size: 11.2px; line-height: 1.45; }
.vato-chat__done i { flex: none; color: #6fd0a8; font-style: normal; }
.vato-chat__meta { display: flex; gap: 14px; margin: auto 0 0; padding-top: 10px; border-top: 1px solid rgba(80,92,160,.18); color: #5c6795; font-size: 10.4px; }

/* ---- Sections communes ---- */
.vato-models, .vato-features, .vato-downloads { position: relative; width: var(--main-container); margin: 0 auto; padding: 56px 0 46px; }
.vato-section-lead { margin: 14px auto 0; max-width: 760px; color: #3c477f; font-size: 17px; line-height: 1.5; font-weight: 500; }

/* ---- Modèles ---- */
.vato-models__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.vato-model { padding: 24px 24px 22px; border: 1px solid rgba(222,226,246,.95); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(18,16,104,.05); }
.vato-model small { display: block; color: #6a74ab; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; }
.vato-model h3 { margin: 8px 0 0; color: #080942; font-size: 23px; letter-spacing: -.04em; font-weight: 900; }
.vato-model p { margin: 12px 0 0; color: #3c477f; font-size: 14.2px; line-height: 1.5; font-weight: 500; }

/* ---- Fonctionnalités ---- */
.vato-features__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.vato-features__grid article { padding: 24px 24px 22px; border: 1px solid rgba(222,226,246,.95); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(18,16,104,.05); }
.vato-features__grid article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #efedff; color: var(--cb-primary); }
.vato-features__grid article > span svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.vato-features__grid h3 { margin: 14px 0 0; color: #080942; font-size: 19px; letter-spacing: -.03em; font-weight: 900; }
.vato-features__grid p { margin: 9px 0 0; color: #3c477f; font-size: 14.2px; line-height: 1.5; font-weight: 500; }

/* ---- Téléchargements ---- */
.vato-downloads__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.vato-dl { display: flex; flex-direction: column; align-items: flex-start; padding: 24px 24px 22px; border: 1px solid rgba(222,226,246,.95); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px rgba(18,16,104,.05); }
.vato-dl h3 { margin: 0; color: #080942; font-size: 21px; letter-spacing: -.035em; font-weight: 900; }
.vato-dl small { margin-top: 3px; color: #6a74ab; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.vato-dl p { margin: 12px 0 16px; color: #3c477f; font-size: 12.8px; font-weight: 600; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.vato-dl .btn { margin-top: auto; }
.vato-downloads__note { margin: 26px 0 0; color: #3c477f; font-size: 14.5px; font-weight: 600; text-align: center; }
.vato-downloads__note a { color: var(--cb-primary); font-weight: 800; text-decoration: none; }
.vato-downloads__note a:hover { text-decoration: underline; }

.vato-diagnostic { margin-top: 0; }

/* ---- Responsive ---- */
@media (max-width: 1120px) {
  .vato-hero { grid-template-columns: 1fr; gap: 32px; }
  .vato-hero h1 { font-size: 44px; }
  .vato-hero__visual { max-width: 560px; width: 100%; margin: 0 auto; }
  .vato-models__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vato-features__grid, .vato-downloads__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .vato-hero { padding-top: 44px; }
  .vato-hero h1 { font-size: 33px; letter-spacing: -0.052em; }
  .vato-lead { font-size: 16px; }
  .vato-hero__benefits { width: 100%; padding: 16px 18px; }
  .vato-window__body { grid-template-columns: 1fr; }
  .vato-window__side { flex-direction: row; flex-wrap: wrap; border-right: 0; border-bottom: 1px solid rgba(80,92,160,.18); }
  .vato-window__side span { display: none; }
  .vato-window__side span.is-active { display: block; }
  .vato-models__grid, .vato-features__grid, .vato-downloads__grid { grid-template-columns: 1fr; }
}

/* ===== Harmonisation typographique — référence deskio.html (tokens styles.css) ===== */
@media (min-width: 1121px) {
  .vato-page .vato-hero h1 {
    max-width: 780px;
    font-size: var(--cb-title-hero, clamp(52px, 4vw, 68px));
    line-height: 1;
  }

  .vato-page .section-intro {
    max-width: 980px;
  }

  .vato-page .section-intro h2 {
    max-width: none;
    font-size: var(--cb-title-section, clamp(42px, 5.7vw, 76px));
    line-height: .98;
    letter-spacing: -0.052em;
  }

  .vato-page .section-intro p:not(.section-eyebrow) {
    max-width: 880px;
    font-size: var(--cb-lead-section, clamp(20px, 2.2vw, 30px));
    line-height: 1.18;
    letter-spacing: -.035em;
    font-weight: 800;
  }
}

/* ===== Direction cinématique — alignée sur la homepage active (2026-07-19) ===== */
.vato-page--cinematic {
  --vato-night: #050b18;
  --vato-night-deep: #030814;
  --vato-panel: rgba(10, 24, 43, .82);
  --vato-panel-strong: rgba(9, 22, 40, .94);
  --vato-line: rgba(146, 198, 238, .18);
  --vato-line-strong: rgba(146, 205, 246, .31);
  --vato-copy: rgba(203, 215, 234, .78);
  --vato-copy-soft: rgba(167, 184, 209, .74);
  --vato-cyan: #b9dcfb;
  color-scheme: dark;
  color: var(--cb-display-ink-dark);
  background: var(--vato-night);
}

.vato-page--cinematic .vato-main {
  overflow: clip;
  background:
    radial-gradient(circle at 18% 13%, rgba(48, 118, 178, .11), transparent 29%),
    radial-gradient(circle at 82% 34%, rgba(86, 126, 255, .08), transparent 28%),
    var(--vato-night);
}

body.vato-page--cinematic .site-header--cinematic {
  background: rgba(5, 10, 20, .88);
  border-bottom-color: rgba(165, 216, 255, .08);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.vato-logo {
  display: inline-flex;
  align-items: baseline;
  color: #f6f9ff;
  font-family: var(--cb-display-font);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.vato-logo__label {
  color: inherit;
  font: inherit;
}

.vato-logo__dot {
  margin-left: .035em;
  color: #67e0b9;
  font: inherit;
  font-style: normal;
  text-shadow: 0 0 18px rgba(103, 224, 185, .42);
}

.vato-logo--topbar {
  flex: none;
  font-size: 25px;
  transform: translateY(1px);
}

.vato-topbar .topbar-home {
  color: #dfe6f6;
}

.vato-page--cinematic .vato-main section[id] {
  scroll-margin-top: 110px;
}

@media (min-width: 1321px) {
  body.vato-page--cinematic .site-header__inner {
    padding-inline: var(--cb-topbar-pad-x);
    grid-template-columns: minmax(0, 1fr) auto auto minmax(max-content, 1fr);
    column-gap: clamp(20px, 1.8vw, 30px);
  }

  body.vato-page--cinematic .vato-topbar__brand {
    display: contents;
  }

  body.vato-page--cinematic .vato-topbar__home {
    grid-column: 1;
    justify-self: start;
  }

  body.vato-page--cinematic .vato-logo--topbar {
    grid-column: 2;
    justify-self: end;
  }

  body.vato-page--cinematic .vato-subnav {
    position: static;
    grid-area: 1 / 3 / 2 / 4;
    justify-self: start;
    gap: clamp(22px, 2.4vw, 34px);
    transform: translateY(1px);
  }

  body.vato-page--cinematic .vato-subnav a,
  body.vato-page--cinematic .vato-subnav .nav-trigger {
    position: relative;
    font-weight: 600;
  }

  body.vato-page--cinematic .vato-subnav a[aria-current="location"] {
    color: #fff;
  }

  body.vato-page--cinematic .vato-subnav a[aria-current="location"]::after {
    background: #b9dcfb;
  }

  body.vato-page--cinematic .header-actions {
    grid-column: 4;
    justify-self: end;
  }

  body.vato-page--cinematic .login-link {
    margin-left: 0;
  }
}

@media (min-width: 1321px) and (max-width: 1500px) {
  body.vato-page--cinematic .vato-subnav {
    gap: clamp(16px, 1.5vw, 22px);
  }

  body.vato-page--cinematic .header-actions {
    gap: 18px;
  }

  body.vato-page--cinematic .language-select select {
    width: 74px;
    min-height: 42px;
    font-size: 14px;
  }

  body.vato-page--cinematic .login-link {
    font-size: 14px;
  }

  body.vato-page--cinematic .header-cta {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }
}

@media (min-width: 1121px) and (max-width: 1320px) {
  body.vato-page--cinematic .site-header--cinematic {
    height: auto;
    min-height: 100px;
  }

  body.vato-page--cinematic .site-header__inner {
    height: auto;
    min-height: 100px;
    padding: 26px 32px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto;
    gap: 14px 18px;
  }

  body.vato-page--cinematic .vato-topbar__brand {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: center;
    justify-self: start;
    gap: 14px;
    min-width: 0;
    height: 48px;
  }

  body.vato-page--cinematic .vato-logo--topbar {
    font-size: 23px;
  }

  body.vato-page--cinematic .header-actions {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
    gap: 18px;
  }

  body.vato-page--cinematic .login-link {
    display: inline-flex;
    margin-left: 0;
    font-size: 14px;
  }

  body.vato-page--cinematic .header-cta {
    flex: none;
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }

  body.vato-page--cinematic .menu-toggle {
    grid-area: 1 / 3 / 2 / 4;
    display: grid;
    min-height: 48px;
    padding: 0 18px;
    grid-template-columns: 20px auto;
    grid-template-rows: repeat(3, 2px);
    align-content: center;
    align-items: center;
    gap: 4px 10px;
    border-color: rgba(146, 176, 216, .26);
    border-radius: 12px;
    color: #e6eefb;
    background: rgba(10, 18, 32, .42);
    font-weight: 600;
  }

  body.vato-page--cinematic .menu-toggle span {
    grid-column: 1;
    width: 20px;
    height: 2px;
    margin: 0;
  }

  body.vato-page--cinematic .menu-toggle span:nth-child(1) { grid-row: 1; }
  body.vato-page--cinematic .menu-toggle span:nth-child(2) { grid-row: 2; }
  body.vato-page--cinematic .menu-toggle span:nth-child(3) { grid-row: 3; }

  body.vato-page--cinematic .menu-toggle b {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  body.vato-page--cinematic .vato-subnav {
    position: static;
    inset: auto;
    grid-area: 2 / 1 / 3 / -1;
    display: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 6px 0 0;
    flex-direction: column;
    align-items: stretch;
    justify-self: stretch;
    gap: 6px;
    overflow: visible;
    transform: none;
  }

  body.vato-page--cinematic .vato-subnav.is-open {
    display: flex;
  }

  body.vato-page--cinematic .vato-subnav a,
  body.vato-page--cinematic .vato-subnav .nav-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 13px 15px;
    border: 1px solid rgba(146, 176, 216, .12);
    border-radius: 10px;
    background: rgba(10, 18, 32, .58);
  }

  body.vato-page--cinematic .vato-subnav .nav-trigger svg {
    display: block;
  }
}

@media (max-width: 1120px) {
  body.vato-page--cinematic .vato-topbar__brand {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 48px;
    justify-self: start;
  }

  body.vato-page--cinematic .vato-logo--topbar {
    font-size: 20px;
  }

  .vato-page--cinematic .vato-main section[id] {
    scroll-margin-top: 150px;
  }
}

/* Fil d’Ariane produit : même capsule et même alignement sur le logo que Deskio. */
@media (min-width: 761px) {
  .vato-page--cinematic .vato-breadcrumb {
    left: var(--vato-breadcrumb-left, var(--cb-topbar-pad-x));
    transform: none;
  }
}

.vato-page--cinematic .vato-accent {
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---- Hero : même matrice que la hero cinématique de l'accueil ---- */
.vato-page--cinematic .vato-hero {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100svh - 100px);
  padding: 34px 0 22px;
  overflow: hidden;
  isolation: isolate;
}

.vato-page--cinematic .vato-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(134, 200, 246, .08) 50%, transparent 50.1%),
    radial-gradient(ellipse 42% 54% at 23% 48%, rgba(18, 94, 146, .25), transparent 72%),
    radial-gradient(ellipse 38% 46% at 72% 46%, rgba(29, 75, 139, .16), transparent 74%),
    linear-gradient(180deg, rgba(4, 10, 23, .08), rgba(3, 9, 20, .58));
}

.vato-page--cinematic .vato-hero .story-hero__atmosphere,
.vato-page--cinematic .vato-hero .story-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vato-page--cinematic .vato-hero .story-hero__atmosphere {
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 31% 55%, rgba(102, 197, 255, .12), transparent 24%),
    radial-gradient(circle at 68% 50%, rgba(85, 126, 255, .11), transparent 27%);
}

.vato-page--cinematic .vato-hero .story-hero__grid {
  z-index: 0;
  opacity: .2;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='620' height='520' viewBox='0 0 620 520'%3E%3Cg fill='none' stroke='%237aaed8' stroke-opacity='.16' stroke-width='1'%3E%3Cpath d='M0 116 54 157v176L0 374M263 0v82l-74 56v133l74 56v193M620 113l-65 49v169l65 48M455 0v132l-66 49v150l66 52v137'/%3E%3Cpath d='M54 157 147 86l94 71v176l-94 70-93-70M455 132l83-62 82 61M455 383l83 62 82-62'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 620px 520px;
  mask-image: linear-gradient(180deg, #000 0 78%, transparent 100%);
}

.vato-page--cinematic .vato-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--cb-shell);
  min-height: 610px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(560px, 1.04fr) minmax(440px, .96fr);
  gap: clamp(36px, 4vw, 68px);
  align-items: center;
}

.vato-page--cinematic .vato-hero__copy {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: 650px;
  margin: 0;
  padding: 0;
}

.vato-page--cinematic .vato-brand-mark {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 31px;
}

.vato-page--cinematic .vato-hero .story-hero__eyebrow {
  display: block;
  margin: 0 0 22px;
  color: var(--cb-eyebrow-ink-dark);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1;
  text-transform: uppercase;
}

.vato-page--cinematic .vato-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: nowrap;
}

.vato-page--cinematic .vato-hero .story-title__line {
  display: block;
  white-space: nowrap;
}

.vato-page--cinematic .vato-hero h1 em {
  font-style: normal;
  font-weight: var(--cb-display-weight);
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vato-page--cinematic .vato-lead {
  max-width: none;
  margin: 30px 0 0;
  color: var(--cb-lead-ink-dark);
  font-family: var(--cb-display-font);
  font-size: 20px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.52;
}

.vato-page--cinematic .vato-lead span {
  display: block;
}

.vato-page--cinematic .vato-hero__actions {
  gap: 42px;
  margin-top: 32px;
}

.vato-page--cinematic .vato-hero__actions .story-btn--primary {
  min-width: 263px;
  min-height: 60px;
  padding: 0 28px !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #071018 !important;
  background: var(--vato-cyan) !important;
  box-shadow: 0 7px 24px rgba(76, 153, 218, .17) !important;
  font-size: 16px;
  font-weight: 600;
}

.vato-page--cinematic .vato-hero__actions .story-btn--ghost {
  min-height: 60px;
  padding: 0 !important;
  border: 0 !important;
  color: #b9d6ef !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 500;
}

.vato-page--cinematic .vato-hero__actions .story-btn--ghost svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.6;
}

/* ---- Fenêtre Vato, traitée comme le deck produit de la home ---- */
.vato-page--cinematic .vato-hero__visual {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1800px;
}

.vato-page--cinematic .vato-hero__visual::before,
.vato-page--cinematic .vato-hero__visual::after {
  content: "";
  position: absolute;
  width: min(86%, 650px);
  height: 395px;
  border: 1px solid rgba(139, 197, 240, .22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(24, 48, 75, .48), rgba(6, 17, 32, .64));
  box-shadow: inset 0 1px 0 rgba(230, 247, 255, .055);
  pointer-events: none;
}

.vato-page--cinematic .vato-hero__visual::before {
  transform: translate3d(-74px, 18px, -120px) rotateY(8deg);
  opacity: .46;
}

.vato-page--cinematic .vato-hero__visual::after {
  transform: translate3d(-38px, 5px, -60px) rotateY(5deg);
  opacity: .68;
}

.vato-page--cinematic .vato-window {
  position: relative;
  z-index: 2;
  width: min(94%, 710px);
  min-height: 430px;
  border: 1px solid rgba(139, 197, 240, .31);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 31, 55, .97), rgba(5, 13, 27, .98));
  box-shadow:
    0 40px 90px rgba(0, 0, 0, .48),
    inset 0 1px 0 rgba(230, 247, 255, .08),
    inset 0 0 54px rgba(72, 169, 231, .035);
  backdrop-filter: blur(22px) saturate(1.08);
  transform: rotateY(2.4deg) rotateX(.4deg);
  transform-origin: center;
  animation: vato-window-float 7.5s ease-in-out infinite;
}

.vato-page--cinematic .vato-window__bar {
  min-height: 43px;
  background: rgba(8, 19, 38, .86);
  border-bottom-color: rgba(139, 197, 240, .14);
}

.vato-page--cinematic .vato-window__bar b {
  color: rgba(203, 219, 243, .72);
}

.vato-page--cinematic .vato-window__body {
  min-height: 386px;
  grid-template-columns: 166px minmax(0, 1fr);
}

.vato-page--cinematic .vato-window__side {
  background: rgba(5, 14, 29, .72);
  border-right-color: rgba(139, 197, 240, .12);
}

.vato-page--cinematic .vato-window__chat {
  padding: 20px 20px 17px;
}

.vato-page--cinematic .vato-chat__step {
  min-height: 35px;
  border-color: rgba(139, 197, 240, .15);
  background: rgba(5, 15, 31, .46);
}

.vato-page--cinematic .vato-chat__user {
  background: rgba(86, 126, 255, .13);
  border-color: rgba(117, 153, 255, .24);
}

.vato-page--cinematic .vato-chat__done {
  background: rgba(38, 84, 66, .18);
}

@keyframes vato-window-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotateY(2.4deg) rotateX(.4deg); }
  50% { transform: translate3d(0, -9px, 0) rotateY(1.4deg) rotateX(.15deg); }
}

.vato-page--cinematic .vato-hero__benefits {
  position: relative;
  z-index: 2;
  width: min(var(--cb-shell), 1080px);
  margin: 24px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vato-page--cinematic .vato-hero__benefits > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 20px;
  color: rgba(164, 180, 205, .76);
  border-right: 1px solid rgba(135, 162, 194, .24);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.015em;
  white-space: nowrap;
}

.vato-page--cinematic .vato-hero__benefits > span:last-child {
  border-right: 0;
}

.vato-page--cinematic .vato-hero__benefits svg {
  width: 27px;
  height: 27px;
  flex: none;
  fill: none;
  stroke: rgba(134, 160, 192, .84);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vato-page--cinematic .vato-hero__benefits b {
  font-weight: 400;
}

/* ---- Sections éditoriales ---- */
.vato-page--cinematic .vato-models,
.vato-page--cinematic .vato-features,
.vato-page--cinematic .vato-downloads {
  position: relative;
  isolation: isolate;
  width: var(--cb-shell);
  margin: 0 auto;
  padding: 118px 0 112px;
}

.vato-page--cinematic .vato-models::before,
.vato-page--cinematic .vato-features::before,
.vato-page--cinematic .vato-downloads::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.vato-page--cinematic .vato-models::after,
.vato-page--cinematic .vato-features::after,
.vato-page--cinematic .vato-downloads::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: .15;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='260' viewBox='0 0 300 260'%3E%3Cg fill='none' stroke='%237aaed8' stroke-opacity='.18' stroke-width='1'%3E%3Cpath d='m0 65 50-38 50 38v76l-50 38-50-38M100 65l50-38 50 38v76l-50 38-50-38M200 65l50-38 50 38v76l-50 38-50-38M50 179l50-38 50 38v76l-50 38-50-38M150 179l50-38 50 38v76l-50 38-50-38'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 300px 260px;
  mask-image: radial-gradient(ellipse 72% 72% at 50% 48%, #000 14%, transparent 82%);
}

.vato-page--cinematic .vato-models::before {
  border-top: 1px solid rgba(137, 182, 219, .08);
  background:
    radial-gradient(circle at 50% 18%, rgba(55, 124, 181, .11), transparent 34%),
    linear-gradient(180deg, #050b18 0%, #071020 100%);
}

.vato-page--cinematic .vato-features::before {
  border-block: 1px solid rgba(137, 182, 219, .08);
  background:
    radial-gradient(circle at 16% 44%, rgba(86, 126, 255, .11), transparent 28%),
    radial-gradient(circle at 82% 56%, rgba(66, 187, 223, .08), transparent 29%),
    #071020;
}

.vato-page--cinematic .vato-downloads::before {
  background:
    radial-gradient(circle at 50% 30%, rgba(76, 145, 202, .12), transparent 34%),
    linear-gradient(180deg, #071020 0%, #050b18 100%);
}

.vato-page--cinematic .section-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.vato-page--cinematic .section-eyebrow {
  margin-bottom: 20px;
  color: var(--cb-eyebrow-ink-dark);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1;
  text-transform: uppercase;
}

.vato-page--cinematic .section-intro h2 {
  max-width: none;
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.vato-page--cinematic .section-intro h2 > span {
  display: block;
}

.vato-page--cinematic .vato-section-lead,
.vato-page--cinematic .section-intro p:not(.section-eyebrow) {
  max-width: 820px;
  margin: 26px auto 0;
  color: var(--cb-lead-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.28;
}

.vato-page--cinematic .vato-models__grid,
.vato-page--cinematic .vato-features__grid,
.vato-page--cinematic .vato-downloads__grid {
  position: relative;
  z-index: 1;
  gap: 20px;
  margin-top: 54px;
}

.vato-page--cinematic .vato-model,
.vato-page--cinematic .vato-features__grid article,
.vato-page--cinematic .vato-dl {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vato-line);
  border-radius: 22px;
  color: var(--cb-display-ink-dark);
  background:
    linear-gradient(145deg, rgba(20, 39, 64, .78), rgba(7, 17, 32, .88));
  box-shadow:
    0 26px 60px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(232, 247, 255, .055);
  backdrop-filter: blur(18px) saturate(1.05);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, box-shadow .35s ease;
}

.vato-page--cinematic .vato-model::before,
.vato-page--cinematic .vato-features__grid article::before,
.vato-page--cinematic .vato-dl::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(99, 174, 226, .14), transparent 34%),
    linear-gradient(90deg, transparent, rgba(142, 204, 244, .07), transparent) top / 100% 1px no-repeat;
}

.vato-page--cinematic .vato-model:hover,
.vato-page--cinematic .vato-features__grid article:hover,
.vato-page--cinematic .vato-dl:hover {
  transform: translateY(-6px);
  border-color: var(--vato-line-strong);
  box-shadow:
    0 34px 76px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(232, 247, 255, .08);
}

.vato-page--cinematic .vato-model {
  min-height: 280px;
  padding: 31px 28px 28px;
}

.vato-page--cinematic .vato-model small {
  color: rgba(142, 197, 237, .78);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
}

.vato-page--cinematic .vato-model h3 {
  margin-top: 18px;
  color: #edf4ff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.vato-page--cinematic .vato-model p {
  margin-top: 22px;
  color: var(--vato-copy-soft);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.58;
}

.vato-page--cinematic .vato-features__grid article {
  min-height: 250px;
  padding: 30px 28px 27px;
}

.vato-page--cinematic .vato-features__grid article > span {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(139, 197, 240, .2);
  border-radius: 14px;
  color: #a5d8ff;
  background: linear-gradient(145deg, rgba(77, 135, 190, .22), rgba(7, 19, 36, .64));
  box-shadow: inset 0 1px 0 rgba(230, 247, 255, .08);
}

.vato-page--cinematic .vato-features__grid h3 {
  margin-top: 24px;
  color: #edf4ff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.vato-page--cinematic .vato-features__grid p {
  margin-top: 13px;
  color: var(--vato-copy-soft);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}

.vato-page--cinematic .vato-dl {
  min-height: 280px;
  padding: 32px 30px 28px;
}

.vato-page--cinematic .vato-dl h3 {
  color: #edf4ff;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.vato-page--cinematic .vato-dl small {
  margin-top: 7px;
  color: rgba(151, 203, 238, .74);
  font-size: 13px;
  font-weight: 600;
}

.vato-page--cinematic .vato-dl p {
  margin: 28px 0 24px;
  color: var(--vato-copy-soft);
  font-size: 13px;
  font-weight: 500;
}

.vato-page--cinematic .vato-dl .btn {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(146, 205, 246, .25);
  border-radius: 9px;
  color: #c7e2f7;
  background: rgba(8, 24, 43, .72);
  box-shadow: none;
}

.vato-page--cinematic .vato-dl .btn--primary {
  border-color: transparent;
  color: #071018;
  background: var(--vato-cyan);
}

.vato-page--cinematic .vato-downloads__note {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  color: var(--vato-copy-soft);
  font-size: 15px;
  font-weight: 400;
}

.vato-page--cinematic .vato-downloads__note a {
  color: #a5d8ff;
  font-weight: 600;
}

/* ---- CTA final ---- */
.vato-page--cinematic .vato-diagnostic {
  position: relative;
  isolation: isolate;
  width: var(--cb-shell);
  margin: 28px auto 118px;
  padding: 50px 54px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 30px;
  border: 1px solid rgba(146, 205, 246, .22);
  border-radius: 24px;
  color: var(--cb-display-ink-dark);
  background:
    radial-gradient(circle at 12% 8%, rgba(86, 126, 255, .18), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(66, 187, 223, .12), transparent 34%),
    linear-gradient(135deg, rgba(20, 42, 70, .94), rgba(7, 18, 34, .96));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(232, 247, 255, .07);
}

.vato-page--cinematic .vato-diagnostic::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  opacity: .16;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='260' viewBox='0 0 300 260'%3E%3Cg fill='none' stroke='%237aaed8' stroke-opacity='.22' stroke-width='1'%3E%3Cpath d='m0 65 50-38 50 38v76l-50 38-50-38M100 65l50-38 50 38v76l-50 38-50-38M200 65l50-38 50 38v76l-50 38-50-38'/%3E%3C/g%3E%3C/svg%3E");
}

.vato-page--cinematic .vato-diagnostic .diagnostic-icon {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(146, 205, 246, .24);
  border-radius: 17px;
  color: #a5d8ff;
  background: rgba(8, 24, 43, .64);
}

.vato-page--cinematic .vato-diagnostic h2 {
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-cta);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.vato-page--cinematic .vato-diagnostic p {
  margin-top: 9px;
  color: var(--cb-lead-ink-dark);
  font-size: 17px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
}

.vato-page--cinematic .vato-diagnostic .diagnostic-banner__button {
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  border-radius: 9px;
  color: #071018;
  background: var(--vato-cyan);
  box-shadow: 0 7px 24px rgba(76, 153, 218, .17);
}

/* ---- Responsive ---- */
@media (max-width: 1280px) {
  .vato-page--cinematic .vato-hero__inner {
    grid-template-columns: minmax(500px, 1fr) minmax(410px, .92fr);
    gap: 34px;
  }

  .vato-page--cinematic .vato-hero__visual {
    min-height: 510px;
  }

  .vato-page--cinematic .vato-window {
    width: min(96%, 650px);
  }

  .vato-page--cinematic .vato-hero__benefits {
    width: min(var(--cb-shell), 1020px);
  }

  .vato-page--cinematic .vato-hero__benefits > span {
    padding-inline: 14px;
    font-size: 14px;
  }
}

@media (max-width: 1120px) {
  .vato-page--cinematic .vato-hero {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .vato-page--cinematic .vato-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .vato-page--cinematic .vato-hero__copy {
    grid-column: 1;
    grid-row: 1;
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .vato-page--cinematic .vato-brand-mark,
  .vato-page--cinematic .vato-hero__actions {
    justify-content: center;
  }

  .vato-page--cinematic .vato-hero__visual {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 800px;
    min-height: 510px;
    margin-inline: auto;
  }

  .vato-page--cinematic .vato-lead {
    max-width: 680px;
    margin-inline: auto;
  }

  .vato-page--cinematic .vato-hero__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    margin-top: 42px;
  }

  .vato-page--cinematic .vato-hero__benefits > span:nth-child(2) {
    border-right: 0;
  }

  .vato-page--cinematic .vato-hero__benefits > span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(135, 162, 194, .24);
  }

  .vato-page--cinematic .vato-models__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vato-page--cinematic .vato-features__grid,
  .vato-page--cinematic .vato-downloads__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vato-page--cinematic .vato-diagnostic {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vato-page--cinematic .vato-diagnostic .diagnostic-banner__button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .vato-page--cinematic .vato-hero {
    padding: 58px 0 42px;
  }

  .vato-page--cinematic .vato-hero__inner {
    gap: 40px;
  }

  .vato-page--cinematic .vato-brand-mark {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .vato-page--cinematic .vato-hero .story-hero__eyebrow {
    margin-bottom: 18px;
  }

  .vato-page--cinematic .vato-hero h1 {
    text-wrap: balance;
  }

  .vato-page--cinematic .vato-lead {
    margin-top: 24px;
    font-size: 18px;
  }

  .vato-page--cinematic .vato-lead span {
    display: inline;
  }

  .vato-page--cinematic .vato-hero__actions {
    gap: 18px;
    margin-top: 28px;
  }

  .vato-page--cinematic .vato-hero__actions .story-btn--primary {
    min-width: 230px;
  }

  .vato-page--cinematic .vato-hero__visual {
    min-height: 430px;
  }

  .vato-page--cinematic .vato-hero__visual::before,
  .vato-page--cinematic .vato-hero__visual::after {
    width: 88%;
    height: 350px;
  }

  .vato-page--cinematic .vato-hero__visual::before {
    transform: translate3d(-34px, 15px, -120px) rotateY(7deg);
  }

  .vato-page--cinematic .vato-hero__visual::after {
    transform: translate3d(-17px, 4px, -60px) rotateY(4deg);
  }

  .vato-page--cinematic .vato-window {
    min-height: 390px;
    transform: none;
  }

  .vato-page--cinematic .vato-window__body {
    min-height: 346px;
  }

  .vato-page--cinematic .vato-hero__benefits {
    grid-template-columns: 1fr;
    width: min(var(--cb-shell), 520px);
    margin-top: 30px;
  }

  .vato-page--cinematic .vato-hero__benefits > span,
  .vato-page--cinematic .vato-hero__benefits > span:nth-child(2) {
    justify-content: flex-start;
    min-height: 55px;
    padding-inline: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(135, 162, 194, .24);
    font-size: 15px;
  }

  .vato-page--cinematic .vato-hero__benefits > span:last-child {
    border-bottom: 0;
  }

  .vato-page--cinematic .vato-models,
  .vato-page--cinematic .vato-features,
  .vato-page--cinematic .vato-downloads {
    padding: 88px 0 82px;
  }

  .vato-page--cinematic .section-intro h2 {
    text-wrap: balance;
  }

  .vato-page--cinematic .vato-section-lead,
  .vato-page--cinematic .section-intro p:not(.section-eyebrow) {
    margin-top: 22px;
    line-height: 1.34;
  }

  .vato-page--cinematic .vato-models__grid,
  .vato-page--cinematic .vato-features__grid,
  .vato-page--cinematic .vato-downloads__grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .vato-page--cinematic .vato-model,
  .vato-page--cinematic .vato-features__grid article,
  .vato-page--cinematic .vato-dl {
    min-height: 0;
  }

  .vato-page--cinematic .vato-diagnostic {
    width: var(--cb-shell);
    margin-bottom: 88px;
    padding: 36px 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vato-page--cinematic .vato-diagnostic .diagnostic-icon {
    margin-inline: auto;
  }

  .vato-page--cinematic .vato-diagnostic .diagnostic-banner__button {
    grid-column: 1;
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .vato-page--cinematic .vato-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vato-page--cinematic .vato-hero__actions .story-btn--primary,
  .vato-page--cinematic .vato-hero__actions .story-btn--ghost {
    width: 100%;
    justify-content: center;
  }

  .vato-page--cinematic .vato-hero__visual {
    min-height: 465px;
  }

  .vato-page--cinematic .vato-window {
    width: 100%;
  }

  .vato-page--cinematic .vato-window__side {
    min-height: 58px;
    align-content: center;
  }

  .vato-page--cinematic .vato-window__chat {
    min-height: 328px;
    padding: 15px;
  }

  .vato-page--cinematic .vato-chat__meta {
    gap: 8px;
    font-size: 9px;
  }
}

@media (max-width: 430px) {
  .vato-page--cinematic .vato-hero {
    padding-top: 46px;
  }

  .vato-page--cinematic .vato-brand-mark {
    justify-content: flex-start;
  }

  .vato-page--cinematic .vato-hero__copy {
    text-align: left;
  }

  .vato-page--cinematic .vato-hero .story-title__line {
    white-space: normal;
  }

  .vato-page--cinematic .vato-lead {
    text-align: left;
  }

  .vato-page--cinematic .vato-window__bar b {
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vato-page--cinematic .vato-chat__step em {
    max-width: 45%;
  }

  .vato-page--cinematic .vato-diagnostic {
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vato-page--cinematic .vato-window {
    animation: none !important;
  }

  .vato-page--cinematic .vato-model,
  .vato-page--cinematic .vato-features__grid article,
  .vato-page--cinematic .vato-dl {
    transition: none !important;
  }
}

/* ===== Vato Workspaces — sections éditoriales ===== */
.vato-page--cinematic .vato-section-shell {
  position: relative;
  z-index: 1;
  width: var(--cb-shell);
  margin: 0 auto;
  padding: 118px 0 112px;
}

.vato-page--cinematic .vato-manifesto,
.vato-page--cinematic .vato-workflow,
.vato-page--cinematic .vato-agent,
.vato-page--cinematic .vato-ecosystem,
.vato-page--cinematic .vato-security,
.vato-page--cinematic .vato-access {
  position: relative;
  isolation: isolate;
  color: var(--cb-display-ink-dark);
}

body.vato-page--cinematic #main > .vato-manifesto::before,
body.vato-page--cinematic #main > .vato-workflow::before,
body.vato-page--cinematic #main > .vato-agent::before,
body.vato-page--cinematic #main > .vato-ecosystem::before,
body.vato-page--cinematic #main > .vato-security::before,
body.vato-page--cinematic #main > .vato-access::before {
  inset: 0;
  opacity: 1;
  transform: none;
  background-position: center;
  background-size: auto;
  mask-image: none;
  -webkit-mask-image: none;
}

body.vato-page--cinematic #main > .vato-manifesto::before {
  border-top: 1px solid rgba(137, 182, 219, .08);
  background:
    radial-gradient(circle at 82% 28%, rgba(66, 187, 223, .09), transparent 28%),
    radial-gradient(circle at 17% 70%, rgba(86, 126, 255, .08), transparent 27%),
    linear-gradient(180deg, #050b18, #071020);
}

body.vato-page--cinematic #main > .vato-workflow::before {
  border-block: 1px solid rgba(137, 182, 219, .08);
  background:
    radial-gradient(circle at 76% 38%, rgba(69, 143, 204, .13), transparent 31%),
    #071020;
}

body.vato-page--cinematic #main > .vato-agent::before {
  background:
    radial-gradient(circle at 22% 47%, rgba(86, 126, 255, .12), transparent 30%),
    radial-gradient(circle at 82% 60%, rgba(66, 187, 223, .08), transparent 26%),
    linear-gradient(180deg, #071020, #050b18);
}

body.vato-page--cinematic #main > .vato-ecosystem::before {
  border-block: 1px solid rgba(137, 182, 219, .08);
  background:
    radial-gradient(circle at 50% 22%, rgba(55, 124, 181, .11), transparent 34%),
    #050b18;
}

body.vato-page--cinematic #main > .vato-security::before {
  background:
    radial-gradient(circle at 85% 46%, rgba(103, 224, 185, .07), transparent 28%),
    radial-gradient(circle at 12% 38%, rgba(86, 126, 255, .1), transparent 29%),
    linear-gradient(180deg, #050b18, #071020);
}

body.vato-page--cinematic #main > .vato-access::before {
  border-top: 1px solid rgba(137, 182, 219, .08);
  background:
    radial-gradient(circle at 50% 34%, rgba(76, 145, 202, .12), transparent 34%),
    #071020;
}

.vato-page--cinematic .vato-section-head {
  display: grid;
  align-items: end;
  gap: 34px;
}

.vato-page--cinematic .vato-section-head--split {
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  justify-content: space-between;
}

.vato-page--cinematic .vato-section-head--center {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}

body.vato-page--cinematic .vato-section-head .section-eyebrow {
  margin: 0 0 20px;
  color: var(--cb-eyebrow-ink-dark);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1;
  text-transform: uppercase;
}

.vato-page--cinematic .vato-section-head h2 {
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.vato-page--cinematic .vato-section-head h2 span,
.vato-page--cinematic .vato-section-head h2 em {
  display: block;
}

.vato-page--cinematic .vato-section-head h2 em {
  font-style: normal;
  font-weight: var(--cb-display-weight);
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.vato-page--cinematic .vato-section-head .vato-section-lead {
  max-width: 720px;
  margin: 0;
  color: var(--cb-lead-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.3;
}

.vato-page--cinematic .vato-section-head--center .vato-section-lead {
  margin: 26px auto 0;
}

.vato-page--cinematic .vato-value-grid,
.vato-page--cinematic .vato-security__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.vato-page--cinematic .vato-value-grid article,
.vato-page--cinematic .vato-security__grid article,
.vato-page--cinematic .vato-ecosystem__grid article,
.vato-page--cinematic .vato-access-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vato-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(20, 39, 64, .78), rgba(7, 17, 32, .9));
  box-shadow:
    0 26px 60px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(232, 247, 255, .055);
}

.vato-page--cinematic .vato-value-grid article::before,
.vato-page--cinematic .vato-security__grid article::before,
.vato-page--cinematic .vato-ecosystem__grid article::before,
.vato-page--cinematic .vato-access-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(99, 174, 226, .14), transparent 35%),
    linear-gradient(90deg, transparent, rgba(142, 204, 244, .07), transparent) top / 100% 1px no-repeat;
}

.vato-page--cinematic .vato-value-grid article {
  min-height: 268px;
  padding: 30px 27px 27px;
}

.vato-page--cinematic .vato-card-index,
.vato-page--cinematic .vato-security__grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(146, 205, 246, .2);
  border-radius: 10px;
  color: #a5d8ff;
  background: rgba(57, 112, 166, .12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.vato-page--cinematic .vato-value-grid h3,
.vato-page--cinematic .vato-security__grid h3 {
  margin: 25px 0 0;
  color: #edf4ff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.16;
}

.vato-page--cinematic .vato-value-grid p,
.vato-page--cinematic .vato-security__grid p {
  margin: 15px 0 0;
  color: var(--vato-copy-soft);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.58;
}

.vato-page--cinematic .vato-definition {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  margin-top: 64px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(146, 205, 246, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(86, 126, 255, .15), transparent 38%),
    linear-gradient(145deg, rgba(18, 39, 65, .88), rgba(5, 15, 29, .94));
  box-shadow: inset 0 1px 0 rgba(232, 247, 255, .06), 0 28px 72px rgba(0, 0, 0, .24);
}

.vato-page--cinematic .vato-definition__eyebrow {
  margin: 0;
  color: #90c6e8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
}

.vato-page--cinematic .vato-definition__copy h3 {
  margin: 22px 0 0;
  color: #edf4ff;
  font-family: var(--cb-display-font);
  font-size: clamp(30px, 3.15vw, 48px);
  font-weight: 300;
  letter-spacing: -.052em;
  line-height: 1.06;
}

.vato-page--cinematic .vato-definition__copy > p:last-of-type {
  margin: 24px 0 0;
  color: var(--vato-copy-soft);
  font-size: 16px;
  line-height: 1.64;
}

.vato-page--cinematic .vato-definition__templates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.vato-page--cinematic .vato-definition__templates span {
  padding: 7px 10px;
  border: 1px solid rgba(146, 198, 238, .15);
  border-radius: 6px;
  color: #b5cee2;
  background: rgba(7, 20, 37, .58);
  font: 600 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.vato-page--cinematic .vato-definition__facts {
  border-left: 1px solid rgba(146, 198, 238, .13);
  padding-left: clamp(28px, 4vw, 54px);
}

.vato-page--cinematic .vato-definition__facts article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(146, 198, 238, .11);
}

.vato-page--cinematic .vato-definition__facts article:first-child {
  padding-top: 0;
}

.vato-page--cinematic .vato-definition__facts article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vato-page--cinematic .vato-definition__facts article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(146, 205, 246, .2);
  border-radius: 11px;
  color: #94cdec;
  background: rgba(34, 82, 120, .18);
  font-size: 16px;
}

.vato-page--cinematic .vato-definition__facts h4 {
  margin: 0;
  color: #e5eff9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.022em;
}

.vato-page--cinematic .vato-definition__facts p {
  margin: 8px 0 0;
  color: var(--vato-copy-soft);
  font-size: 14px;
  line-height: 1.55;
}

.vato-page--cinematic .vato-promise {
  max-width: 1080px;
  margin: 46px auto 0;
  padding: 26px 34px;
  border: 1px solid rgba(146, 205, 246, .15);
  border-radius: 18px;
  color: var(--cb-display-ink-dark);
  background: rgba(8, 22, 40, .62);
  text-align: center;
}

.vato-page--cinematic .vato-promise p {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: 22px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.35;
}

/* ---- Du code à la production ---- */
.vato-page--cinematic .vato-workflow__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr);
  gap: 54px;
  align-items: stretch;
  margin-top: 64px;
}

.vato-page--cinematic .vato-workflow__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vato-page--cinematic .vato-workflow__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 0 0 30px;
}

.vato-page--cinematic .vato-workflow__steps li:last-child {
  padding-bottom: 0;
}

.vato-page--cinematic .vato-workflow__steps li::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 44px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(rgba(146, 205, 246, .3), rgba(146, 205, 246, .06));
}

.vato-page--cinematic .vato-workflow__steps li:last-child::before {
  display: none;
}

.vato-page--cinematic .vato-workflow__steps li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(146, 205, 246, .24);
  border-radius: 50%;
  color: #a5d8ff;
  background: #0a182b;
  font-size: 12px;
  font-weight: 700;
}

.vato-page--cinematic .vato-workflow__steps h3 {
  margin: 2px 0 0;
  color: #edf4ff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.vato-page--cinematic .vato-workflow__steps p {
  margin: 9px 0 0;
  color: var(--vato-copy-soft);
  font-size: 15.5px;
  line-height: 1.56;
}

.vato-page--cinematic .vato-capsule {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  min-height: 470px;
  padding: 28px;
  border: 1px solid var(--vato-line-strong);
  border-radius: 22px;
  color: var(--cb-display-ink-dark);
  background:
    radial-gradient(circle at 90% 0%, rgba(86, 126, 255, .18), transparent 32%),
    linear-gradient(145deg, rgba(18, 40, 68, .92), rgba(5, 15, 29, .97));
  box-shadow: 0 34px 82px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(232, 247, 255, .07);
}

.vato-page--cinematic .vato-capsule > header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(146, 205, 246, .14);
}

.vato-page--cinematic .vato-capsule > header span {
  grid-column: 1 / -1;
  color: rgba(146, 205, 246, .72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.vato-page--cinematic .vato-capsule > header strong {
  color: #f0f6ff;
  font-size: 24px;
  letter-spacing: -.035em;
}

.vato-page--cinematic .vato-capsule > header i {
  padding: 7px 10px;
  border: 1px solid rgba(103, 224, 185, .28);
  border-radius: 999px;
  color: #8be8c5;
  background: rgba(44, 111, 85, .16);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.vato-page--cinematic .vato-capsule__resources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.vato-page--cinematic .vato-capsule__resources span {
  padding: 7px 9px;
  border: 1px solid rgba(146, 205, 246, .13);
  border-radius: 8px;
  color: var(--vato-copy-soft);
  background: rgba(4, 13, 26, .4);
  font-size: 11px;
}

.vato-page--cinematic .vato-capsule__stages {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 9px;
  margin: 25px 0 20px;
  color: rgba(185, 208, 232, .72);
  font-size: 11px;
}

.vato-page--cinematic .vato-capsule__stages i {
  height: 1px;
  background: rgba(146, 205, 246, .22);
}

.vato-page--cinematic .vato-capsule ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(146, 205, 246, .12);
  list-style: none;
}

.vato-page--cinematic .vato-capsule li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 47px;
  border-bottom: 1px solid rgba(146, 205, 246, .1);
  color: var(--vato-copy);
  font-size: 13px;
}

.vato-page--cinematic .vato-capsule li b {
  color: #78e1ba;
}

.vato-page--cinematic .vato-capsule li .is-waiting {
  color: #f5c36f;
}

.vato-page--cinematic .vato-capsule > footer {
  margin-top: 21px;
  color: rgba(142, 197, 237, .67);
  font-size: 11px;
}

/* ---- IA opérationnelle ---- */
.vato-page--cinematic .vato-agent__demo {
  display: grid;
  grid-template-columns: minmax(330px, .76fr) minmax(0, 1.24fr);
  gap: 18px;
  margin-top: 58px;
}

.vato-page--cinematic .vato-agent__request,
.vato-page--cinematic .vato-agent__run {
  border: 1px solid var(--vato-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(20, 39, 64, .78), rgba(7, 17, 32, .91));
  box-shadow: 0 24px 58px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(232, 247, 255, .055);
}

.vato-page--cinematic .vato-agent__request {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.vato-page--cinematic .vato-agent__request > span {
  color: rgba(146, 205, 246, .76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.vato-page--cinematic .vato-agent__request p {
  margin: 22px 0 0;
  color: #dbe8f8;
  font-family: var(--cb-display-font);
  font-size: 22px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.42;
}

.vato-page--cinematic .vato-agent__run {
  padding: 18px 26px;
}

.vato-page--cinematic .vato-agent__run p {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  margin: 0;
  border-bottom: 1px solid rgba(146, 205, 246, .1);
  color: var(--vato-copy);
  font-size: 14px;
}

.vato-page--cinematic .vato-agent__run p:last-child {
  border-bottom: 0;
}

.vato-page--cinematic .vato-agent__run i {
  color: #8bcff7;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.vato-page--cinematic .vato-agent__run b {
  color: #dce9fa;
  font-size: 12px;
  font-weight: 600;
}

.vato-page--cinematic .vato-agent__run .is-complete {
  color: #bfe9d6;
}

.vato-page--cinematic .vato-agent__run .is-complete i {
  color: #67e0b9;
}

.vato-page--cinematic .vato-agent__run a {
  color: #a5d8ff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.vato-page--cinematic .vato-model-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(146, 205, 246, .14);
  border-radius: 16px;
  background: rgba(8, 22, 40, .62);
}

.vato-page--cinematic .vato-model-strip > p {
  margin: 0;
  color: var(--vato-copy-soft);
  font-size: 14px;
}

.vato-page--cinematic .vato-model-strip > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.vato-page--cinematic .vato-model-strip span {
  padding: 8px 11px;
  border: 1px solid rgba(146, 205, 246, .16);
  border-radius: 999px;
  color: #c6dbef;
  background: rgba(57, 112, 166, .1);
  font-size: 12px;
}

/* ---- Écosystème ---- */
.vato-page--cinematic .vato-ecosystem__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.vato-page--cinematic .vato-ecosystem__grid article {
  display: flex;
  flex-direction: column;
  min-height: 346px;
  padding: 28px 26px 25px;
}

.vato-page--cinematic .vato-ecosystem__grid article.is-featured {
  border-color: rgba(86, 126, 255, .42);
  background:
    radial-gradient(circle at 15% 0%, rgba(86, 126, 255, .22), transparent 40%),
    linear-gradient(145deg, rgba(24, 42, 74, .92), rgba(7, 17, 32, .94));
}

.vato-page--cinematic .vato-product-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(146, 205, 246, .22);
  border-radius: 14px;
  color: #a5d8ff;
  background: rgba(57, 112, 166, .14);
  font-size: 14px;
  font-weight: 800;
}

.vato-page--cinematic .vato-product-role {
  margin: 21px 0 0;
  color: rgba(146, 205, 246, .72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.vato-page--cinematic .vato-ecosystem__grid h3 {
  margin: 9px 0 0;
  color: #edf4ff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.vato-page--cinematic .vato-ecosystem__grid article > p:not(.vato-product-role) {
  margin: 17px 0 22px;
  color: var(--vato-copy-soft);
  font-size: 14.5px;
  line-height: 1.56;
}

.vato-page--cinematic .vato-ecosystem__grid a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #a5d8ff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.vato-page--cinematic .vato-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
}

.vato-page--cinematic .vato-ecosystem__flow {
  margin: 34px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(146, 205, 246, .14);
  border-radius: 14px;
  color: var(--vato-copy);
  background: rgba(8, 22, 40, .56);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* ---- Souveraineté et accès ---- */
.vato-page--cinematic .vato-security__grid article {
  min-height: 292px;
  padding: 29px 27px 27px;
}

.vato-page--cinematic .vato-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, .78fr));
  gap: 18px;
  margin-top: 58px;
}

.vato-page--cinematic .vato-access-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 31px 28px 27px;
}

.vato-page--cinematic .vato-access-card.is-cloud {
  border-color: rgba(86, 126, 255, .42);
  background:
    radial-gradient(circle at 8% 0%, rgba(86, 126, 255, .24), transparent 42%),
    linear-gradient(145deg, rgba(25, 45, 78, .94), rgba(7, 17, 32, .95));
}

.vato-page--cinematic .vato-access-card > span {
  color: rgba(146, 205, 246, .76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.vato-page--cinematic .vato-access-card h3 {
  margin: 17px 0 0;
  color: #edf4ff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.vato-page--cinematic .vato-access-card > p {
  margin: 16px 0 0;
  color: var(--vato-copy-soft);
  font-size: 15px;
  line-height: 1.56;
}

.vato-page--cinematic .vato-access-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 22px;
  padding: 0;
  color: var(--vato-copy);
  font-size: 13.5px;
  list-style: none;
}

.vato-page--cinematic .vato-access-card li::before {
  content: "✓";
  margin-right: 9px;
  color: #67e0b9;
}

.vato-page--cinematic .vato-access-card .btn {
  align-self: flex-start;
  min-height: 48px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid rgba(146, 205, 246, .23);
  border-radius: 9px;
  color: #c7e2f7;
  background: rgba(8, 24, 43, .72);
  box-shadow: none;
}

.vato-page--cinematic .vato-access-card .btn--primary {
  border-color: transparent;
  color: #071018;
  background: var(--vato-cyan);
}

.vato-page--cinematic .vato-access__note {
  margin: 30px 0 0;
  color: var(--vato-copy-soft);
  font-size: 14px;
  text-align: center;
}

.vato-page--cinematic .vato-access__note a {
  color: #a5d8ff;
  font-weight: 600;
}

/* ---- Footer et CTA : conserver le skin sombre même sans story-skin ---- */
body.vato-page--cinematic .vato-diagnostic {
  background:
    radial-gradient(circle at 12% 8%, rgba(86, 126, 255, .18), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(66, 187, 223, .12), transparent 34%),
    linear-gradient(135deg, rgba(20, 42, 70, .94), rgba(7, 18, 34, .96));
}

body.vato-page--cinematic .site-footer {
  color: var(--vato-copy);
  background: rgba(6, 15, 29, .94);
  border-color: rgba(146, 205, 246, .12);
}

body.vato-page--cinematic .site-footer .brand__logo-img {
  filter: brightness(0) invert(1);
}

body.vato-page--cinematic .site-footer h2,
body.vato-page--cinematic .site-footer a,
body.vato-page--cinematic .site-footer strong,
body.vato-page--cinematic .site-footer small {
  color: var(--vato-copy);
}

@media (max-width: 1120px) {
  .vato-page--cinematic .vato-section-head--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vato-page--cinematic .vato-value-grid,
  .vato-page--cinematic .vato-security__grid,
  .vato-page--cinematic .vato-ecosystem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vato-page--cinematic .vato-workflow__layout {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-capsule {
    min-height: 0;
  }

  .vato-page--cinematic .vato-access__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vato-page--cinematic .vato-access-card.is-cloud {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .vato-page--cinematic .vato-section-shell {
    padding: 88px 0 82px;
  }

  .vato-page--cinematic .vato-section-head {
    gap: 22px;
  }

  body.vato-page--cinematic .vato-section-head .vato-section-lead {
    font-size: var(--cb-lead-section);
    line-height: 1.34;
  }

  .vato-page--cinematic .vato-value-grid,
  .vato-page--cinematic .vato-security__grid,
  .vato-page--cinematic .vato-ecosystem__grid,
  .vato-page--cinematic .vato-access__grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .vato-page--cinematic .vato-access-card.is-cloud {
    grid-column: auto;
  }

  .vato-page--cinematic .vato-value-grid article,
  .vato-page--cinematic .vato-security__grid article,
  .vato-page--cinematic .vato-ecosystem__grid article,
  .vato-page--cinematic .vato-access-card {
    min-height: 0;
  }

  .vato-page--cinematic .vato-workflow__layout,
  .vato-page--cinematic .vato-agent__demo {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .vato-page--cinematic .vato-capsule {
    padding: 23px;
  }

  .vato-page--cinematic .vato-agent__request {
    padding: 27px 24px;
  }

  .vato-page--cinematic .vato-agent__run {
    padding-inline: 20px;
  }

  .vato-page--cinematic .vato-agent__run p {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .vato-page--cinematic .vato-agent__run b,
  .vato-page--cinematic .vato-agent__run a {
    grid-column: 2;
    justify-self: start;
    padding-bottom: 8px;
  }

  .vato-page--cinematic .vato-model-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .vato-page--cinematic .vato-model-strip > div {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .vato-page--cinematic .vato-workflow__steps li {
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }

  .vato-page--cinematic .vato-workflow__steps li > span {
    width: 42px;
    height: 42px;
  }

  .vato-page--cinematic .vato-workflow__steps li::before {
    left: 20px;
    top: 40px;
  }

  .vato-page--cinematic .vato-capsule__stages {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-capsule__stages i {
    display: none;
  }

  .vato-page--cinematic .vato-promise {
    padding: 22px;
  }

  .vato-page--cinematic .vato-promise p,
  .vato-page--cinematic .vato-agent__request p {
    font-size: 19px;
  }
}

/* ===== Vato Workspaces — contenu produit et écosystème (2026-07-19) ===== */
.vato-page--cinematic .vato-section-shell {
  position: relative;
  z-index: 1;
  width: var(--cb-shell);
  margin-inline: auto;
}

.vato-page--cinematic .vato-manifesto,
.vato-page--cinematic .vato-workflow,
.vato-page--cinematic .vato-agent,
.vato-page--cinematic .vato-ecosystem,
.vato-page--cinematic .vato-security,
.vato-page--cinematic .vato-access {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 96px;
  padding: clamp(92px, 9vw, 138px) 0;
  border-top: 1px solid rgba(137, 182, 219, .08);
}

.vato-page--cinematic .vato-manifesto,
.vato-page--cinematic .vato-agent,
.vato-page--cinematic .vato-security {
  background:
    radial-gradient(circle at 10% 12%, rgba(86, 126, 255, .1), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(66, 187, 223, .07), transparent 28%),
    #050b18;
}

.vato-page--cinematic .vato-workflow,
.vato-page--cinematic .vato-ecosystem,
.vato-page--cinematic .vato-access {
  background:
    radial-gradient(circle at 85% 20%, rgba(75, 152, 208, .1), transparent 30%),
    linear-gradient(180deg, #071020 0%, #050c19 100%);
}

.vato-page--cinematic .vato-manifesto::after,
.vato-page--cinematic .vato-workflow::after,
.vato-page--cinematic .vato-agent::after,
.vato-page--cinematic .vato-ecosystem::after,
.vato-page--cinematic .vato-security::after,
.vato-page--cinematic .vato-access::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='260' viewBox='0 0 300 260'%3E%3Cg fill='none' stroke='%237aaed8' stroke-opacity='.18' stroke-width='1'%3E%3Cpath d='m0 65 50-38 50 38v76l-50 38-50-38M100 65l50-38 50 38v76l-50 38-50-38M200 65l50-38 50 38v76l-50 38-50-38M50 179l50-38 50 38v76l-50 38-50-38M150 179l50-38 50 38v76l-50 38-50-38'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 300px 260px;
  mask-image: radial-gradient(ellipse 80% 68% at 50% 50%, #000 10%, transparent 82%);
}

.vato-page--cinematic .vato-section-head {
  display: grid;
  align-items: end;
  gap: clamp(34px, 6vw, 92px);
}

.vato-page--cinematic .vato-section-head--split {
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
}

.vato-page--cinematic .vato-section-head--center {
  max-width: 1060px;
  margin-inline: auto;
  display: block;
  text-align: center;
}

.vato-page--cinematic .vato-section-head .section-eyebrow {
  margin: 0 0 20px;
  color: var(--cb-eyebrow-ink-dark);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1;
  text-transform: uppercase;
}

.vato-page--cinematic .vato-section-head h2 {
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: balance;
}

.vato-page--cinematic .vato-section-head h2 span,
.vato-page--cinematic .vato-section-head h2 em {
  display: block;
}

.vato-page--cinematic .vato-section-head h2 em {
  font-style: normal;
  font-weight: var(--cb-display-weight);
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vato-page--cinematic .vato-section-head .vato-section-lead {
  max-width: 660px;
  margin: 0;
  color: var(--cb-lead-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.36;
}

.vato-page--cinematic .vato-section-head--center .vato-section-lead {
  max-width: 820px;
  margin: 28px auto 0;
}

.vato-page--cinematic .vato-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.vato-page--cinematic .vato-value-grid article,
.vato-page--cinematic .vato-security__grid article {
  position: relative;
  min-height: 285px;
  padding: 30px 27px;
  overflow: hidden;
  border: 1px solid var(--vato-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(20, 39, 64, .74), rgba(7, 17, 32, .88));
  box-shadow: inset 0 1px 0 rgba(232, 247, 255, .055), 0 24px 58px rgba(0, 0, 0, .22);
}

.vato-page--cinematic .vato-card-index,
.vato-page--cinematic .vato-security__grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 30px;
  padding-inline: 10px;
  border: 1px solid rgba(146, 205, 246, .2);
  border-radius: 999px;
  color: #9ecff1;
  background: rgba(31, 83, 125, .18);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.vato-page--cinematic .vato-value-grid h3,
.vato-page--cinematic .vato-security__grid h3 {
  margin: 68px 0 0;
  color: #edf4ff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.18;
}

.vato-page--cinematic .vato-value-grid p,
.vato-page--cinematic .vato-security__grid p {
  margin: 14px 0 0;
  color: var(--vato-copy-soft);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.58;
}

.vato-page--cinematic .vato-promise {
  max-width: 1040px;
  margin: 64px auto 0;
  padding: 36px clamp(28px, 5vw, 68px);
  border-block: 1px solid rgba(146, 205, 246, .16);
  text-align: center;
}

.vato-page--cinematic .vato-promise p {
  margin: 0;
  color: #d6e5f5;
  font-family: var(--cb-display-font);
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 300;
  letter-spacing: -.038em;
  line-height: 1.18;
}

.vato-page--cinematic .vato-workflow__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
  gap: clamp(38px, 7vw, 100px);
  align-items: center;
  margin-top: 72px;
}

.vato-page--cinematic .vato-workflow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vato-page--cinematic .vato-workflow__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding: 25px 0 30px;
  border-bottom: 1px solid rgba(146, 198, 238, .13);
}

.vato-page--cinematic .vato-workflow__steps li:first-child {
  padding-top: 0;
}

.vato-page--cinematic .vato-workflow__steps li > span {
  color: #8ac8ee;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.vato-page--cinematic .vato-workflow__steps h3 {
  margin: 0;
  color: #edf4ff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.vato-page--cinematic .vato-workflow__steps p {
  max-width: 620px;
  margin: 9px 0 0;
  color: var(--vato-copy-soft);
  font-size: 15.5px;
  line-height: 1.58;
}

.vato-page--cinematic .vato-capsule {
  overflow: hidden;
  border: 1px solid rgba(146, 205, 246, .27);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(66, 187, 223, .12), transparent 32%),
    linear-gradient(145deg, rgba(15, 34, 58, .96), rgba(5, 15, 29, .98));
  box-shadow: 0 36px 90px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(232, 247, 255, .08);
}

.vato-page--cinematic .vato-capsule > header {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 26px 28px 21px;
  border-bottom: 1px solid rgba(146, 198, 238, .12);
}

.vato-page--cinematic .vato-capsule > header span {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: #86badc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

.vato-page--cinematic .vato-capsule > header strong {
  color: #eef6ff;
  font-size: 22px;
  letter-spacing: -.025em;
}

.vato-page--cinematic .vato-capsule > header i {
  align-self: center;
  padding: 5px 10px;
  border: 1px solid rgba(103, 224, 185, .26);
  border-radius: 999px;
  color: #8ae4c1;
  background: rgba(52, 138, 107, .14);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.vato-page--cinematic .vato-capsule__resources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 28px;
}

.vato-page--cinematic .vato-capsule__resources span {
  padding: 6px 9px;
  border: 1px solid rgba(146, 198, 238, .13);
  border-radius: 6px;
  color: #9bb2ca;
  background: rgba(5, 15, 30, .52);
  font: 600 10px/1.1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.vato-page--cinematic .vato-capsule__stages {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 16px 28px;
  border-block: 1px solid rgba(146, 198, 238, .1);
}

.vato-page--cinematic .vato-capsule__stages b {
  color: #a8c0d8;
  font-size: 9px;
  font-weight: 600;
}

.vato-page--cinematic .vato-capsule__stages i {
  height: 1px;
  background: linear-gradient(90deg, rgba(86, 126, 255, .7), rgba(103, 224, 185, .6));
}

.vato-page--cinematic .vato-capsule ul {
  list-style: none;
  margin: 0;
  padding: 12px 28px;
}

.vato-page--cinematic .vato-capsule li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  color: #a9bdd1;
  border-bottom: 1px solid rgba(146, 198, 238, .09);
  font-size: 13px;
}

.vato-page--cinematic .vato-capsule li b {
  color: #79ddb6;
  font-size: 12px;
}

.vato-page--cinematic .vato-capsule li b.is-waiting {
  color: #f0c77e;
}

.vato-page--cinematic .vato-capsule footer {
  padding: 17px 28px;
  color: #758ca5;
  background: rgba(3, 10, 22, .42);
  font-size: 11px;
  text-align: center;
}

.vato-page--cinematic .vato-agent__demo {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid rgba(146, 205, 246, .22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 39, 65, .88), rgba(5, 15, 29, .94));
  box-shadow: 0 28px 72px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(232, 247, 255, .06);
}

.vato-page--cinematic .vato-agent__request {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding: 36px;
  border-right: 1px solid rgba(146, 198, 238, .13);
  background: radial-gradient(circle at 0 0, rgba(86, 126, 255, .18), transparent 52%);
}

.vato-page--cinematic .vato-agent__request span {
  color: #91c4e7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
}

.vato-page--cinematic .vato-agent__request p {
  margin: 0;
  color: #e1edf8;
  font-family: var(--cb-display-font);
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.22;
}

.vato-page--cinematic .vato-agent__run {
  padding: 23px 34px;
}

.vato-page--cinematic .vato-agent__run p {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 55px;
  margin: 0;
  padding: 8px 0;
  color: #b7c8da;
  border-bottom: 1px solid rgba(146, 198, 238, .11);
  font-size: 14px;
}

.vato-page--cinematic .vato-agent__run p i {
  color: #7295b5;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.vato-page--cinematic .vato-agent__run p b {
  color: #8299b1;
  font: 500 11px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.vato-page--cinematic .vato-agent__run p.is-complete {
  margin-top: 12px;
  padding: 14px 17px;
  border: 1px solid rgba(103, 224, 185, .18);
  border-radius: 10px;
  color: #bfe9d8;
  background: rgba(37, 110, 82, .15);
}

.vato-page--cinematic .vato-agent__run p.is-complete i {
  color: #79ddb6;
  font-size: 14px;
}

.vato-page--cinematic .vato-agent__run a {
  color: #a8d7f4;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vato-page--cinematic .vato-model-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 25px;
  padding: 20px 24px;
  border: 1px solid rgba(146, 198, 238, .12);
  border-radius: 14px;
  background: rgba(7, 19, 35, .58);
}

.vato-page--cinematic .vato-model-strip p {
  margin: 0;
  color: #91a8c0;
  font-size: 13px;
}

.vato-page--cinematic .vato-model-strip div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.vato-page--cinematic .vato-model-strip span {
  padding: 7px 10px;
  border: 1px solid rgba(146, 198, 238, .14);
  border-radius: 6px;
  color: #b4cbe0;
  background: rgba(16, 38, 61, .58);
  font-size: 11px;
  font-weight: 600;
}

.vato-page--cinematic .vato-ecosystem__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 68px;
}

.vato-page--cinematic .vato-ecosystem__grid article {
  position: relative;
  min-height: 405px;
  padding: 28px 26px;
  overflow: hidden;
  border: 1px solid var(--vato-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(19, 40, 64, .8), rgba(6, 17, 31, .9));
  box-shadow: inset 0 1px 0 rgba(232, 247, 255, .055);
}

.vato-page--cinematic .vato-ecosystem__grid article.is-featured {
  border-color: rgba(103, 224, 185, .26);
  background:
    radial-gradient(circle at 20% 0%, rgba(103, 224, 185, .12), transparent 35%),
    linear-gradient(145deg, rgba(19, 48, 62, .88), rgba(6, 20, 31, .92));
}

.vato-page--cinematic .vato-product-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(146, 205, 246, .22);
  border-radius: 12px;
  color: #a7d4f2;
  background: rgba(42, 91, 132, .18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.vato-page--cinematic .vato-product-role {
  margin: 28px 0 0;
  color: #7fa9c7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
}

.vato-page--cinematic .vato-ecosystem__grid h3 {
  margin: 10px 0 0;
  color: #edf4ff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.vato-page--cinematic .vato-ecosystem__grid article > p:not(.vato-product-role) {
  margin: 20px 0 58px;
  color: var(--vato-copy-soft);
  font-size: 14.5px;
  line-height: 1.58;
}

.vato-page--cinematic .vato-ecosystem__grid article > a,
.vato-page--cinematic .vato-product-links {
  position: absolute;
  right: 26px;
  bottom: 27px;
  left: 26px;
}

.vato-page--cinematic .vato-ecosystem__grid a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  color: #acd8f4;
  border-top: 1px solid rgba(146, 198, 238, .12);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.vato-page--cinematic .vato-ecosystem__grid a:hover span {
  text-decoration: underline;
}

.vato-page--cinematic .vato-product-links {
  display: flex;
  gap: 14px;
}

.vato-page--cinematic .vato-product-links a {
  flex: 1;
}

.vato-page--cinematic .vato-ecosystem__flow {
  margin: 40px 0 0;
  padding: 21px 24px;
  border-block: 1px solid rgba(146, 198, 238, .13);
  color: #a3bbd2;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.vato-page--cinematic .vato-security__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 64px;
}

.vato-page--cinematic .vato-security__grid article {
  min-height: 240px;
}

.vato-page--cinematic .vato-security__grid h3 {
  margin-top: 42px;
}

.vato-page--cinematic .vato-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, .85fr));
  gap: 18px;
  margin-top: 66px;
}

.vato-page--cinematic .vato-access-card {
  position: relative;
  min-height: 340px;
  padding: 29px 27px;
  border: 1px solid var(--vato-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(19, 40, 64, .8), rgba(6, 17, 31, .9));
}

.vato-page--cinematic .vato-access-card.is-cloud {
  border-color: rgba(103, 224, 185, .25);
  background:
    radial-gradient(circle at 0 0, rgba(103, 224, 185, .11), transparent 42%),
    linear-gradient(145deg, rgba(17, 45, 59, .9), rgba(6, 19, 31, .94));
}

.vato-page--cinematic .vato-access-card > span {
  color: #86b8d9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
}

.vato-page--cinematic .vato-access-card h3 {
  margin: 22px 0 0;
  color: #edf4ff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.vato-page--cinematic .vato-access-card p {
  margin: 16px 0 0;
  color: var(--vato-copy-soft);
  font-size: 14.5px;
  line-height: 1.58;
}

.vato-page--cinematic .vato-access-card ul {
  list-style: none;
  margin: 20px 0 68px;
  padding: 0;
}

.vato-page--cinematic .vato-access-card li {
  position: relative;
  margin-top: 9px;
  padding-left: 20px;
  color: #a8bdd2;
  font-size: 13px;
}

.vato-page--cinematic .vato-access-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #79ddb6;
}

.vato-page--cinematic .vato-access-card .btn {
  position: absolute;
  right: 27px;
  bottom: 27px;
  left: 27px;
  min-height: 48px;
  justify-content: center;
  border-radius: 8px;
  box-shadow: none;
}

.vato-page--cinematic .vato-access-card .btn--primary {
  border: 0;
  color: #071018;
  background: var(--vato-cyan);
}

.vato-page--cinematic .vato-access-card .btn--outline {
  border-color: rgba(146, 205, 246, .24);
  color: #c5e0f5;
  background: rgba(7, 22, 40, .72);
}

.vato-page--cinematic .vato-access__note {
  margin: 31px 0 0;
  color: var(--vato-copy-soft);
  font-size: 14px;
  text-align: center;
}

.vato-page--cinematic .vato-access__note a {
  color: #a7d6f2;
  font-weight: 700;
  text-decoration: none;
}

.vato-page--cinematic .vato-access__note a:hover {
  text-decoration: underline;
}

/* The product scene is atmospheric background, not a content column. */
.vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
  min-height: 650px;
  display: block;
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -8% -5% -8% 36%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(5, 11, 24, .74) 28%, rgba(5, 11, 24, .97) 58%);
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__copy {
  position: relative;
  z-index: 3;
  width: min(54%, 690px);
  max-width: 690px;
  margin-left: auto;
  padding-top: 38px;
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__visual {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -9%;
  width: min(78%, 960px);
  min-height: 565px;
  transform: translateY(-50%);
  opacity: .8;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 96%);
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 96%);
}

@media (max-width: 1120px) {
  .vato-page--cinematic .vato-hero--cloud {
    min-height: 760px;
    padding: 70px 0 46px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    min-height: 590px;
    display: block;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner::after {
    inset: -8%;
    background: linear-gradient(180deg, rgba(5, 11, 24, .95) 0%, rgba(5, 11, 24, .78) 58%, rgba(5, 11, 24, .5) 100%);
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__copy {
    width: min(100%, 780px);
    max-width: 780px;
    margin-inline: auto;
    padding-top: 0;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__visual {
    top: 60%;
    left: 50%;
    width: min(100%, 900px);
    min-height: 530px;
    margin: 0;
    transform: translate(-50%, -50%);
    opacity: .24;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 75%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 75%, transparent 100%);
  }

  .vato-page--cinematic .vato-value-grid,
  .vato-page--cinematic .vato-ecosystem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vato-page--cinematic .vato-definition {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-definition__facts {
    border-top: 1px solid rgba(146, 198, 238, .13);
    border-left: 0;
    padding-top: 34px;
    padding-left: 0;
  }

  .vato-page--cinematic .vato-workflow__layout {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-capsule {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .vato-page--cinematic .vato-access__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vato-page--cinematic .vato-access-card.is-cloud {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .vato-page--cinematic .vato-section-shell,
  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner,
  .vato-page--cinematic .vato-hero--cloud .vato-hero__benefits {
    width: calc(100% - 32px);
  }

  .vato-page--cinematic .vato-manifesto,
  .vato-page--cinematic .vato-workflow,
  .vato-page--cinematic .vato-agent,
  .vato-page--cinematic .vato-ecosystem,
  .vato-page--cinematic .vato-security,
  .vato-page--cinematic .vato-access {
    padding: 82px 0;
  }

  .vato-page--cinematic .vato-section-head--split {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .vato-page--cinematic .vato-section-head--center {
    text-align: left;
  }

  .vato-page--cinematic .vato-section-head--center .vato-section-lead {
    margin-inline: 0;
  }

  .vato-page--cinematic .vato-section-head h2 span,
  .vato-page--cinematic .vato-section-head h2 em {
    display: inline;
  }

  .vato-page--cinematic .vato-value-grid,
  .vato-page--cinematic .vato-security__grid,
  .vato-page--cinematic .vato-ecosystem__grid,
  .vato-page--cinematic .vato-access__grid {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-value-grid article,
  .vato-page--cinematic .vato-security__grid article,
  .vato-page--cinematic .vato-ecosystem__grid article,
  .vato-page--cinematic .vato-access-card {
    min-height: 0;
  }

  .vato-page--cinematic .vato-value-grid h3 {
    margin-top: 42px;
  }

  .vato-page--cinematic .vato-definition {
    margin-top: 46px;
    padding: 28px 23px;
  }

  .vato-page--cinematic .vato-agent__demo {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-agent__request {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid rgba(146, 198, 238, .13);
  }

  .vato-page--cinematic .vato-model-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .vato-page--cinematic .vato-model-strip div {
    justify-content: flex-start;
  }

  .vato-page--cinematic .vato-access-card.is-cloud {
    grid-column: auto;
  }

  .vato-page--cinematic .vato-access-card {
    min-height: 310px;
  }

  .vato-page--cinematic .vato-hero--cloud {
    min-height: auto;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    min-height: 655px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__copy {
    text-align: left;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-brand-mark,
  .vato-page--cinematic .vato-hero--cloud .vato-hero__actions {
    justify-content: flex-start;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-lead {
    margin-inline: 0;
    text-align: left;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__visual {
    top: 59%;
    width: 900px;
    opacity: .16;
  }

  .vato-page--cinematic .vato-hero--cloud + .vato-manifesto {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .vato-page--cinematic .vato-hero--cloud {
    padding-top: 45px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    min-height: 675px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 18px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__benefits > span {
    min-height: 68px;
    padding-inline: 9px;
    border-bottom: 1px solid rgba(135, 162, 194, .18);
    font-size: 11px;
    white-space: normal;
    text-align: center;
  }

  .vato-page--cinematic .vato-workflow__steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .vato-page--cinematic .vato-capsule > header,
  .vato-page--cinematic .vato-capsule__resources,
  .vato-page--cinematic .vato-capsule__stages,
  .vato-page--cinematic .vato-capsule ul {
    padding-inline: 20px;
  }

  .vato-page--cinematic .vato-capsule__stages {
    gap: 6px;
  }

  .vato-page--cinematic .vato-agent__request,
  .vato-page--cinematic .vato-agent__run {
    padding: 26px 22px;
  }

  .vato-page--cinematic .vato-agent__run p {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .vato-page--cinematic .vato-agent__run p b,
  .vato-page--cinematic .vato-agent__run p a {
    grid-column: 2;
    justify-self: start;
  }

  .vato-page--cinematic .vato-product-links {
    position: static;
    margin-top: 26px;
  }

  .vato-page--cinematic .vato-ecosystem__grid article > p:not(.vato-product-role) {
    margin-bottom: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vato-page--cinematic .vato-value-grid article,
  .vato-page--cinematic .vato-security__grid article,
  .vato-page--cinematic .vato-ecosystem__grid article,
  .vato-page--cinematic .vato-access-card {
    scroll-behavior: auto;
    transition: none;
  }
}

/*
 * The Workspaces section wrappers own the vertical rhythm. The shared shell
 * remains structural so the earlier Vato component layer cannot add a second
 * vertical padding.
 */
.vato-page--cinematic .vato-section-shell {
  padding-block: 0;
}

/* ==========================================================================
   VATO BUILD SEQUENCE — interactive hero demonstration
   ========================================================================== */

.vato-page--cinematic .vato-hero--cloud {
  min-height: calc(100svh - 70px);
  padding: 34px 0 22px;
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(590px, 1.08fr) minmax(430px, .92fr);
  gap: clamp(34px, 4vw, 66px);
  align-items: center;
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__inner::after {
  z-index: 1;
  inset: -8% -5% -8% 43%;
  background: linear-gradient(90deg, transparent, rgba(5, 11, 24, .76) 24%, rgba(5, 11, 24, .98) 57%);
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__copy {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: 690px;
  margin: 0;
  padding-top: 0;
}

.vato-page--cinematic .vato-hero--cloud .vato-hero__visual {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-height: 590px;
  margin: 0;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  -webkit-mask-image: none;
  mask-image: none;
}

.vato-page--cinematic .vato-hero__visual::before,
.vato-page--cinematic .vato-hero__visual::after {
  width: min(88%, 690px);
  height: 450px;
  opacity: .35;
}

.vato-page--cinematic .vato-hero__visual::before {
  transform: translate3d(-52px, 22px, -120px) rotateY(5deg);
}

.vato-page--cinematic .vato-hero__visual::after {
  transform: translate3d(-25px, 9px, -60px) rotateY(3deg);
  opacity: .54;
}

.vato-page--cinematic .vato-demo {
  --vato-demo-border: rgba(139, 197, 240, .25);
  --vato-demo-line: rgba(139, 197, 240, .12);
  --vato-demo-muted: #7386a4;
  --vato-demo-text: #c8d8eb;
  --vato-demo-cyan: #70cffa;
  --vato-demo-green: #67e0b9;
  --vato-demo-violet: #9c8cff;
  --vato-demo-yellow: #e4c27c;
  width: min(100%, 760px);
  min-height: 520px;
  overflow: visible;
  border-color: rgba(139, 197, 240, .31);
  border-radius: 18px;
  color: var(--vato-demo-text);
  background: linear-gradient(145deg, rgba(12, 27, 49, .985), rgba(4, 12, 25, .99));
  box-shadow:
    0 42px 96px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(230, 247, 255, .08),
    inset 0 0 58px rgba(72, 169, 231, .035);
  contain: layout paint style;
  isolation: isolate;
  transform:
    translate3d(0, var(--vato-demo-lift, 0), 0)
    rotateX(var(--vato-demo-tilt-x, .25deg))
    rotateY(var(--vato-demo-tilt-y, 1.1deg));
  transform-origin: center;
  transition:
    transform 280ms cubic-bezier(.2, .75, .2, 1),
    border-color 420ms ease,
    box-shadow 420ms ease,
    filter 420ms ease;
  animation: none;
}

.vato-page--cinematic .vato-demo::before {
  content: "";
  position: absolute;
  z-index: 30;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 22%, rgba(205, 238, 255, .075) 40%, transparent 57%);
  transform: translate3d(-35%, 0, 0);
  transition: opacity 320ms ease, transform 900ms cubic-bezier(.2, .75, .2, 1);
}

.vato-page--cinematic .vato-demo[data-state]:not([data-state="idle"]) {
  border-color: rgba(121, 199, 244, .4);
  box-shadow:
    0 46px 104px rgba(0, 0, 0, .54),
    0 0 42px rgba(65, 164, 224, .08),
    inset 0 1px 0 rgba(230, 247, 255, .1),
    inset 0 0 58px rgba(72, 169, 231, .05);
  filter: brightness(1.035);
}

.vato-page--cinematic .vato-demo[data-state="deploying"]::before,
.vato-page--cinematic .vato-demo[data-state="previewReady"]::before,
.vato-page--cinematic .vato-demo[data-state="reducedMotion"]::before {
  opacity: 1;
  transform: translate3d(42%, 0, 0);
}

.vato-page--cinematic .vato-demo[data-state="previewReady"],
.vato-page--cinematic .vato-demo[data-state="reducedMotion"] {
  border-color: rgba(103, 224, 185, .42);
  box-shadow:
    0 46px 104px rgba(0, 0, 0, .54),
    0 0 48px rgba(103, 224, 185, .1),
    inset 0 1px 0 rgba(230, 247, 255, .1);
  animation: vato-demo-ready-pulse 820ms cubic-bezier(.2, .75, .2, 1) both;
}

@keyframes vato-demo-ready-pulse {
  0% { box-shadow: 0 42px 96px rgba(0, 0, 0, .5), 0 0 0 rgba(103, 224, 185, 0), inset 0 1px 0 rgba(230, 247, 255, .08); }
  45% { box-shadow: 0 46px 104px rgba(0, 0, 0, .54), 0 0 62px rgba(103, 224, 185, .18), inset 0 1px 0 rgba(230, 247, 255, .11); }
  100% { box-shadow: 0 46px 104px rgba(0, 0, 0, .54), 0 0 48px rgba(103, 224, 185, .1), inset 0 1px 0 rgba(230, 247, 255, .1); }
}

.vato-page--cinematic .vato-demo__titlebar {
  box-sizing: border-box;
  min-height: 43px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  background: rgba(7, 17, 34, .94);
  border-bottom-color: rgba(139, 197, 240, .14);
}

.vato-page--cinematic .vato-demo__titlebar > b {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(207, 223, 244, .78);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vato-page--cinematic .vato-demo__window-controls {
  display: flex;
  gap: 6px;
}

.vato-page--cinematic .vato-demo__window-controls i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff5f57;
}

.vato-page--cinematic .vato-demo__window-controls i:nth-child(2) { background: #febc2e; }
.vato-page--cinematic .vato-demo__window-controls i:nth-child(3) { background: #28c840; }

.vato-page--cinematic .vato-demo__runtime {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8195af;
  font-size: 8.8px;
  white-space: nowrap;
}

.vato-page--cinematic .vato-demo__runtime > i {
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50%;
  background: #48647d;
  box-shadow: none;
  transition: background 260ms ease, box-shadow 260ms ease;
}

.vato-page--cinematic .vato-demo[data-state]:not([data-state="idle"]) .vato-demo__runtime > i {
  background: var(--vato-demo-green);
  box-shadow: 0 0 12px rgba(103, 224, 185, .58);
}

.vato-page--cinematic .vato-demo__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.vato-page--cinematic .vato-demo__control {
  box-sizing: border-box;
  min-width: 26px;
  height: 26px;
  margin: 0;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(139, 197, 240, .14);
  border-radius: 6px;
  color: #9db8d1;
  background: rgba(18, 42, 67, .48);
  font: 600 8.8px/1 var(--cb-display-font);
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.vato-page--cinematic .vato-demo__control:hover {
  color: #e5f3ff;
  border-color: rgba(139, 205, 247, .34);
  background: rgba(35, 74, 108, .58);
}

.vato-page--cinematic .vato-demo__control:focus-visible,
.vato-page--cinematic .vato-demo__tabs button:focus-visible,
.vato-page--cinematic .vato-browser button:focus-visible,
.vato-page--cinematic .vato-preview-app button:focus-visible {
  outline: 2px solid #89d5ff;
  outline-offset: 2px;
}

.vato-page--cinematic .vato-demo__control svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vato-page--cinematic .vato-demo__replay,
.vato-page--cinematic .vato-demo__pause {
  opacity: 0;
  pointer-events: none;
}

.vato-page--cinematic .vato-demo[data-state="prompt"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="openingFile"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="typing"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="testing"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="security"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="deploying"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="openingPreview"] .vato-demo__pause,
.vato-page--cinematic .vato-demo[data-state="paused"] .vato-demo__pause {
  opacity: 1;
  pointer-events: auto;
}

.vato-page--cinematic .vato-demo[data-state="previewReady"] .vato-demo__replay,
.vato-page--cinematic .vato-demo[data-state="reducedMotion"] .vato-demo__replay,
.vato-page--cinematic .vato-demo[data-state="errorFallback"] .vato-demo__replay {
  opacity: 1;
  pointer-events: auto;
}

.vato-page--cinematic .vato-demo__body {
  position: relative;
  height: 477px;
  min-height: 0;
  grid-template-columns: 168px minmax(0, 1fr);
  background: rgba(4, 12, 25, .64);
}

.vato-page--cinematic .vato-demo__sidebar {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  padding: 13px 10px 10px;
  gap: 13px;
  overflow: hidden;
  background: rgba(4, 13, 27, .82);
  border-right-color: rgba(139, 197, 240, .11);
}

.vato-page--cinematic .vato-demo__side-group {
  display: grid;
  gap: 3px;
}

.vato-page--cinematic .vato-demo__side-group > b {
  margin: 2px 6px 5px;
  color: #687d99;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
}

.vato-page--cinematic .vato-demo__sidebar .vato-demo__tree-row,
.vato-page--cinematic .vato-demo__sidebar .vato-demo__environment {
  box-sizing: border-box;
  min-width: 0;
  min-height: 27px;
  margin: 0;
  padding: 0 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #6f84a0;
  background: transparent;
  font-size: 9.2px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 240ms ease, border-color 240ms ease, background 240ms ease, transform 240ms ease;
}

.vato-page--cinematic .vato-demo__sidebar .vato-demo__tree-row > span,
.vato-page--cinematic .vato-demo__sidebar .vato-demo__environment > span {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  color: inherit;
  background: transparent;
  font: inherit;
  text-overflow: ellipsis;
}

.vato-page--cinematic .vato-demo__tree-row svg {
  width: 12px;
  height: 12px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vato-page--cinematic .vato-demo__tree-row--branch { padding-left: 17px; }
.vato-page--cinematic .vato-demo__tree-row--file { padding-left: 20px; }

.vato-page--cinematic .vato-demo[data-state="openingFile"] [data-demo-target="workspace"],
.vato-page--cinematic .vato-demo[data-state="openingFile"] [data-demo-target="branch"],
.vato-page--cinematic .vato-demo[data-state="typing"] [data-demo-target="file"],
.vato-page--cinematic .vato-demo[data-state="testing"] [data-demo-target="file"],
.vato-page--cinematic .vato-demo[data-state="security"] [data-demo-target="file"],
.vato-page--cinematic .vato-demo[data-state="deploying"] [data-demo-target="file"] {
  color: #d8e8f8;
  border-color: rgba(112, 207, 250, .14);
  background: rgba(70, 134, 183, .15);
}

.vato-page--cinematic .vato-demo__environment > i {
  width: 6px;
  height: 6px;
  flex: none;
  margin: 0;
  border-radius: 50%;
  background: #4c617a;
}

.vato-page--cinematic .vato-demo__environment.is-active > i {
  background: var(--vato-demo-green);
  box-shadow: 0 0 9px rgba(103, 224, 185, .42);
}

.vato-page--cinematic .vato-demo__environment > em {
  margin-left: auto;
  color: #5c718b;
  font-size: 7.7px;
  font-style: normal;
}

.vato-page--cinematic .vato-demo__environment.is-protected > i { background: #8b7fd1; }

.vato-page--cinematic .vato-demo[data-state="deploying"] [data-demo-environment="staging"],
.vato-page--cinematic .vato-demo[data-state="openingPreview"] [data-demo-environment="staging"],
.vato-page--cinematic .vato-demo[data-state="previewReady"] [data-demo-environment="staging"],
.vato-page--cinematic .vato-demo[data-state="reducedMotion"] [data-demo-environment="staging"] {
  color: #c9f1e1;
  border-color: rgba(103, 224, 185, .19);
  background: rgba(44, 125, 95, .13);
}

.vato-page--cinematic .vato-demo[data-state="previewReady"] [data-demo-environment="staging"] > i,
.vato-page--cinematic .vato-demo[data-state="reducedMotion"] [data-demo-environment="staging"] > i {
  background: var(--vato-demo-green);
  box-shadow: 0 0 10px rgba(103, 224, 185, .52);
}

.vato-page--cinematic .vato-demo__main {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: 36px 54px minmax(0, 1fr) 108px 25px;
  overflow: hidden;
  background:
    linear-gradient(rgba(100, 156, 202, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 156, 202, .018) 1px, transparent 1px),
    rgba(6, 15, 30, .66);
  background-size: 24px 24px;
}

.vato-page--cinematic .vato-demo__tabs {
  min-width: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: rgba(6, 16, 32, .92);
  border-bottom: 1px solid var(--vato-demo-line);
}

.vato-page--cinematic .vato-demo__tabs button {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  border-right: 1px solid rgba(139, 197, 240, .09);
  color: #657a95;
  background: transparent;
  font: 500 8.8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  cursor: pointer;
}

.vato-page--cinematic .vato-demo__tabs button[aria-selected="true"] {
  color: #d4e6f7;
  background: rgba(20, 45, 70, .48);
}

.vato-page--cinematic .vato-demo__tabs button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  inset: auto 8px 0;
  height: 1px;
  background: var(--vato-demo-cyan);
  box-shadow: 0 0 8px rgba(112, 207, 250, .5);
}

.vato-page--cinematic .vato-demo__tabs button svg {
  width: 11px;
  height: 11px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vato-page--cinematic .vato-demo__tabs button > i {
  width: 4px;
  height: 4px;
  margin-left: 1px;
  border-radius: 50%;
  background: transparent;
}

.vato-page--cinematic .vato-demo__tabs button.is-complete > i {
  background: var(--vato-demo-green);
  box-shadow: 0 0 8px rgba(103, 224, 185, .5);
}

.vato-page--cinematic .vato-demo__saved {
  align-self: center;
  margin-left: auto;
  padding: 0 10px;
  opacity: 0;
  color: #7bdab7;
  font-size: 8px;
  transform: translate3d(5px, 0, 0);
  transition: opacity 180ms ease, transform 180ms ease;
}

.vato-page--cinematic .vato-demo__saved.is-visible {
  opacity: 1;
  transform: none;
}

.vato-page--cinematic .vato-demo__prompt {
  position: relative;
  min-width: 0;
  margin: 7px 10px 5px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) 4px;
  gap: 7px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(112, 155, 203, .12);
  border-radius: 7px;
  color: #91a6c1;
  background: rgba(12, 28, 49, .62);
  transition: border-color 300ms ease, background 300ms ease, box-shadow 300ms ease;
}

.vato-page--cinematic .vato-demo__prompt > span {
  display: grid;
  place-items: center;
  color: #7e8fe8;
}

.vato-page--cinematic .vato-demo__prompt svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
}

.vato-page--cinematic .vato-demo__prompt p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #b7c8da;
  font: 500 9px/1.35 var(--cb-display-font);
  text-overflow: clip;
  white-space: nowrap;
}

.vato-page--cinematic .vato-demo__prompt > i {
  width: 1px;
  height: 13px;
  opacity: 0;
  background: #8bd7ff;
}

.vato-page--cinematic .vato-demo[data-state="prompt"] .vato-demo__prompt,
.vato-page--cinematic .vato-demo[data-state="openingFile"] .vato-demo__prompt {
  border-color: rgba(112, 207, 250, .3);
  background: rgba(28, 59, 86, .54);
  box-shadow: 0 0 22px rgba(82, 171, 224, .09), inset 0 0 18px rgba(94, 187, 239, .035);
}

.vato-page--cinematic .vato-demo[data-state="prompt"] .vato-demo__prompt > i {
  opacity: 1;
  animation: vato-demo-caret 720ms steps(1, end) infinite;
}

@keyframes vato-demo-caret {
  0%, 52% { opacity: 1; }
  53%, 100% { opacity: 0; }
}

.vato-page--cinematic .vato-demo__canvas {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: visible;
}

.vato-page--cinematic .vato-demo__panel {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(10px, 0, 0);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(.2, .75, .2, 1), visibility 0s linear 360ms;
}

.vato-page--cinematic .vato-demo__panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

.vato-page--cinematic .vato-demo__editor-head {
  height: 25px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #607590;
  border-bottom: 1px solid rgba(139, 197, 240, .08);
  font: 500 7.5px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.vato-page--cinematic .vato-demo__editor-head b {
  color: #90abc2;
  font-weight: 600;
}

.vato-page--cinematic .vato-demo__editor-head em {
  opacity: 0;
  color: var(--vato-demo-yellow);
  font-style: normal;
  transition: opacity 180ms ease;
}

.vato-page--cinematic .vato-demo[data-state="typing"] .vato-demo__editor-head em,
.vato-page--cinematic .vato-demo[data-state="testing"] .vato-demo__editor-head em,
.vato-page--cinematic .vato-demo[data-state="security"] .vato-demo__editor-head em,
.vato-page--cinematic .vato-demo[data-state="deploying"] .vato-demo__editor-head em {
  opacity: 1;
}

.vato-page--cinematic .vato-demo__code {
  box-sizing: border-box;
  height: calc(100% - 25px);
  margin: 0;
  padding: 7px 9px 8px 40px;
  overflow: hidden;
  color: #9eb1c8;
  counter-reset: vato-code-line;
  font: 500 8.25px/1.42 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  tab-size: 2;
}

.vato-page--cinematic .vato-demo__code li {
  position: relative;
  min-height: 11.7px;
  padding-left: 4px;
  list-style: none;
  white-space: pre;
}

.vato-page--cinematic .vato-demo__code li::before {
  position: absolute;
  right: calc(100% + 9px);
  width: 20px;
  color: #42546d;
  counter-increment: vato-code-line;
  content: counter(vato-code-line);
  text-align: right;
}

.vato-page--cinematic .vato-demo__code li.is-current {
  background: linear-gradient(90deg, rgba(93, 128, 229, .1), transparent 84%);
}

.vato-page--cinematic .vato-demo__code li.is-current::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: .95em;
  margin-left: 1px;
  vertical-align: -.12em;
  background: #9edcff;
  animation: vato-demo-caret 620ms steps(1, end) infinite;
}

.vato-page--cinematic .vato-code-token--keyword { color: #9c8cff; }
.vato-page--cinematic .vato-code-token--function { color: #72d7f6; }
.vato-page--cinematic .vato-code-token--string { color: #8ad7b4; }
.vato-page--cinematic .vato-code-token--property { color: #9dc9f0; }
.vato-page--cinematic .vato-code-token--comment { color: #60748e; font-style: italic; }
.vato-page--cinematic .vato-code-token--boolean { color: #e8b878; }

.vato-page--cinematic .vato-demo__panel--tests {
  padding: 12px 14px;
  overflow: hidden;
  background: rgba(6, 16, 31, .96);
}

.vato-page--cinematic .vato-demo__panel--tests > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9bb2ca;
  font-size: 9px;
}

.vato-page--cinematic .vato-demo__panel--tests > header b {
  color: #657d97;
  font: 500 7.7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.vato-page--cinematic .vato-demo__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.vato-page--cinematic .vato-demo__checks article {
  min-width: 0;
  min-height: 54px;
  padding: 7px 8px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 14px;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(139, 197, 240, .1);
  border-radius: 7px;
  background: rgba(17, 35, 56, .5);
  transition: border-color 240ms ease, background 240ms ease, transform 240ms ease;
}

.vato-page--cinematic .vato-demo__checks article > i {
  color: #536a84;
  font-size: 7px;
  font-style: normal;
}

.vato-page--cinematic .vato-demo__checks article > span {
  min-width: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

.vato-page--cinematic .vato-demo__checks b,
.vato-page--cinematic .vato-demo__checks small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vato-page--cinematic .vato-demo__checks b {
  color: #9db1c8;
  font-size: 8.5px;
}

.vato-page--cinematic .vato-demo__checks small {
  margin-top: 3px;
  color: #5f7690;
  font: 500 7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.vato-page--cinematic .vato-demo__checks article > em {
  opacity: .15;
  color: var(--vato-demo-green);
  font-size: 11px;
  font-style: normal;
  transform: scale(.7);
  transition: opacity 200ms ease, transform 260ms cubic-bezier(.2, .9, .2, 1.4);
}

.vato-page--cinematic .vato-demo__checks article.is-complete {
  border-color: rgba(103, 224, 185, .2);
  background: rgba(39, 103, 80, .12);
}

.vato-page--cinematic .vato-demo__checks article.is-complete > em {
  opacity: 1;
  transform: scale(1);
}

.vato-page--cinematic .vato-demo__scan {
  position: absolute;
  inset: 0 auto 0 -20%;
  width: 20%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(91, 216, 246, .13), transparent);
  transform: translate3d(0, 0, 0);
}

.vato-page--cinematic .vato-demo[data-state="security"] .vato-demo__scan {
  opacity: 1;
  animation: vato-demo-scan 620ms ease-out both;
}

@keyframes vato-demo-scan {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(600%, 0, 0); }
}

.vato-page--cinematic .vato-demo__terminal {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-top: 1px solid rgba(139, 197, 240, .1);
  background: rgba(3, 10, 22, .94);
}

.vato-page--cinematic .vato-demo__terminal > header {
  height: 22px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #596f89;
  border-bottom: 1px solid rgba(139, 197, 240, .08);
  font-size: 7px;
  letter-spacing: .08em;
}

.vato-page--cinematic .vato-demo__terminal > header b {
  color: #4e647d;
  font: 500 7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0;
}

.vato-page--cinematic .vato-demo__terminal-lines {
  box-sizing: border-box;
  height: 67px;
  padding: 5px 10px 4px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.vato-page--cinematic .vato-demo__terminal-lines p {
  min-height: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0;
  color: #8396ad;
  font: 500 7.7px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  transform: translate3d(0, 3px, 0);
  transition: opacity 150ms ease, transform 180ms ease;
}

.vato-page--cinematic .vato-demo__terminal-lines p.is-visible {
  opacity: 1;
  transform: none;
}

.vato-page--cinematic .vato-demo__terminal-lines p > i {
  width: 8px;
  flex: none;
  margin: 0;
  color: #63809b;
  background: none;
  font-style: normal;
}

.vato-page--cinematic .vato-demo__terminal-lines p.is-complete > i,
.vato-page--cinematic .vato-demo__terminal-lines p.is-complete strong {
  color: var(--vato-demo-green);
}

.vato-page--cinematic .vato-demo__terminal-lines p > b {
  width: 1px;
  height: 9px;
  background: #8fd9ff;
  animation: vato-demo-caret 650ms steps(1, end) infinite;
}

.vato-page--cinematic .vato-demo__deploy {
  position: absolute;
  right: 10px;
  bottom: 6px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.vato-page--cinematic .vato-demo[data-state="deploying"] .vato-demo__deploy,
.vato-page--cinematic .vato-demo[data-state="openingPreview"] .vato-demo__deploy {
  opacity: 1;
}

.vato-page--cinematic .vato-demo__deploy > span {
  height: 2px;
  flex: 1;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(114, 146, 178, .16);
}

.vato-page--cinematic .vato-demo__deploy > span > i {
  display: block;
  width: var(--vato-demo-progress, 0%);
  height: 100%;
  margin: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #567eff, #42bbdf, #67e0b9);
  box-shadow: 0 0 8px rgba(87, 195, 220, .34);
  transition: width 220ms cubic-bezier(.2, .75, .2, 1);
}

.vato-page--cinematic .vato-demo__deploy > b {
  width: 24px;
  color: #6f9ebc;
  font: 600 7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-align: right;
}

.vato-page--cinematic .vato-demo__statusbar {
  position: relative;
  z-index: 12;
  min-width: 0;
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  color: #526b84;
  border-top: 1px solid rgba(139, 197, 240, .08);
  background: rgba(6, 20, 36, .96);
  font: 500 6.8px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: nowrap;
}

.vato-page--cinematic .vato-demo__statusbar > span:first-child {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #7792aa;
}

.vato-page--cinematic .vato-demo__statusbar > span:first-child > i {
  width: 5px;
  height: 5px;
  margin: 0;
  border-radius: 50%;
  background: #546981;
  transition: background 220ms ease, box-shadow 220ms ease;
}

.vato-page--cinematic .vato-demo[data-state]:not([data-state="idle"]) .vato-demo__statusbar > span:first-child > i {
  background: var(--vato-demo-cyan);
  box-shadow: 0 0 8px rgba(112, 207, 250, .44);
}

.vato-page--cinematic .vato-demo[data-state="previewReady"] .vato-demo__statusbar > span:first-child > i,
.vato-page--cinematic .vato-demo[data-state="reducedMotion"] .vato-demo__statusbar > span:first-child > i {
  background: var(--vato-demo-green);
  box-shadow: 0 0 9px rgba(103, 224, 185, .55);
}

.vato-page--cinematic .vato-demo__panel--preview {
  z-index: 10;
  inset: -54px 0 -108px;
  visibility: hidden;
  opacity: 0;
  background: #eaf2fa;
  transform: translate3d(22%, 0, 0) scale(.98);
  transform-origin: right center;
  transition:
    opacity 260ms ease,
    transform 720ms cubic-bezier(.16, .78, .22, 1),
    visibility 0s linear 720ms;
}

.vato-page--cinematic .vato-demo[data-active-panel="preview"] .vato-demo__panel--preview {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

.vato-page--cinematic .vato-browser {
  height: 100%;
  display: grid;
  grid-template-rows: 37px 2px minmax(0, 1fr);
  color: #182b43;
  background: #eaf2fa;
  font-family: var(--cb-display-font);
}

.vato-page--cinematic .vato-browser__toolbar {
  min-width: 0;
  padding: 0 8px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  background: #dce8f3;
  border-bottom: 1px solid rgba(54, 89, 123, .15);
}

.vato-page--cinematic .vato-browser__controls {
  display: flex;
  gap: 4px;
}

.vato-page--cinematic .vato-browser__controls i {
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50%;
  background: #f46b68;
}

.vato-page--cinematic .vato-browser__controls i:nth-child(2) { background: #eab34c; }
.vato-page--cinematic .vato-browser__controls i:nth-child(3) { background: #5ac680; }

.vato-page--cinematic .vato-browser__nav {
  display: flex;
}

.vato-page--cinematic .vato-browser button {
  width: 23px;
  height: 23px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 5px;
  color: #647a90;
  background: transparent;
  cursor: pointer;
}

.vato-page--cinematic .vato-browser button:hover {
  color: #183d61;
  background: rgba(76, 112, 145, .1);
}

.vato-page--cinematic .vato-browser button svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vato-page--cinematic .vato-browser__address {
  min-width: 0;
  height: 25px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  border: 1px solid rgba(60, 99, 134, .16);
  border-radius: 7px;
  color: #4b6379;
  background: rgba(255, 255, 255, .8);
  font: 500 7.5px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.vato-page--cinematic .vato-browser__address svg {
  width: 10px;
  height: 10px;
  flex: none;
  fill: none;
  stroke: #3c8c71;
  stroke-width: 1.3;
}

.vato-page--cinematic .vato-browser__address > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vato-page--cinematic .vato-browser__address > b {
  margin-left: auto;
  padding: 3px 5px;
  border-radius: 999px;
  color: #287456;
  background: #d9f3e7;
  font: 700 6px/1 var(--cb-display-font);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.vato-page--cinematic .vato-browser__loading {
  position: relative;
  overflow: hidden;
  background: rgba(77, 119, 157, .08);
}

.vato-page--cinematic .vato-browser__loading > i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  margin: 0;
  background: linear-gradient(90deg, #567eff, #42bbdf, #67e0b9);
}

.vato-page--cinematic .vato-demo[data-state="openingPreview"] .vato-browser__loading > i,
.vato-page--cinematic .vato-browser.is-refreshing .vato-browser__loading > i {
  animation: vato-browser-load 620ms cubic-bezier(.2, .75, .2, 1) both;
}

@keyframes vato-browser-load {
  0% { width: 0; opacity: 1; }
  70% { width: 78%; opacity: 1; }
  100% { width: 100%; opacity: 0; }
}

.vato-page--cinematic .vato-browser__viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #edf4fa;
}

.vato-page--cinematic .vato-browser__skeleton {
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 26px 1fr 1fr;
  gap: 9px;
  visibility: hidden;
  opacity: 0;
  background: #eef5fb;
  transition: opacity 140ms ease, visibility 0s linear 140ms;
}

.vato-page--cinematic .vato-browser__skeleton i {
  display: block;
  margin: 0;
  border-radius: 7px;
  background: linear-gradient(100deg, #dce8f2 25%, #edf4fa 43%, #dce8f2 62%);
  background-size: 300% 100%;
}

.vato-page--cinematic .vato-browser__skeleton i:first-child { grid-column: 1 / -1; }
.vato-page--cinematic .vato-browser__skeleton i:nth-child(4) { grid-column: 1 / -1; }

.vato-page--cinematic .vato-demo[data-state="openingPreview"] .vato-browser__skeleton,
.vato-page--cinematic .vato-browser.is-refreshing .vato-browser__skeleton {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.vato-page--cinematic .vato-demo[data-state="openingPreview"] .vato-browser__skeleton i,
.vato-page--cinematic .vato-browser.is-refreshing .vato-browser__skeleton i {
  animation: vato-browser-skeleton 650ms linear infinite;
}

@keyframes vato-browser-skeleton {
  to { background-position: -300% 0; }
}

.vato-page--cinematic .vato-preview-app {
  position: relative;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  color: #19304a;
  background:
    radial-gradient(circle at 84% 4%, rgba(86, 126, 255, .09), transparent 28%),
    #eef5fb;
  transform: translate3d(0, 7px, 0);
  pointer-events: none;
  transition: opacity 220ms ease, transform 280ms ease, visibility 0s linear 280ms;
}

.vato-page--cinematic .vato-demo[data-state="previewReady"] .vato-preview-app,
.vato-page--cinematic .vato-demo[data-state="reducedMotion"] .vato-preview-app,
.vato-page--cinematic .vato-demo[data-state="errorFallback"] .vato-preview-app,
.vato-page--cinematic .vato-browser.is-ready .vato-preview-app {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition-delay: 0s;
}

.vato-page--cinematic .vato-preview-app__header {
  height: 37px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9e5ef;
  background: rgba(255, 255, 255, .78);
}

.vato-page--cinematic .vato-preview-app__header > strong {
  color: #163b5d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.vato-page--cinematic .vato-preview-app__header > span {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4a637b;
  background: transparent;
  font-size: 7.5px;
}

.vato-page--cinematic .vato-preview-app__header i {
  width: 19px;
  height: 19px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #567eff, #42bbdf);
  font-size: 6px;
  font-style: normal;
}

.vato-page--cinematic .vato-preview-app__layout {
  height: calc(100% - 37px);
  display: grid;
  grid-template-columns: 91px minmax(0, 1fr);
}

.vato-page--cinematic .vato-preview-app__layout > nav {
  padding: 12px 7px;
  display: grid;
  align-content: start;
  gap: 4px;
  border-right: 1px solid #dbe6ef;
  background: rgba(248, 251, 254, .82);
}

.vato-page--cinematic .vato-preview-app__layout > nav button {
  width: 100%;
  height: 27px;
  padding: 0 7px;
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  color: #70869a;
  font: 600 6.7px/1 var(--cb-display-font);
  white-space: nowrap;
}

.vato-page--cinematic .vato-preview-app__layout > nav button.is-active {
  color: #285e86;
  background: #e1edf7;
}

.vato-page--cinematic .vato-preview-app__layout > nav svg {
  width: 10px;
  height: 10px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.vato-page--cinematic .vato-preview-app__content {
  min-width: 0;
  padding: 13px 14px;
  overflow: hidden;
}

.vato-page--cinematic .vato-preview-app__welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vato-page--cinematic .vato-preview-app__welcome > span {
  min-width: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

.vato-page--cinematic .vato-preview-app__welcome small,
.vato-page--cinematic .vato-preview-app__welcome strong {
  display: block;
}

.vato-page--cinematic .vato-preview-app__welcome small {
  color: #1b4163;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.vato-page--cinematic .vato-preview-app__welcome strong {
  margin-top: 3px;
  color: #668098;
  font-size: 7px;
  font-weight: 500;
}

.vato-page--cinematic .vato-preview-app__welcome > button {
  width: auto;
  height: 25px;
  padding: 0 9px;
  flex: none;
  color: white;
  background: #315df2;
  font: 700 6.5px/1 var(--cb-display-font);
}

.vato-page--cinematic .vato-preview-app__welcome > button:hover {
  color: white;
  background: #264bd0;
}

.vato-page--cinematic .vato-preview-app__session {
  margin-top: 10px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d1e6dc;
  border-radius: 6px;
  color: #497060;
  background: #e7f5ee;
  font-size: 6.7px;
}

.vato-page--cinematic .vato-preview-app__session i {
  width: 5px;
  height: 5px;
  margin: 0;
  border-radius: 50%;
  background: #42b77f;
  box-shadow: 0 0 7px rgba(66, 183, 127, .35);
}

.vato-page--cinematic .vato-preview-app__session span {
  margin-left: auto;
  padding: 0;
  color: #638477;
  background: transparent;
  font: 500 6.2px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.vato-page--cinematic .vato-preview-app__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 9px;
}

.vato-page--cinematic .vato-preview-app__metrics article {
  min-width: 0;
  padding: 8px;
  border: 1px solid #dde7ef;
  border-radius: 7px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 5px 14px rgba(27, 62, 91, .035);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vato-page--cinematic .vato-preview-app__metrics article:hover {
  border-color: #c8dcea;
  box-shadow: 0 8px 18px rgba(27, 62, 91, .07);
  transform: translate3d(0, -1px, 0);
}

.vato-page--cinematic .vato-preview-app__metrics strong {
  display: block;
  color: #244c6d;
  font-size: 11px;
}

.vato-page--cinematic .vato-preview-app__metrics span {
  display: block;
  margin-top: 2px;
  padding: 0;
  overflow: hidden;
  color: #74899c;
  background: transparent;
  font-size: 5.8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vato-page--cinematic .vato-preview-app__activity {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.vato-page--cinematic .vato-preview-app__activity article {
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #dfe8ef;
  border-radius: 6px;
  background: rgba(255, 255, 255, .58);
}

.vato-page--cinematic .vato-preview-app__activity b,
.vato-page--cinematic .vato-preview-app__activity small {
  display: block;
}

.vato-page--cinematic .vato-preview-app__activity b {
  color: #355a78;
  font-size: 6.8px;
}

.vato-page--cinematic .vato-preview-app__activity small {
  margin-top: 2px;
  color: #8395a5;
  font-size: 5.8px;
}

.vato-page--cinematic .vato-preview-app__activity em {
  padding: 3px 5px;
  border-radius: 999px;
  color: #6a6794;
  background: #e9e7f8;
  font-size: 5.6px;
  font-style: normal;
  white-space: nowrap;
}

.vato-page--cinematic .vato-preview-app__activity em.is-safe {
  color: #34765b;
  background: #ddf1e7;
}

.vato-page--cinematic .vato-preview-app__toast {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-width: 118px;
  margin: 0;
  padding: 7px 9px;
  opacity: 0;
  border: 1px solid rgba(55, 151, 112, .2);
  border-radius: 7px;
  color: #285941;
  background: rgba(245, 255, 250, .95);
  box-shadow: 0 8px 22px rgba(34, 80, 62, .12);
  transform: translate3d(0, 8px, 0);
  pointer-events: none;
}

.vato-page--cinematic .vato-preview-app__toast b,
.vato-page--cinematic .vato-preview-app__toast span {
  display: block;
}

.vato-page--cinematic .vato-preview-app__toast b { font-size: 7px; }
.vato-page--cinematic .vato-preview-app__toast span { margin-top: 2px; color: #6b8a79; font-size: 5.8px; }

.vato-page--cinematic .vato-preview-app__toast.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 180ms ease, transform 240ms cubic-bezier(.2, .85, .2, 1);
}

.vato-page--cinematic .vato-demo__agent-cursor {
  --vato-cursor-x: 225px;
  --vato-cursor-y: 69px;
  position: absolute;
  z-index: 24;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  padding: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  border: 1px solid rgba(157, 218, 255, .72);
  border-radius: 50%;
  background: rgba(88, 160, 210, .25);
  box-shadow: 0 0 12px rgba(83, 176, 232, .18);
  transform: translate3d(var(--vato-cursor-x), var(--vato-cursor-y), 0);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 520ms cubic-bezier(.2, .78, .2, 1);
}

.vato-page--cinematic .vato-demo__agent-cursor > i {
  width: 3px;
  height: 3px;
  margin: 0;
  border-radius: 50%;
  background: #9cddff;
}

.vato-page--cinematic .vato-demo[data-state="prompt"] .vato-demo__agent-cursor {
  --vato-cursor-x: 220px;
  --vato-cursor-y: 68px;
  opacity: 1;
}

.vato-page--cinematic .vato-demo[data-state="openingFile"] .vato-demo__agent-cursor {
  --vato-cursor-x: 106px;
  --vato-cursor-y: 160px;
  opacity: 1;
}

.vato-page--cinematic .vato-demo[data-state="typing"] .vato-demo__agent-cursor {
  --vato-cursor-x: 365px;
  --vato-cursor-y: 145px;
  opacity: .72;
}

.vato-page--cinematic .vato-demo[data-state="testing"] .vato-demo__agent-cursor,
.vato-page--cinematic .vato-demo[data-state="security"] .vato-demo__agent-cursor {
  --vato-cursor-x: 285px;
  --vato-cursor-y: 19px;
  opacity: .72;
}

.vato-page--cinematic .vato-demo[data-state="deploying"] .vato-demo__agent-cursor,
.vato-page--cinematic .vato-demo[data-state="openingPreview"] .vato-demo__agent-cursor {
  --vato-cursor-x: 390px;
  --vato-cursor-y: 19px;
  opacity: .72;
}

.vato-page--cinematic .vato-demo__debug {
  position: absolute;
  z-index: 40;
  right: 10px;
  bottom: 30px;
  display: none;
  padding: 5px 7px;
  border: 1px solid rgba(112, 207, 250, .28);
  border-radius: 5px;
  color: #9bdcff;
  background: rgba(3, 13, 27, .9);
  font: 600 7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.vato-page--cinematic .vato-demo > .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;
  white-space: nowrap !important;
  border: 0 !important;
}

.vato-page--cinematic .vato-demo.is-debug .vato-demo__debug { display: block; }

.vato-page--cinematic .vato-demo[data-state="paused"]::after {
  content: "PAUSED";
  position: absolute;
  z-index: 35;
  inset: 43px 0 0 168px;
  display: grid;
  place-items: center;
  color: rgba(207, 229, 246, .72);
  background: rgba(3, 10, 21, .36);
  backdrop-filter: blur(1px);
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .14em;
  pointer-events: none;
}

@media (max-width: 1280px) and (min-width: 1121px) {
  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    grid-template-columns: minmax(540px, 1.02fr) minmax(410px, .98fr);
    gap: 32px;
  }

  .vato-page--cinematic .vato-demo {
    transform: scale(.93) rotateX(var(--vato-demo-tilt-x, .2deg)) rotateY(var(--vato-demo-tilt-y, .8deg));
  }
}

@media (max-width: 1120px) {
  .vato-page--cinematic .vato-hero--cloud {
    min-height: auto;
    padding: 64px 0 48px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner::after {
    display: none;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__copy {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 780px);
    max-width: 780px;
    margin-inline: auto;
    padding-top: 0;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__visual {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 780px);
    min-height: 590px;
    margin-inline: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .vato-page--cinematic .vato-demo {
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .vato-page--cinematic .vato-hero--cloud {
    padding: 45px 0 34px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    width: calc(100% - 32px);
    gap: 36px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__visual {
    width: 100%;
    min-height: 505px;
  }

  .vato-page--cinematic .vato-hero--cloud .vato-hero__copy {
    text-align: left;
  }

  .vato-page--cinematic .vato-demo {
    width: 100%;
    min-height: 472px;
    border-radius: 14px;
    transform: none;
  }

  .vato-page--cinematic .vato-hero__visual::before,
  .vato-page--cinematic .vato-hero__visual::after {
    width: 94%;
    height: 410px;
  }

  .vato-page--cinematic .vato-demo__body {
    height: 429px;
    grid-template-columns: 1fr;
    grid-template-rows: 70px minmax(0, 1fr);
  }

  .vato-page--cinematic .vato-demo__sidebar {
    padding: 7px 8px;
    display: grid;
    grid-template-columns: 1fr .85fr 1.25fr;
    gap: 7px;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 197, 240, .11);
  }

  .vato-page--cinematic .vato-demo__side-group {
    min-width: 0;
    align-content: start;
  }

  .vato-page--cinematic .vato-demo__side-group > b {
    margin: 0 3px 2px;
    font-size: 6.6px;
  }

  .vato-page--cinematic .vato-demo__sidebar .vato-demo__tree-row,
  .vato-page--cinematic .vato-demo__sidebar .vato-demo__environment {
    min-height: 21px;
    padding-inline: 4px;
    font-size: 7px;
  }

  .vato-page--cinematic .vato-demo__tree-row--branch,
  .vato-page--cinematic .vato-demo__tree-row--file {
    padding-left: 8px;
  }

  .vato-page--cinematic .vato-demo__environment > em { display: none; }

  .vato-page--cinematic .vato-demo__main {
    grid-template-rows: 34px 49px minmax(0, 1fr) 87px 23px;
  }

  .vato-page--cinematic .vato-demo__panel--preview {
    inset: -49px 0 -87px;
  }

  .vato-page--cinematic .vato-demo__code {
    padding-left: 35px;
    font-size: 7.5px;
    line-height: 1.38;
  }

  .vato-page--cinematic .vato-demo__terminal > header { height: 20px; }
  .vato-page--cinematic .vato-demo__terminal-lines { height: 58px; }
  .vato-page--cinematic .vato-demo__terminal-lines p { font-size: 7px; }
  .vato-page--cinematic .vato-demo__deploy { bottom: 4px; }

  .vato-page--cinematic .vato-demo__agent-cursor { display: none; }

  .vato-page--cinematic .vato-demo[data-state="paused"]::after {
    inset: 113px 0 0;
  }
}

@media (max-width: 520px) {
  .vato-page--cinematic .vato-demo__titlebar {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .vato-page--cinematic .vato-demo__runtime { display: none; }

  .vato-page--cinematic .vato-demo__control {
    width: 26px;
    padding: 0;
  }

  .vato-page--cinematic .vato-demo__replay > span { display: none; }

  .vato-page--cinematic .vato-demo__files { display: none; }

  .vato-page--cinematic .vato-demo__sidebar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .vato-page--cinematic .vato-demo__tabs button {
    padding-inline: 8px;
    font-size: 7.7px;
  }

  .vato-page--cinematic .vato-demo__saved { display: none; }

  .vato-page--cinematic .vato-demo__prompt {
    grid-template-columns: 14px minmax(0, 1fr) 3px;
    gap: 5px;
    margin-inline: 7px;
    padding-inline: 7px;
  }

  .vato-page--cinematic .vato-demo__prompt p { font-size: 7.7px; }

  .vato-page--cinematic .vato-demo__checks {
    gap: 5px;
  }

  .vato-page--cinematic .vato-demo__checks article {
    min-height: 48px;
    grid-template-columns: 16px minmax(0, 1fr) 12px;
    padding: 5px 6px;
  }

  .vato-page--cinematic .vato-browser__toolbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 4px;
  }

  .vato-page--cinematic .vato-browser__controls { display: none; }
  .vato-page--cinematic .vato-browser__nav button:not([data-browser-action="refresh"]) { display: none; }

  .vato-page--cinematic .vato-preview-app__layout {
    grid-template-columns: 1fr;
  }

  .vato-page--cinematic .vato-preview-app__layout > nav { display: none; }
  .vato-page--cinematic .vato-preview-app__content { padding: 11px; }
  .vato-page--cinematic .vato-preview-app__welcome small { font-size: 10px; }
  .vato-page--cinematic .vato-preview-app__metrics article { padding: 7px; }
}

@media (max-width: 375px) {
  .vato-page--cinematic .vato-hero--cloud .vato-hero__inner {
    width: calc(100% - 24px);
  }

  .vato-page--cinematic .vato-demo__window-controls { display: none; }

  .vato-page--cinematic .vato-demo__titlebar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .vato-page--cinematic .vato-demo__tabs button {
    padding-inline: 6px;
  }

  .vato-page--cinematic .vato-demo__tabs button svg { display: none; }
  .vato-page--cinematic .vato-demo__statusbar > span:nth-child(3),
  .vato-page--cinematic .vato-demo__statusbar > span:nth-child(4) { display: none; }
  .vato-page--cinematic .vato-preview-app__metrics article:nth-child(3) { display: none; }
  .vato-page--cinematic .vato-preview-app__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (hover: hover) and (pointer: fine) {
  .vato-page--cinematic .vato-demo[data-demo-interactive="true"]:hover {
    --vato-demo-lift: -2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vato-page--cinematic .vato-demo,
  .vato-page--cinematic .vato-demo *,
  .vato-page--cinematic .vato-demo *::before,
  .vato-page--cinematic .vato-demo *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    transition-delay: 0ms !important;
  }

  .vato-page--cinematic .vato-demo {
    transform: none !important;
  }

  .vato-page--cinematic .vato-demo__agent-cursor {
    display: none;
  }
}
