@charset "UTF-8";

:root {
  color-scheme: dark;
  --ink: #f3f6ff;
  --muted: #a9b7d0;
  --paper: #080f23;
  --cyan: #64dcf7;
  --line: #293853;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(ellipse at 88% 12%, #17347640, transparent 42%); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; border-radius: 3px; }
::selection { background: #64dcf7; color: #080f23; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 32px; letter-spacing: -1.5px; font-weight: 750; }
.wordmark img { object-fit: contain; flex-shrink: 0; }
.it { color: var(--cyan); font-weight: 500; }
.header nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav-link { color: #c3cfe3; padding-block: 14px; }
.nav-link:hover, .text-link:hover { color: var(--cyan); }
.nav-button { padding: 14px 19px; border: 1px solid #42577c; border-radius: 6px; background: #14233d; }
.nav-button:hover { background: #1b3154; border-color: var(--cyan); }
.nav-button span { margin-left: 22px; color: var(--cyan); }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 48px; padding-block: 88px 76px; align-items: center; }
.hero-copy, .hero-art { min-width: 0; }
.eyebrow { font-size: 11px; line-height: 1.6; font-weight: 700; letter-spacing: 2px; display: flex; gap: 10px; align-items: center; margin: 0 0 28px; color: var(--cyan); }
.small-mark { height: 9px; width: 9px; background: var(--cyan); clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%); flex-shrink: 0; }
h1 { font-size: clamp(58px, 6.1vw, 88px); line-height: 1.05; letter-spacing: -.065em; font-weight: 750; margin: 0; }
.headline-accent { color: var(--cyan); }
@supports (background-clip: text) {
  .headline-accent { background: linear-gradient(100deg, #8daaff 5%, #64dcf7 90%); background-clip: text; color: transparent; }
}
.intro { font-size: 19px; line-height: 1.7; color: var(--muted); margin: 28px 0 32px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 30px; padding: 17px 22px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 650; transition: background .2s, border-color .2s; }
.primary { background: #3158da; border-color: #6888f6; color: #fff; box-shadow: 0 8px 28px #163bad30; }
.primary:hover { background: #2548c4; border-color: #9bb9ff; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 600; }
.text-link span { margin-left: 12px; color: var(--cyan); }
.access-note { font-size: 12px; line-height: 1.7; color: #bbc7dc; margin: 24px 0 0; display: flex; align-items: baseline; gap: 9px; }
.access-note span { height: 6px; width: 6px; background: #f5c578; border-radius: 50%; flex-shrink: 0; }

/* Faceted frames echo the angular Prism xP without modifying the supplied mark. */
.hero-art { position: relative; min-height: 470px; border: 1px solid #344c77; border-radius: 12px; background: radial-gradient(ellipse at 52% 46%, #234bbb66, transparent 62%), linear-gradient(145deg, #142644, #0b152c 70%); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-art::before { content: ""; position: absolute; inset: 0 28px auto; height: 1px; background: linear-gradient(90deg, transparent, #64dcf7, transparent); }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(#789cdb0c 1px, transparent 1px), linear-gradient(90deg, #789cdb0c 1px, transparent 1px); background-size: 32px 32px; transform: skewY(-12deg) scale(1.2); }
.prism-frame { position: absolute; width: 290px; height: 290px; border: 1px solid #5180d55c; transform: rotate(-30deg) skew(8deg); border-radius: 4px; }
.prism-frame-outer { width: 400px; height: 400px; border-color: #5180d52e; }
.gateway { position: relative; width: 232px; height: 242px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gateway img { width: 180px; height: 180px; object-fit: contain; filter: drop-shadow(0 12px 26px #2476ff33); }
.gateway-label { font-size: 26px; font-weight: 750; letter-spacing: -1px; margin-top: 7px; }
.art-caption { position: absolute; top: 27px; left: 25px; right: 25px; font-size: 9px; line-height: 1.6; letter-spacing: 1.8px; color: #b4c7e7; font-weight: 650; }
.route { position: absolute; display: flex; align-items: center; gap: 11px; background: #14233f; border: 1px solid #425c86; box-shadow: 0 12px 25px #03091850; border-radius: 6px; padding: 13px 16px; }
.route-in { top: 50px; left: 22px; }
.route-out { bottom: 52px; right: 22px; }
.route-icon { height: 34px; width: 34px; background: #203861; color: var(--cyan); border-radius: 3px; display: grid; place-items: center; font-size: 22px; }
.route small { display: block; font-size: 9px; letter-spacing: 1.3px; color: #a7bcde; margin-bottom: 5px; font-weight: 600; }
.route strong { font-size: 13px; font-weight: 600; }
.art-footer { position: absolute; bottom: 24px; left: 25px; right: 25px; display: flex; justify-content: space-between; gap: 12px; font-size: 10px; line-height: 1.5; color: #a7bcde; }
.ecosystem { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-block: 1px solid var(--line); padding-block: 30px; }
.ecosystem > p { font-size: 10px; line-height: 1.8; letter-spacing: 1.5px; color: var(--muted); margin: 0; }
.ecosystem strong { color: #d8e3f6; font-weight: 600; }
.product { display: flex; gap: 12px; align-items: center; font-size: 20px; letter-spacing: -.6px; font-weight: 600; }
.product-icon { width: 32px; height: 36px; display: grid; place-items: center; border: 1px solid; border-radius: 4px; font-size: 15px; }
.excel { color: #9abaff; background: #182d52; border-color: #3f5d92; }
.ppt { color: #7ee3f8; background: #102e42; border-color: #326079; }
.next-product { font-size: 13px; color: var(--muted); display: flex; gap: 12px; align-items: center; }
.next-product span { font-size: 22px; color: var(--cyan); }
.flow { padding-block: 88px 80px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; }
.section-heading .eyebrow { margin-bottom: 19px; }
h2 { font-size: 42px; line-height: 1.14; letter-spacing: -1.7px; font-weight: 650; margin: 0; }
.section-heading > p { font-size: 14px; color: var(--muted); line-height: 1.8; margin: 0 0 4px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.steps article { position: relative; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, #14223b, #0d172c); padding: 27px 25px 30px; }
.steps article::before { content: ""; position: absolute; top: -1px; left: 25px; width: 34px; height: 2px; background: var(--cyan); }
.step-no { font-size: 11px; font-weight: 700; color: var(--cyan); letter-spacing: 1px; }
.steps h3 { font-size: 18px; line-height: 1.4; font-weight: 650; letter-spacing: -.3px; margin: 24px 0 12px; }
.steps p { font-size: 14px; line-height: 1.8; color: var(--muted); margin: 0; }
.closing { border: 1px solid #3c568a; border-radius: 10px; background: linear-gradient(115deg, #182d59, #101c35); padding: 42px 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.closing .eyebrow { margin-bottom: 16px; }
.closing h2 { font-size: 32px; letter-spacing: -1px; }
.closing p:last-child { color: #becce3; font-size: 14px; line-height: 1.7; margin: 14px 0 0; }
.light { background: #b2edff; color: #0a1b36; white-space: nowrap; }
.light:hover { background: #d9f7ff; }
.footer { display: flex; justify-content: space-between; gap: 25px; padding-block: 44px 30px; }
.wordmark.small { font-size: 23px; letter-spacing: -1px; gap: 7px; }
.footer p { font-size: 12px; color: var(--muted); margin: 8px 0; }
.footer-right { text-align: right; }
.footer-right > div { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; margin: 2px 0 8px; }
.footer-right a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.footer-right a:hover { color: var(--cyan); }
.footer small { font-size: 11px; color: var(--muted); display: block; max-width: 410px; line-height: 1.7; }
.skip { position: fixed; left: 15px; top: -100px; z-index: 10; padding: 15px; color: var(--paper); background: #fff; border: 2px solid var(--cyan); }
.skip:focus { top: 15px; }

@media (min-width: 1500px) {
  .hero { padding-block: 100px 85px; }
  .hero-art { min-height: 490px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 56px); }
  .header nav { gap: 20px; }
  .hero { gap: 28px; padding-block: 64px; }
  h1 { font-size: clamp(49px, 6.4vw, 70px); }
  .hero-art { min-height: 480px; }
  .actions { gap: 12px 20px; }
  .button { gap: 18px; padding-inline: 18px; }
  .product { font-size: 17px; }
  .next-product { font-size: 12px; }
  .ecosystem { gap: 18px; }
  .steps article { padding-inline: 20px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 88px; }
  .wordmark { font-size: 28px; }
  .wordmark img { width: 39px; height: 39px; }
  .header nav { gap: 16px; }
  .nav-button { padding-inline: 12px; }
  .nav-button span { margin-left: 10px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 48px 36px; }
  h1 { font-size: clamp(46px, 10vw, 78px); }
  .intro { font-size: 18px; margin-block: 24px; }
  .hero-art { min-height: 480px; }
  .ecosystem { flex-wrap: wrap; justify-content: flex-start; gap: 22px 30px; padding-block: 25px; }
  .ecosystem > p { width: 100%; }
  .ecosystem > p br { display: none; }
  .ecosystem > p strong { margin-left: 6px; }
  .flow { padding-block: 56px; }
  .section-heading { display: block; }
  h2 { font-size: 36px; }
  .section-heading > p { margin-top: 20px; }
  .section-heading > p br { display: none; }
  .steps { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .steps article { padding: 23px; }
  .steps h3 { margin-top: 15px; }
  .closing { padding: 30px 26px; align-items: flex-start; flex-direction: column; }
  .closing h2 { font-size: 30px; }
  .footer { flex-direction: column; padding-top: 32px; gap: 18px; }
  .footer-right { text-align: left; }
  .footer-right > div { justify-content: flex-start; }
  .footer small { max-width: none; }
}
@media (max-width: 540px) {
  .header { flex-wrap: wrap; padding-block: 18px 10px; gap: 8px; }
  .header nav { width: 100%; justify-content: space-between; gap: 8px; font-size: 12px; flex-wrap: wrap; }
  .nav-button { padding: 12px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.5px; margin-bottom: 22px; }
  .hero-art { min-height: 440px; }
  .art-caption { left: 18px; right: 18px; font-size: 8px; letter-spacing: 1.1px; }
  .gateway { width: 180px; height: 204px; }
  .gateway img { width: 140px; height: 140px; }
  .gateway-label { font-size: 23px; }
  .route { padding: 10px 12px; gap: 9px; }
  .route-in { top: 59px; left: 16px; }
  .route-out { bottom: 53px; right: 16px; }
  .route-icon { width: 28px; height: 28px; }
  .route small { font-size: 8px; margin-bottom: 3px; }
  .route strong { font-size: 12px; }
  .art-footer { bottom: 18px; left: 18px; right: 18px; font-size: 9px; }
  .product { font-size: 16px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button { transition: none; }
}
@media (forced-colors: active) {
  .headline-accent { background: none; color: CanvasText; }
  .hero-art, .steps article, .closing { background: Canvas; }
  .button, .route, .nav-button { border-color: ButtonText; }
}
