@font-face {
  font-family: 'Cerebri Sans';
  src: url('/Fonts/Cerebri-Sans/CerebriSans-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url('/Fonts/Cerebri-Sans/CerebriSans-Book.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url('/Fonts/Cerebri-Sans/CerebriSans-SemiBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.m365-page {
  --m365-bg: #040815;
  --m365-panel: #09111f;
  --m365-panel-2: #0c1525;
  --m365-line: rgba(139, 166, 211, .17);
  --m365-line-strong: rgba(102, 145, 255, .42);
  --m365-text: #cbd7eb;
  --m365-muted: rgba(203, 215, 235, .68);
  --m365-dim: rgba(203, 215, 235, .48);
  --m365-blue: #5278ff;
  --m365-cyan: #24c9f0;
  --m365-violet: #8b62ff;
  --m365-green: #40dfb2;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--m365-text);
  background:
    radial-gradient(circle at 63% 10%, rgba(44, 95, 222, .15), transparent 30%),
    radial-gradient(circle at 32% 24%, rgba(63, 82, 195, .08), transparent 24%),
    var(--m365-bg);
  font-family: 'Cerebri Sans', Inter, system-ui, sans-serif;
  font-feature-settings: "cv01", "ss03";
  color-scheme: dark;
}

.m365-page *,
.m365-page *::before,
.m365-page *::after { box-sizing: border-box; }

.m365-page a { color: inherit; }
.m365-page img, .m365-page svg { display: block; }
.m365-page button, .m365-page select { font: inherit; }

.m365-page .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.m365-skip {
  position: fixed;
  left: 18px;
  top: -64px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 10px;
  color: #fff;
  background: #3f56ff;
  text-decoration: none;
  font-weight: 600;
}

.m365-skip:focus { top: 14px; }

.m365-shell {
  width: var(--cb-shell);
  max-width: 1520px;
  margin-inline: auto;
}

.m365-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  height: 76px;
  border-bottom: 1px solid rgba(120, 151, 204, .11);
  background: rgba(3, 8, 20, .82);
  backdrop-filter: blur(22px) saturate(130%);
  transition: background .25s ease, box-shadow .25s ease;
}

.m365-topbar.is-scrolled {
  background: rgba(3, 8, 20, .94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
}

.m365-topbar__inner {
  width: min(calc(100% - 120px), 1588px);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 3.8vw, 72px);
}

.m365-brand { display: inline-flex; align-items: center; text-decoration: none; }
.m365-brand img { width: 148px; height: auto; }

.m365-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 3vw, 54px);
}

.m365-nav a {
  position: relative;
  color: rgba(239, 244, 255, .85);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.m365-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: var(--cb-accent-gradient);
  transition: right .25s ease;
}

.m365-nav a:hover::after,
.m365-nav a:focus-visible::after { right: 0; }

.m365-topbar__actions { display: flex; align-items: center; gap: 18px; }

.m365-lang select {
  width: 52px;
  height: 40px;
  border: 1px solid rgba(148, 170, 211, .22);
  border-radius: 50%;
  color: #eef4ff;
  background: #07101e;
  text-align: center;
  cursor: pointer;
}

.m365-login {
  color: rgba(239, 244, 255, .82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.m365-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: transform .25s cubic-bezier(.16, 1, .3, 1), border-color .25s ease, box-shadow .25s ease;
}

.m365-btn:hover { transform: translateY(-2px); }
.m365-btn--primary {
  background: linear-gradient(135deg, #6170ff 0%, #3e3cff 100%);
  box-shadow: 0 10px 34px rgba(74, 76, 255, .34), inset 0 1px rgba(255, 255, 255, .25);
}
.m365-btn--primary:hover { box-shadow: 0 15px 42px rgba(74, 76, 255, .44); }
.m365-btn--ghost { border-color: rgba(166, 185, 225, .42); background: rgba(7, 14, 27, .44); }
.m365-btn--ghost:hover { border-color: rgba(166, 185, 225, .7); }
.m365-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.m365-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(148, 170, 211, .2);
  border-radius: 10px;
  color: #fff;
  background: rgba(7, 15, 29, .72);
}

.m365-menu-toggle span {
  width: 18px;
  height: 1px;
  display: block;
  margin: 5px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.m365-breadcrumb {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--m365-dim);
  font-size: 13px;
}

.m365-breadcrumb a { text-decoration: none; }
.m365-breadcrumb a:hover { color: #fff; }
.m365-breadcrumb b { color: #78a8ff; font-weight: 600; }

.m365-hero { position: relative; padding: 22px 0 58px; }
.m365-hero::before {
  content: '';
  position: absolute;
  inset: -54px 0 auto;
  height: 700px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(78, 127, 238, .06) 50%, transparent 50.1%),
    radial-gradient(ellipse at 67% 30%, rgba(40, 102, 229, .16), transparent 41%);
  mask-image: linear-gradient(#000 0 72%, transparent);
}

.m365-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(610px, .9fr) minmax(680px, 1.35fr);
  align-items: start;
  gap: clamp(40px, 4vw, 78px);
}

.m365-hero__copy { padding-top: 8px; }

.m365-release {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 23px;
  padding: 4px 14px 4px 6px;
  border: 1px solid rgba(100, 121, 244, .25);
  border-radius: 99px;
  color: rgba(223, 230, 246, .88);
  background: rgba(21, 27, 61, .48);
  text-decoration: none;
  font-size: 13px;
}

.m365-release strong {
  padding: 5px 10px;
  border-radius: 99px;
  color: #fff;
  background: linear-gradient(135deg, #5577ff, #4b3cff);
  font-size: 10px;
  letter-spacing: .04em;
}

.m365-release svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

.m365-hero h1,
.m365-section-title,
.m365-side-title,
.m365-cta h2 {
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.m365-hero h1 { max-width: 620px; font-size: var(--cb-title-hero); }
.m365-hero h1 em,
.m365-section-title em,
.m365-side-title em,
.m365-cta h2 em {
  font-style: normal;
  color: transparent;
  background: var(--cb-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.m365-hero h1 em { white-space: nowrap; }

.m365-hero__lead {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--cb-lead-ink-dark);
  font-size: 18px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.55;
}

.m365-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }

.m365-apps {
  display: grid;
  grid-template-columns: 1.35fr repeat(7, minmax(42px, 1fr));
  align-items: center;
  gap: 13px;
  max-width: 610px;
  margin-top: 31px;
}

.m365-apps__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding-right: 18px;
  border-right: 1px solid rgba(143, 166, 208, .17);
  color: rgba(225, 232, 246, .7);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.ms-mark { width: 22px; height: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; flex: 0 0 auto; }
.ms-mark i:nth-child(1) { background: #f35325; }
.ms-mark i:nth-child(2) { background: #81bc06; }
.ms-mark i:nth-child(3) { background: #05a6f0; }
.ms-mark i:nth-child(4) { background: #ffba08; }

.m365-app { min-width: 0; color: var(--m365-dim); text-align: center; font-size: 10px; }
.m365-app__icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  margin: 0 auto 6px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--app-a), var(--app-b));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--app-a) 24%, transparent);
  font-size: 11px;
  font-weight: 700;
}
.m365-app--outlook { --app-a: #23a4ee; --app-b: #1768cc; }
.m365-app--teams { --app-a: #8b78f5; --app-b: #4e46a8; }
.m365-app--onedrive { --app-a: #3aaeff; --app-b: #0875d1; }
.m365-app--sharepoint { --app-a: #38c6ba; --app-b: #087f7b; }
.m365-app--exchange { --app-a: #238ee8; --app-b: #0e55a7; }
.m365-app--defender { --app-a: #478cff; --app-b: #1550b6; }
.m365-app--intune { --app-a: #40c7f4; --app-b: #1269b6; }

.m365-product {
  position: relative;
  min-width: 0;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .36));
}

.m365-product::before {
  content: '';
  position: absolute;
  inset: -15% -8%;
  z-index: -1;
  background: radial-gradient(circle, rgba(47, 111, 245, .15), transparent 64%);
}

.m365-dashboard {
  min-height: 472px;
  overflow: hidden;
  border: 1px solid rgba(84, 128, 213, .32);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(9, 17, 31, .98), rgba(6, 14, 25, .94));
  box-shadow: inset 0 1px rgba(124, 164, 255, .3), 0 0 0 1px rgba(22, 57, 120, .23);
}

.m365-dashboard__bar {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid rgba(137, 163, 204, .13);
}

.m365-dashboard__logo { color: #f2f4f8; font-size: 23px; font-weight: 600; letter-spacing: -.04em; }
.m365-dashboard__tools { display: flex; gap: 9px; }
.m365-dashboard__tools i { width: 7px; height: 7px; border-radius: 50%; background: rgba(164, 188, 231, .42); }

.m365-dashboard__body { display: grid; grid-template-columns: 137px 1fr; min-height: 421px; }
.m365-dashboard__side { padding: 17px 10px; border-right: 1px solid rgba(137, 163, 204, .1); }
.m365-dashboard__side strong { display: block; margin: 0 8px 15px; color: rgba(210, 222, 241, .42); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.m365-dashboard__side span {
  min-height: 33px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 6px;
  color: rgba(204, 217, 239, .52);
  font-size: 10px;
}
.m365-dashboard__side span::before { content: ''; width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 3px; }
.m365-dashboard__side .is-active { color: #83a5ff; background: rgba(64, 105, 218, .16); }

.m365-dashboard__content { min-width: 0; padding: 17px 20px; }
.m365-dashboard__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.m365-dashboard__heading h2 { margin: 0; color: #f4f7fc; font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.m365-dashboard__heading p { margin: 4px 0 0; color: var(--m365-dim); font-size: 9px; }
.m365-dashboard__add { height: 31px; padding: 0 12px; border: 0; border-radius: 6px; color: #fff; background: linear-gradient(135deg, #4d6dff, #343cf0); font-size: 9px; font-weight: 600; }

.m365-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 15px 0; }
.m365-kpi { min-width: 0; padding: 10px; border: 1px solid rgba(139, 166, 211, .13); border-radius: 8px; background: rgba(16, 27, 45, .62); }
.m365-kpi span { display: block; overflow: hidden; color: var(--m365-dim); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.m365-kpi b { display: block; margin-top: 3px; color: #eef4ff; font-size: 14px; font-weight: 600; }

.m365-license-table { border: 1px solid rgba(139, 166, 211, .13); border-radius: 10px; overflow: hidden; }
.m365-license-table__head,
.m365-license {
  display: grid;
  grid-template-columns: minmax(210px, 2.25fr) minmax(105px, .85fr) 70px;
  align-items: center;
  gap: 10px;
}
.m365-license-table__head { min-height: 30px; padding: 0 13px; color: var(--m365-dim); background: rgba(13, 23, 40, .6); font-size: 8px; }
.m365-license { min-height: 52px; padding: 0 13px; border-top: 1px solid rgba(139, 166, 211, .09); }
.m365-license.is-featured { border: 1px solid #5482ff; border-radius: 9px; background: linear-gradient(90deg, rgba(39, 70, 134, .3), rgba(24, 37, 67, .25)); box-shadow: inset 0 0 18px rgba(50, 111, 247, .12); }
.m365-license__name { min-width: 0; display: flex; align-items: center; gap: 10px; }
.m365-license__name .ms-mark { width: 21px; height: 21px; }
.m365-license__name b { display: block; overflow: hidden; color: #eaf0fb; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.m365-license__name small { display: block; margin-top: 3px; overflow: hidden; color: var(--m365-dim); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.m365-license__usage { color: rgba(216, 226, 243, .66); font-size: 8px; }
.m365-license__usage i { height: 2px; display: block; margin-top: 7px; background: rgba(127, 151, 193, .15); }
.m365-license__usage i::before { content: ''; width: var(--usage, 70%); height: 100%; display: block; background: linear-gradient(90deg, #376aff, #57a8ff); box-shadow: 0 0 8px #376aff; }
.m365-status { width: fit-content; padding: 4px 7px; border-radius: 99px; color: #40d9aa; background: rgba(32, 190, 136, .1); font-size: 7px; font-style: normal; }

.m365-activity {
  position: absolute;
  right: -102px;
  top: 54px;
  width: 184px;
  display: grid;
  gap: 12px;
}
.m365-activity::before { content: ''; position: absolute; left: -26px; top: 17px; bottom: 17px; border-left: 1px dashed rgba(78, 143, 255, .5); }
.m365-activity-card {
  position: relative;
  min-height: 76px;
  padding: 13px 12px 11px 49px;
  border: 1px solid rgba(130, 158, 207, .23);
  border-radius: 10px;
  background: rgba(9, 17, 31, .88);
  box-shadow: 0 14px 25px rgba(0, 0, 0, .18);
}
.m365-activity-card::before { content: ''; position: absolute; left: -32px; top: 24px; width: 7px; height: 7px; border-radius: 50%; background: var(--activity, #33bdfa); box-shadow: 0 0 12px var(--activity, #33bdfa); }
.m365-activity-card__icon { position: absolute; left: 12px; top: 13px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--activity, #33bdfa); background: color-mix(in srgb, var(--activity, #33bdfa) 12%, transparent); }
.m365-activity-card__icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.m365-activity-card b { display: block; color: #eef3fb; font-size: 9px; }
.m365-activity-card span { display: block; margin-top: 5px; color: var(--m365-muted); font-size: 8px; line-height: 1.35; }
.m365-activity-card small { display: block; margin-top: 5px; color: var(--m365-dim); font-size: 7px; text-align: right; }
.m365-activity-card--violet { --activity: #9169ff; }
.m365-activity-card--green { --activity: #36dca6; }

.m365-benefits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  margin-top: 42px;
}
.m365-benefit { min-height: 148px; padding: 24px 18px 18px; border: 1px solid var(--m365-line); border-radius: 12px; background: linear-gradient(145deg, rgba(13, 23, 40, .75), rgba(7, 14, 27, .7)); }
.m365-benefit svg { width: 31px; height: 31px; margin-bottom: 14px; fill: none; stroke: var(--benefit, var(--m365-cyan)); stroke-width: 1.6; filter: drop-shadow(0 0 8px color-mix(in srgb, var(--benefit, var(--m365-cyan)) 30%, transparent)); }
.m365-benefit h3 { margin: 0; color: #e5edf9; font-size: 13px; font-weight: 600; letter-spacing: -.01em; line-height: 1.35; }
.m365-benefit h3 span { color: var(--m365-dim); }
.m365-benefit p { margin: 13px 0 0; color: var(--m365-muted); font-size: 11px; line-height: 1.55; }

.m365-proofbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 28px 0 20px;
  border-bottom: 1px solid rgba(133, 158, 202, .12);
  color: var(--m365-dim);
  font-size: 13px;
}
.m365-proofbar span { display: flex; align-items: center; gap: 12px; }
.m365-proofbar span::before { content: ''; flex: 1; height: 1px; background: rgba(131, 154, 196, .16); }
.m365-proofbar i { width: 6px; height: 6px; border-radius: 50%; background: var(--proof, #728fff); box-shadow: 0 0 9px var(--proof, #728fff); }

.m365-section { position: relative; padding: 120px 0; }
.m365-section--tinted { background: linear-gradient(180deg, rgba(8, 15, 29, .25), rgba(13, 21, 37, .62), rgba(8, 15, 29, .25)); }
.m365-section--line { border-top: 1px solid rgba(133, 158, 202, .1); }
.m365-section-head { max-width: 900px; margin: 0 auto 55px; text-align: center; }
.m365-eyebrow { margin: 0 0 16px; color: var(--cb-eyebrow-ink-dark); font-size: var(--cb-eyebrow-size); font-weight: var(--cb-eyebrow-weight); letter-spacing: var(--cb-eyebrow-tracking); text-transform: uppercase; }
.m365-section-title { font-size: var(--cb-title-section); }
.m365-section-lead { max-width: 740px; margin: 21px auto 0; color: var(--cb-lead-ink-dark); font-size: var(--cb-lead-section); font-weight: var(--cb-lead-weight); letter-spacing: var(--cb-lead-tracking); line-height: 1.4; }

.m365-outcomes { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.m365-side-title { font-size: var(--cb-title-section-side); }
.m365-side-copy > p:not(.m365-eyebrow) { margin: 24px 0 0; color: var(--m365-muted); font-size: 18px; line-height: 1.65; }
.m365-outcome-list { display: grid; gap: 13px; }
.m365-outcome { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; min-height: 92px; padding: 17px 20px; border: 1px solid var(--m365-line); border-radius: 14px; background: rgba(10, 19, 34, .7); }
.m365-outcome__number { color: rgba(104, 151, 255, .65); font-family: ui-monospace, SFMono-Regular, monospace; font-size: 12px; }
.m365-outcome h3 { margin: 0; color: #edf3fd; font-size: 17px; font-weight: 600; }
.m365-outcome p { margin: 5px 0 0; color: var(--m365-muted); font-size: 13px; line-height: 1.45; }
.m365-outcome svg { width: 23px; height: 23px; fill: none; stroke: #55d7c5; stroke-width: 1.7; }

.m365-capabilities { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.m365-capability { position: relative; min-height: 248px; overflow: hidden; padding: 30px; border: 1px solid var(--m365-line); border-radius: 18px; background: linear-gradient(145deg, rgba(12, 23, 41, .9), rgba(7, 15, 28, .84)); }
.m365-capability::after { content: ''; position: absolute; width: 220px; height: 220px; right: -100px; bottom: -120px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--cap, #5278ff) 15%, transparent), transparent 67%); }
.m365-capability--wide { grid-column: span 7; }
.m365-capability--narrow { grid-column: span 5; }
.m365-capability__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid color-mix(in srgb, var(--cap, #5278ff) 35%, transparent); border-radius: 13px; color: var(--cap, #5278ff); background: color-mix(in srgb, var(--cap, #5278ff) 10%, transparent); }
.m365-capability__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.m365-capability h3 { margin: 0; color: #edf3fd; font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.m365-capability p { max-width: 570px; margin: 13px 0 0; color: var(--m365-muted); font-size: 15px; line-height: 1.6; }
.m365-capability ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.m365-capability li { padding: 6px 10px; border: 1px solid rgba(136, 161, 205, .14); border-radius: 99px; color: rgba(210, 221, 239, .65); background: rgba(3, 8, 17, .34); font-size: 11px; }

.m365-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: flow; }
.m365-flow article { position: relative; min-height: 310px; padding: 34px 30px 30px; border: 1px solid var(--m365-line); border-radius: 18px; background: rgba(8, 17, 31, .7); counter-increment: flow; }
.m365-flow article:not(:last-child)::after { content: ''; position: absolute; top: 68px; left: calc(100% + 3px); width: 17px; border-top: 1px dashed rgba(98, 141, 234, .45); }
.m365-flow__number { color: rgba(112, 151, 247, .65); font-family: ui-monospace, SFMono-Regular, monospace; font-size: 12px; }
.m365-flow__icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 28px 0 25px; border-radius: 17px; color: var(--step, #57bff2); background: color-mix(in srgb, var(--step, #57bff2) 10%, transparent); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--step, #57bff2) 28%, transparent); }
.m365-flow__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.m365-flow h3 { margin: 0; color: #eef4fe; font-size: 20px; font-weight: 600; }
.m365-flow p { margin: 13px 0 0; color: var(--m365-muted); font-size: 15px; line-height: 1.6; }

.m365-ecosystem { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.m365-ecosystem article { min-height: 205px; padding: 25px; border: 1px solid var(--m365-line); border-radius: 16px; background: linear-gradient(145deg, rgba(12, 23, 41, .86), rgba(7, 14, 27, .8)); }
.m365-ecosystem .m365-app__icon { width: 42px; height: 42px; margin: 0 0 22px; font-size: 14px; }
.m365-ecosystem h3 { margin: 0; color: #edf3fd; font-size: 18px; font-weight: 600; }
.m365-ecosystem p { margin: 10px 0 0; color: var(--m365-muted); font-size: 14px; line-height: 1.55; }

.m365-security { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.m365-security__matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.m365-security__matrix article { min-height: 150px; padding: 22px; border: 1px solid var(--m365-line); border-radius: 15px; background: rgba(9, 18, 33, .74); }
.m365-security__matrix svg { width: 27px; height: 27px; margin-bottom: 18px; fill: none; stroke: #42ddb5; stroke-width: 1.7; }
.m365-security__matrix h3 { margin: 0; color: #eef4fc; font-size: 15px; font-weight: 600; }
.m365-security__matrix p { margin: 8px 0 0; color: var(--m365-muted); font-size: 13px; line-height: 1.5; }

.m365-faq { max-width: 940px; margin: 0 auto; display: grid; gap: 11px; }
.m365-faq details { border: 1px solid var(--m365-line); border-radius: 14px; background: rgba(9, 18, 33, .68); }
.m365-faq summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 23px; color: #eef3fb; cursor: pointer; font-size: 17px; font-weight: 600; list-style: none; }
.m365-faq summary::-webkit-details-marker { display: none; }
.m365-faq summary::after { content: '+'; color: #70a6ff; font-size: 23px; font-weight: 300; }
.m365-faq details[open] summary::after { content: '−'; }
.m365-faq details p { margin: 0; padding: 0 23px 24px; color: var(--m365-muted); font-size: 15px; line-height: 1.65; }

.m365-cta { padding: 0 0 120px; }
.m365-cta__inner { position: relative; overflow: hidden; padding: 68px; border: 1px solid rgba(91, 135, 233, .3); border-radius: 23px; background: linear-gradient(135deg, rgba(27, 47, 91, .8), rgba(14, 25, 48, .95) 52%, rgba(12, 46, 57, .74)); box-shadow: inset 0 1px rgba(149, 180, 255, .18); }
.m365-cta__inner::before { content: ''; position: absolute; width: 500px; height: 500px; right: -170px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(77, 132, 255, .25), transparent 64%); }
.m365-cta__copy { position: relative; max-width: 830px; }
.m365-cta h2 { font-size: var(--cb-title-cta); }
.m365-cta p { max-width: 720px; margin: 19px 0 0; color: var(--m365-muted); font-size: 18px; line-height: 1.6; }
.m365-cta .m365-hero__actions { margin-top: 28px; }

.m365-footer { border-top: 1px solid rgba(133, 158, 202, .13); background: #030710; }
.m365-footer__inner { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 60px; padding: 64px 0 54px; }
.m365-footer__brand img { width: 170px; height: auto; }
.m365-footer__brand p { max-width: 300px; margin: 22px 0 0; color: var(--m365-muted); font-size: 14px; line-height: 1.65; }
.m365-footer h2 { margin: 0 0 18px; color: #eaf1fb; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.m365-footer nav { display: grid; align-content: start; gap: 11px; }
.m365-footer nav a { color: var(--m365-muted); text-decoration: none; font-size: 14px; }
.m365-footer nav a:hover { color: #fff; }
.m365-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 24px; border-top: 1px solid rgba(133, 158, 202, .11); color: var(--m365-dim); font-size: 12px; }

[data-reveal] { opacity: 0; translate: 0 16px; transition: opacity .65s ease, translate .65s cubic-bezier(.16, 1, .3, 1); }
[data-reveal].is-visible { opacity: 1; translate: 0 0; }

@media (max-width: 1540px) {
  .m365-hero__grid { grid-template-columns: minmax(560px, .9fr) minmax(610px, 1.2fr); }
  .m365-activity { right: -55px; width: 165px; }
  .m365-dashboard__body { grid-template-columns: 118px 1fr; }
  .m365-benefit { padding-inline: 15px; }
}

@media (max-width: 1320px) {
  .m365-topbar__inner { width: min(calc(100% - 54px), 1240px); }
  .m365-nav { gap: 22px; }
  .m365-shell { width: min(calc(100% - 54px), 1240px); }
  .m365-hero__grid { grid-template-columns: minmax(480px, .82fr) minmax(560px, 1.18fr); gap: 35px; }
  .m365-activity { display: none; }
  .m365-benefits { grid-template-columns: repeat(3, 1fr); }
  .m365-benefit { min-height: 160px; }
  .m365-apps { grid-template-columns: 1.3fr repeat(7, 1fr); }
}

@media (max-width: 1080px) {
  .m365-topbar__inner { grid-template-columns: auto 1fr auto; }
  .m365-nav { position: fixed; inset: 76px 18px auto; z-index: 95; display: grid; gap: 0; padding: 14px; border: 1px solid var(--m365-line); border-radius: 15px; background: rgba(5, 11, 22, .98); box-shadow: 0 30px 70px rgba(0, 0, 0, .45); opacity: 0; pointer-events: none; translate: 0 -12px; transition: opacity .2s ease, translate .2s ease; }
  .m365-topbar.is-menu-open .m365-nav { opacity: 1; pointer-events: auto; translate: 0 0; }
  .m365-nav a { padding: 14px 12px; }
  .m365-menu-toggle { display: block; justify-self: end; }
  .m365-topbar.is-menu-open .m365-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .m365-topbar.is-menu-open .m365-menu-toggle span:nth-child(2) { opacity: 0; }
  .m365-topbar.is-menu-open .m365-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .m365-topbar__actions { gap: 12px; }
  .m365-login { display: none; }
  .m365-hero { padding-top: 8px; }
  .m365-hero__grid { grid-template-columns: 1fr; }
  .m365-hero__copy { max-width: 760px; }
  .m365-product { max-width: 900px; }
  .m365-outcomes, .m365-security { grid-template-columns: 1fr; gap: 50px; }
  .m365-capability--wide, .m365-capability--narrow { grid-column: span 6; }
  .m365-ecosystem { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .m365-shell { width: min(calc(100% - 32px), 680px); }
  .m365-topbar { height: 68px; }
  .m365-topbar__inner { width: calc(100% - 32px); gap: 10px; }
  .m365-brand img { width: 130px; }
  .m365-nav { inset: 68px 12px auto; }
  .m365-lang select { width: 42px; height: 42px; }
  .m365-topbar__cta { display: none; }
  .m365-breadcrumb { min-height: 48px; overflow: hidden; white-space: nowrap; }
  .m365-hero { padding-bottom: 38px; }
  .m365-hero h1 { font-size: clamp(42px, 12.5vw, 58px); }
  .m365-hero h1 em { white-space: normal; }
  .m365-hero__lead { font-size: 17px; }
  .m365-hero__actions { display: grid; grid-template-columns: 1fr; }
  .m365-btn { width: 100%; }
  .m365-apps { grid-template-columns: repeat(4, 1fr); gap: 15px 7px; }
  .m365-apps__brand { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid rgba(143, 166, 208, .17); padding: 0 0 13px; }
  .m365-product::before { inset-inline: 0; }
  .m365-dashboard { min-height: 424px; border-radius: 14px; }
  .m365-dashboard__body { display: block; }
  .m365-dashboard__side { display: none; }
  .m365-dashboard__content { padding: 14px; }
  .m365-dashboard__heading { align-items: flex-start; }
  .m365-dashboard__heading p { display: none; }
  .m365-dashboard__add { white-space: nowrap; }
  .m365-kpis { grid-template-columns: repeat(2, 1fr); }
  .m365-license-table__head, .m365-license { grid-template-columns: minmax(0, 1.8fr) minmax(80px, .8fr); }
  .m365-license-table__head span:last-child, .m365-license .m365-status { display: none; }
  .m365-license { min-height: 54px; }
  .m365-license__name b { white-space: normal; }
  .m365-license__name small { display: none; }
  .m365-benefits { grid-template-columns: 1fr; margin-top: 30px; }
  .m365-benefit { min-height: 0; }
  .m365-proofbar { grid-template-columns: 1fr; gap: 12px; padding-top: 24px; }
  .m365-proofbar span::before { display: none; }
  .m365-section { padding: 86px 0; }
  .m365-section-head { margin-bottom: 38px; text-align: left; }
  .m365-eyebrow { font-size: 13px; }
  .m365-section-title { font-size: clamp(42px, 12vw, 58px); }
  .m365-section-lead { font-size: 20px; }
  .m365-side-title { font-size: clamp(38px, 11vw, 52px); }
  .m365-side-copy > p:not(.m365-eyebrow) { font-size: 16px; }
  .m365-outcome { grid-template-columns: auto 1fr; }
  .m365-outcome svg { display: none; }
  .m365-capabilities { display: grid; grid-template-columns: 1fr; }
  .m365-capability--wide, .m365-capability--narrow { grid-column: auto; }
  .m365-flow { grid-template-columns: 1fr; }
  .m365-flow article { min-height: 0; }
  .m365-flow article:not(:last-child)::after { display: none; }
  .m365-ecosystem { grid-template-columns: 1fr; }
  .m365-security__matrix { grid-template-columns: 1fr; }
  .m365-faq summary { min-height: 66px; padding: 15px 18px; font-size: 15px; }
  .m365-faq details p { padding: 0 18px 20px; font-size: 14px; }
  .m365-cta { padding-bottom: 80px; }
  .m365-cta__inner { padding: 40px 24px; }
  .m365-cta h2 { font-size: 30px; }
  .m365-cta p { font-size: 16px; }
  .m365-footer__inner { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-top: 48px; }
  .m365-footer__brand { grid-column: 1 / -1; }
  .m365-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .m365-brand img { width: 118px; }
  .m365-menu-toggle { width: 42px; }
  .m365-dashboard__heading h2 { font-size: 13px; }
  .m365-dashboard__add { padding-inline: 8px; font-size: 8px; }
  .m365-license-table__head, .m365-license { grid-template-columns: minmax(0, 1.7fr) 75px; }
  .m365-footer__inner { grid-template-columns: 1fr; }
  .m365-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .m365-page *, .m365-page *::before, .m365-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; translate: none; }
}
