.expertise-list,
.values-list {
  list-style: none;
  display: grid;
  gap: var(--space-3);
}

.expertise-list li,
.values-list li {
  padding: 1.1rem;
  border: 1px solid var(--color-line);
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: var(--space-6);
  align-items: center;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.industries-section .section__header {
  max-width: 1080px;
}

.industries-section__highlight {
  color: #fff;
  font-weight: 700;
}

.industries-section__grid {
  gap: 1rem;
  align-items: stretch;
}

.sector-card {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.sector-card h3 {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
}

.sector-card > span:not(.industries-section__icon) {
  display: block;
  margin-top: var(--space-4);
  color: var(--color-ink);
  font-size: 0.72rem;
  font-weight: var(--weight-bold);
  text-transform: uppercase;
}

.industries-section__card {
  position: relative;
  aspect-ratio: auto;
  justify-content: flex-start;
  padding: 1.5rem;
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(4, 8, 14, 0.94) 55%),
    rgba(0, 0, 0, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 42px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: border-color 220ms ease;
}

.industries-section__card::before {
  content: "";
  position: absolute;
  inset: auto -16% -32% auto;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 68%);
  opacity: 0.34;
  pointer-events: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

.industries-section__icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-top: 0;
  margin-bottom: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  flex: 0 0 auto;
}

.industries-section__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industries-section__card h3 {
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.industries-section__card p {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.62;
}

.industries-section__capability {
  margin-top: auto;
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: var(--weight-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.industries-section__card:hover,
.industries-section__card:focus-within {
  border-color: rgba(255, 255, 255, 0.28);
}

.service-detail {
  display: grid;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  border-bottom: 1px solid var(--color-line);
}

.sharepoint-page {
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.05), transparent 20rem),
    #020202;
}

.sharepoint-page .section {
  position: relative;
  padding: 5.5rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.sharepoint-page .muted,
.sharepoint-page p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.sharepoint-page .section__eyebrow {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.85rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sharepoint-page .section__header {
  max-width: 920px;
  margin-bottom: 3rem;
}

.sharepoint-page__accent {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.13em;
}

.sharepoint-page__hero {
  min-height: 820px;
  padding: 4.8rem 0 6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.08), transparent 22rem),
    #020202;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sharepoint-page__hero .hero__content {
  max-width: 780px;
  padding-top: 2.8rem;
}

.sharepoint-page__hero h1,
.sharepoint-page__challenges h2,
.sharepoint-page__ai h2,
.sharepoint-page__services h2,
.sharepoint-page__value h2,
.sharepoint-page__ecosystem h2,
.sharepoint-page__journey h2,
.sharepoint-page__stories h2,
.sharepoint-page__cta h2 {
  color: #fff;
  text-wrap: balance;
}

.sharepoint-page__hero h1 {
  font-size: clamp(3.5rem, 6vw, 5.9rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.sharepoint-page__challenges h2,
.sharepoint-page__ai h2,
.sharepoint-page__services h2,
.sharepoint-page__value h2,
.sharepoint-page__ecosystem h2,
.sharepoint-page__journey h2,
.sharepoint-page__stories h2,
.sharepoint-page__cta h2 {
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.sharepoint-page__hero-lead {
  margin-top: var(--space-4);
  color: rgba(255, 255, 255, 0.9);
  max-width: 38rem;
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  font-weight: var(--weight-medium);
  line-height: 1.7;
}

.sharepoint-page__hero-layout,
.sharepoint-page__ai-layout {
  align-items: start;
  gap: 3rem;
}

.sharepoint-page__hero-copy > .muted {
  max-width: 39rem;
}

.sharepoint-page .hero__actions,
.sharepoint-page .cta__actions {
  gap: 1rem;
  margin-top: 2rem;
}

.sharepoint-page .button {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  color: #050505;
  border-color: #fff;
  background: #fff;
}

.sharepoint-page .button:hover {
  color: #050505;
  background: rgba(255, 255, 255, 0.88);
}

.sharepoint-page .button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

.sharepoint-page .button--ghost:hover {
  color: #050505;
  background: #fff;
}

.sharepoint-page .core-expertise-card {
  --service-accent-1: #ffffff;
  --service-accent-2: #d6d6d6;
  --service-accent-3: #8f8f8f;
  --service-border: rgba(255, 255, 255, 0.16);
  --service-glow-weak: rgba(255, 255, 255, 0.06);
  --service-glow-strong: rgba(255, 255, 255, 0.03);
  --service-glow-ring: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 8, 8, 0.92);
}

.sharepoint-page .service-card__icon,
.sharepoint-page__tech-icon {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
}

.sharepoint-page .service-card__icon img,
.sharepoint-page__tech-icon img {
  filter: grayscale(1) brightness(1.35);
}

.sharepoint-page__proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sharepoint-page__proof-item {
  display: grid;
  gap: 0.35rem;
}

.sharepoint-page__proof-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.sharepoint-page__proof-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.45;
}

.sharepoint-page__cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.sharepoint-page__cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.88rem;
  font-weight: var(--weight-medium);
}

.sharepoint-page__hero-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.sharepoint-page__hero-surface {
  position: absolute;
  inset: 3rem 1rem auto auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 68%);
  filter: blur(6px);
}

.sharepoint-page__dashboard {
  position: relative;
  width: min(100%, 640px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.sharepoint-page__dashboard-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.03);
}

.sharepoint-page__dashboard-top span:nth-child(2) {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.02);
}

.sharepoint-page__dashboard-body {
  display: grid;
  grid-template-columns: 108px 1fr;
  min-height: 395px;
}

.sharepoint-page__dashboard-sidebar {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: 1.25rem 1rem;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.96), rgba(10, 10, 10, 0.96));
}

.sharepoint-page__dashboard-sidebar span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.65rem 0.8rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

.sharepoint-page__dashboard-main {
  padding: 1.4rem;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 32%);
}

.sharepoint-page__dashboard-hero {
  min-height: 8.6rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(46, 46, 46, 0.95), rgba(16, 16, 16, 0.98));
}

.sharepoint-page__dashboard-hero strong,
.sharepoint-page__hero-float strong,
.sharepoint-page__challenge-card h3,
.sharepoint-page__ai-card strong,
.sharepoint-page__service-card h3,
.sharepoint-page__story-card strong,
.sharepoint-page__journey-step h3,
.sharepoint-page__value-step strong,
.sharepoint-page__tech-tile strong {
  color: #fff;
}

.sharepoint-page__dashboard-hero strong,
.sharepoint-page__service-card h3,
.sharepoint-page__challenge-card h3 {
  font-size: clamp(1.34rem, 2vw, 1.68rem);
  line-height: 1.12;
}

.sharepoint-page__dashboard-hero p {
  margin-top: 0.6rem;
  max-width: 19rem;
  font-size: 0.92rem;
}

.sharepoint-page__dashboard-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  margin-top: 1rem;
}

.sharepoint-page__dashboard-card {
  min-height: 10rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.sharepoint-page__dashboard-card strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.sharepoint-page__dashboard-card > span {
  display: block;
  margin-top: 4rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.sharepoint-page__dashboard-card--feature {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.03);
}

.sharepoint-page__dashboard-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.95rem;
  list-style: none;
}

.sharepoint-page__dashboard-links li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.sharepoint-page__dashboard-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.sharepoint-page__dashboard-mini-grid span {
  display: inline-flex;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.84rem;
  font-weight: var(--weight-medium);
}

.sharepoint-page__hero-float {
  position: absolute;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.sharepoint-page__hero-float strong {
  font-size: 1.6rem;
  line-height: 1;
}

.sharepoint-page__hero-float span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.35;
}

.sharepoint-page__hero-float--upper {
  top: 3rem;
  right: -1rem;
}

.sharepoint-page__hero-float--lower {
  top: 13rem;
  right: -3rem;
}

.sharepoint-page__hero-float--edge {
  bottom: 2rem;
  right: -1rem;
}

.sharepoint-page__challenge-grid,
.sharepoint-page__service-grid,
.sharepoint-page__story-grid {
  gap: 1.25rem;
}

.sharepoint-page__challenge-card,
.sharepoint-page__ai-card,
.sharepoint-page__story-card,
.sharepoint-page__panel-card,
.sharepoint-page__journey-step,
.sharepoint-page__value-step,
.sharepoint-page__cta {
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 8, 8, 0.9);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
}

.sharepoint-page__challenge-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 700;
}

.sharepoint-page__challenge-card h3 {
  margin-bottom: 0.7rem;
}

.sharepoint-page__ai-layout {
  grid-template-columns: 0.9fr 1.1fr;
}

.sharepoint-page__ai-copy {
  max-width: 26rem;
}

.sharepoint-page__ai-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.sharepoint-page__ai-card strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.3;
}

.sharepoint-page__ai-card p,
.sharepoint-page__story-card p,
.sharepoint-page__value-step p {
  margin-top: 0.7rem;
}

.sharepoint-page__services {
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #020202;
  background-size: 72px 72px, 72px 72px, auto;
}

.sharepoint-page__service-card {
  height: 100%;
  padding: 2rem;
}

.sharepoint-page .core-expertise-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.sharepoint-page .service-card__cta {
  font-size: 0.84rem;
}

.sharepoint-page__value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.sharepoint-page__value-step {
  text-align: center;
}

.sharepoint-page__value-step span {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 700;
}

.sharepoint-page__dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}

.sharepoint-page__panel-card .section__header {
  margin-bottom: 2rem;
}

.sharepoint-page__pill-grid,
.sharepoint-page__tech-grid {
  display: grid;
  gap: 1rem;
}

.sharepoint-page__pill-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sharepoint-page__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.98rem;
  font-weight: var(--weight-medium);
}

.sharepoint-page__tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sharepoint-page__tech-tile {
  height: 100%;
  display: grid;
  gap: 0.95rem;
  justify-items: center;
  align-content: center;
  text-align: center;
  padding: 1.4rem;
}

.sharepoint-page__tech-mark {
  display: inline-grid;
  place-items: center;
  min-width: 1.7rem;
  min-height: 1.7rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.sharepoint-page__tech-icon {
  margin-bottom: 0;
}

.sharepoint-page__tech-icon img {
  width: 42px;
  height: 42px;
}

.sharepoint-page__tech-tile strong {
  font-size: 1rem;
  line-height: 1.35;
}

.sharepoint-page__journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sharepoint-page__journey-grid--wide {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sharepoint-page__journey-step h3 {
  font-size: 1.06rem;
  margin-top: 0.15rem;
}

.sharepoint-page__journey-step p {
  margin-top: 0.7rem;
  font-size: 0.92rem;
}

.sharepoint-page__journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  margin-bottom: 1rem;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sharepoint-page__stories-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.sharepoint-page__stories-header .section__header {
  margin-bottom: 0;
}

.sharepoint-page__story-card strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.3;
}

.sharepoint-page__cta {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(30, 30, 30, 0.94), rgba(6, 6, 6, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 3rem;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.sharepoint-page__cta h2,
.sharepoint-page__cta p,
.sharepoint-page__cta .section__eyebrow {
  color: #fff;
}

.sharepoint-page__cta p {
  max-width: 52rem;
  font-size: 1.04rem;
}

.m365-page {
  color: #fff;
  background: #000;
}

.m365-page .section {
  position: relative;
  padding: 5.2rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.m365-page .muted,
.m365-page p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.m365-page .section__eyebrow {
  color: rgba(204, 210, 255, 0.9);
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.m365-page .section__header {
  max-width: 900px;
  margin-bottom: 3rem;
}

.m365-page__hero {
  min-height: 860px;
  padding: 4.8rem 0 6rem;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m365-page__hero-layout {
  align-items: start;
  gap: 3rem;
}

.m365-page__hero .hero__content {
  max-width: 780px;
  padding-top: 2.5rem;
}

.m365-page__hero h1,
.m365-page__why h2,
.m365-page__services h2,
.m365-page__apps h2,
.m365-page__impact h2,
.m365-page__trust h2,
.m365-page__cta h2 {
  color: #fff;
  text-wrap: balance;
}

.m365-page__hero h1 {
  font-size: clamp(3.5rem, 6vw, 5.8rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.m365-page__why h2,
.m365-page__services h2,
.m365-page__apps h2,
.m365-page__impact h2,
.m365-page__trust h2,
.m365-page__cta h2 {
  font-size: clamp(2.35rem, 4vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.m365-page__accent,
.m365-page__accent-inline {
  background: linear-gradient(135deg, #5ea3ff, #8b5cf6 62%, #ba8cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.m365-page__hero-lead {
  margin-top: var(--space-4);
  color: rgba(255, 255, 255, 0.9);
  max-width: 40rem;
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  font-weight: var(--weight-medium);
  line-height: 1.7;
}

.m365-page .hero__actions {
  gap: 1rem;
  margin-top: 2rem;
}

.m365-page .button {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  color: #fff;
  border-color: rgba(132, 112, 255, 0.88);
  background: linear-gradient(135deg, #5d5bff, #8f56ff);
  box-shadow: 0 18px 42px rgba(93, 91, 255, 0.24);
}

.m365-page .button:hover {
  color: #fff;
  background: linear-gradient(135deg, #6d6bff, #9c67ff);
}

.m365-page .button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.m365-page .button--ghost:hover {
  background: rgba(255, 255, 255, 0.09);
}

.m365-page__proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m365-page__proof-item {
  display: grid;
  gap: 0.36rem;
}

.m365-page__proof-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

.m365-page__proof-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.m365-page__hero-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.m365-page__hero-orbit {
  position: absolute;
  inset: auto 0 -3rem auto;
  width: 32rem;
  height: 18rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(107, 123, 255, 0.16), transparent 62%),
    repeating-radial-gradient(circle at center, rgba(78, 98, 255, 0.16) 0 2px, transparent 2px 18px);
  filter: blur(1px);
  opacity: 0.7;
}

.m365-page__workspace {
  position: relative;
  width: min(100%, 670px);
  border: 1px solid rgba(143, 118, 255, 0.46);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 18, 24, 0.98), rgba(5, 6, 10, 0.98));
  box-shadow:
    0 0 0 1px rgba(92, 109, 255, 0.12),
    0 38px 90px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}

.m365-page__workspace-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.03);
}

.m365-page__workspace-top span:nth-child(2) {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.02);
}

.m365-page__workspace-body {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 420px;
}

.m365-page__workspace-nav {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1.25rem 0.85rem;
  background: linear-gradient(180deg, rgba(26, 28, 38, 0.98), rgba(9, 10, 16, 0.98));
}

.m365-page__workspace-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.83rem;
}

.m365-page__workspace-main {
  padding: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(114, 86, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.m365-page__workspace-welcome {
  padding: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(27, 28, 36, 0.98), rgba(9, 10, 16, 0.98));
}

.m365-page__workspace-welcome strong,
.m365-page__workspace-reco-card strong,
.m365-page__why-card h3,
.m365-page__service-card h3,
.m365-page__impact-card strong,
.m365-page__choose-card strong {
  color: #fff;
}

.m365-page__workspace-welcome strong {
  font-size: clamp(1.34rem, 2vw, 1.68rem);
  line-height: 1.12;
}

.m365-page__workspace-welcome p {
  margin-top: 0.65rem;
  max-width: 23rem;
  font-size: 0.94rem;
}

.m365-page__workspace-reco {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.m365-page__workspace-reco-card,
.m365-page__workspace-access,
.m365-page__why-card,
.m365-page__impact-card,
.m365-page__trust-panel,
.m365-page__choose-card,
.m365-page__cta {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.92);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.m365-page__workspace-reco-card {
  min-height: 8.4rem;
  padding: 1rem;
}

.m365-page__workspace-reco-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.m365-page__workspace-reco-card span {
  display: block;
  margin-top: 2.3rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.m365-page__workspace-access {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
}

.m365-page__workspace-access-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.m365-page__workspace-access-head strong {
  color: #fff;
  font-size: 1rem;
}

.m365-page__workspace-access-head span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
}

.m365-page__workspace-access-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  list-style: none;
}

.m365-page__workspace-access-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.m365-page__workspace-access-list li span:last-child {
  color: rgba(160, 179, 255, 0.95);
}

.m365-page__app-rail {
  position: absolute;
  top: 2rem;
  right: -0.6rem;
  display: grid;
  gap: 1rem;
}

.m365-page__app-tile {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(145, 119, 255, 0.3);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(9, 10, 16, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.m365-page__app-tile img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.m365-page__why-grid,
.m365-page__service-grid,
.m365-page__impact-grid {
  gap: 1.2rem;
}

.m365-page__why-card {
  height: 100%;
  padding: 1.8rem;
}

.m365-page__why-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 16px;
  color: #c7d3ff;
  background: linear-gradient(135deg, rgba(91, 109, 255, 0.2), rgba(139, 92, 246, 0.16));
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.m365-page__why-card h3 {
  font-size: clamp(1.24rem, 2vw, 1.52rem);
  line-height: 1.14;
}

.m365-page__why-card p {
  margin-top: 0.8rem;
}

.m365-page__services {
  background: #000;
}

.m365-page .core-expertise-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.94);
}

.m365-page .service-card__icon {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.03);
}

.m365-page .service-card__icon img {
  filter: none;
}

.m365-page__service-card {
  height: 100%;
  padding: 2rem;
}

.m365-page .core-expertise-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.m365-page__apps-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
}

.m365-page__app-chip {
  min-height: 8rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.8rem;
  padding: 1.3rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.92);
  text-align: center;
}

.m365-page__app-chip img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.m365-page__app-chip span {
  color: #fff;
  font-size: 0.94rem;
  font-weight: var(--weight-medium);
}

.m365-page__impact-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.m365-page__impact-card {
  height: 100%;
  padding: 1.8rem;
}

.m365-page__impact-card strong {
  display: block;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
}

.m365-page__impact-card span {
  display: block;
  margin-top: 0.7rem;
  color: rgba(170, 184, 255, 0.94);
  font-size: 1rem;
  font-weight: var(--weight-semibold);
}

.m365-page__impact-card p {
  margin-top: 0.85rem;
  font-size: 0.94rem;
}

.m365-page__trust-grid {
  display: grid;
  gap: 1.25rem;
}

.m365-page__trust-panel {
  padding: 2rem;
}

.m365-page__trust-panel .section__header {
  margin-bottom: 2rem;
}

.m365-page__logo-cloud {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.m365-page__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.03);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.m365-page__choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.m365-page__choose-card {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  align-items: start;
  gap: 1rem;
  padding: 1.3rem 1.4rem;
}

.m365-page__choose-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.m365-page__choose-icon img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.m365-page__choose-card strong {
  display: block;
  font-size: 1.08rem;
}

.m365-page__choose-copy p {
  margin-top: 0.55rem;
  font-size: 0.94rem;
}

.m365-page__cta {
  display: grid;
  grid-template-columns: 0.8fr 1.1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem;
  border-color: rgba(143, 118, 255, 0.36);
}

.m365-page__cta-art {
  position: relative;
  min-height: 180px;
  overflow: hidden;
}

.m365-page__cta-orb {
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(129, 118, 255, 0.58), rgba(129, 118, 255, 0) 68%);
  filter: blur(4px);
}

.m365-page__cta-art img {
  position: absolute;
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 0.7rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.m365-page__cta-art img:nth-of-type(1) {
  top: 2.1rem;
  left: 4.2rem;
}

.m365-page__cta-art img:nth-of-type(2) {
  top: 0.8rem;
  left: 10rem;
}

.m365-page__cta-art img:nth-of-type(3) {
  top: 5.8rem;
  left: 8.3rem;
}

.m365-page__cta-art img:nth-of-type(4) {
  top: 5rem;
  left: 13rem;
}

.m365-page__cta-copy p {
  margin-top: 0.8rem;
  max-width: 40rem;
}

.m365-page__cta-actions {
  display: grid;
  gap: 0.9rem;
  justify-items: stretch;
}

.sharepoint-service-page {
  --sharepoint-accent-1: #37c6d0;
  --sharepoint-accent-2: #1a9ba1;
  --sharepoint-accent-3: #038186;
  --sharepoint-accent-4: rgba(55, 198, 208, 0.2);
  --sharepoint-accent-5: rgba(3, 129, 134, 0.18);
  --sharepoint-border: rgba(55, 198, 208, 0.34);
  --sharepoint-shadow: rgba(3, 129, 134, 0.26);
  background: #000;
}

.sharepoint-service-page .section,
.sharepoint-service-page .m365-page__hero,
.sharepoint-service-page .m365-page__services {
  background: #000;
}

.sharepoint-service-page .m365-page__hero {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.sharepoint-service-page .m365-page__workspace-main {
  background: #070707;
}

.sharepoint-service-page .m365-page__accent,
.sharepoint-service-page .m365-page__accent-inline {
  background: linear-gradient(135deg, var(--sharepoint-accent-1), var(--sharepoint-accent-2) 58%, var(--sharepoint-accent-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sharepoint-service-page .button {
  border-color: var(--sharepoint-border);
  background: linear-gradient(135deg, #37c6d0, #1a9ba1 58%, #038186);
  box-shadow: 0 18px 42px var(--sharepoint-shadow);
}

.sharepoint-service-page .button:hover {
  background: linear-gradient(135deg, #37c6d0, #1a9ba1 52%, #038186);
}

.sharepoint-service-page .button--ghost {
  border-color: rgba(55, 198, 208, 0.36);
  background: rgba(26, 155, 161, 0.08);
  box-shadow: none;
}

.sharepoint-service-page .button--ghost:hover {
  background: rgba(55, 198, 208, 0.12);
}

.sharepoint-service-page .m365-page__hero-orbit {
  background:
    radial-gradient(circle at center, rgba(55, 198, 208, 0.18), transparent 62%),
    repeating-radial-gradient(circle at center, rgba(26, 155, 161, 0.14) 0 2px, transparent 2px 18px);
}

.sharepoint-service-page .m365-page__workspace {
  border-color: rgba(55, 198, 208, 0.42);
  box-shadow:
    0 0 0 1px rgba(3, 129, 134, 0.12),
    0 38px 90px rgba(0, 0, 0, 0.52);
}

.sharepoint-service-page .m365-page__workspace-access-list li span:last-child,
.sharepoint-service-page .m365-page__impact-card span {
  color: rgba(55, 198, 208, 0.94);
}

.sharepoint-service-page .m365-page__app-tile,
.sharepoint-service-page .m365-page__choose-icon {
  border-color: var(--sharepoint-border);
}

.sharepoint-service-page .m365-page__why-icon {
  color: #d9fbfd;
  background: linear-gradient(135deg, var(--sharepoint-accent-4), var(--sharepoint-accent-5));
}

.sharepoint-service-page .m365-page__impact-card strong {
  color: var(--sharepoint-accent-1);
}

.sharepoint-service-page .m365-page__cta {
  border-color: var(--sharepoint-border);
}

.sharepoint-service-page .m365-page__cta-orb {
  background: radial-gradient(circle, rgba(26, 155, 161, 0.52), rgba(26, 155, 161, 0) 68%);
}

.teams-page {
  color: #fff;
  background: #000;
}

.teams-page .section {
  position: relative;
  padding: 5.2rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.teams-page .muted,
.teams-page p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.teams-page .section__eyebrow {
  color: rgba(204, 198, 255, 0.92);
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.teams-page .section__header {
  max-width: 920px;
  margin-bottom: 3rem;
}

.teams-page__hero {
  min-height: 860px;
  padding: 4.8rem 0 6rem;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.teams-page__hero-layout {
  align-items: start;
  gap: 3rem;
}

.teams-page__hero .hero__content {
  max-width: 780px;
  padding-top: 2.6rem;
}

.teams-page__hero h1,
.teams-page__why h2,
.teams-page__services h2,
.teams-page__use-cases h2,
.teams-page__enablement h2,
.teams-page__trust h2,
.teams-page__cta h2 {
  color: #fff;
  text-wrap: balance;
}

.teams-page__hero h1 {
  font-size: clamp(3.4rem, 5.9vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.teams-page__why h2,
.teams-page__services h2,
.teams-page__use-cases h2,
.teams-page__enablement h2,
.teams-page__trust h2,
.teams-page__cta h2 {
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.teams-page__accent,
.teams-page__accent-inline {
  background: linear-gradient(135deg, #9b84ff, #6a62ff 55%, #4cb1ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.teams-page__hero-lead {
  margin-top: var(--space-4);
  color: rgba(255, 255, 255, 0.9);
  max-width: 39rem;
  font-size: clamp(1.16rem, 2vw, 1.38rem);
  font-weight: var(--weight-medium);
  line-height: 1.72;
}

.teams-page .hero__actions,
.teams-page__cta-actions {
  gap: 1rem;
  margin-top: 2rem;
}

.teams-page .button {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  color: #fff;
  border-color: rgba(115, 99, 255, 0.9);
  background: linear-gradient(135deg, #6959ff, #8769ff);
  box-shadow: 0 18px 42px rgba(93, 91, 255, 0.24);
}

.teams-page .button:hover {
  color: #fff;
  background: linear-gradient(135deg, #7a6cff, #9377ff);
}

.teams-page .button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.teams-page .button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.teams-page__proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.35rem;
  padding-top: 1.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.teams-page__proof-item {
  display: grid;
  gap: 0.35rem;
}

.teams-page__proof-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.28;
}

.teams-page__proof-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.teams-page__hero-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.teams-page__hero-orbit {
  position: absolute;
  inset: auto -1rem -3rem auto;
  width: 32rem;
  height: 19rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(112, 90, 255, 0.16), transparent 62%),
    repeating-radial-gradient(circle at center, rgba(90, 101, 255, 0.14) 0 2px, transparent 2px 18px);
  opacity: 0.72;
}

.teams-page__workspace {
  position: relative;
  width: min(100%, 660px);
  border: 1px solid rgba(139, 116, 255, 0.44);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 17, 24, 0.98), rgba(6, 7, 12, 0.98));
  box-shadow:
    0 0 0 1px rgba(92, 109, 255, 0.08),
    0 38px 90px rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

.teams-page__workspace-top {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.03);
}

.teams-page__workspace-body {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 420px;
}

.teams-page__workspace-sidebar {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  padding: 1.25rem 1rem;
  background: linear-gradient(180deg, rgba(24, 25, 35, 0.98), rgba(8, 9, 15, 0.98));
}

.teams-page__workspace-sidebar strong,
.teams-page__message strong,
.teams-page__use-case strong,
.teams-page__process-step strong,
.teams-page__trust-card strong {
  color: #fff;
}

.teams-page__workspace-sidebar strong {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(190, 184, 255, 0.82);
}

.teams-page__workspace-sidebar span {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
}

.teams-page__workspace-main {
  display: grid;
  align-content: space-between;
  padding: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(111, 76, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.teams-page__conversation {
  display: grid;
  gap: 0.95rem;
}

.teams-page__message,
.teams-page__why-card,
.teams-page__use-case,
.teams-page__panel,
.teams-page__trust-card,
.teams-page__cta {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.92);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.teams-page__message {
  max-width: 22rem;
  padding: 1rem 1.1rem;
}

.teams-page__message--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(20, 22, 30, 0.95);
}

.teams-page__message--accent {
  margin-left: auto;
  background:
    linear-gradient(135deg, rgba(105, 89, 255, 0.34), rgba(90, 101, 255, 0.26)),
    rgba(18, 20, 32, 0.98);
}

.teams-page__message strong {
  display: block;
  font-size: 0.92rem;
}

.teams-page__message p {
  margin-top: 0.35rem;
  font-size: 0.88rem;
}

.teams-page__composer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.35rem;
  margin-top: 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.86rem;
}

.teams-page__composer span:last-child {
  color: rgba(190, 184, 255, 0.95);
}

.teams-page__app-rail {
  position: absolute;
  top: 2.2rem;
  right: -0.75rem;
  display: grid;
  gap: 1rem;
}

.teams-page__app-tile {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(145, 119, 255, 0.3);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(9, 10, 16, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.teams-page__app-tile img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.teams-page__why-grid,
.teams-page__service-grid,
.teams-page__use-case-grid,
.teams-page__trust-grid {
  gap: 1.2rem;
}

.teams-page__why-card {
  height: 100%;
  padding: 1.8rem;
}

.teams-page__why-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(100, 89, 255, 0.2), rgba(139, 92, 246, 0.16));
}

.teams-page__why-icon img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.teams-page__why-card h3,
.teams-page__service-card h3 {
  color: #fff;
  font-size: clamp(1.24rem, 2vw, 1.52rem);
  line-height: 1.14;
}

.teams-page__why-card p {
  margin-top: 0.8rem;
}

.teams-page__services {
  background: #000;
}

.teams-page .core-expertise-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.94);
}

.teams-page .service-card__icon {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.03);
}

.teams-page__service-card {
  height: 100%;
  padding: 2rem;
}

.teams-page .core-expertise-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.teams-page__use-case-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.teams-page__use-case {
  padding: 1.4rem 1rem;
  text-align: center;
}

.teams-page__use-icon {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(135, 120, 255, 0.24);
  color: #c4baff;
  background: rgba(105, 89, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.teams-page__use-case strong {
  display: block;
  font-size: 1rem;
  line-height: 1.32;
}

.teams-page__use-case p {
  margin-top: 0.65rem;
  font-size: 0.9rem;
}

.teams-page__enablement-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1.25rem;
}

.teams-page__panel {
  padding: 2rem;
}

.teams-page__panel .section__header {
  margin-bottom: 1.8rem;
}

.teams-page__integration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.teams-page__integration-chip {
  min-height: 7.6rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.teams-page__integration-chip img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.teams-page__integration-chip span {
  color: #fff;
  font-size: 0.9rem;
}

.teams-page__panel-note {
  margin-top: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.teams-page__process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.teams-page__process-step {
  padding: 1.2rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.teams-page__process-step span {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(135, 120, 255, 0.28);
  color: #d1c7ff;
  background: rgba(105, 89, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 800;
}

.teams-page__process-step strong {
  display: block;
  font-size: 1rem;
}

.teams-page__process-step p {
  margin-top: 0.6rem;
  font-size: 0.88rem;
}

.teams-page__trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.teams-page__trust-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.9rem;
  padding: 1.4rem 1rem;
  text-align: center;
}

.teams-page__trust-icon {
  width: 3.15rem;
  height: 3.15rem;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(100, 89, 255, 0.18), rgba(139, 92, 246, 0.12));
}

.teams-page__trust-icon img {
  width: 1.55rem;
  height: 1.55rem;
  object-fit: contain;
}

.teams-page__trust-card strong {
  font-size: 1rem;
  line-height: 1.32;
}

.teams-page__trust-card p {
  font-size: 0.9rem;
}

.teams-page__cta {
  display: grid;
  grid-template-columns: 0.82fr 1.1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem;
  border-color: rgba(135, 120, 255, 0.32);
}

.teams-page__cta-art {
  position: relative;
  min-height: 180px;
  overflow: hidden;
}

.teams-page__cta-orb {
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 111, 255, 0.56), rgba(120, 111, 255, 0) 68%);
  filter: blur(4px);
}

.teams-page__cta-art img {
  position: absolute;
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 0.7rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.teams-page__cta-art img:nth-of-type(1) {
  top: 2.2rem;
  left: 4.2rem;
}

.teams-page__cta-art img:nth-of-type(2) {
  top: 1rem;
  left: 10rem;
}

.teams-page__cta-art img:nth-of-type(3) {
  top: 5.8rem;
  left: 8rem;
}

.teams-page__cta-art img:nth-of-type(4) {
  top: 5rem;
  left: 13rem;
}

.teams-page__cta-copy p {
  margin-top: 0.8rem;
  max-width: 40rem;
}

.teams-page__cta-actions {
  display: grid;
  gap: 0.9rem;
}

.onedrive-page {
  color: #fff;
  background: #000;
}

.onedrive-page .section {
  position: relative;
  padding: 5.2rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.onedrive-page .muted,
.onedrive-page p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.onedrive-page .section__eyebrow {
  color: rgba(190, 218, 255, 0.92);
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.onedrive-page .section__header {
  max-width: 920px;
  margin-bottom: 3rem;
}

.onedrive-page__hero {
  min-height: 860px;
  padding: 4.8rem 0 6rem;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.onedrive-page__hero-layout {
  align-items: start;
  gap: 3rem;
}

.onedrive-page__hero .hero__content {
  max-width: 780px;
  padding-top: 2.6rem;
}

.onedrive-page__hero h1,
.onedrive-page__why h2,
.onedrive-page__services h2,
.onedrive-page__workflow h2,
.onedrive-page__enablement h2,
.onedrive-page__trust h2,
.onedrive-page__cta h2 {
  color: #fff;
  text-wrap: balance;
}

.onedrive-page__hero h1 {
  font-size: clamp(3.35rem, 5.9vw, 5.65rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.onedrive-page__why h2,
.onedrive-page__services h2,
.onedrive-page__workflow h2,
.onedrive-page__enablement h2,
.onedrive-page__trust h2,
.onedrive-page__cta h2 {
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.onedrive-page__accent,
.onedrive-page__accent-inline {
  background: linear-gradient(135deg, #7ec5ff, #2d85ff 55%, #165dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.onedrive-page__hero-lead {
  margin-top: var(--space-4);
  color: rgba(255, 255, 255, 0.9);
  max-width: 39rem;
  font-size: clamp(1.16rem, 2vw, 1.38rem);
  font-weight: var(--weight-medium);
  line-height: 1.72;
}

.onedrive-page .hero__actions,
.onedrive-page__cta-actions {
  gap: 1rem;
  margin-top: 2rem;
}

.onedrive-page .button {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  color: #fff;
  border-color: rgba(42, 112, 255, 0.9);
  background: linear-gradient(135deg, #1e7cf8, #2d5fff);
  box-shadow: 0 18px 42px rgba(45, 95, 255, 0.22);
}

.onedrive-page .button:hover {
  color: #fff;
  background: linear-gradient(135deg, #2e8aff, #3d6bff);
}

.onedrive-page .button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.onedrive-page .button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.onedrive-page__proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.35rem;
  padding-top: 1.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.onedrive-page__proof-item {
  display: grid;
  gap: 0.35rem;
}

.onedrive-page__proof-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.28;
}

.onedrive-page__proof-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.onedrive-page__hero-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.onedrive-page__hero-orbit {
  position: absolute;
  inset: auto -1rem -3rem auto;
  width: 32rem;
  height: 19rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(35, 120, 255, 0.16), transparent 62%),
    repeating-radial-gradient(circle at center, rgba(35, 120, 255, 0.12) 0 2px, transparent 2px 18px);
  opacity: 0.72;
}

.onedrive-page__workspace {
  position: relative;
  width: min(100%, 660px);
  border: 1px solid rgba(71, 132, 255, 0.42);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 17, 24, 0.98), rgba(6, 7, 12, 0.98));
  box-shadow:
    0 0 0 1px rgba(42, 112, 255, 0.08),
    0 38px 90px rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

.onedrive-page__workspace-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.03);
}

.onedrive-page__workspace-top span:nth-child(2) {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.02);
}

.onedrive-page__workspace-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 420px;
}

.onedrive-page__workspace-sidebar {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  padding: 1.25rem 1rem;
  background: linear-gradient(180deg, rgba(24, 25, 35, 0.98), rgba(8, 9, 15, 0.98));
}

.onedrive-page__workspace-sidebar span,
.onedrive-page__file-list li,
.onedrive-page__workflow-step strong,
.onedrive-page__trust-card strong {
  color: #fff;
}

.onedrive-page__workspace-sidebar span {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
}

.onedrive-page__workspace-main {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(48, 119, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.onedrive-page__folder-row,
.onedrive-page__integration-grid,
.onedrive-page__use-list {
  display: grid;
  gap: 1rem;
}

.onedrive-page__folder-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.onedrive-page__folder-card,
.onedrive-page__why-card,
.onedrive-page__workflow-step,
.onedrive-page__panel,
.onedrive-page__trust-card,
.onedrive-page__cta {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.92);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.onedrive-page__folder-card {
  min-height: 8.8rem;
  padding: 1rem;
}

.onedrive-page__folder-card strong,
.onedrive-page__why-card h3,
.onedrive-page__service-card h3,
.onedrive-page__integration-chip span {
  color: #fff;
}

.onedrive-page__folder-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.onedrive-page__folder-card span {
  display: block;
  margin-top: 3.1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.onedrive-page__file-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
}

.onedrive-page__file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.onedrive-page__file-list li span:last-child {
  color: rgba(169, 208, 255, 0.9);
}

.onedrive-page__app-rail {
  position: absolute;
  top: 2.2rem;
  right: -0.75rem;
  display: grid;
  gap: 1rem;
}

.onedrive-page__app-tile {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82, 146, 255, 0.3);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(9, 10, 16, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.onedrive-page__app-tile img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.onedrive-page__why-grid,
.onedrive-page__service-grid,
.onedrive-page__trust-grid {
  gap: 1.2rem;
}

.onedrive-page__why-card {
  height: 100%;
  padding: 1.8rem;
}

.onedrive-page__why-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(42, 112, 255, 0.2), rgba(96, 165, 250, 0.16));
}

.onedrive-page__why-icon img,
.onedrive-page__trust-icon img,
.onedrive-page__integration-chip img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.onedrive-page__why-card h3,
.onedrive-page__service-card h3 {
  font-size: clamp(1.24rem, 2vw, 1.52rem);
  line-height: 1.14;
}

.onedrive-page__why-card p {
  margin-top: 0.8rem;
}

.onedrive-page__services {
  background: #000;
}

.onedrive-page .core-expertise-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.94);
}

.onedrive-page .service-card__icon {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.03);
}

.onedrive-page__service-card {
  height: 100%;
  padding: 2rem;
}

.onedrive-page .core-expertise-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.onedrive-page__workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.onedrive-page__workflow-step {
  padding: 1.35rem 1rem;
  text-align: center;
}

.onedrive-page__workflow-step span {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 112, 255, 0.28);
  color: #c6e0ff;
  background: rgba(42, 112, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 800;
}

.onedrive-page__workflow-step strong {
  display: block;
  font-size: 1rem;
}

.onedrive-page__workflow-step p {
  margin-top: 0.65rem;
  font-size: 0.9rem;
}

.onedrive-page__enablement-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.25rem;
}

.onedrive-page__panel {
  padding: 2rem;
}

.onedrive-page__panel .section__header {
  margin-bottom: 1.8rem;
}

.onedrive-page__integration-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.onedrive-page__integration-chip {
  min-height: 7.6rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.onedrive-page__panel-note {
  margin-top: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.onedrive-page__use-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.onedrive-page__use-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.96rem;
  font-weight: var(--weight-medium);
  text-align: center;
}

.onedrive-page__trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.onedrive-page__trust-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.9rem;
  padding: 1.4rem 1rem;
  text-align: center;
}

.onedrive-page__trust-icon {
  width: 3.15rem;
  height: 3.15rem;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(42, 112, 255, 0.18), rgba(96, 165, 250, 0.12));
}

.onedrive-page__trust-card strong {
  font-size: 1rem;
  line-height: 1.32;
}

.onedrive-page__trust-card p {
  font-size: 0.9rem;
}

.onedrive-page__cta {
  display: grid;
  grid-template-columns: 0.82fr 1.1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.4rem;
  border-color: rgba(42, 112, 255, 0.3);
}

.onedrive-page__cta-art {
  position: relative;
  min-height: 180px;
  overflow: hidden;
}

.onedrive-page__cta-orb {
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 138, 255, 0.56), rgba(61, 138, 255, 0) 68%);
  filter: blur(4px);
}

.onedrive-page__cta-art img {
  position: absolute;
  width: 42px;
  height: 42px;
  object-fit: contain;
  padding: 0.7rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.onedrive-page__cta-art img:nth-of-type(1) {
  top: 2.2rem;
  left: 4.2rem;
}

.onedrive-page__cta-art img:nth-of-type(2) {
  top: 1rem;
  left: 10rem;
}

.onedrive-page__cta-art img:nth-of-type(3) {
  top: 5.8rem;
  left: 8rem;
}

.onedrive-page__cta-art img:nth-of-type(4) {
  top: 5rem;
  left: 13rem;
}

.onedrive-page__cta-copy p {
  margin-top: 0.8rem;
  max-width: 40rem;
}

.onedrive-page__cta-actions {
  display: grid;
  gap: 0.9rem;
}

.spfx-page {
  color: #fff;
  background: #000;
}

.spfx-page .section {
  position: relative;
  padding: 5.2rem 0;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.spfx-page .muted,
.spfx-page p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.spfx-page .section__eyebrow {
  color: rgba(184, 171, 255, 0.92);
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spfx-page .section__header {
  max-width: 920px;
  margin-bottom: 3rem;
}

.spfx-page__hero {
  min-height: 860px;
  padding: 4.8rem 0 6rem;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spfx-page__hero-layout {
  align-items: start;
  gap: 3rem;
}

.spfx-page__hero .hero__content {
  max-width: 760px;
  padding-top: 2.5rem;
}

.spfx-page__hero h1,
.spfx-page__why h2,
.spfx-page__services h2,
.spfx-page__process h2,
.spfx-page__technology h2,
.spfx-page__solutions h2,
.spfx-page__cta h2 {
  color: #fff;
  text-wrap: balance;
}

.spfx-page__hero h1 {
  font-size: clamp(3.4rem, 5.8vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.spfx-page__why h2,
.spfx-page__services h2,
.spfx-page__process h2,
.spfx-page__technology h2,
.spfx-page__solutions h2,
.spfx-page__cta h2 {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.spfx-page__accent,
.spfx-page__accent-inline {
  background: linear-gradient(135deg, #58a6ff, #6f61ff 56%, #9b5cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.spfx-page__hero-lead {
  margin-top: var(--space-4);
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.16rem, 2vw, 1.38rem);
  font-weight: var(--weight-medium);
  line-height: 1.72;
}

.spfx-page .hero__actions,
.spfx-page__cta-actions {
  gap: 1rem;
  margin-top: 2rem;
}

.spfx-page .button {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
  color: #fff;
  border-color: rgba(113, 88, 255, 0.9);
  background: linear-gradient(135deg, #5e57ff, #8b4dff);
  box-shadow: 0 18px 42px rgba(87, 81, 255, 0.24);
}

.spfx-page .button:hover {
  color: #fff;
  background: linear-gradient(135deg, #6e67ff, #9d61ff);
}

.spfx-page .button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.spfx-page .button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.spfx-page__proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.spfx-page__proof-item {
  display: grid;
  gap: 0.36rem;
}

.spfx-page__proof-item strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

.spfx-page__proof-item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.spfx-page__hero-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.spfx-page__hero-orbit {
  position: absolute;
  inset: auto -1rem -2rem auto;
  width: 32rem;
  height: 18rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(117, 90, 255, 0.18), transparent 62%),
    repeating-radial-gradient(circle at center, rgba(80, 126, 255, 0.14) 0 2px, transparent 2px 18px);
  opacity: 0.8;
}

.spfx-page__studio {
  position: relative;
  width: min(100%, 690px);
  border: 1px solid rgba(120, 90, 255, 0.42);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(16, 18, 26, 0.98), rgba(6, 7, 12, 0.98));
  box-shadow:
    0 0 0 1px rgba(90, 98, 255, 0.12),
    0 38px 90px rgba(0, 0, 0, 0.56);
  overflow: hidden;
}

.spfx-page__studio-top {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  background: rgba(255, 255, 255, 0.03);
}

.spfx-page__studio-top span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.spfx-page__studio-top span:last-child {
  justify-self: end;
}

.spfx-page__studio-body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 470px;
}

.spfx-page__editor,
.spfx-page__panel,
.spfx-page__why-card,
.spfx-page__process-step,
.spfx-page__tech-panel,
.spfx-page__solution-card,
.spfx-page__cta,
.spfx-page__metric-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.92);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.spfx-page__editor {
  margin: 1.3rem;
  padding: 1.2rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(19, 20, 30, 0.98), rgba(8, 9, 16, 0.98));
}

.spfx-page__editor-line {
  display: grid;
  grid-template-columns: 1.9rem 1fr;
  gap: 0.95rem;
  align-items: start;
  font-size: 0.86rem;
  line-height: 1.68;
}

.spfx-page__editor-line + .spfx-page__editor-line {
  margin-top: 0.28rem;
}

.spfx-page__editor-line span {
  color: rgba(125, 135, 170, 0.88);
  text-align: right;
}

.spfx-page__editor-line code {
  color: rgba(238, 242, 255, 0.9);
  font-family: "Consolas", "Courier New", monospace;
  white-space: pre-wrap;
}

.spfx-page__editor-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.spfx-page__editor-foot span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  color: rgba(214, 220, 255, 0.9);
  background: rgba(95, 103, 255, 0.12);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.spfx-page__insights {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.3rem 1.3rem 1.3rem 0;
}

.spfx-page__metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.spfx-page__metric-card {
  padding: 1rem;
  text-align: center;
}

.spfx-page__metric-card strong,
.spfx-page__why-card h3,
.spfx-page__service-card h3,
.spfx-page__process-step strong,
.spfx-page__solution-card strong {
  color: #fff;
}

.spfx-page__metric-card strong {
  display: block;
  font-size: 1.9rem;
  line-height: 1;
}

.spfx-page__metric-card span {
  display: block;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
}

.spfx-page__panel {
  padding: 1.15rem;
}

.spfx-page__panel strong {
  color: #fff;
  font-size: 1rem;
}

.spfx-page__activity-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  list-style: none;
}

.spfx-page__activity-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.82rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

.spfx-page__activity-list li span:last-child {
  color: rgba(160, 174, 255, 0.94);
  white-space: nowrap;
}

.spfx-page__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.spfx-page__quick-chip {
  min-height: 5.5rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.55rem;
  padding: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.spfx-page__quick-chip img {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
}

.spfx-page__quick-chip span {
  color: #fff;
  font-size: 0.82rem;
}

.spfx-page__why-grid,
.spfx-page__service-grid,
.spfx-page__solution-grid {
  gap: 1.2rem;
}

.spfx-page__why-card {
  height: 100%;
  padding: 1.8rem;
}

.spfx-page__why-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 16px;
  color: #dfe4ff;
  background: linear-gradient(135deg, rgba(89, 125, 255, 0.22), rgba(155, 92, 255, 0.16));
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.spfx-page__why-card h3 {
  font-size: clamp(1.18rem, 2vw, 1.44rem);
  line-height: 1.16;
}

.spfx-page__why-card p {
  margin-top: 0.8rem;
}

.spfx-page__services {
  background: #000;
}

.spfx-page .core-expertise-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 10, 16, 0.94);
}

.spfx-page .service-card__icon {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.03);
}

.spfx-page .service-card__icon img {
  filter: none;
}

.spfx-page__service-card {
  height: 100%;
  padding: 2rem;
}

.spfx-page .core-expertise-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.spfx-page__service-mark,
.spfx-page__tech-code,
.spfx-page__solution-mark,
.spfx-page__cta-screen span {
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.spfx-page__service-mark {
  width: 2.1rem;
  height: 2.1rem;
  color: #fff;
  font-size: 0.86rem;
}

.spfx-page__process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.spfx-page__process-step {
  height: 100%;
  padding: 1.4rem 1.2rem;
  text-align: center;
}

.spfx-page__process-step span {
  width: 3.1rem;
  height: 3.1rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(89, 125, 255, 0.26), rgba(155, 92, 255, 0.2));
  font-size: 1rem;
  font-weight: 800;
}

.spfx-page__process-step strong {
  display: block;
  font-size: 1.06rem;
}

.spfx-page__process-step p {
  margin-top: 0.75rem;
  font-size: 0.92rem;
}

.spfx-page__tech-panel {
  padding: 2rem;
}

.spfx-page__tech-panel .section__header {
  margin-bottom: 2rem;
}

.spfx-page__tech-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.spfx-page__tech-chip {
  min-height: 7.5rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.8rem;
  padding: 1rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.spfx-page__tech-chip img {
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.spfx-page__tech-code {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 14px;
  color: rgba(226, 231, 255, 0.96);
  background: rgba(98, 106, 255, 0.16);
  font-size: 0.86rem;
}

.spfx-page__tech-chip span:last-child {
  color: #fff;
  font-size: 0.92rem;
  font-weight: var(--weight-medium);
}

.spfx-page__solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.spfx-page__solution-card {
  height: 100%;
  display: grid;
  gap: 0.8rem;
  padding: 1.6rem;
}

.spfx-page__solution-mark {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(93, 115, 255, 0.26), rgba(155, 92, 255, 0.22));
  font-size: 0.92rem;
}

.spfx-page__solution-card strong {
  font-size: 1.08rem;
  line-height: 1.3;
}

.spfx-page__solution-card .service-card__cta {
  margin-top: auto;
}

.spfx-page__cta {
  display: grid;
  grid-template-columns: 0.78fr 1.06fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.3rem;
  border-color: rgba(124, 91, 255, 0.34);
}

.spfx-page__cta-art {
  position: relative;
  min-height: 190px;
}

.spfx-page__cta-glow {
  position: absolute;
  inset: 1.4rem auto auto 1rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 93, 255, 0.58), rgba(116, 93, 255, 0) 68%);
  filter: blur(6px);
}

.spfx-page__cta-screen {
  position: absolute;
  top: 1.6rem;
  left: 2rem;
  width: 12.5rem;
  height: 8.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(133, 102, 255, 0.26), rgba(56, 72, 180, 0.14)),
    rgba(14, 16, 28, 0.96);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.34);
}

.spfx-page__cta-screen span {
  color: rgba(250, 250, 255, 0.96);
  font-size: 3rem;
}

.spfx-page__cta-cube {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(94, 118, 255, 0.46), rgba(155, 92, 255, 0.4));
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.spfx-page__cta-cube--one {
  top: 7.5rem;
  left: 0.8rem;
}

.spfx-page__cta-cube--two {
  top: 10.2rem;
  left: 4rem;
  width: 2rem;
  height: 2rem;
}

.spfx-page__cta-cube--three {
  top: 4.1rem;
  left: 13.5rem;
  width: 1.7rem;
  height: 1.7rem;
}

.spfx-page__cta-copy p {
  margin-top: 0.8rem;
  max-width: 40rem;
}

.spfx-page__cta-actions {
  display: grid;
  gap: 0.9rem;
}

.office {
  display: grid;
  gap: var(--space-2);
}

.team-card__avatar {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: var(--space-4);
  border-radius: 50%;
  color: #050505;
  background: var(--color-brand);
  font-weight: var(--weight-bold);
}

.empty-state {
  padding: var(--space-5);
  border: 1px dashed var(--color-line);
  border-radius: var(--radius-md);
  color: var(--color-muted);
  background: var(--color-panel);
}

.not-found {
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center;
}

@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
  }

  .m365-page__hero-layout {
    gap: 2rem;
  }

  .spfx-page__hero-layout,
  .spfx-page__cta {
    gap: 2rem;
  }

  .spfx-page__proof-row,
  .spfx-page__cta {
    grid-template-columns: 1fr;
  }

  .spfx-page__why-grid,
  .spfx-page__service-grid,
  .spfx-page__tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spfx-page__process-grid,
  .spfx-page__solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spfx-page__hero-visual {
    min-height: 560px;
    padding: 1rem 0;
  }

  .teams-page__hero-layout,
  .teams-page__enablement-grid,
  .teams-page__cta {
    gap: 2rem;
  }

  .onedrive-page__hero-layout,
  .onedrive-page__enablement-grid,
  .onedrive-page__cta {
    gap: 2rem;
  }

  .onedrive-page__proof-row,
  .onedrive-page__enablement-grid,
  .onedrive-page__cta {
    grid-template-columns: 1fr;
  }

  .onedrive-page__why-grid,
  .onedrive-page__integration-grid,
  .onedrive-page__use-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onedrive-page__service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onedrive-page__workflow-grid,
  .onedrive-page__trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .onedrive-page__hero-visual {
    min-height: 560px;
    padding: 1rem 0;
  }

  .onedrive-page__app-rail {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .teams-page__proof-row,
  .teams-page__enablement-grid,
  .teams-page__cta {
    grid-template-columns: 1fr;
  }

  .teams-page__why-grid,
  .teams-page__service-grid,
  .teams-page__integration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teams-page__use-case-grid,
  .teams-page__trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .teams-page__process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teams-page__hero-visual {
    min-height: 560px;
    padding: 1rem 0;
  }

  .teams-page__app-rail {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .m365-page__proof-row,
  .m365-page__impact-grid,
  .m365-page__trust-grid,
  .m365-page__cta {
    grid-template-columns: 1fr;
  }

  .m365-page__why-grid,
  .m365-page__service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m365-page__apps-row,
  .m365-page__logo-cloud {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .m365-page__hero-visual {
    min-height: 560px;
    padding: 1rem 0;
  }

  .m365-page__app-rail {
    position: static;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .sharepoint-page__hero-layout,
  .sharepoint-page__ai-layout {
    gap: 2rem;
  }

  .sharepoint-page__proof-row,
  .sharepoint-page__ai-grid,
  .sharepoint-page__value-grid,
  .sharepoint-page__journey-grid,
  .sharepoint-page__journey-grid--wide,
  .sharepoint-page__dual-grid {
    grid-template-columns: 1fr;
  }

  .sharepoint-page__challenge-grid,
  .sharepoint-page__service-grid,
  .sharepoint-page__story-grid,
  .sharepoint-page__tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sharepoint-page__hero-visual {
    min-height: 540px;
    padding: 1rem 0;
  }

  .sharepoint-page__hero-float {
    position: static;
    width: 92px;
    height: 92px;
    margin-top: 1rem;
  }

  .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .spfx-page__hero {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .spfx-page .section {
    padding: 4.5rem 0;
  }

  .spfx-page__hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .spfx-page__why h2,
  .spfx-page__services h2,
  .spfx-page__process h2,
  .spfx-page__technology h2,
  .spfx-page__solutions h2,
  .spfx-page__cta h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .spfx-page__studio-body,
  .spfx-page__metric-grid,
  .spfx-page__quick-grid,
  .spfx-page__why-grid,
  .spfx-page__service-grid,
  .spfx-page__process-grid,
  .spfx-page__tech-grid,
  .spfx-page__solution-grid {
    grid-template-columns: 1fr;
  }

  .spfx-page__insights {
    padding: 0 1.3rem 1.3rem;
  }

  .spfx-page__why-card,
  .spfx-page__process-step,
  .spfx-page__tech-panel,
  .spfx-page__solution-card,
  .spfx-page__cta {
    padding: 1.45rem;
  }

  .spfx-page__cta-art {
    min-height: 150px;
  }

  .spfx-page__cta-screen {
    left: 1.2rem;
    width: 10.4rem;
    height: 7.2rem;
  }

  .spfx-page__cta-cube--one {
    left: 0.2rem;
  }

  .spfx-page__cta-cube--two {
    left: 2.8rem;
  }

  .spfx-page__cta-cube--three {
    left: 11.2rem;
  }

  .onedrive-page__hero {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .onedrive-page .section {
    padding: 4.5rem 0;
  }

  .onedrive-page__hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .onedrive-page__why h2,
  .onedrive-page__services h2,
  .onedrive-page__workflow h2,
  .onedrive-page__enablement h2,
  .onedrive-page__trust h2,
  .onedrive-page__cta h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .onedrive-page__workspace-body,
  .onedrive-page__folder-row,
  .onedrive-page__why-grid,
  .onedrive-page__service-grid,
  .onedrive-page__workflow-grid,
  .onedrive-page__integration-grid,
  .onedrive-page__use-list,
  .onedrive-page__trust-grid {
    grid-template-columns: 1fr;
  }

  .onedrive-page__app-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onedrive-page__why-card,
  .onedrive-page__workflow-step,
  .onedrive-page__panel,
  .onedrive-page__trust-card,
  .onedrive-page__cta {
    padding: 1.45rem;
  }

  .onedrive-page__workspace-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onedrive-page__cta-art {
    min-height: 140px;
  }

  .onedrive-page__cta-art img:nth-of-type(1) {
    left: 2.8rem;
  }

  .onedrive-page__cta-art img:nth-of-type(2) {
    left: 7.2rem;
  }

  .onedrive-page__cta-art img:nth-of-type(3) {
    left: 6rem;
  }

  .onedrive-page__cta-art img:nth-of-type(4) {
    left: 10rem;
  }

  .teams-page__hero {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .teams-page .section {
    padding: 4.5rem 0;
  }

  .teams-page__hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .teams-page__why h2,
  .teams-page__services h2,
  .teams-page__use-cases h2,
  .teams-page__enablement h2,
  .teams-page__trust h2,
  .teams-page__cta h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .teams-page__workspace-body,
  .teams-page__why-grid,
  .teams-page__service-grid,
  .teams-page__use-case-grid,
  .teams-page__integration-grid,
  .teams-page__process-grid,
  .teams-page__trust-grid {
    grid-template-columns: 1fr;
  }

  .teams-page__app-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teams-page__why-card,
  .teams-page__use-case,
  .teams-page__panel,
  .teams-page__trust-card,
  .teams-page__cta {
    padding: 1.45rem;
  }

  .teams-page__workspace-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .teams-page__cta-art {
    min-height: 140px;
  }

  .teams-page__cta-art img:nth-of-type(1) {
    left: 2.8rem;
  }

  .teams-page__cta-art img:nth-of-type(2) {
    left: 7.2rem;
  }

  .teams-page__cta-art img:nth-of-type(3) {
    left: 6rem;
  }

  .teams-page__cta-art img:nth-of-type(4) {
    left: 10rem;
  }

  .m365-page__hero {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .m365-page .section {
    padding: 4.5rem 0;
  }

  .m365-page__hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .m365-page__why h2,
  .m365-page__services h2,
  .m365-page__apps h2,
  .m365-page__impact h2,
  .m365-page__trust h2,
  .m365-page__cta h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .m365-page__workspace-body,
  .m365-page__workspace-reco,
  .m365-page__why-grid,
  .m365-page__service-grid,
  .m365-page__apps-row,
  .m365-page__impact-grid,
  .m365-page__logo-cloud {
    grid-template-columns: 1fr;
  }

  .m365-page__workspace-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .m365-page__app-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m365-page__why-card,
  .m365-page__impact-card,
  .m365-page__trust-panel,
  .m365-page__cta {
    padding: 1.45rem;
  }

  .m365-page__cta-art {
    min-height: 140px;
  }

  .m365-page__cta-art img:nth-of-type(1) {
    left: 2.8rem;
  }

  .m365-page__cta-art img:nth-of-type(2) {
    left: 7.2rem;
  }

  .m365-page__cta-art img:nth-of-type(3) {
    left: 6.2rem;
  }

  .m365-page__cta-art img:nth-of-type(4) {
    left: 10.2rem;
  }

  .sharepoint-page__hero {
    min-height: auto;
    padding-bottom: 3.5rem;
  }

  .sharepoint-page .section {
    padding: 4.6rem 0;
  }

  .sharepoint-page__hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .sharepoint-page__challenges h2,
  .sharepoint-page__ai h2,
  .sharepoint-page__services h2,
  .sharepoint-page__value h2,
  .sharepoint-page__ecosystem h2,
  .sharepoint-page__journey h2,
  .sharepoint-page__stories h2,
  .sharepoint-page__cta h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .sharepoint-page__pill-grid,
  .sharepoint-page__tech-grid,
  .sharepoint-page__dashboard-grid,
  .sharepoint-page__dashboard-mini-grid {
    grid-template-columns: 1fr;
  }

  .sharepoint-page__dashboard-body {
    grid-template-columns: 1fr;
  }

  .sharepoint-page__dashboard-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sharepoint-page__proof-row,
  .sharepoint-page__challenge-grid,
  .sharepoint-page__service-grid,
  .sharepoint-page__story-grid {
    grid-template-columns: 1fr;
  }

  .sharepoint-page__stories-header {
    flex-direction: column;
    align-items: start;
  }

  .sharepoint-page__challenge-card,
  .sharepoint-page__ai-card,
  .sharepoint-page__story-card,
  .sharepoint-page__panel-card,
  .sharepoint-page__journey-step,
  .sharepoint-page__value-step,
  .sharepoint-page__tech-tile,
  .sharepoint-page__cta {
    padding: 1.45rem;
  }

  .sector-grid {
    grid-template-columns: 1fr;
  }

  .sector-card {
    aspect-ratio: auto;
    min-height: 220px;
  }
}
