/* VoX Cloud — premium product layer on top of the shared VoX visual system. */

.cloud-shell {
  --text-4: #807598;
  --cloud-glass: hsl(260 32% 10% / 0.9);
  --cloud-glass-hi: hsl(262 32% 13% / 0.94);
  --cloud-shadow: 0 36px 110px hsl(270 80% 3% / 0.62);
  --cloud-measure: 1240px;
  --cloud-section-y: clamp(76px, 7vw, 104px);
  min-height: 100vh;
  background:
    radial-gradient(62rem 44rem at 78% 2%, hsl(264 78% 42% / 0.17), transparent 64%),
    radial-gradient(42rem 32rem at 8% 18%, hsl(325 78% 42% / 0.11), transparent 66%),
    var(--bg);
}

.cloud-shell a:focus-visible,
.cloud-shell button:focus-visible,
.cloud-shell summary:focus-visible {
  outline: 2px solid var(--accent-lift-b);
  outline-offset: 4px;
}

.cloud-shell a,
.cloud-shell button,
.cloud-shell summary { touch-action: manipulation; }

.cloud-shell::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 30%, hsl(0 0% 100% / 0.08) 0 0.55px, transparent 0.7px),
    radial-gradient(circle at 74% 62%, hsl(300 80% 85% / 0.06) 0 0.5px, transparent 0.7px);
  background-size: 19px 23px, 29px 31px;
  z-index: 0;
}

.cloud-masthead {
  max-width: none;
  width: 100%;
  padding-inline: max(var(--pad), calc((100vw - var(--shell)) / 2));
  border-bottom: 1px solid hsl(270 55% 55% / 0.12);
  background: hsl(258 34% 7% / 0.78);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: 0 10px 40px hsl(260 70% 3% / 0.28);
}

.cloud-mark { gap: 9px; }
.cloud-mark__name { display: inline-flex; align-items: baseline; gap: 7px; }
.cloud-mark__product { font-family: var(--display); font-size: 1rem; font-weight: 500; }
.cloud-mark__cloud {
  padding: 3px 8px;
  border: 1px solid hsl(300 86% 68% / 0.35);
  border-radius: 999px;
  font: 500 0.62rem/1.2 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(320 92% 78%);
  background: hsl(300 76% 52% / 0.09);
  box-shadow: inset 0 0 14px hsl(300 82% 62% / 0.07), 0 0 20px hsl(300 80% 52% / 0.09);
}

.cloud-masthead .masthead__nav { gap: 22px; margin-left: auto; }
.cloud-masthead .masthead__nav a { position: relative; font-size: 0.9rem; }
.cloud-masthead .masthead__nav a[aria-current='page'],
.cloud-masthead .masthead__nav a:hover { color: var(--text); }
.cloud-masthead .masthead__nav a[aria-current='page']::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -12px;
  height: 2px;
  border-radius: 2px;
  background: var(--fill);
  box-shadow: 0 0 14px hsl(310 90% 60% / 0.68);
}

.cloud-actions { display: flex; align-items: center; gap: 10px; }
.cloud-lang { display: inline-flex; align-items: center; padding: 3px; border: 1px solid var(--line-soft); border-radius: 999px; }
.cloud-lang button {
  min-width: 30px; min-height: 28px; padding: 0 7px;
  border: 0; border-radius: 999px; background: transparent; color: var(--text-3);
  font: 500 0.65rem var(--mono); cursor: pointer;
}
.cloud-lang button[aria-pressed='true'] { color: var(--text); background: hsl(270 42% 22% / 0.8); }

.cloud-account-link {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 11px;
  color: var(--text-2); background: hsl(260 32% 15% / 0.52); font-size: 0.88rem;
}
.cloud-account-link:hover { color: var(--text); border-color: hsl(310 72% 62% / 0.38); }
.cloud-account-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.cloud-user-menu { position: relative; }
.cloud-user-menu summary {
  display: grid; place-items: center; width: 44px; height: 44px; list-style: none;
  border: 1px solid hsl(300 68% 62% / 0.24); border-radius: 50%; cursor: pointer;
  padding: 3px; overflow: hidden;
  background: hsl(270 40% 18% / 0.72); color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.cloud-user-menu summary::-webkit-details-marker { display: none; }
.cloud-user-menu summary:hover, .cloud-user-menu[open] summary {
  border-color: hsl(310 78% 68% / 0.52); box-shadow: 0 0 0 4px hsl(292 80% 60% / 0.07);
}
.cloud-user-avatar {
  display: grid; place-items: center; width: 36px; height: 36px; overflow: hidden;
  border-radius: 50%; background:
    radial-gradient(circle at 30% 22%, hsl(321 92% 71% / 0.5), transparent 45%),
    linear-gradient(145deg, hsl(283 66% 35%), hsl(258 54% 24%));
  box-shadow: inset 0 0 0 1px hsl(0 0% 100% / 0.11);
}
.cloud-user-avatar__fallback, .cloud-user-avatar__image { grid-area: 1 / 1; }
.cloud-user-avatar__fallback {
  color: hsl(0 0% 100% / 0.94); font: 700 0.82rem/1 var(--sans); text-transform: uppercase;
}
.cloud-user-avatar__image { width: 100%; height: 100%; object-fit: cover; }
.cloud-user-menu__panel {
  position: absolute; right: 0; top: calc(100% + 10px); width: min(280px, 82vw); padding: 12px;
  border: 1px solid hsl(300 68% 62% / 0.22); border-radius: 14px;
  background: hsl(258 34% 8% / 0.97); box-shadow: 0 24px 70px hsl(260 80% 2% / 0.72);
}
.cloud-user-menu__panel span { display: block; overflow: hidden; text-overflow: ellipsis; color: var(--text-3); font: 400 0.75rem var(--mono); }
.cloud-user-menu__panel a { display: block; margin-top: 9px; padding: 8px 10px; border-radius: 9px; color: var(--text-2); }
.cloud-user-menu__panel a:hover { color: var(--text); background: hsl(280 44% 20% / 0.6); }

.cloud-mobile-toggle {
  display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line);
  border-radius: 11px; background: hsl(260 30% 15% / 0.62); color: var(--text); cursor: pointer;
}
.cloud-mobile-toggle span,
.cloud-mobile-toggle::before,
.cloud-mobile-toggle::after {
  content: ''; display: block; width: 17px; height: 1.5px; margin: 4px auto;
  background: currentColor; border-radius: 2px; transition: transform 0.25s var(--step), opacity 0.2s;
}
.cloud-mobile-toggle[aria-expanded='true'] span { opacity: 0; }
.cloud-mobile-toggle[aria-expanded='true']::before { transform: translateY(5.5px) rotate(45deg); }
.cloud-mobile-toggle[aria-expanded='true']::after { transform: translateY(-5.5px) rotate(-45deg); }

.cloud-mobile-nav {
  position: fixed; z-index: 30; top: 69px; left: 12px; right: 12px;
  padding: 12px; border: 1px solid hsl(300 75% 64% / 0.25); border-radius: 17px;
  background: hsl(258 34% 8% / 0.96); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px);
  box-shadow: 0 30px 80px hsl(260 80% 3% / 0.75);
}
.cloud-mobile-nav[hidden] { display: none; }
.cloud-mobile-nav a { display: flex; align-items: center; min-height: 46px; padding: 9px 13px; border-radius: 10px; color: var(--text-2); }
.cloud-mobile-nav a[aria-current='page'], .cloud-mobile-nav a:hover { color: var(--text); background: hsl(275 48% 20% / 0.62); }
.cloud-mobile-langs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line-soft); }
.cloud-mobile-langs button { min-height: 44px; border: 1px solid var(--line-soft); border-radius: 10px; background: hsl(270 35% 15% / 0.72); color: var(--text-3); font: 500 0.75rem var(--mono); cursor: pointer; }
.cloud-mobile-langs button[aria-pressed='true'] { color: var(--text); border-color: hsl(310 72% 62% / 0.38); background: hsl(282 45% 20% / 0.8); }
html:not([data-cloud-ready]) .cloud-mobile-toggle { display: none !important; }
html:not([data-cloud-ready]) .cloud-mobile-nav { position: static; margin: 8px 12px 0; }

.cloud-glass {
  position: relative;
  border: 1px solid transparent;
  background:
    linear-gradient(150deg, hsl(0 0% 100% / 0.055), transparent 44%) padding-box,
    linear-gradient(var(--cloud-glass), var(--cloud-glass)) padding-box,
    linear-gradient(145deg, hsl(300 86% 76% / 0.28), hsl(264 75% 62% / 0.11) 45%, hsl(270 45% 40% / 0.18)) border-box;
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  backdrop-filter: blur(20px) saturate(1.2);
  box-shadow: var(--cloud-shadow), inset 0 1px 0 hsl(0 0% 100% / 0.05);
}

.cloud-glass--active,
[data-active].cloud-glass {
  background:
    linear-gradient(150deg, hsl(0 0% 100% / 0.075), transparent 44%) padding-box,
    linear-gradient(var(--cloud-glass-hi), var(--cloud-glass-hi)) padding-box,
    linear-gradient(125deg, hsl(325 90% 68% / 0.72), hsl(262 92% 70% / 0.52), hsl(300 85% 60% / 0.18)) border-box;
  box-shadow: 0 26px 90px hsl(280 78% 4% / 0.65), 0 0 46px hsl(305 84% 52% / 0.16), inset 0 1px 0 hsl(0 0% 100% / 0.08);
}

.cloud-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px;
  font: 500 0.75rem/1.2 var(--mono); letter-spacing: 0.12em; text-transform: uppercase;
  color: hsl(320 90% 76%);
}
.cloud-kicker::before { content: ''; width: 24px; height: 1px; background: var(--fill); box-shadow: 0 0 10px hsl(315 90% 62% / 0.8); }

.cloud-release-state {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  font: 400 0.76rem/1.4 var(--mono); color: var(--text-3);
}
.cloud-release-state::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-b); box-shadow: 0 0 13px hsl(265 90% 66% / 0.9); }
.cloud-release-state[data-state='ready']::before { background: var(--accent-a); }
.cloud-release-meta { margin: 7px 0 0; color: var(--text-3); font: 400 0.75rem/1.45 var(--mono); }

.cloud-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: calc(100svh - 69px);
  padding: clamp(58px, 8vh, 92px) var(--pad) clamp(44px, 6vh, 72px);
  overflow: clip;
  text-align: center;
}
.cloud-hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: min(980px, 82vw);
  height: min(520px, 58vh);
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 38% 52%, hsl(326 84% 50% / 0.13), transparent 44%),
    radial-gradient(ellipse at 64% 46%, hsl(263 86% 58% / 0.16), transparent 48%);
  filter: blur(30px);
  pointer-events: none;
}
.cloud-hero__copy { position: relative; z-index: 2; width: min(940px, 100%); min-width: 0; }
.cloud-hero .cloud-kicker { justify-content: center; }
.cloud-hero .display {
  max-width: 15ch;
  margin: 0 auto 22px;
  text-align: center;
  font-size: clamp(3.2rem, 6vw, 5.85rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}
.cloud-hero__title-line { display: block; width: max-content; max-width: 100%; margin-inline: auto; white-space: nowrap; }
.cloud-hero__title-accent { padding-bottom: 0.04em; filter: drop-shadow(0 0 26px hsl(300 88% 58% / 0.2)); }
.cloud-hero__sub { max-width: 42rem; margin: 0 auto 27px; color: var(--text-2); font-size: clamp(1.02rem, 1.35vw, 1.16rem); line-height: 1.58; }
.cloud-hero__mobile-orb { display: none; }
.cloud-hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; align-items: center; }
.cloud-hero__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px 28px;
  width: min(930px, 100%);
  min-width: 0;
  margin: 34px auto 0;
  padding-top: 20px;
}
.cloud-hero__meta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(560px, 76vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, hsl(315 88% 66% / 0.5), hsl(264 88% 68% / 0.38), transparent);
  box-shadow: 0 0 18px hsl(300 82% 55% / 0.12);
}
.cloud-hero__proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin: 0; padding: 0; list-style: none; color: var(--text-3); font-size: 0.82rem; }
.cloud-hero__proof li { display: inline-flex; align-items: center; gap: 7px; }
.cloud-hero__proof li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent-lift-b); box-shadow: 0 0 8px hsl(265 94% 72% / 0.8); }
.cloud-hero__release { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px; }
.cloud-hero__release .cloud-release-state, .cloud-hero__release .cloud-release-meta { margin: 0; }
.cloud-hero__halo {
  position: absolute;
  z-index: -1;
  width: min(720px, 60vw);
  height: min(720px, 60vw);
  top: 46%;
  left: 55%;
  transform: translate(-50%, -50%) scale(0.88);
  opacity: 0.34;
  filter: blur(9px);
  pointer-events: none;
  animation: cloud-halo-breathe 10s ease-in-out infinite;
  animation-play-state: paused;
}
.cloud-hero[data-in-view] .cloud-hero__halo { animation-play-state: running; }
@keyframes cloud-halo-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(0.84); opacity: 0.27; }
  50% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.39; }
}

.cloud-live {
  position: relative;
  z-index: 1;
  overflow: clip;
  scroll-margin-top: 86px;
  padding-block: clamp(48px, 5vw, 72px);
}
.cloud-live::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 10% -10% 2%;
  background: radial-gradient(ellipse at 48% 58%, hsl(286 76% 30% / 0.18), transparent 66%);
  filter: blur(32px);
  pointer-events: none;
}
.cloud-live__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  max-width: var(--cloud-measure);
  margin: 0 auto clamp(30px, 4vw, 46px);
}
.cloud-live__head .cloud-kicker { margin-bottom: 14px; }
.cloud-live__head .title { max-width: 26ch; margin: 0; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; text-wrap: balance; }
.cloud-live__head .title em { color: var(--accent-lift-b); background: none; -webkit-text-fill-color: currentColor; }
.cloud-live__head > p { max-width: 65ch; margin: 0; color: var(--text-2); line-height: 1.65; }

.cloud-product-window { --demo-level: 0; z-index: 1; overflow: hidden; border-radius: 28px; transition: box-shadow 0.35s var(--step); }
.cloud-product-window::before {
  content: ''; position: absolute; inset: -1px; z-index: 4; pointer-events: none; border-radius: inherit;
  border: 1px solid hsl(314 92% 72% / calc(0.08 + var(--demo-level) * 0.42));
  box-shadow: inset 0 0 34px hsl(300 90% 56% / calc(var(--demo-level) * 0.09)), 0 0 42px hsl(300 92% 58% / calc(var(--demo-level) * 0.2));
}
.cloud-product-window::after {
  content: ''; position: absolute; inset: auto 7% -44% 22%; z-index: -1; height: 72%; border-radius: 50%;
  background: radial-gradient(ellipse, hsl(300 90% 56% / 0.24), transparent 70%); filter: blur(28px);
}
.cloud-product-window .mock__menubar { min-height: 42px; padding-inline: 20px; }
.cloud-product-window .mock__desk {
  display: grid;
  grid-template-columns: minmax(220px, 0.76fr) minmax(64px, 0.24fr) minmax(420px, 1.94fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  min-height: 390px;
  padding: clamp(34px, 4vw, 54px);
  background:
    radial-gradient(34rem 24rem at 10% 38%, hsl(323 62% 31% / 0.26), transparent 67%),
    radial-gradient(50rem 30rem at 78% 120%, hsl(262 58% 27% / 0.5), transparent 70%),
    hsl(258 31% 9% / 0.94);
}
.cloud-demo__voice { display: grid; justify-items: center; gap: 20px; min-width: 0; text-align: center; }
.cloud-demo__orb-stage { position: relative; display: grid; place-items: center; min-width: 0; padding: 0 12px 22px; }
.cloud-product-window .orb--mock { position: relative; right: auto; bottom: auto; width: clamp(118px, 12vw, 158px); height: clamp(118px, 12vw, 158px); }
.cloud-product-window .mock__status {
  position: absolute; left: 50%; bottom: 0; display: flex; align-items: center; justify-content: center;
  width: max-content; max-width: 100%; min-height: 32px; margin: 0; padding: 7px 12px;
  border: 1px solid hsl(286 58% 60% / 0.2); border-radius: 999px;
  background: hsl(260 36% 9% / 0.82); box-shadow: 0 10px 30px hsl(270 70% 3% / 0.42), inset 0 1px 0 hsl(0 0% 100% / 0.04);
  transform: translateX(-50%); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.cloud-product-window .mock__phase { font-size: 0.64rem; line-height: 1.35; letter-spacing: 0.075em; text-wrap: balance; }
.cloud-demo__action { display: grid; justify-items: center; gap: 9px; width: min(100%, 250px); }
.cloud-demo__try {
  width: 100%; min-height: 44px; padding: 10px 16px; border: 1px solid hsl(310 86% 68% / 0.42); border-radius: 12px;
  color: var(--text); background: hsl(282 65% 48% / 0.5); cursor: pointer;
  font: 600 0.9375rem/1.3 var(--sans); letter-spacing: 0;
  box-shadow: inset 0 0 20px hsl(300 86% 54% / 0.06), 0 0 24px hsl(300 86% 54% / 0.08);
  transition: transform 0.22s var(--step), border-color 0.22s, box-shadow 0.22s, background 0.22s;
}
.cloud-demo__try:hover { transform: translateY(-1px); border-color: hsl(316 94% 75% / 0.72); box-shadow: inset 0 0 22px hsl(300 86% 54% / 0.1), 0 0 28px hsl(300 86% 54% / 0.18); }
[data-cloud-demo][data-live-demo] .cloud-demo__try { color: #fff; border-color: hsl(324 96% 76% / 0.78); background: linear-gradient(110deg, hsl(326 86% 53% / 0.62), hsl(274 86% 57% / 0.56)); box-shadow: 0 0 32px hsl(310 90% 58% / 0.3); }
.cloud-demo__privacy { max-width: 32ch; color: var(--text-2); font: 400 0.75rem/1.5 var(--sans); text-wrap: pretty; }
.cloud-demo__link { display: grid; align-items: center; min-width: 0; }
.cloud-demo__wire { position: relative; display: block; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, hsl(318 90% 68% / 0.56), hsl(265 90% 69% / 0.62), transparent); }
.cloud-demo__wire i { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: hsl(318 96% 76%); box-shadow: 0 0 14px hsl(306 92% 64%); animation: cloud-signal 2.8s linear infinite; animation-play-state: paused; }
.cloud-live[data-in-view] .cloud-demo__wire i { animation-play-state: running; }
@keyframes cloud-signal { from { transform: translateX(0); opacity: 0; } 12%, 88% { opacity: 1; } to { transform: translateX(clamp(70px, 8vw, 112px)); opacity: 0; } }
.cloud-product-window .mock__window { width: 100%; max-width: none; margin: 0; }
.cloud-product-window .mock__page { min-height: 190px; padding: clamp(24px, 3vw, 38px); }
.cloud-product-window .mock__text { font-size: clamp(1rem, 1.45vw, 1.2rem); line-height: 1.72; }
.mock__phase[data-tone='error'] { color: hsl(348 90% 76%); }
.mock__command {
  display: inline-flex; margin-top: 14px; padding: 7px 10px; border: 1px solid hsl(302 86% 68% / 0.32); border-radius: 999px;
  background: hsl(292 74% 54% / 0.11); color: hsl(317 92% 83%); font: 500 0.68rem/1.2 var(--mono); letter-spacing: 0.035em;
  opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity 0.25s var(--step), transform 0.25s var(--step), visibility 0s linear 0.25s;
}
[data-cloud-demo][data-phase='prompt'] .mock__command { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }

.cloud-section { position: relative; padding-block: var(--cloud-section-y); }
.cloud-section__head { max-width: 760px; margin-bottom: clamp(34px, 4vw, 52px); }
.cloud-section__head .title { font-size: clamp(2.05rem, 3.8vw, 3.55rem); }
.cloud-section__head p:last-child { max-width: 58ch; color: var(--text-2); }
.cloud-section__head--center { margin-inline: auto; text-align: center; }
.cloud-section__head--center .cloud-kicker { justify-content: center; }
.cloud-section__head--center p:last-child { margin-inline: auto; }
.cloud-section__head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 16px clamp(28px, 5vw, 72px);
  align-items: end;
  max-width: none;
}
.cloud-section__head--split .cloud-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.cloud-section__head--split .title { margin-bottom: 0; }
.cloud-section__head--split p:last-child { margin: 0 0 7px; line-height: 1.65; }

.cloud-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); position: relative; isolation: isolate; }
.cloud-journey::before { content: ''; position: absolute; z-index: 0; top: 27px; left: 16%; right: 16%; height: 1px; background: linear-gradient(90deg, transparent, hsl(310 88% 62% / 0.58), hsl(266 88% 67% / 0.58), transparent); }
.cloud-journey__step { position: relative; z-index: 1; padding: 0 clamp(18px, 3vw, 36px); text-align: center; }
.cloud-journey__n { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 22px; border: 1px solid hsl(300 85% 70% / 0.42); border-radius: 50%; background: hsl(260 32% 10% / 0.92); box-shadow: 0 0 28px hsl(300 86% 53% / 0.16); font: 500 0.74rem var(--mono); color: hsl(320 90% 78%); }
.cloud-journey h3 { margin: 0 0 9px; font: 500 1.12rem/1.25 var(--display); }
.cloud-journey p { margin: 0; color: var(--text-3); font-size: 0.92rem; line-height: 1.55; }
.cloud-journey__pulse {
  position: absolute; z-index: 0; top: 22px; left: 16%; right: 16%; height: 10px;
  overflow: hidden; pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.cloud-journey__pulse i {
  position: absolute; inset: 0; opacity: 0; transform: translate3d(-100%, 0, 0);
  animation: cloud-journey-pulse-x 3.6s ease-in-out infinite;
  animation-play-state: paused;
}
.cloud-journey__pulse i::before {
  content: ''; position: absolute; top: 4.5px; right: 4px; width: clamp(64px, 7vw, 102px); height: 1px;
  background: linear-gradient(90deg, transparent, hsl(321 94% 66% / 0.12) 18%, hsl(321 94% 70% / 0.78));
  filter: drop-shadow(0 0 4px hsl(318 92% 62% / 0.72));
}
.cloud-journey__pulse i::after {
  content: ''; position: absolute; top: 0.5px; right: 0; width: 9px; height: 9px; border-radius: 50%;
  background: radial-gradient(circle, #fff 0 12%, hsl(321 96% 78%) 30%, hsl(321 94% 62% / 0.92) 48%, transparent 74%);
  box-shadow: 0 0 14px 3px hsl(320 90% 62% / 0.72);
}
.cloud-journey__pulse i:nth-child(2) { animation-delay: 1.8s; }
.cloud-journey__pulse i:nth-child(2)::before { background: linear-gradient(90deg, transparent, hsl(266 94% 70% / 0.12) 18%, hsl(266 94% 74% / 0.78)); filter: drop-shadow(0 0 4px hsl(266 90% 66% / 0.72)); }
.cloud-journey__pulse i:nth-child(2)::after { background: radial-gradient(circle, #fff 0 12%, hsl(266 96% 82%) 30%, hsl(266 94% 68% / 0.92) 48%, transparent 74%); box-shadow: 0 0 14px 3px hsl(266 90% 65% / 0.72); }
.cloud-journey[data-in-view] .cloud-journey__pulse i { animation-play-state: running; }
@keyframes cloud-journey-pulse-x {
  0% { opacity: 0; transform: translate3d(-100%, 0, 0); }
  10%, 88% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0, 0, 0); }
}
@keyframes cloud-journey-pulse-y {
  0% { opacity: 0; transform: translate3d(0, -100%, 0); }
  10%, 88% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0, 0, 0); }
}

#workflows.band { position: relative; overflow: clip; border: 0; background: transparent; }
#workflows.band::before {
  content: ''; position: absolute; inset: 4% -12% 2%; pointer-events: none;
  background: radial-gradient(ellipse at 48% 52%, hsl(278 72% 28% / 0.18), transparent 61%), radial-gradient(circle at 18% 62%, hsl(324 78% 38% / 0.09), transparent 34%);
  filter: blur(10px);
}
.workflow-stage { position: relative; padding: 0; }
.workflow-stage::before { content: ''; position: absolute; inset: 18% 6% -5%; pointer-events: none; background: radial-gradient(ellipse, hsl(292 68% 28% / 0.17), transparent 67%); filter: blur(36px); }
.workflow-tabs {
  position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 4px;
  width: fit-content; max-width: 100%; margin-bottom: 24px; padding: 5px;
  border: 1px solid hsl(285 54% 48% / 0.14); border-radius: 18px;
  background: hsl(260 34% 8% / 0.58); box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.035);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.workflow-tab {
  position: relative; display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 7px 13px 7px 8px;
  border: 1px solid transparent; border-radius: 13px; background: transparent; color: var(--text-3);
  font: 500 0.88rem var(--sans); cursor: pointer; text-align: left;
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.workflow-tab__icon { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border: 1px solid var(--line-soft); border-radius: 10px; background: hsl(260 32% 14% / 0.52); color: var(--text-4); font: 500 0.64rem var(--mono); transition: color 0.2s, border-color 0.2s, background 0.2s; }
.workflow-tab:hover { color: var(--text-2); background: hsl(275 38% 16% / 0.42); }
.workflow-tab[data-active] { color: var(--text); border-color: hsl(310 72% 66% / 0.24); background: linear-gradient(120deg, hsl(310 58% 22% / 0.42), hsl(267 48% 20% / 0.48)); box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.055); }
.workflow-tab[data-active] .workflow-tab__icon { color: hsl(320 92% 84%); border-color: hsl(310 78% 68% / 0.34); background: hsl(296 58% 24% / 0.34); }
.workflow-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(310px, 0.84fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid hsl(292 65% 63% / 0.22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, hsl(0 0% 100% / 0.035), transparent 44%),
    hsl(259 32% 9% / 0.94);
  box-shadow: 0 34px 90px hsl(270 80% 3% / 0.52), inset 0 1px 0 hsl(0 0% 100% / 0.04);
}
html[data-cloud-ready] .workflow-panel:not([data-active]) { display: none; }
.workflow-panel[data-active] { animation: workflow-reveal 0.46s var(--step) both; }
@keyframes workflow-reveal { from { opacity: 0; transform: translateY(10px) scale(0.994); } to { opacity: 1; transform: none; } }
.workflow-panel::before { content: ''; position: absolute; z-index: 3; inset: -1px; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 52px hsl(288 74% 44% / 0.08); }
.workflow-panel__image { position: relative; min-width: 0; min-height: 0; height: 520px; overflow: hidden; background: hsl(260 34% 8%); }
.workflow-panel__image img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(0.56) contrast(1.08) brightness(0.78);
  transform: scale(1.012);
}
.workflow-panel__image::before {
  content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none;
  background: linear-gradient(135deg, hsl(326 86% 46% / 0.26), hsl(265 88% 48% / 0.2) 62%, transparent);
  mix-blend-mode: color;
}
.workflow-panel__image::after {
  content: ''; position: absolute; z-index: 2; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 58%, hsl(259 32% 9% / 0.94) 98%), linear-gradient(180deg, hsl(280 38% 12% / 0.12), transparent 48%, hsl(260 45% 6% / 0.34));
}
.workflow-panel__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(34px, 4vw, 58px); }
.workflow-panel__app { margin: 0 0 12px; font: 500 0.75rem var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: hsl(320 90% 76%); }
.workflow-panel h3 { margin: 0 0 17px; font: 500 clamp(1.65rem, 3vw, 2.5rem)/1.13 var(--display); letter-spacing: -0.03em; }
.workflow-panel__voice, .workflow-panel__result { position: relative; margin: 0 0 13px; padding: 13px 14px 13px 42px; border: 1px solid hsl(282 60% 60% / 0.18); border-radius: 12px; color: var(--text-2); background: hsl(270 42% 15% / 0.42); font-size: 0.94rem; line-height: 1.5; }
.workflow-panel__voice::before, .workflow-panel__result::before { position: absolute; left: 16px; top: 15px; font: 500 0.7rem var(--mono); color: var(--accent-lift-b); }
.workflow-panel__voice::before { content: '●'; text-shadow: 0 0 10px hsl(270 90% 65%); }
.workflow-panel__result::before { content: '✓'; color: var(--accent-lift-a); }
.workflow-panel__result { color: var(--text); border-color: hsl(310 84% 68% / 0.34); background: linear-gradient(100deg, hsl(304 54% 22% / 0.3), hsl(270 42% 15% / 0.38)); box-shadow: 0 0 32px hsl(300 70% 52% / 0.07); }

.cloud-command { display: grid; grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr); gap: clamp(24px, 5vw, 68px); align-items: center; }
.cloud-command__orb { display: grid; place-items: center; min-height: 360px; border-radius: 50%; background: radial-gradient(circle, hsl(300 76% 46% / 0.18), transparent 67%); }
.cloud-command__orb .orb { width: min(290px, 72vw); height: min(290px, 72vw); }
.command-card { padding: clamp(26px, 4vw, 46px); border-radius: 24px; }
.command-card__source { margin: 0 0 18px; color: var(--text-3); line-height: 1.65; }
.command-pill { display: inline-flex; margin: 0 0 20px; padding: 9px 13px; border: 1px solid hsl(300 78% 68% / 0.32); border-radius: 999px; color: hsl(320 92% 78%); background: hsl(300 74% 48% / 0.08); font: 400 0.78rem var(--mono); }
.command-card__result { margin: 0; padding: 21px; border-radius: 15px; background: hsl(260 34% 7% / 0.78); border: 1px solid hsl(270 65% 58% / 0.22); color: var(--text); line-height: 1.65; }

.cloud-compare { overflow: auto; border-radius: 24px; }
.cloud-compare table { width: 100%; min-width: 680px; border-collapse: collapse; }
.cloud-compare th, .cloud-compare td { padding: 18px 22px; border-bottom: 1px solid var(--line-soft); text-align: left; }
.cloud-compare tr:last-child th, .cloud-compare tr:last-child td { border-bottom: 0; }
.cloud-compare thead th { color: var(--text); font: 500 0.86rem var(--mono); letter-spacing: 0.07em; text-transform: uppercase; background: hsl(270 34% 14% / 0.58); }
.cloud-compare tbody th { width: 32%; color: var(--text-3); font-weight: 500; }
.cloud-compare td { color: var(--text-2); }
.cloud-compare td:nth-child(3), .cloud-compare thead th:nth-child(3) { background: hsl(295 46% 17% / 0.2); color: var(--text); }

.privacy-flow { display: grid; grid-template-columns: minmax(200px, 0.8fr) 64px minmax(260px, 1.2fr); gap: 20px; align-items: stretch; }
.privacy-node { padding: 28px; border-radius: 21px; }
.privacy-node h3 { margin: 0 0 9px; font: 500 1.08rem var(--display); }
.privacy-node p { color: var(--text-3); font-size: 0.9rem; line-height: 1.55; }
.privacy-wire { position: relative; display: grid; place-items: center; color: var(--text-4); font: 400 0.75rem var(--mono); writing-mode: vertical-rl; letter-spacing: 0.09em; text-transform: uppercase; }
.privacy-wire::before { content: ''; position: absolute; top: 8%; bottom: 8%; left: 50%; width: 1px; background: linear-gradient(transparent, hsl(310 84% 64% / 0.75), hsl(265 88% 68% / 0.75), transparent); }
.privacy-wire span { position: relative; z-index: 1; padding: 9px 5px; background: var(--bg); }
.privacy-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.privacy-service { padding: 18px; border: 1px solid var(--line-soft); border-radius: 15px; background: hsl(260 30% 12% / 0.6); }
.privacy-service b { display: block; margin-bottom: 7px; color: var(--text); }
.privacy-service span { color: var(--text-3); font-size: 0.84rem; line-height: 1.5; }

.cloud-plan { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr); gap: clamp(28px, 6vw, 76px); align-items: center; padding: clamp(30px, 5vw, 60px); border-radius: 28px; }
.cloud-plan__price { display: flex; align-items: baseline; gap: 9px; margin: 18px 0 8px; }
.cloud-plan__price b { font: 500 clamp(3rem, 6vw, 5.2rem)/1 var(--display); letter-spacing: -0.05em; background: var(--ink); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cloud-plan__price span { color: var(--text-3); }
.plan-switch { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: hsl(260 34% 7% / 0.65); }
.plan-switch button { min-height: 44px; padding: 7px 16px; border: 0; border-radius: 999px; background: transparent; color: var(--text-3); font: 500 0.84rem var(--sans); cursor: pointer; }
.plan-switch button[aria-pressed='true'] { color: var(--text); background: linear-gradient(120deg, hsl(325 72% 49% / 0.72), hsl(262 72% 53% / 0.72)); box-shadow: 0 8px 24px hsl(300 70% 45% / 0.18); }
.cloud-plan__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.cloud-plan__list li { position: relative; padding-left: 28px; color: var(--text-2); }
.cloud-plan__list li::before { content: '✓'; position: absolute; left: 0; color: hsl(320 88% 74%); }

.cloud-faq { position: relative; isolation: isolate; overflow: clip; }
.cloud-faq::before {
  content: ''; position: absolute; z-index: -1; inset: 8% -12% -2%; pointer-events: none;
  background:
    radial-gradient(32rem 24rem at 76% 44%, hsl(286 70% 34% / 0.13), transparent 70%),
    radial-gradient(24rem 20rem at 18% 62%, hsl(327 72% 36% / 0.07), transparent 72%);
  filter: blur(18px);
}
.cloud-faq .faq {
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: start;
}
.cloud-faq .faq__title { top: 112px; }
.faq__lede { max-width: 32ch; margin: 22px 0 0; color: var(--text-3); font-size: 0.94rem; line-height: 1.65; }
.faq__index {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; padding: 8px 12px;
  border: 1px solid hsl(290 58% 56% / 0.18); border-radius: 999px;
  color: var(--text-4); background: hsl(260 32% 10% / 0.48);
}
.faq__index span { margin-right: 4px; color: hsl(318 84% 76%); font: 500 0.68rem var(--mono); letter-spacing: 0.1em; }
.faq__index i { width: 5px; height: 5px; border-radius: 50%; background: hsl(275 72% 68% / 0.3); }
.faq__index i:nth-of-type(2) { background: hsl(287 78% 68% / 0.45); }
.faq__index i:nth-of-type(3) { background: hsl(303 84% 70% / 0.65); }
.faq__index i:nth-of-type(4) { background: hsl(322 90% 72%); box-shadow: 0 0 10px hsl(314 88% 64% / 0.7); }
.cloud-faq .faq__list {
  display: grid; gap: 8px; padding: 8px;
  border: 1px solid transparent; border-radius: 26px;
  background:
    linear-gradient(hsl(260 34% 8% / 0.88), hsl(260 34% 7% / 0.94)) padding-box,
    linear-gradient(140deg, hsl(320 72% 66% / 0.25), hsl(275 66% 54% / 0.09) 42%, hsl(262 72% 68% / 0.2)) border-box;
  box-shadow: 0 30px 100px hsl(270 78% 3% / 0.42), inset 0 1px 0 hsl(0 0% 100% / 0.035);
}
.cloud-faq .qa {
  position: relative; margin: 0; border: 1px solid transparent; border-radius: 18px;
  background: hsl(264 30% 12% / 0.28);
  transition: color 0.22s, border-color 0.22s, background 0.22s, box-shadow 0.22s;
}
.cloud-faq .qa:hover { border-color: hsl(290 54% 56% / 0.16); background: hsl(270 34% 14% / 0.4); }
.cloud-faq .qa[open] {
  border-color: hsl(310 72% 66% / 0.28);
  background: linear-gradient(120deg, hsl(309 48% 18% / 0.48), hsl(264 38% 14% / 0.62));
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.045), 0 18px 46px hsl(286 74% 4% / 0.22);
}
.cloud-faq .qa summary {
  display: grid; grid-template-columns: 8px minmax(0, 1fr) 40px; gap: 14px; align-items: center;
  min-height: 76px; padding: 16px 18px; border-radius: 17px;
  color: var(--text-2); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.4;
  transition: color 0.2s;
}
.cloud-faq .qa summary:hover, .cloud-faq .qa[open] summary { color: var(--text); }
.qa__mark { width: 7px; height: 7px; border-radius: 50%; background: hsl(275 48% 60% / 0.42); transition: background 0.22s, box-shadow 0.22s, transform 0.22s var(--step); }
.qa__question { min-width: 0; text-wrap: pretty; }
.qa__toggle {
  position: relative; display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid hsl(285 56% 58% / 0.18); border-radius: 13px;
  background: hsl(260 36% 8% / 0.52); transition: border-color 0.22s, background 0.22s, transform 0.28s var(--step);
}
.qa__toggle::before, .qa__toggle::after { content: ''; position: absolute; width: 13px; height: 1px; background: currentColor; color: var(--text-3); transition: opacity 0.2s, transform 0.28s var(--step); }
.qa__toggle::after { transform: rotate(90deg); }
.cloud-faq .qa[open] .qa__mark { background: hsl(320 92% 74%); box-shadow: 0 0 14px hsl(308 88% 62% / 0.82); transform: scale(1.12); }
.cloud-faq .qa[open] .qa__toggle { border-color: hsl(310 76% 68% / 0.38); background: linear-gradient(135deg, hsl(312 58% 24% / 0.58), hsl(268 52% 23% / 0.56)); transform: rotate(180deg); }
.cloud-faq .qa[open] .qa__toggle::before, .cloud-faq .qa[open] .qa__toggle::after { color: hsl(320 92% 84%); }
.cloud-faq .qa[open] .qa__toggle::after { opacity: 0; transform: rotate(90deg) scaleX(0.2); }
.qa__answer { position: relative; padding: 0 70px 24px 40px; animation: cloud-faq-answer 0.28s var(--step) both; }
.qa__answer::before { content: ''; display: block; height: 1px; margin: 0 0 17px; background: linear-gradient(90deg, hsl(316 82% 67% / 0.38), hsl(267 74% 62% / 0.12), transparent); }
.cloud-faq .qa .qa__answer p { max-width: 58ch; margin: 0; padding: 0; color: var(--text-3); font-size: 0.94rem; line-height: 1.65; }
@keyframes cloud-faq-answer { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

.cloud-closing { position: relative; overflow: hidden; text-align: center; padding: clamp(88px, 10vw, 132px) var(--pad); }
.cloud-closing::before { content: ''; position: absolute; inset: auto 0 0; height: 90%; background: radial-gradient(48rem 28rem at 50% 100%, hsl(295 74% 42% / 0.28), transparent 68%); pointer-events: none; }
.cloud-closing .orb { width: 168px; height: 168px; }
.cloud-closing .title { max-width: 16ch; margin-inline: auto; }
.cloud-closing p { max-width: 42rem; margin: 0 auto 28px; color: var(--text-2); }

.cloud-foot {
  position: relative; isolation: isolate; display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(140px, 0.42fr));
  column-gap: clamp(42px, 7vw, 104px); row-gap: clamp(34px, 4vw, 48px);
  align-items: start; max-width: none; width: 100%;
  padding: clamp(42px, 5vw, 64px) max(var(--pad), calc((100vw - var(--shell)) / 2)) clamp(34px, 4vw, 48px);
  background: linear-gradient(180deg, hsl(264 36% 8% / 0.5), hsl(258 34% 7% / 0.78));
}
.cloud-foot::before { content: ''; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(34rem 18rem at 90% 0%, hsl(284 72% 36% / 0.1), transparent 68%); }
.cloud-foot > * { min-width: 0; }
.cloud-foot__intro { max-width: 38rem; }
.cloud-foot__brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); }
.cloud-foot__brand .mark__orb { width: 30px; height: 30px; }
.cloud-foot__brand .foot__mark { font-size: 1.22rem; background: var(--ink); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cloud-foot__intro .foot__line { max-width: 42ch; margin-top: 14px; line-height: 1.55; }
.cloud-foot__group { display: grid; align-content: start; gap: 9px; min-width: 0; padding-left: 22px; border-left: 1px solid var(--line-soft); }
.cloud-foot__group b { margin-bottom: 3px; font: 500 0.75rem var(--mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-4); }
.cloud-foot__group a { width: fit-content; color: var(--text-3); font-size: 0.88rem; transition: color 0.2s, transform 0.2s var(--step); }
.cloud-foot__group a:hover { color: var(--text); transform: translateX(2px); }
.cloud-foot__legal { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--line-soft); color: var(--text-4); font: 400 0.75rem/1.5 var(--mono); }

.cloud-mobile-cta { display: none; }

.cloud-page-hero { max-width: 900px; margin: 0 auto; padding: clamp(74px, 10vw, 130px) var(--pad) 48px; text-align: center; }
.cloud-page-hero .display { max-width: 15ch; }
.cloud-page-hero > p:last-child { max-width: 58ch; margin-inline: auto; color: var(--text-2); }
.cloud-content { max-width: 900px; margin: 0 auto; padding: 20px var(--pad) clamp(90px, 10vw, 140px); }
.cloud-prose { display: grid; gap: 18px; }
.cloud-prose section { padding: clamp(22px, 4vw, 36px); border-radius: 20px; }
.cloud-prose h2 { margin: 0 0 12px; font: 500 clamp(1.25rem, 2.5vw, 1.65rem)/1.2 var(--display); }
.cloud-prose h3 { margin: 18px 0 7px; font-size: 1rem; }
.cloud-prose p, .cloud-prose li { color: var(--text-2); font-size: 0.96rem; line-height: 1.65; }
.cloud-prose ul { margin: 10px 0 0; padding-left: 1.2rem; }
.cloud-prose .cloud-note { color: var(--text-3); font: 400 0.76rem/1.6 var(--mono); }

/* Trust and support pages prioritize fast scanning over a marketing-sized hero. */
.cloud-page-hero--utility {
  max-width: 1040px;
  padding-top: clamp(56px, 7vw, 86px);
  padding-bottom: 30px;
  text-align: left;
}
.cloud-page-hero--utility .display { max-width: 18ch; font-size: clamp(2.8rem, 5.6vw, 4.9rem); }
.cloud-page-hero--utility > p:last-child { max-width: 68ch; margin-inline: 0; }
.cloud-shell--utility .cloud-content { max-width: 1040px; padding-top: 8px; }
.cloud-shell--utility .cloud-prose { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.cloud-shell--utility .cloud-prose > section:last-child:nth-child(odd) { grid-column: 1 / -1; }

/* Existing account/sign-in screens keep their tested API logic and inherit the new shell. */
.cloud-shell .auth-shell { min-height: calc(100vh - 150px); padding-block: clamp(54px, 8vw, 92px); }
.cloud-shell .auth { position: relative; }
.cloud-shell .auth-card, .cloud-shell .acct-card { border-color: hsl(290 62% 58% / 0.2); box-shadow: 0 28px 90px hsl(270 76% 3% / 0.48), inset 0 1px 0 hsl(0 0% 100% / 0.04); }
.cloud-shell .auth-card:focus-within, .cloud-shell .acct-card:hover { border-color: hsl(310 78% 64% / 0.38); box-shadow: 0 30px 100px hsl(270 76% 3% / 0.55), 0 0 34px hsl(300 78% 52% / 0.08); }
.cloud-shell .acct-shell { max-width: 1040px; }
.cloud-shell .acct-user { width: 40px; height: 40px; padding: 0; justify-content: center; border-color: hsl(300 68% 62% / 0.22); }
.cloud-shell .acct-user [data-user-email] { display: none; }
.cloud-shell .acct-user::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-lift-b); box-shadow: 0 0 12px hsl(265 90% 68%); }

@media (max-width: 1040px) {
  .cloud-masthead .masthead__nav { display: none; }
  .cloud-mobile-toggle { display: block; }
  .cloud-hero__copy .btn--lg { padding-inline: 18px; font-size: 0.9rem; }
  .cloud-product-window .mock__desk {
    grid-template-columns: minmax(210px, 0.68fr) minmax(60px, 0.22fr) minmax(0, 1.8fr);
    gap: clamp(16px, 2.5vw, 30px);
    padding-inline: clamp(24px, 3.5vw, 38px);
  }
}

@media (min-width: 1041px) {
  .cloud-mobile-nav { display: none; }
}

/* MacBook Air class viewports keep one calm first-screen composition. */
@media (min-width: 841px) and (max-height: 900px) {
  .cloud-hero { min-height: calc(100svh - 69px); padding-top: 26px; padding-bottom: 28px; }
  .cloud-hero .cloud-kicker { margin-bottom: 13px; font-size: 0.72rem; }
  .cloud-hero .display { margin-bottom: 17px; font-size: clamp(3.35rem, 5.2vw, 4.65rem); line-height: 0.93; }
  .cloud-hero__sub { margin-bottom: 18px; font-size: clamp(0.96rem, 1.16vw, 1.06rem); line-height: 1.48; }
  .cloud-hero__actions .btn { min-height: 44px; padding-block: 11px; }
  .cloud-hero__meta { margin-top: 24px; padding-top: 16px; }
  .cloud-hero__proof { gap-block: 5px; font-size: 0.75rem; }
  .cloud-hero__release .cloud-release-state, .cloud-hero__release .cloud-release-meta { font-size: 0.7rem; }
}

@media (max-width: 900px) {
  .cloud-live__head,
  .cloud-section__head--split { grid-template-columns: 1fr; gap: 15px; align-items: start; max-width: 720px; }
  .cloud-live__head > p,
  .cloud-section__head--split p:last-child { margin: 0; }
  .cloud-product-window .mock__desk { grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.7fr); }
  .cloud-demo__link { display: none; }
  .cloud-faq .faq { grid-template-columns: 1fr; gap: 34px; }
  .cloud-faq .faq__title { position: static; }
  .faq__lede { max-width: 48ch; }
}

@media (max-width: 840px) {
  .cloud-lang { display: none; }
  .cloud-shell .lang-drop { display: none; }
  .cloud-hero__halo { width: min(620px, 90vw); height: min(620px, 90vw); }
  .workflow-panel { grid-template-columns: 1fr; }
  .workflow-panel__image { height: 390px; }
  .workflow-panel__image::after { background: linear-gradient(0deg, hsl(259 32% 9% / 0.96), transparent 58%), linear-gradient(135deg, hsl(326 78% 36% / 0.14), transparent 58%); }
  .workflow-panel__copy { padding: 34px; }
  .cloud-command, .cloud-plan { grid-template-columns: 1fr; }
  .cloud-command__orb { min-height: 280px; }
  .privacy-flow { grid-template-columns: 1fr; }
  .privacy-wire { min-height: 58px; writing-mode: horizontal-tb; }
  .privacy-wire::before { top: 50%; bottom: auto; left: 8%; right: 8%; width: auto; height: 1px; }
  .privacy-wire span { padding: 5px 12px; }
}

@media (max-width: 640px) {
  html { scroll-padding-bottom: 96px; }
  .cloud-masthead { min-height: 64px; padding-inline: 16px; }
  .cloud-mark__product { font-size: 0.9rem; }
  .cloud-mark__cloud { font-size: 0.75rem; padding-inline: 6px; }
  .cloud-actions { gap: 7px; }
  .cloud-account-link { display: none; }
  .cloud-mobile-nav { top: 64px; }
  .cloud-hero { min-height: calc(100svh - 64px); padding: 52px 18px 64px; }
  .cloud-hero .display { font-size: clamp(1.85rem, 8.9vw, 3.05rem); line-height: 0.98; letter-spacing: -0.04em; }
  .cloud-hero__sub { font-size: 1rem; }
  .cloud-hero__mobile-orb { display: block; width: 116px; height: 116px; margin: 6px auto 20px; }
  .cloud-hero__halo { display: none; }
  .cloud-hero__actions .btn { width: 100%; }
  .cloud-hero__meta { flex-direction: column; align-items: stretch; gap: 12px; padding-top: 20px; }
  .cloud-hero__proof { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .cloud-hero__release { justify-content: center; }
  .cloud-live { padding-block: 48px; }
  .cloud-live__head { margin-bottom: 28px; }
  .cloud-live__head .title { font-size: clamp(1.8rem, 7.8vw, 2.5rem); }
  .cloud-product-window { border-radius: 22px; }
  .cloud-product-window .mock__menubar { gap: 8px; min-height: 40px; padding-inline: 12px; }
  .cloud-product-window .mock__desk { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 32px 18px 22px; }
  .cloud-product-window .mock__window { order: 2; }
  .cloud-product-window .mock__page { min-height: 160px; padding: 22px 18px; }
  .cloud-product-window .orb--mock { width: 124px; height: 124px; }
  .cloud-demo__voice { gap: 16px; }
  .cloud-demo__privacy { max-width: 38ch; }
  .cloud-section { padding-block: 74px; }
  .cloud-section__head { margin-bottom: 34px; }
  .cloud-section__head .title { font-size: clamp(1.95rem, 9vw, 2.75rem); }
  .cloud-journey { grid-template-columns: 1fr; gap: 30px; }
  .cloud-journey::before { top: 24px; bottom: 24px; left: 26px; right: auto; width: 1px; height: auto; background: linear-gradient(transparent, hsl(310 88% 62% / 0.58), hsl(266 88% 67% / 0.58), transparent); }
  .cloud-journey__step { display: grid; grid-template-columns: 54px 1fr; gap: 0 18px; text-align: left; padding: 0; }
  .cloud-journey__n { grid-row: span 2; margin: 0; }
  .cloud-journey__pulse {
    top: 24px; bottom: 24px; left: 22px; right: auto; width: 10px; height: auto;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 3%, #000 97%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 3%, #000 97%, transparent);
  }
  .cloud-journey__pulse i { transform: translate3d(0, -100%, 0); animation-name: cloud-journey-pulse-y; }
  .cloud-journey__pulse i::before { top: auto; right: auto; bottom: 4px; left: 4.5px; width: 1px; height: 72px; background: linear-gradient(180deg, transparent, hsl(321 94% 66% / 0.12) 18%, hsl(321 94% 70% / 0.78)); }
  .cloud-journey__pulse i::after { top: auto; right: auto; bottom: 0; left: 0.5px; }
  .cloud-journey__pulse i:nth-child(2)::before { background: linear-gradient(180deg, transparent, hsl(266 94% 70% / 0.12) 18%, hsl(266 94% 74% / 0.78)); }
  .workflow-stage { margin-inline: 0; padding: 0; }
  .workflow-tabs { display: flex; flex-wrap: nowrap; width: 100%; overflow-x: auto; padding: 5px; scrollbar-width: none; }
  .workflow-tabs::-webkit-scrollbar { display: none; }
  .workflow-tab { min-width: 124px; }
  .workflow-panel { min-height: 0; }
  .workflow-panel__image { height: 300px; }
  .workflow-panel__copy { padding: 28px 22px 26px; }
  .workflow-panel h3 { font-size: 1.65rem; }
  .cloud-compare {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }
  .cloud-compare table { display: block; min-width: 0; border-collapse: separate; }
  .cloud-compare thead { display: block; margin-bottom: 10px; }
  .cloud-compare thead tr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line-soft); border-radius: 14px; }
  .cloud-compare thead th { min-width: 0; padding: 12px 13px; border: 0; font-size: 0.75rem; letter-spacing: 0.04em; overflow-wrap: anywhere; }
  .cloud-compare thead th:first-child { display: none; }
  .cloud-compare thead th:nth-child(3) { border-left: 1px solid hsl(300 70% 62% / 0.2); }
  .cloud-compare tbody { display: grid; gap: 10px; }
  .cloud-compare tbody tr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line-soft); border-radius: 16px; background: hsl(260 30% 11% / 0.72); }
  .cloud-compare tbody th { grid-column: 1 / -1; width: auto; padding: 12px 14px; border-bottom: 1px solid var(--line-soft); background: hsl(270 34% 14% / 0.58); font-size: 0.82rem; }
  .cloud-compare tbody td { min-width: 0; padding: 14px; border: 0; font-size: 0.84rem; line-height: 1.45; overflow-wrap: anywhere; }
  .cloud-compare tbody td:nth-child(3) { border-left: 1px solid hsl(300 70% 62% / 0.2); }
  .privacy-services { grid-template-columns: 1fr; }
  .cloud-plan { padding: 25px 20px; }
  .cloud-page-hero--utility { padding: 50px 18px 28px; }
  .cloud-page-hero--utility .display { max-width: 16ch; font-size: clamp(2.25rem, 10vw, 3rem); }
  .cloud-shell--utility .cloud-content { padding-top: 4px; }
  .cloud-shell--utility .cloud-prose { grid-template-columns: 1fr; }
  .cloud-shell--utility .cloud-prose > section:last-child:nth-child(odd) { grid-column: auto; }
  .cloud-faq .faq__list { margin-inline: -4px; padding: 6px; border-radius: 22px; }
  .cloud-faq .qa { border-radius: 16px; }
  .cloud-faq .qa summary { grid-template-columns: 7px minmax(0, 1fr) 40px; gap: 11px; min-height: 72px; padding: 14px 13px; border-radius: 15px; }
  .qa__answer { padding: 0 55px 21px 31px; }
  .cloud-closing .orb { width: 138px; height: 138px; }
  .cloud-foot { grid-template-columns: 1fr 1fr; column-gap: 28px; row-gap: 32px; padding-bottom: 112px; }
  .cloud-foot__intro, .cloud-foot__legal { grid-column: 1 / -1; }
  .cloud-foot__group { min-width: 0; padding: 20px 0 0; border-top: 1px solid var(--line-soft); border-left: 0; }
  .cloud-mobile-cta {
    display: flex; position: fixed; z-index: 25; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom));
    align-items: center; justify-content: space-between; gap: 12px; padding: 9px 9px 9px 15px;
    border: 1px solid hsl(300 80% 68% / 0.32); border-radius: 16px;
    background: hsl(258 36% 7% / 0.9); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px);
    box-shadow: 0 20px 60px hsl(260 80% 2% / 0.7), 0 0 30px hsl(300 80% 52% / 0.12);
    transition: opacity 0.24s var(--step), transform 0.3s var(--step);
  }
  .cloud-shell[data-demo-visible] .cloud-mobile-cta { opacity: 0; transform: translateY(calc(100% + 20px)); pointer-events: none; }
  .cloud-mobile-cta [data-release-state] { min-width: 0; margin: 0; font-size: 0.75rem; line-height: 1.3; }
  .cloud-mobile-cta .btn { min-height: 44px; flex: none; padding: 10px 14px; font-size: 0.82rem; }
}

/* Exact mobile acceptance width: 390px. */
@media (max-width: 390px) {
  .cloud-hero { padding-inline: 16px; }
  .cloud-hero__proof { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .workflow-panel__image { height: 260px; }
  .cloud-mobile-cta { left: 7px; right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .cloud-hero__halo { animation: none; transform: translate(-50%, -50%) scale(0.92); }
  .cloud-demo__wire i { animation: none; left: calc(50% - 3px); opacity: 0.78; }
  .cloud-journey__pulse i { animation: none; }
  .cloud-mobile-cta { transition: none; }
  .workflow-panel, .workflow-panel__image img { animation: none; transition: none; }
  .cloud-faq .qa, .cloud-faq .qa summary, .qa__mark, .qa__toggle, .qa__toggle::before, .qa__toggle::after { transition: none; }
  .qa__answer { animation: none; }
}
