/* Reusable Cloudbizz solution-page shell — Deskio reference implementation. */

.solution-page {
  --solution-bg: #050a20;
  --solution-bg-soft: #08102d;
  --solution-panel: rgba(15, 24, 65, .72);
  --solution-panel-strong: rgba(18, 29, 76, .92);
  --solution-line: rgba(156, 169, 255, .16);
  --solution-line-strong: rgba(155, 135, 255, .34);
  --solution-ink: #f6f7ff;
  --solution-muted: #b9c2e7;
  --solution-accent: #7d67ff;
  --solution-accent-bright: #a99bff;
  color-scheme: dark;
  background: var(--solution-bg);
}

.solution-page .site-header {
  position: sticky;
  top: 0;
  z-index: 160;
  height: 72px;
  border-bottom: 1px solid rgba(150, 164, 255, .12);
  background: rgba(5, 10, 32, .82) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
  backdrop-filter: blur(20px) saturate(130%);
}

.solution-page .site-header__inner {
  width: var(--cb-shell);
  min-height: 72px;
}

.solution-page .site-header .brand__logo-img {
  content: url("/Logos/cloudbizz_logo_full_quality_white.svg");
}

.solution-page .site-nav a,
.solution-page .site-nav button,
.solution-page .login-link {
  color: rgba(246, 247, 255, .82);
}

.solution-page .site-nav a:hover,
.solution-page .site-nav button:hover,
.solution-page .site-nav a:focus-visible,
.solution-page .site-nav button:focus-visible,
.solution-page .login-link:hover {
  color: #fff;
}

.solution-page .language-select select {
  border-color: rgba(170, 181, 255, .2);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.solution-page .language-select option { color: #080942; }
.solution-page .menu-toggle {
  border-color: rgba(170, 181, 255, .22);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}
.solution-page .menu-toggle span { background: currentColor; }

.solution-switcher {
  position: sticky;
  top: 72px;
  z-index: 145;
  border-bottom: 1px solid var(--solution-line);
  background: rgba(5, 10, 32, .86);
  backdrop-filter: blur(22px) saturate(135%);
}

.solution-switcher__inner {
  width: var(--cb-shell);
  min-height: 76px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 auto;
}

.solution-switcher__home,
.solution-switcher__link {
  color: var(--solution-muted);
  text-decoration: none;
}

.solution-switcher__home {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.solution-switcher__home-icon,
.solution-switcher__mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.solution-switcher__home-icon {
  width: 34px;
  height: 34px;
  border: 1px solid var(--solution-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  color: var(--solution-accent-bright);
}

.solution-switcher svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-switcher__links {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.solution-switcher__link {
  position: relative;
  min-width: 0;
  min-height: 56px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.solution-switcher__link:hover,
.solution-switcher__link:focus-visible {
  border-color: var(--solution-line);
  background: rgba(255, 255, 255, .055);
  color: #fff;
  transform: translateY(-1px);
}

.solution-switcher__link.is-current {
  border-color: var(--solution-line-strong);
  background: linear-gradient(135deg, rgba(102, 76, 255, .22), rgba(255, 255, 255, .055));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 12px 28px rgba(22, 9, 91, .18);
}

.solution-switcher__link.is-current::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -11px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--solution-accent-bright), transparent);
  box-shadow: 0 0 14px var(--solution-accent);
}

.solution-switcher__mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .065);
  color: var(--solution-accent-bright);
  font-size: 17px;
  font-weight: 900;
}

.solution-switcher__link strong,
.solution-switcher__link small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.solution-switcher__link strong {
  color: inherit;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 900;
}

.solution-switcher__link small {
  margin-top: 4px;
  color: rgba(193, 201, 235, .74);
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
}

.solution-switcher__mark--serenia { color: #71e6c1; }
.solution-switcher__mark--ovastack { color: #79b7ff; }
.solution-switcher__mark--neoo { color: #d2caff; }
.solution-switcher__mark--care { color: #87e0ff; }

.solution-page .go-main {
  isolation: isolate;
  overflow: clip;
  color: var(--solution-ink);
  background:
    radial-gradient(ellipse 85% 52% at 76% 2%, rgba(75, 50, 220, .22), transparent 58%),
    radial-gradient(ellipse 62% 40% at 8% 24%, rgba(25, 77, 179, .14), transparent 64%),
    linear-gradient(180deg, #050a20 0%, #07102d 44%, #05091e 100%);
}

.solution-atmosphere {
  position: fixed;
  z-index: -2;
  inset: 148px 0 0;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}

.solution-atmosphere__glow {
  position: absolute;
  display: block;
  width: min(54vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .26;
  will-change: transform;
}

.solution-atmosphere__glow--one {
  top: -18%;
  right: -12%;
  background: rgba(93, 61, 255, .52);
  animation: solution-drift-one 18s ease-in-out infinite alternate;
}

.solution-atmosphere__glow--two {
  top: 38%;
  left: -20%;
  background: rgba(14, 105, 227, .34);
  animation: solution-drift-two 22s ease-in-out infinite alternate;
}

.solution-atmosphere__grid {
  position: absolute;
  inset: 0;
  display: block;
  opacity: .18;
  background-image:
    linear-gradient(rgba(144, 158, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 158, 255, .07) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(ellipse 80% 62% at 50% 32%, #000, transparent 78%);
}

@keyframes solution-drift-one {
  to { transform: translate3d(-8vw, 7vh, 0) scale(1.08); }
}

@keyframes solution-drift-two {
  to { transform: translate3d(12vw, -5vh, 0) scale(.92); }
}

/* Deskio hero: same cinematic atmosphere as the homepage, live product illustration. */
.solution-page .go-hero--deskio-reference {
  width: var(--cb-shell);
  height: auto;
  min-height: 830px;
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: 64px;
  color: var(--solution-ink);
  background: transparent;
}

.solution-page .go-hero--deskio-reference::before {
  inset: 0 50% auto;
  width: 100vw;
  height: 760px;
  background:
    radial-gradient(circle at 60% 27%, rgba(102, 72, 255, .25), transparent 27%),
    radial-gradient(circle at 32% 38%, rgba(34, 91, 205, .13), transparent 34%);
  pointer-events: none;
}

.solution-page .go-hero--deskio-reference::after {
  display: block;
  bottom: 0;
  height: 240px;
  opacity: .35;
  background:
    linear-gradient(90deg, transparent, rgba(133, 118, 255, .14), transparent),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(130, 143, 255, .08) 80px);
  mask-image: linear-gradient(180deg, transparent, #000);
}

.solution-page .deskio-kicker {
  border-color: var(--solution-line-strong);
  background: rgba(13, 21, 59, .68);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 18px 36px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.solution-page .deskio-kicker span:last-child {
  background: none;
  color: #fff;
  -webkit-text-fill-color: currentColor;
}

.solution-page .deskio-kicker__icon,
.solution-page .deskio-mini-icon,
.solution-page .deskio-side-icon {
  background: rgba(120, 93, 255, .14);
  color: var(--solution-accent-bright);
  box-shadow: inset 0 0 0 1px rgba(158, 139, 255, .18);
}

.solution-page .go-hero--deskio-reference h1 {
  max-width: none;
  font-size: var(--cb-title-hero);
  line-height: .95;
  letter-spacing: -.055em;
  color: #fff;
  background: linear-gradient(110deg, #fff 0%, #d6d1ff 42%, #8f78ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.solution-page .deskio-subtitle {
  color: #fff;
}

.solution-page .deskio-subtitle strong { color: #a894ff; }
.solution-page .deskio-lead { color: var(--solution-muted); }

.solution-page .deskio-btn-outline {
  border-color: rgba(189, 198, 255, .3) !important;
  background: rgba(255, 255, 255, .055) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.solution-page .deskio-scene__image {
  filter: drop-shadow(0 38px 60px rgba(0, 0, 0, .38)) saturate(1.07);
}

.solution-page .deskio-side-features,
.solution-page .deskio-proof,
.solution-page .deskio-offers__intro,
.solution-page .deskio-offer-card,
.solution-page .deskio-compat {
  border-color: var(--solution-line);
  background: linear-gradient(155deg, rgba(23, 34, 82, .82), rgba(10, 18, 53, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 24px 54px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.solution-page .deskio-side-features article + article,
.solution-page .deskio-offer-card footer {
  border-color: var(--solution-line);
}

.solution-page .deskio-side-features b,
.solution-page .deskio-proof b,
.solution-page .deskio-offers__intro h2,
.solution-page .deskio-offers__intro b,
.solution-page .deskio-offer-card h3,
.solution-page .deskio-offer-card footer strong,
.solution-page .deskio-offer-card footer span,
.solution-page .deskio-compat > p,
.solution-page .deskio-compat__logos,
.solution-page .deskio-compat__logos b {
  color: #fff;
}

.solution-page .deskio-side-features small,
.solution-page .deskio-proof small,
.solution-page .deskio-offer-card > p:not(.deskio-offer-ribbon),
.solution-page .deskio-compat__logos small {
  color: var(--solution-muted);
}

.solution-page .deskio-offer-card h3 span,
.solution-page .deskio-offers__intro p {
  color: var(--solution-accent-bright);
}

.solution-page .deskio-compat > p { background: #09102d; }

/* Shared solution-section treatment. */
.solution-page .go-apps,
.solution-page .go-process,
.solution-page .go-packs {
  width: var(--cb-shell);
  padding-block: clamp(72px, 8vw, 118px);
}

.solution-page .go-apps::before,
.solution-page .go-process::before,
.solution-page .go-packs::before {
  background:
    radial-gradient(circle at 85% 18%, rgba(101, 76, 255, .12), transparent 29%),
    linear-gradient(180deg, rgba(6, 12, 36, .1), rgba(8, 16, 45, .7));
  border-top: 1px solid rgba(143, 158, 255, .08);
}

.solution-page .go-section-head h2,
.solution-page .go-packs .go-section-head h2 {
  font-family: var(--cb-display-font);
  color: #fff;
  font-size: var(--cb-title-section);
  line-height: .98;
  letter-spacing: var(--cb-display-tracking);
  font-weight: var(--cb-display-weight);
}

.solution-page .go-section-head p:not(.go-story-pill),
.solution-page .go-packs .go-section-head > p:last-child {
  color: var(--solution-muted);
  font-size: var(--cb-lead-section);
  font-weight: 500;
}

.solution-page .go-accent,
.solution-page .go-apps__heading-accent { color: var(--solution-accent-bright); }

.solution-page .go-story-pill,
.solution-page .go-packs .go-section-head .go-packs__eyebrow {
  border: 1px solid var(--solution-line-strong);
  background: rgba(112, 83, 255, .12);
  color: #c5bbff;
  box-shadow: none;
}

.solution-page .go-apps__group,
.solution-page .go-apps__other,
.solution-page .go-process__step,
.solution-page .go-process__note,
.solution-page .go-process__aside,
.solution-page .go-pack {
  border-color: var(--solution-line);
  background: linear-gradient(155deg, rgba(20, 30, 75, .82), rgba(10, 18, 51, .74));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 22px 52px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}

.solution-page .go-app {
  border-color: rgba(161, 174, 255, .13);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
}

.solution-page .go-apps__group h3,
.solution-page .go-app h4,
.solution-page .go-apps__other h3,
.solution-page .go-process__step h3,
.solution-page .go-process__note,
.solution-page .go-pack h3,
.solution-page .go-packs__storage {
  color: #fff;
}

.solution-page .go-app > p:not(.go-app__price),
.solution-page .go-apps__other p,
.solution-page .go-process__step li,
.solution-page .go-process__aside,
.solution-page .go-pack__list li,
.solution-page .go-pack__price {
  color: var(--solution-muted);
}

.solution-page .go-app__price {
  background: rgba(125, 103, 255, .13);
  color: #c8beff;
}

.solution-page--deskio .go-app__price span {
  max-width: 100%;
  display: block;
  margin-top: 3px;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 10px;
  line-height: 1.15;
}

.solution-page .go-process__step img,
.solution-page .go-apps__mascot img {
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, .28)) saturate(.96);
}

.solution-page .go-pack {
  min-height: 530px;
}

.solution-page .go-pack--featured {
  border-color: rgba(137, 112, 255, .65);
  background:
    radial-gradient(circle at 84% 5%, rgba(128, 97, 255, .19), transparent 35%),
    linear-gradient(155deg, rgba(31, 38, 93, .94), rgba(12, 19, 55, .88));
  box-shadow: 0 26px 60px rgba(36, 18, 116, .3);
}

.solution-page .go-pack__desc {
  border-color: var(--solution-line);
  color: #a99bff;
}

.solution-page .go-pack__cta.btn--outline {
  border-color: rgba(173, 184, 255, .3);
  background: rgba(255, 255, 255, .055);
  color: #fff;
}

.solution-page .go-packs__storage {
  border: 1px solid var(--solution-line);
  background: rgba(117, 92, 255, .1);
}

.solution-page .go-packs__legal { color: #929cc8; }

.solution-page.story-skin .diagnostic-banner {
  border: 1px solid rgba(174, 183, 255, .2);
  background:
    radial-gradient(circle at 88% 18%, rgba(134, 108, 255, .34), transparent 36%),
    linear-gradient(135deg, #111b4b, #29199a 65%, #5336de);
}

.solution-page .site-footer {
  width: var(--cb-shell);
  color: var(--solution-muted);
  border-top-color: var(--solution-line);
  background: transparent;
}

.solution-page .site-footer .brand__logo-img {
  content: url("/Logos/cloudbizz_logo_full_quality_white.svg");
}

.solution-page .site-footer h2,
.solution-page .site-footer a,
.solution-page .site-footer strong { color: #fff; }

.solution-page .site-footer a:hover,
.solution-page .site-footer a:focus-visible { color: #b9adff; }

.solution-page :where(a, button, select):focus-visible {
  outline: 3px solid #b9adff;
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .solution-page .site-header {
    height: auto;
    min-height: 72px;
  }

  .solution-page .site-header__inner { width: min(calc(100% - 40px), 980px); }
  .solution-switcher { top: 72px; }
  .solution-switcher__inner {
    width: min(calc(100% - 40px), 980px);
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 10px 12px;
  }
  .solution-switcher__home { display: none; }
  .solution-switcher__links {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline proximity;
  }
  .solution-switcher__links::-webkit-scrollbar { display: none; }
  .solution-switcher__link {
    flex: 0 0 170px;
    scroll-snap-align: start;
  }
  .solution-page .go-hero--deskio-reference,
  .solution-page .go-apps,
  .solution-page .go-process,
  .solution-page .go-packs,
  .solution-page .site-footer {
    width: min(calc(100% - 40px), 980px);
  }
}

@media (max-width: 760px) {
  .solution-page .site-header__inner { width: min(calc(100% - 28px), 560px); }
  .solution-page .site-nav {
    border-top: 1px solid var(--solution-line);
    background: rgba(5, 10, 32, .98);
  }
  .solution-switcher { top: 72px; }
  .solution-switcher__inner { width: min(calc(100% - 20px), 580px); }
  .solution-switcher__link {
    flex-basis: 148px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }
  .solution-switcher__mark { width: 32px; height: 32px; }
  .solution-page .go-hero--deskio-reference,
  .solution-page .go-apps,
  .solution-page .go-process,
  .solution-page .go-packs,
  .solution-page .site-footer {
    width: min(calc(100% - 28px), 560px);
  }
  .solution-page .go-hero--deskio-reference {
    padding-top: 38px;
  }
  .solution-page .go-hero--deskio-reference h1 {
    font-size: var(--cb-title-hero);
  }
  .solution-page .deskio-subtitle { font-size: clamp(26px, 8vw, 36px); }
  .solution-page .go-section-head h2,
  .solution-page .go-packs .go-section-head h2 {
    font-size: clamp(40px, 12vw, 56px);
  }
  .solution-page .go-apps,
  .solution-page .go-process,
  .solution-page .go-packs {
    padding-block: 72px;
  }
  .solution-page .footer-columns { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .solution-atmosphere__glow,
  .solution-switcher__link {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* Deskio second-pass — code-built product illustration system. */
.solution-page--deskio .go-hero--deskio-reference {
  min-height: 790px;
  grid-template-columns: minmax(410px, .78fr) minmax(650px, 1.22fr);
  grid-template-rows: minmax(500px, auto) auto auto;
  gap: 34px clamp(44px, 5vw, 88px);
  align-items: center;
  padding-block: clamp(56px, 6vw, 88px) 72px;
}

.solution-page--deskio .deskio-copy {
  align-self: center;
  padding: 0;
}

.solution-page--deskio .deskio-copy h1 {
  margin-top: 24px;
  font-size: var(--cb-title-hero);
}

.solution-page--deskio .deskio-subtitle {
  max-width: 520px;
  margin-top: 20px;
  font-size: clamp(34px, 2.7vw, 45px);
  line-height: 1;
}

.solution-page--deskio .deskio-lead {
  max-width: 520px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.55;
}

.solution-page--deskio .deskio-actions { margin-top: 32px; }

.solution-page--deskio .deskio-side-features,
.solution-page--deskio .deskio-offers { display: none; }

.solution-page--deskio .deskio-scene--live {
  position: relative;
  min-height: 560px;
  margin: 0;
  isolation: isolate;
}

.solution-page--deskio .deskio-scene--live::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 4% -4% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100, 74, 255, .24), transparent 67%);
  filter: blur(18px);
}

.deskio-product-ui {
  position: absolute;
  z-index: 3;
  inset: 34px 18px 58px 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 180px;
  grid-template-rows: 58px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(174, 184, 255, .23);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 14%, rgba(120, 92, 255, .12), transparent 32%),
    rgba(8, 15, 43, .9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .055),
    0 46px 90px rgba(0, 0, 0, .42),
    0 0 0 12px rgba(83, 66, 190, .035);
  backdrop-filter: blur(22px);
  transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}

.deskio-product-ui__bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 145px minmax(120px, 1fr) auto 38px;
  gap: 18px;
  align-items: center;
  padding: 0 17px;
  border-bottom: 1px solid rgba(163, 175, 255, .13);
  background: rgba(255, 255, 255, .025);
}

.deskio-product-ui__brand,
.deskio-product-ui__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.deskio-product-ui__brand i {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(145deg, #a594ff, #5235ff);
  box-shadow: 0 0 18px rgba(125, 95, 255, .55);
}

.deskio-product-ui__search {
  width: min(100%, 220px);
  height: 25px;
  justify-self: center;
  border: 1px solid rgba(163, 175, 255, .12);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255,255,255,.055) 0 66%, rgba(255,255,255,.025) 66%);
}

.deskio-product-ui__status {
  padding: 7px 10px;
  border: 1px solid rgba(100, 218, 181, .17);
  border-radius: 999px;
  color: #a8e9d4;
  background: rgba(52, 173, 137, .07);
  font-size: 9px;
}

.deskio-product-ui__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #70e4c0;
  box-shadow: 0 0 12px #70e4c0;
}

.deskio-product-ui__avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(137, 115, 255, .16);
  color: #c9c0ff;
  font-size: 9px;
  font-weight: 900;
}

.deskio-product-ui__rail {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 13px;
  padding-top: 23px;
  border-right: 1px solid rgba(163, 175, 255, .11);
}

.deskio-product-ui__rail span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #7781ad;
}

.deskio-product-ui__rail span.is-active {
  color: #c9beff;
  background: rgba(120, 92, 255, .14);
  box-shadow: inset 0 0 0 1px rgba(151, 132, 255, .18);
}

.deskio-product-ui__rail svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.deskio-product-ui__main { padding: 26px 24px; }

.deskio-product-ui__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.deskio-product-ui__heading small,
.deskio-product-ui__heading strong {
  display: block;
}

.deskio-product-ui__heading small {
  color: #8993bd;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.deskio-product-ui__heading strong {
  margin-top: 5px;
  color: #f7f8ff;
  font-size: 20px;
  letter-spacing: -.04em;
}

.deskio-product-ui__heading > i {
  width: 68px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c62ff 0 54%, rgba(255,255,255,.08) 54%);
}

.deskio-launcher {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  margin-top: 22px;
}

.deskio-launcher__desktop,
.deskio-launcher__apps {
  min-height: 146px;
  padding: 17px;
  border: 1px solid rgba(164, 176, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

.deskio-launcher__screen {
  height: 69px;
  display: grid;
  grid-template-columns: 19px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
  padding: 9px;
  border: 1px solid rgba(174, 184, 255, .16);
  border-radius: 9px;
  background: linear-gradient(145deg, #171f54, #0c1438);
}

.deskio-launcher__screen i {
  border-radius: 3px;
  background: rgba(160, 146, 255, .18);
}
.deskio-launcher__screen i:first-child { grid-row: 1 / 3; }
.deskio-launcher__screen i:nth-child(2) { background: linear-gradient(90deg, #6950f7 42%, rgba(255,255,255,.07) 42%); }

.deskio-launcher__desktop strong {
  display: block;
  margin-top: 11px;
  color: #f4f5ff;
  font-size: 11px;
}

.deskio-launcher__desktop small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #83d8bd;
  font-size: 8px;
}

.deskio-launcher__desktop small i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6de0bc;
}

.deskio-launcher__apps p,
.deskio-product-ui__recent p,
.deskio-product-ui__activity p {
  margin: 0;
  color: #8f99c0;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.deskio-launcher__apps > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 16px;
}

.deskio-app-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.18);
}

.deskio-app-mark--w { background: linear-gradient(145deg, #397de8, #2056b8); }
.deskio-app-mark--x { background: linear-gradient(145deg, #39b383, #167252); }
.deskio-app-mark--p { background: linear-gradient(145deg, #ed7550, #b94127); }
.deskio-app-mark--h { background: linear-gradient(145deg, #7865eb, #4131a8); }
.deskio-app-mark--more { background: rgba(255,255,255,.08); color: #b9c2e7; box-shadow: none; }

.deskio-product-ui__recent { margin-top: 22px; }

.deskio-product-ui__recent > span {
  min-height: 45px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 11px;
  align-items: center;
  margin-top: 8px;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(164, 176, 255, .08);
}

.deskio-product-ui__recent b { width: 27px; height: 27px; border-radius: 8px; }
.deskio-product-ui__recent span > i {
  height: 5px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(255,255,255,.17) 0 62%, transparent 62%);
}
.deskio-product-ui__recent small { color: #808aad; font-size: 8px; }

.deskio-product-ui__activity {
  margin: 18px 18px 18px 0;
  padding: 22px 17px;
  border: 1px solid rgba(164, 176, 255, .12);
  border-radius: 17px;
  background: rgba(255, 255, 255, .028);
}

.deskio-product-ui__activity > strong {
  display: block;
  margin-top: 17px;
  color: #fff;
  font-size: 31px;
  letter-spacing: -.06em;
}

.deskio-product-ui__activity > strong small { color: #9b89ff; font-size: 13px; }

.deskio-health-chart {
  position: relative;
  display: block;
  height: 74px;
  margin-top: 16px;
  overflow: hidden;
  border-bottom: 1px solid rgba(163, 175, 255, .11);
}

.deskio-health-chart::before {
  content: "";
  position: absolute;
  inset: 20px -10px 0;
  border-top: 2px solid #8069ff;
  border-radius: 50% 50% 0 0;
  transform: rotate(-6deg);
  box-shadow: 0 -8px 24px rgba(119, 92, 255, .3);
}

.deskio-health-chart i {
  position: absolute;
  right: 24px;
  top: 12px;
  width: 7px;
  height: 7px;
  border: 2px solid #b3a6ff;
  border-radius: 50%;
  background: #0c143b;
  box-shadow: 0 0 14px #765cff;
}

.deskio-product-ui__activity ul {
  display: grid;
  gap: 11px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.deskio-product-ui__activity li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aab3d8;
  font-size: 9px;
  font-weight: 700;
}

.deskio-product-ui__activity li i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #7057e9;
}

.deskio-device {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(184, 193, 255, .3);
  background: #0a1236;
  box-shadow: 0 24px 48px rgba(0,0,0,.42);
}

.deskio-device--phone {
  right: -8px;
  bottom: 22px;
  width: 76px;
  height: 142px;
  padding: 17px 9px 9px;
  border-radius: 17px;
  transform: rotate(4deg);
}

.deskio-device--tablet {
  left: 18px;
  bottom: 6px;
  width: 132px;
  height: 94px;
  padding: 13px;
  border-radius: 14px;
  transform: rotate(-5deg);
}

.deskio-device span {
  display: block;
  height: 31%;
  border-radius: 6px;
  background: linear-gradient(135deg, #6950f4, #304fba);
}

.deskio-device i {
  display: block;
  height: 7px;
  margin-top: 10px;
  border-radius: 99px;
  background: rgba(255,255,255,.11);
}
.deskio-device i:last-child { width: 56%; }

.deskio-scene__connections {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: rgba(168, 150, 255, .9);
  stroke: rgba(126, 102, 255, .45);
  stroke-width: 1.5;
  stroke-dasharray: 4 9;
  animation: deskio-connection-flow 9s linear infinite;
}

@keyframes deskio-connection-flow { to { stroke-dashoffset: -130; } }

.solution-page--deskio .deskio-proof {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  height: auto;
  min-height: 82px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 10px 18px;
  border-radius: 18px;
}

.solution-page--deskio .deskio-proof li {
  justify-content: center;
  padding: 8px 18px;
}

.solution-page--deskio .deskio-proof li + li { border-left: 1px solid var(--solution-line); }

.solution-page--deskio .deskio-compat {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: auto;
  min-height: 96px;
  margin: 0;
  padding: 30px 44px 17px;
  border-radius: 18px;
}

/* Application orchestration console. */
.solution-page--deskio .go-apps__layout {
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.55fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
  margin-top: 48px;
}

.solution-page--deskio .go-apps__visual { display: block; }

.deskio-app-console {
  position: relative;
  width: 100%;
  min-height: 430px;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(169, 180, 255, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 5%, rgba(123, 95, 255, .15), transparent 34%),
    rgba(10, 18, 51, .82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 36px 70px rgba(0,0,0,.28);
}

.deskio-app-console::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(139, 115, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(139,115,255,.025), 0 0 0 68px rgba(139,115,255,.018);
}

.deskio-app-console header,
.deskio-app-console footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deskio-app-console header span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.deskio-app-console header span i {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #7961ff;
}

.deskio-app-console header em {
  color: #8f99c0;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.deskio-app-console__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}

.deskio-app-console__summary span {
  padding: 17px;
  border: 1px solid rgba(164, 176, 255, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
}

.deskio-app-console__summary small,
.deskio-app-console__summary strong { display: block; }
.deskio-app-console__summary small { color: #8892b8; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.deskio-app-console__summary strong { margin-top: 7px; color: #fff; font-size: 29px; letter-spacing: -.05em; }

.deskio-app-console__rows { margin-top: 18px; }

.deskio-app-console__rows article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 8px;
  gap: 13px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(164, 176, 255, .09);
}

.deskio-app-console__rows .deskio-app-mark { width: 32px; height: 32px; }
.deskio-app-console__rows strong,
.deskio-app-console__rows small { display: block; }
.deskio-app-console__rows strong { color: #f5f6ff; font-size: 12px; }
.deskio-app-console__rows small { margin-top: 3px; color: #818bae; font-size: 9px; }
.deskio-app-console__rows article > i { width: 7px; height: 7px; border-radius: 50%; background: #697293; }
.deskio-app-console__rows article > i.is-live { background: #68dcb8; box-shadow: 0 0 11px rgba(104,220,184,.6); }

.deskio-app-console footer { margin-top: 22px; }
.deskio-app-console footer span { display: flex; gap: 5px; }
.deskio-app-console footer span i { width: 5px; height: 5px; border-radius: 50%; background: #6955db; }
.deskio-app-console footer b { color: #aa9cff; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.solution-page--deskio .go-apps__proof {
  width: 100%;
  gap: 12px;
  margin: 18px 0 0;
}

/* Provisioning flow visuals. */
.solution-page--deskio .go-process__steps {
  gap: 18px;
  margin-top: 48px;
}

.solution-page--deskio .go-process__step {
  min-height: 540px;
  padding: 24px;
  overflow: hidden;
  border-radius: 22px;
}

.solution-page--deskio .go-process__step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(120, 94, 255, .06), transparent 38%);
  pointer-events: none;
}

.solution-page--deskio .go-process__step h3 {
  position: relative;
  min-height: 60px;
  margin: -45px 0 18px 64px;
  font-size: 20px;
  line-height: 1.08;
}

.deskio-flow-visual {
  position: relative;
  height: 190px;
  margin: 16px 0 24px;
  border: 1px solid rgba(164, 176, 255, .11);
  border-radius: 17px;
  background:
    linear-gradient(rgba(148, 161, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 161, 255, .035) 1px, transparent 1px),
    rgba(255,255,255,.022);
  background-size: 24px 24px;
}

.deskio-flow-visual > svg {
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  fill: #9a87ff;
  stroke: rgba(139, 117, 255, .42);
  stroke-width: 1.5;
  stroke-dasharray: 4 7;
}

.deskio-flow-stack,
.deskio-flow-database,
.deskio-flow-source,
.deskio-flow-tunnel,
.deskio-flow-cloud,
.deskio-flow-gateway,
.deskio-flow-session,
.deskio-flow-hub,
.deskio-flow-device {
  position: absolute;
  z-index: 2;
}

.deskio-flow-stack {
  left: 24px;
  top: 47px;
  width: 58px;
  height: 88px;
}
.deskio-flow-stack i {
  position: absolute;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(172,183,255,.2);
  border-radius: 10px;
  color: #d7d2ff;
  background: #172052;
  box-shadow: 0 9px 18px rgba(0,0,0,.22);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.deskio-flow-stack i:nth-child(2) { left: 12px; top: 20px; }
.deskio-flow-stack i:nth-child(3) { left: 24px; top: 40px; }

.deskio-flow-database {
  right: 24px;
  top: 55px;
  width: 58px;
  height: 70px;
  border: 1px solid rgba(172,183,255,.2);
  border-radius: 50% / 15%;
  background: #131d4b;
}
.deskio-flow-database i { display: block; height: 22px; border-bottom: 1px solid rgba(172,183,255,.13); }

.deskio-flow-source {
  left: 25px;
  top: 53px;
  width: 48px;
  display: grid;
  gap: 7px;
}
.deskio-flow-source i { height: 19px; border: 1px solid rgba(172,183,255,.17); border-radius: 5px; background: #151e4d; }

.deskio-flow-tunnel {
  left: 50%;
  top: 75px;
  width: 76px;
  height: 37px;
  transform: translateX(-50%);
  border: 1px solid rgba(123, 98, 255, .3);
  border-radius: 999px;
  background: rgba(115,88,255,.08);
}
.deskio-flow-tunnel i { display: block; width: 12px; height: 12px; margin: 11px; border-radius: 50%; background: #836cff; animation: deskio-transfer 2.4s ease-in-out infinite; }
@keyframes deskio-transfer { 50% { transform: translateX(40px); } }

.deskio-flow-cloud {
  right: 19px;
  top: 60px;
  width: 67px;
  height: 67px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(151,132,255,.24);
  border-radius: 19px;
  background: #171f53;
}
.deskio-flow-cloud svg { width: 48px; fill: none; stroke: #b4a7ff; stroke-width: 2; }

.deskio-flow-gateway {
  left: 27px;
  top: 57px;
  width: 54px;
  height: 70px;
  border: 1px solid rgba(172,183,255,.2);
  border-radius: 13px;
  background: #151e4c;
}
.deskio-flow-gateway i { display: block; width: 24px; height: 24px; margin: 13px auto 7px; border: 2px solid #9480ff; border-radius: 50%; }
.deskio-flow-gateway b { display: block; width: 26px; height: 5px; margin: auto; border-radius: 99px; background: rgba(255,255,255,.12); }

.deskio-flow-session {
  right: 23px;
  top: 56px;
  width: 65px;
  height: 72px;
  display: grid;
  gap: 7px;
  align-content: center;
  padding: 11px;
  border: 1px solid rgba(172,183,255,.2);
  border-radius: 13px;
  background: #151e4c;
}
.deskio-flow-session i { height: 7px; border-radius: 99px; background: rgba(160,145,255,.22); }
.deskio-flow-session i:nth-child(2) { width: 72%; }

.deskio-flow-hub {
  left: 50%;
  top: 63px;
  width: 58px;
  height: 58px;
  transform: translateX(-50%);
  border: 1px solid rgba(158,140,255,.3);
  border-radius: 18px;
  background: #1a2258;
  box-shadow: 0 0 30px rgba(114,88,255,.2);
}
.deskio-flow-hub i { display: block; width: 16px; height: 16px; margin: 20px auto; border-radius: 5px; background: #8169ff; }

.deskio-flow-device {
  width: 49px;
  height: 37px;
  border: 1px solid rgba(172,183,255,.2);
  border-radius: 7px;
  background: #131c49;
}
.deskio-flow-device::after { content: ""; display: block; height: 5px; margin: 9px; border-radius: 99px; background: rgba(143,125,255,.26); }
.deskio-flow-device--desktop { left: 22px; top: 26px; }
.deskio-flow-device--laptop { right: 18px; top: 24px; }
.deskio-flow-device--mobile { right: 24px; bottom: 18px; width: 28px; height: 46px; border-radius: 8px; }

.deskio-ops-pulse {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  flex: none;
  border: 1px solid rgba(164,176,255,.17);
  border-radius: 22px;
  background: rgba(121,94,255,.09);
  color: #ad9fff;
}
.deskio-ops-pulse i { position: absolute; inset: 11px; border: 1px solid rgba(147,127,255,.18); border-radius: 50%; animation: deskio-pulse-ring 2.8s ease-out infinite; }
.deskio-ops-pulse svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; }
@keyframes deskio-pulse-ring { 70%, 100% { transform: scale(1.35); opacity: 0; } }

.solution-page--deskio .go-process__aside {
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 16px 24px 16px 16px;
}

@media (max-width: 1380px) {
  .solution-page--deskio .go-hero--deskio-reference {
    grid-template-columns: minmax(340px, .72fr) minmax(540px, 1.28fr);
  }
  .deskio-product-ui { grid-template-columns: 58px minmax(0, 1fr) 150px; }
}

@media (max-width: 1120px) {
  .solution-page--deskio .go-hero--deskio-reference {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .solution-page--deskio .deskio-copy { max-width: 680px; }
  .solution-page--deskio .deskio-scene--live { min-height: 560px; }
  .solution-page--deskio .deskio-proof,
  .solution-page--deskio .deskio-compat { grid-column: 1; grid-row: auto; }
  .solution-page--deskio .go-apps__layout { grid-template-columns: 1fr; }
  .deskio-app-console { width: min(560px, 100%); margin-inline: auto; }
  .solution-page--deskio .go-apps__proof { width: min(560px, 100%); margin-inline: auto; }
}

@media (max-width: 760px) {
  .solution-page--deskio .go-hero--deskio-reference {
    gap: 30px;
    padding-top: 44px;
  }
  .solution-page--deskio .deskio-scene--live { min-height: 390px; }
  .deskio-product-ui {
    inset: 12px 4px 42px 0;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: 48px minmax(0, 1fr);
    border-radius: 18px;
    transform: none;
  }
  .deskio-product-ui__bar {
    grid-template-columns: 96px 1fr 30px;
    gap: 8px;
    padding-inline: 11px;
  }
  .deskio-product-ui__status,
  .deskio-product-ui__search { display: none; }
  .deskio-product-ui__main { padding: 18px 14px; }
  .deskio-product-ui__activity { display: none; }
  .deskio-product-ui__rail { padding-top: 17px; }
  .deskio-product-ui__rail span { width: 29px; height: 29px; }
  .deskio-launcher { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; }
  .deskio-launcher__desktop,
  .deskio-launcher__apps { min-height: 120px; padding: 11px; }
  .deskio-launcher__screen { height: 55px; }
  .deskio-launcher__apps > div { grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .deskio-launcher__apps .deskio-app-mark { width: 25px; height: 25px; border-radius: 7px; }
  .deskio-product-ui__recent { margin-top: 14px; }
  .deskio-product-ui__recent > span { min-height: 38px; margin-top: 4px; }
  .deskio-product-ui__recent > span:last-child { display: none; }
  .deskio-device--tablet { left: 7px; width: 92px; height: 66px; }
  .deskio-device--phone { right: -3px; width: 53px; height: 100px; }
  .solution-page--deskio .deskio-proof { grid-template-columns: 1fr 1fr; padding: 10px; }
  .solution-page--deskio .deskio-proof li { justify-content: flex-start; padding: 11px; }
  .solution-page--deskio .deskio-proof li + li { border-left: 0; }
  .solution-page--deskio .deskio-proof li:nth-child(even) { border-left: 1px solid var(--solution-line); }
  .solution-page--deskio .deskio-proof li:nth-child(n+3) { border-top: 1px solid var(--solution-line); }
  .solution-page--deskio .deskio-compat { padding: 28px 20px 18px; }
  .deskio-app-console { min-height: 400px; padding: 19px; }
  .solution-page--deskio .go-process__step { min-height: 500px; }
  .deskio-flow-visual { height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  .deskio-scene__connections,
  .deskio-flow-tunnel i,
  .deskio-ops-pulse i {
    animation: none !important;
  }
}
