.mco-body {
  --mco-ink: #161d2d;
  --mco-muted: #667085;
  --mco-line: rgba(31, 49, 78, .12);
  --mco-blue: #1267e6;
  --mco-cyan: #73d7ff;
  --mco-paper: #f3f6fa;
  background: var(--mco-paper);
  color: var(--mco-ink);
}

.mco-body main { overflow: hidden; }

.mco-body main > .hero {
  position: relative;
  min-height: 780px;
  padding: 34px 0 112px;
  background:
    radial-gradient(circle at 76% 38%, rgba(76, 139, 248, .24), transparent 19%),
    radial-gradient(circle at 83% 32%, rgba(111, 221, 255, .16), transparent 30%),
    linear-gradient(125deg, #fbfcfe 0 52%, #edf3fa 100%);
  isolation: isolate;
}

.mco-body main > .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49.92%, rgba(28, 54, 91, .065) 50%, transparent 50.08%),
    linear-gradient(rgba(28, 54, 91, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 54, 91, .045) 1px, transparent 1px);
  background-size: 100% 100%, 44px 44px, 44px 44px;
  mask-image: linear-gradient(#000 10%, rgba(0,0,0,.7) 68%, transparent 98%);
}

.mco-body main > .hero::after {
  content: "SKU 0842\A TITLE 100%\A ATTRIBUTES 96%\A MEDIA 08/08\A QA PASSED";
  white-space: pre;
  position: absolute;
  z-index: -1;
  right: max(5vw, 48px);
  top: 445px;
  width: min(27vw, 340px);
  padding: 30px 30px 32px;
  border: 1px solid rgba(21, 60, 116, .13);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(244,248,253,.7));
  box-shadow: 0 35px 90px rgba(29, 64, 112, .15), inset 0 1px rgba(255,255,255,.9);
  color: #536780;
  font: 700 13px/2.25 var(--mono);
  letter-spacing: .08em;
  transform: rotate(2.5deg);
}

.mco-body main > .hero .container { position: relative; }
.mco-body main > .hero .eyebrow { margin-top: 62px; }
.mco-body main > .hero h1 {
  max-width: 1020px;
  margin: 24px 0 28px;
  font-size: clamp(58px, 6.6vw, 104px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.068em;
  text-wrap: balance;
}
.mco-body main > .hero .lead {
  max-width: 690px;
  margin: 0;
  color: #58687e;
  font-size: 19px;
  line-height: 1.62;
}
.mco-body main > .hero .cta-row { margin-top: 36px; }
.mco-body main > .hero .btn { box-shadow: 0 16px 40px rgba(18, 103, 230, .22); }

.mco-body main > .sec { position: relative; padding: 116px 0; }
.mco-body main > .sec:nth-of-type(2),
.mco-body main > .sec:nth-of-type(5):not(.faq-section) { background: #fbfcfe; }
.mco-body main > .sec:nth-of-type(4) { background: #eaf0f7; }
.mco-body main > .sec-head {
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 54px;
}
.mco-body main > .sec-head .eyebrow { padding-top: 10px; }
.mco-body main > .sec-head h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.mco-body .num { color: var(--mco-blue); }

.mco-body .rows {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin: 0;
  counter-reset: mco-row;
}
.mco-body .rows .row {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 264px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--mco-line);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.mco-body .rows .row:nth-child(1), .mco-body .rows .row:nth-child(2) { grid-column: span 6; }
.mco-body .rows .row:nth-child(n+3) { grid-column: span 4; }
.mco-body .rows .row::before {
  content: counter(mco-row, decimal-leading-zero);
  counter-increment: mco-row;
  color: var(--mco-blue);
  font: 700 14px/1 var(--mono);
  letter-spacing: .08em;
}
.mco-body .rows .row::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -22px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(18,103,230,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(18,103,230,.035);
}
.mco-body .rows .row:hover {
  transform: translateY(-5px);
  border-color: rgba(18,103,230,.32);
  box-shadow: 0 24px 65px rgba(28, 61, 105, .1);
}
.mco-body .rows dt { margin-top: auto; padding-top: 56px; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.mco-body .rows dd { max-width: 430px; margin: 13px 0 0; color: var(--mco-muted); line-height: 1.58; }

.mco-body .sec-alt { color: #fff; background: #111b2d !important; }
.mco-body .sec-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(43, 113, 235, .25), transparent 29%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 54px 54px, 54px 54px;
  mask-image: linear-gradient(#000, transparent 95%);
}
.mco-body .sec-alt .container { position: relative; }
.mco-body .sec-alt .eyebrow, .mco-body .sec-alt .num { color: #83b2ff; }
.mco-body .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  margin: 0;
  border-radius: 30px;
  background: rgba(126, 160, 207, .24);
  list-style: none;
  counter-reset: mco-step;
}
.mco-body .steps li {
  position: relative;
  min-height: 275px;
  padding: 29px;
  background: rgba(21, 32, 52, .96);
  transition: background .3s ease;
}
.mco-body .steps li:hover { background: #1a2a44; }
.mco-body .steps li::before {
  content: counter(mco-step, decimal-leading-zero);
  counter-increment: mco-step;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 58px;
  border: 1px solid rgba(129, 178, 255, .28);
  border-radius: 50%;
  background: rgba(30, 100, 214, .18);
  color: #9dc3ff;
  font: 700 13px/1 var(--mono);
}
.mco-body .steps .step-t { font-size: 25px; line-height: 1.08; letter-spacing: -.03em; }
.mco-body .steps p { margin: 13px 0 0; color: #aeb9c9; line-height: 1.58; }

.mco-body .prose {
  position: relative;
  max-width: none;
  padding: 54px 58px 58px 180px;
  overflow: hidden;
  border: 1px solid var(--mco-line);
  border-radius: 32px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 28px 80px rgba(31,53,84,.09);
}
.mco-body .prose::before {
  content: "QA";
  position: absolute;
  left: 50px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1769e2;
  box-shadow: 0 0 0 14px rgba(23,105,226,.1);
  color: #fff;
  font: 700 20px/1 var(--mono);
  transform: translateY(-50%);
}
.mco-body .prose p { max-width: 980px; margin: 0; font-size: clamp(25px, 3vw, 41px); line-height: 1.28; letter-spacing: -.038em; }

.mco-body .faq { max-width: none; border-top: 1px solid rgba(30,49,78,.18); }
.mco-body .faq details { margin: 0; border: 0; border-bottom: 1px solid rgba(30,49,78,.18); background: transparent; }
.mco-body .faq summary { padding: 27px 58px 27px 0; font-size: 21px; transition: color .2s ease, padding-left .2s ease; }
.mco-body .faq summary:hover { padding-left: 8px; color: var(--mco-blue); }
.mco-body .faq-a { max-width: 860px; padding: 0 0 28px; color: var(--mco-muted); }

.mco-body .links-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mco-body .link-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--mco-line);
  border-radius: 27px;
  background: #fff;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.mco-body .link-card::before { content: "RELATED"; color: #8a96a7; font: 700 10px/1 var(--mono); letter-spacing: .12em; }
.mco-body .link-card:hover { transform: translateY(-5px); border-color: rgba(18,103,230,.35); box-shadow: 0 24px 60px rgba(35,60,95,.11); }
.mco-body .link-t { max-width: 86%; margin-top: auto; font-size: 28px; line-height: 1.06; letter-spacing: -.04em; }
.mco-body .link-d { margin-top: 13px; color: #6b7687; }
.mco-body .link-arr { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #edf3fc; color: var(--mco-blue); transition: background .25s ease, color .25s ease, transform .25s ease; }
.mco-body .link-card:hover .link-arr { background: var(--mco-blue); color: #fff; transform: rotate(-35deg); }

.mco-body .band { margin: 0 0 76px; padding: 0; background: none; }
.mco-body .band .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding: 66px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(125deg, #0758ca 0%, #113d80 56%, #14233c 100%);
  color: #fff;
}
.mco-body .band .container::after { content: ""; position: absolute; right: -100px; top: -130px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018); }
.mco-body .band h2 { position: relative; z-index: 1; grid-column: 1; margin: 0; font-size: clamp(44px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; }
.mco-body .band p { position: relative; z-index: 1; grid-column: 1; max-width: 680px; margin: 15px 0 0; color: #ccdaed; font-size: 17px; }
.mco-body .band .cta-row { position: relative; z-index: 1; grid-column: 2; grid-row: 1 / 3; align-self: end; }
.mco-body .band .btn { white-space: nowrap; }

@media (max-width: 1100px) {
  .mco-body main > .hero::after { display: none; }
  .mco-body main > .hero h1 { max-width: 820px; }
}
@media (max-width: 900px) {
  .mco-body main > .hero { min-height: auto; }
  .mco-body main > .hero::after { display: none; }
  .mco-body main > .hero h1 { font-size: clamp(48px, 10vw, 76px); }
  .mco-body main > .sec-head { grid-template-columns: 1fr; gap: 18px; }
  .mco-body .rows .row:nth-child(n) { grid-column: span 6; }
  .mco-body .steps { grid-template-columns: repeat(2, 1fr); }
  .mco-body .links-row { grid-template-columns: 1fr; }
  .mco-body .link-card { min-height: 210px; }
  .mco-body .band .container { grid-template-columns: 1fr; }
  .mco-body .band .cta-row { grid-column: 1; grid-row: auto; }
}
@media (max-width: 620px) {
  .mco-body main > .hero { padding-bottom: 78px; }
  .mco-body main > .hero .eyebrow { margin-top: 38px; }
  .mco-body main > .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .mco-body main > .hero .lead { font-size: 16px; }
  .mco-body main > .sec { padding: 78px 0; }
  .mco-body main > .sec-head h2 { font-size: clamp(38px, 11vw, 50px); }
  .mco-body .rows, .mco-body .steps { grid-template-columns: 1fr; }
  .mco-body .rows .row:nth-child(n) { grid-column: auto; }
  .mco-body .rows .row, .mco-body .steps li { min-height: 225px; }
  .mco-body .steps { gap: 1px; }
  .mco-body .prose { padding: 124px 28px 30px; }
  .mco-body .prose::before { left: 28px; top: 28px; width: 70px; height: 70px; transform: none; }
  .mco-body .prose p { font-size: 25px; }
  .mco-body .faq summary { padding: 22px 48px 22px 0; font-size: 18px; }
  .mco-body .faq-a { padding-bottom: 22px; }
  .mco-body .band { margin-bottom: 48px; }
  .mco-body .band .container { padding: 38px 24px; border-radius: 25px; }
  .mco-body .band .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .mco-body .rows .row, .mco-body .link-card, .mco-body .link-arr, .mco-body .faq summary { transition: none; }
}
