/* Desk: original layout and icons, visual direction informed by 2i.pro. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-cyrillic-400-normal.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-cyrillic-600-normal.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --bg: #f8f9fc;
  --fg: #111723;
  --muted: #5c687c;
  --accent: #2d50e7;
  --stroke: #e0e5ef;
  --radius: 18px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--fg);
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
  border-radius: 5px;
}
.wrap {
  max-width: 1360px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--accent);
  color: white;
  padding: 14px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
  background: var(--bg);
}
header.top-bar {
  max-width: none;
  padding-left: max(48px, calc((100vw - 1264px) / 2));
  padding-right: max(48px, calc((100vw - 1264px) / 2));
  border-bottom: 1px solid #e3e6ef;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1.5px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  color: var(--accent);
  width: 38px;
  height: 38px;
}
.brand-mark .icon {
  width: 36px;
  height: 36px;
  stroke-width: 3;
}
.brand-note {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 12px;
  border-left: 1px solid var(--stroke);
  margin-left: 6px;
  color: var(--muted);
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
nav a {
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}
nav a:hover {
  color: var(--accent);
}
nav .nav-cta {
  background: var(--accent);
  color: #fff;
  padding: 11px 20px;
  border-radius: 10px;
  gap: 18px;
  box-shadow: 0 8px 20px #2d50e720;
  font-weight: 600;
}
.hero {
  max-width: none;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 675px;
  padding: 80px max(48px, calc((100vw - 1264px) / 2));
  align-items: center;
  background: radial-gradient(ellipse at 80% 32%, #e6e5fc 0, transparent 54%),
    linear-gradient(135deg, #f7f6fa, #f0f0fb 65%, #fff);
}
.hero-copy {
  z-index: 2;
  padding-right: 15px;
}
.eyebrow {
  font-family: "IBM Plex Sans", monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: var(--accent);
  margin: 0 0 23px;
}
.small-line {
  display: none;
}
h1 {
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -2.8px;
  font-weight: 600;
  margin: 0 0 30px;
}
h1 span {
  color: var(--fg);
}
.lede {
  font-size: 18px;
  max-width: 520px;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.7;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 13px 20px;
  min-height: 48px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition:
    transform 0.2s var(--ease),
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 24px #2d50e72e;
}
.primary:hover {
  background: #2041cd;
}
.secondary {
  background: #fff;
  border: 1px solid #cdd5e5;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
  max-width: 415px;
}
.hero-art {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  perspective: 1000px;
  isolation: isolate;
  animation: arrive 0.65s var(--ease);
}
.art-orbit {
  position: absolute;
  border: 2px solid #ffffff9c;
  box-shadow: 0 0 22px #fff9;
  border-radius: 50%;
  width: 92%;
  height: 72%;
  top: 12%;
  left: 2%;
  transform: rotate(-19deg);
  z-index: -1;
}
.orbit-two {
  width: 75%;
  height: 88%;
  top: 2%;
  left: 14%;
  transform: rotate(44deg);
}
.icon-tile {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(135deg, #fff, #f5f5fc);
  border: 2px solid #ffffffed;
  border-radius: 27%;
  box-shadow:
    7px 10px 0 #d9daf56b,
    12px 25px 40px #8b87c522,
    inset 3px 3px 10px #fff;
  color: var(--accent);
}
.icon-tile .icon {
  width: 60%;
  height: 60%;
  stroke-width: 3.4;
  filter: drop-shadow(0 5px 1px #4363dd25);
}
.tile-screen {
  width: 164px;
  height: 154px;
  top: 42px;
  left: 25%;
  transform: rotate(7deg);
}
.tile-screen span {
  font-size: 13px;
  color: #3d4b77;
  font-weight: 600;
  margin-top: 4px;
}
.tile-screen .icon {
  height: 53%;
}
.tile-shield {
  width: 116px;
  height: 110px;
  top: 12px;
  right: 4%;
  transform: rotate(-8deg);
  color: #277ddc;
}
.tile-chat {
  width: 122px;
  height: 116px;
  top: 213px;
  right: 0;
  transform: rotate(9deg);
  color: #7957e2;
}
.tile-folder {
  width: 105px;
  height: 99px;
  bottom: 10px;
  right: 20%;
  transform: rotate(-11deg);
  color: #f4a828;
}
.tile-cursor {
  width: 116px;
  height: 110px;
  bottom: 12px;
  left: 15%;
  transform: rotate(12deg);
  color: #2c99ed;
}
.tile-cursor .icon {
  fill: #48a9f61a;
}
.art-message {
  position: absolute;
  left: 0;
  top: 238px;
  width: 80%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: linear-gradient(140deg, #fff, #f7f7ff);
  border: 2px solid #fff;
  border-radius: 19px;
  box-shadow:
    5px 8px 0 #d9daf577,
    0 20px 40px #8b87c522;
  transform: rotate(3deg);
  font-size: 17px;
  color: #53618b;
}
.message-icon {
  font-size: 25px;
  font-weight: 600;
  color: var(--accent);
}
.message-arrow {
  margin-left: auto;
  background: #7979ef;
  color: white;
  width: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 11px;
  font-size: 25px;
}
.pilot {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--stroke);
}
.pilot-label {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--accent);
  padding: 5px 9px;
  background: #edf1ff;
  border-radius: 5px;
}
.pilot p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 850px;
}
.section {
  padding-top: 85px;
  padding-bottom: 85px;
}
.section-heading {
  max-width: 690px;
  margin-bottom: 40px;
}
.section-heading .eyebrow {
  margin-bottom: 14px;
}
h2 {
  font-size: clamp(31px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -1.4px;
  font-weight: 600;
  margin: 0 0 18px;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
}
.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.role-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 34px;
  scroll-margin-top: 30px;
  box-shadow: 0 10px 30px #21305b04;
}
.role-head {
  display: flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 1.6px;
  font-size: 10px;
  font-weight: 600;
  color: #617091;
}
.role-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #fff, #eff2ff);
  box-shadow: 2px 3px 0 #e5e9fb;
  border: 1px solid #e3e8fa;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  color: var(--accent);
}
.role-icon .icon {
  width: 31px;
  height: 31px;
}
.role-card h3 {
  font-size: 28px;
  letter-spacing: -0.6px;
  margin: 24px 0;
}
.steps {
  list-style: none;
  counter-reset: step;
  padding: 0;
}
.steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 18px 42px;
}
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #d4dcef;
  border-radius: 50%;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  color: #586c9b;
}
.steps strong {
  font-size: 16px;
  font-weight: 600;
}
.steps p {
  margin: 7px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.text-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  border-top: 1px solid var(--stroke);
  padding-top: 17px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--accent);
}
.text-link:hover {
  text-decoration: underline;
}
.dark {
  background: #f8f9ff;
  border-color: #dbe2fa;
}
.dark .role-icon {
  color: #7957e2;
}
.download-section {
  background: var(--bg);
  padding: 72px 0;
  border-top: 1px solid #eff1f6;
  border-bottom: 1px solid #eff1f6;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.download-grid > div > p:last-child {
  max-width: 410px;
  font-size: 17px;
  color: var(--muted);
}
.download-card {
  background: #fff;
  border: 1px solid #dce2ef;
  padding: 32px;
  border-radius: var(--radius);
  box-shadow: 0 14px 30px #2b3c7310;
}
.download-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.windows-icon {
  color: var(--accent);
  background: #f1f4ff;
  border-radius: 12px;
  padding: 10px;
}
.windows-icon .icon {
  width: 37px;
  height: 37px;
}
.tag {
  font-size: 11px;
  border: 1px solid var(--stroke);
  border-radius: 6px;
  padding: 5px 10px;
  color: #526380;
}
.download-card h3 {
  margin: 25px 0 0;
  font-size: 28px;
  letter-spacing: -0.6px;
}
.download-card > p {
  color: var(--muted);
  margin: 5px 0 22px;
  font-size: 13px;
}
.build-status {
  padding: 15px 14px;
  margin-bottom: 18px;
  background: #f3f5fc;
  border: 1px solid #e4e9f6;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 10px 1fr;
  align-items: center;
  gap: 4px 10px;
  font-size: 14px;
}
.build-status > span:last-child {
  grid-column: 2;
  font-size: 12px;
  color: var(--muted);
}
.status-dot {
  height: 7px;
  width: 7px;
  background: #6a7fbd;
  border-radius: 50%;
}
.download-card .download-note {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 18px;
}
.download-card details {
  font-size: 13px;
  border-top: 1px solid var(--stroke);
  padding-top: 10px;
}
.download-card summary {
  min-height: 40px;
  cursor: pointer;
}
.download-card details p {
  color: var(--muted);
}
.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.number {
  font-size: 12px;
  color: var(--accent);
  border-top: 1px solid #d0daef;
  display: block;
  padding-top: 14px;
}
.safety-grid h3 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin: 18px 0 12px;
}
.safety-grid p {
  font-size: 15px;
  color: var(--muted);
}
.faq-section {
  border-top: 1px solid var(--stroke);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}
.faq-list details {
  border-bottom: 1px solid var(--stroke);
}
.faq-list summary {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 21px 0;
  min-height: 60px;
}
.faq-list p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 23px;
}
.footer {
  padding-top: 35px;
  padding-bottom: 40px;
  border-top: 1px solid var(--stroke);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer .logo {
  font-size: 28px;
}
.footer p {
  font-size: 13px;
  color: var(--muted);
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 12px;
  gap: 9px;
}
.footer-links a {
  min-height: 25px;
  text-underline-offset: 4px;
}
.footer-links span {
  color: var(--muted);
}
@keyframes arrive {
  from {
    opacity: 0.5;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  header.top-bar {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero {
    padding: 60px 30px;
    min-height: 620px;
  }
  nav {
    gap: 20px;
  }
  .brand-note {
    display: none;
  }
  .hero-art {
    transform: scale(0.88);
    transform-origin: center;
  }
  .tile-screen {
    left: 15%;
  }
  .tile-shield {
    right: 0;
  }
  .art-message {
    left: 0;
    width: 90%;
    font-size: 15px;
  }
  .download-grid {
    gap: 38px;
  }
  .faq-section {
    gap: 35px;
  }
}
@media (max-width: 760px) {
  .top-bar {
    min-height: 85px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 12px;
  }
  .logo {
    font-size: 27px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  nav {
    gap: 17px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  nav a {
    min-height: 36px;
  }
  nav .nav-cta {
    padding: 8px 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 45px 28px 30px;
    gap: 0;
  }
  .hero-copy {
    max-width: 560px;
    padding: 0;
  }
  h1 {
    font-size: clamp(41px, 8vw, 60px);
    letter-spacing: -1.8px;
  }
  .lede {
    font-size: 17px;
  }
  .hero-art {
    width: 100%;
    max-width: 500px;
    justify-self: center;
    min-height: 410px;
    transform: none;
  }
  .tile-screen {
    top: 30px;
    left: 24%;
    width: 135px;
    height: 130px;
  }
  .tile-shield {
    top: 25px;
    right: 3%;
    width: 88px;
    height: 84px;
  }
  .tile-chat {
    top: 187px;
    right: 1%;
    width: 95px;
    height: 91px;
  }
  .tile-folder {
    width: 90px;
    height: 85px;
    bottom: 17px;
    right: 22%;
  }
  .tile-cursor {
    width: 96px;
    height: 90px;
    bottom: 20px;
    left: 14%;
  }
  .art-message {
    top: 191px;
    left: 1%;
    width: 79%;
    padding: 13px 14px;
    font-size: 14px;
  }
  .message-arrow {
    width: 33px;
    line-height: 33px;
    font-size: 22px;
  }
  .pilot {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .role-grid,
  .download-grid,
  .faq-section {
    grid-template-columns: 1fr;
  }
  .role-card {
    padding: 27px;
  }
  .download-grid {
    gap: 26px;
  }
  .download-grid br {
    display: none;
  }
  .download-section {
    padding: 52px 0;
  }
  .safety-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .safety-grid h3 {
    margin-top: 12px;
  }
  .faq-section {
    gap: 0;
  }
  .footer {
    flex-direction: column;
  }
  .footer-links {
    align-items: start;
  }
  .button {
    font-size: 14px;
    padding: 13px 16px;
  }
}
@media (max-width: 380px) {
  .wrap,
  header.top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .actions {
    flex-direction: column;
  }
  .actions .button {
    width: 100%;
  }
  .role-card,
  .download-card {
    padding: 22px;
  }
  .tile-screen {
    left: 9%;
  }
  .art-message {
    font-size: 12px;
    padding: 12px 10px;
    gap: 8px;
  }
  .tile-chat {
    right: 0;
    width: 76px;
    height: 75px;
  }
  .tile-shield {
    width: 75px;
    height: 74px;
  }
  .message-arrow {
    width: 27px;
    line-height: 27px;
  }
  .hero-art {
    min-height: 390px;
  }
  .steps li {
    padding-left: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
