/*
Theme Name: MediaSync AI
Theme URI: https://mediasync.ai/
Author: Brainfood Digital Media
Description: Custom high-performance WordPress theme for MediaSync.ai. The static visual layer is preserved; WordPress is used for routing and form delivery.
Version: 2.0.0
Text Domain: mediasync
*/

/* Base */
:root {
  --blue-50: #f1f7fd;
  --blue-100: #e0ecf9;
  --blue-200: #c7ddf6;
  --blue-300: #a1c8ef;
  --blue-400: #74abe6;
  --blue-500: #538cde;
  --blue-600: #3f72d1;
  --blue-700: #355ec0;
  --blue-800: #314e9c;
  --blue-900: #2c437c;
  --blue-950: #1a2440;
  --ink: var(--blue-950);
  --paper: var(--blue-50);
  --white: var(--blue-50);
  --grey: var(--blue-800);
  --line: var(--blue-200);
  --violet: var(--blue-700);
  --blue: var(--blue-500);
  --pink: var(--blue-300);
  --cyan: var(--blue-400);
  --navy: var(--blue-950);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 78px;
  border-bottom: 1px solid rgba(26, 36, 64, 0.08);
  background: rgba(241, 247, 253, 0.88);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.brand em {
  color: var(--violet);
  font-style: normal;
}

nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: 80px;
}

nav a {
  font-size: 12px;
  font-weight: 600;
  transition: color 180ms ease;
}

nav a:hover {
  color: var(--violet);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-button {
  height: 43px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f1f7fd;
  background: #1a2440;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.menu-toggle {
  display: none;
}

.micro-label{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.micro-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 5px rgba(63, 114, 209, 0.12);
}

.micro-label.light {
  color: #c7ddf6;
}

.micro-label.light i {
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(161, 200, 239, 0.12);
}

.black-button, .white-button{
  min-height: 48px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.black-button:hover, .white-button:hover{
  transform: translateY(-2px);
}

.black-button {
  color: #f1f7fd;
  border-color: #1a2440;
  background: #1a2440;
}

.white-button {
  color: #1a2440;
  border-color: #f1f7fd;
  background: #f1f7fd;
}

/* Home */
.home-hero {
  position: relative;
  overflow: hidden;
  padding-top: 164px;
  background: var(--paper);
}

.reveal-line {
  display: block;
  overflow: hidden;
}

.reveal-line > span {
  display: inline-block;
  animation: heroReveal 850ms cubic-bezier(.2,.7,.2,1) both;
}

.reveal-line:nth-child(2) > span {
  animation-delay: 120ms;
}

.cms-heading h2 span, .plans-heading h2 span, .about-layout h2 span{
  color: var(--violet);
}

/* Platform overview */
.platform-overview {
  padding: 130px 0 140px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 7%, rgba(161, 200, 239, .2), transparent 28%),
    linear-gradient(180deg, #f1f7fd 0%, #f1f7fd 100%);
}

.overview-intro {
  display: grid;
  grid-template-columns: .48fr 1.52fr;
  gap: 72px;
  align-items: start;
}

.overview-intro .micro-label {
  margin-top: 14px;
  color: #314e9c;
}

.overview-intro h2 {
  max-width: 970px;
  margin: 0;
  color: #1a2440;
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.064em;
}

.overview-intro h2 span {
  color: #355ec0;
}

.overview-intro p {
  max-width: 790px;
  margin: 30px 0 0;
  color: #2c437c;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -.018em;
}

.audience-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  --spotlight-x: 50%;
  --spotlight-y: 50%;
  position: relative;
  min-height: 500px;
  padding: 30px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e0ecf9;
  border-radius: 22px;
  color: #1a2440;
  background: rgba(241, 247, 253, .86);
  box-shadow: 0 14px 40px rgba(26, 36, 64, .045);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(340px circle at var(--spotlight-x) var(--spotlight-y), rgba(116, 171, 230, .22), transparent 62%);
  transition: opacity 260ms ease;
}

.audience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 94, 192, .42);
  box-shadow: 0 24px 60px rgba(26, 36, 64, .11);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card > * {
  position: relative;
  z-index: 1;
}

.audience-card-top {
  min-height: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.audience-card-top > span {
  padding-top: 7px;
  color: #3f72d1;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
}

.audience-card-top svg {
  width: 54px;
  height: 54px;
  padding: 11px;
  border: 1px solid #c7ddf6;
  border-radius: 15px;
  color: #355ec0;
  background: rgba(241, 247, 253, .84);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 260ms ease, background 260ms ease, transform 260ms ease;
}

.audience-card:hover .audience-card-top svg {
  color: #f1f7fd;
  background: #355ec0;
  transform: rotate(3deg) scale(1.04);
}

.audience-card-copy {
  margin-top: 42px;
}

.audience-card-copy > span {
  color: #314e9c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.audience-card h3 {
  margin: 15px 0 0;
  font-size: clamp(27px, 2.35vw, 35px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.audience-card-copy p {
  margin: 20px 0 0;
  color: #314e9c;
  font-size: 16px;
  line-height: 1.65;
}

.audience-card ul {
  margin: 30px 0 34px;
  padding: 22px 0 0;
  display: grid;
  gap: 13px;
  border-top: 1px solid #e0ecf9;
  list-style: none;
}

.audience-card li {
  position: relative;
  padding-left: 19px;
  color: #2c437c;
  font-size: 14px;
  line-height: 1.4;
}

.audience-card li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #74abe6;
  border-radius: 50%;
  background: #f1f7fd;
}

.audience-card > a {
  width: fit-content;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(26, 36, 64, .24);
  color: #1a2440;
  font-size: 12px;
  font-weight: 800;
  line-height: 2;
  letter-spacing: .05em;
}

.audience-card > a span {
  transition: transform 220ms ease;
}

.audience-card > a:hover span {
  transform: translate(3px, -3px);
}

/* Workflow */
.process-section {
  overflow: hidden;
  padding: 120px 0 0;
  color: #f1f7fd;
  background: var(--navy);
}

.process-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  align-items: end;
  padding-bottom: 75px;
}

.process-heading > div {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 70px;
  align-items: end;
}

.process-heading h2 {
  margin: 0;
  font-size: clamp(50px, 5vw, 75px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.065em;
}

.process-heading p {
  margin: 0 0 5px;
  color: #74abe6;
  font-size: 14px;
  line-height: 1.7;
}

.process-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(330px, 0.85fr) 1.15fr 0.9fr;
  border-top: 1px solid rgba(161, 200, 239, 0.16);
}

.process-list,
.process-engine,
.process-preview {
  position: relative;
  min-width: 0;
  border-right: 1px solid rgba(161, 200, 239, 0.16);
}

.process-list {
  padding: 90px 0 90px max(40px, calc((100vw - 1320px) / 2));
}

.process-list button {
  position: relative;
  width: 100%;
  min-height: 104px;
  padding: 18px 42px 18px 31px;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  border: 0;
  color: #3f72d1;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease;
}

.process-list button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--cyan);
  transition: height 260ms ease;
}

.process-list button.active {
  color: #f1f7fd;
  background: linear-gradient(90deg, rgba(161, 200, 239, .06), transparent);
}

.process-list button.active::before {
  height: 44px;
}

.process-list button > span {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.process-list button p {
  margin: 0;
}

.process-list button b,
.process-list button small {
  display: block;
}

.process-list button b {
  margin-bottom: 6px;
  font-size: 13px;
}

.process-list button small {
  max-width: 220px;
  color: inherit;
  font-size: 12px;
  line-height: 1.45;
}

.process-list button > i {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.process-list button.active > i {
  border-color: var(--cyan);
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.process-engine {
  min-height: 720px;
  overflow: hidden;
  perspective: 900px;
}

.engine-caption {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--cyan);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .16em;
  white-space: nowrap;
}

.process-preview {
  padding: 85px 5% 70px;
  background: rgba(26, 36, 64, 0.18);
}

.preview-progress {
  height: 14px;
  margin-top: 23px;
  padding: 2px;
  border: 1px solid var(--cyan);
}

.preview-progress span {
  height: 100%;
  display: block;
  background: var(--cyan);
  transition: width 600ms ease;
}

.preview-footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  color: #538cde;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.preview-footer b {
  color: var(--cyan);
}

/* Publisher sections */
.publisher-section {
  padding: 150px 0;
}

.cms-heading h2, .plans-heading h2{
  margin: 23px 0 28px;
  font-size: clamp(50px, 5vw, 74px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -0.065em;
}

.contributors-section {
  position: relative;
  overflow: hidden;
  padding: 145px 0 0;
  color: #f1f7fd;
  background: #1a2440;
}

.noise-field {
  position: absolute;
  inset: 0;
  opacity: .45;
  background:
    radial-gradient(circle at 15% 30%, rgba(63, 114, 209, .45), transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(83, 140, 222, .33), transparent 33%),
    radial-gradient(circle, rgba(241, 247, 253, .16) 1px, transparent 1.5px);
  background-size: auto, auto, 22px 22px;
  mask-image: linear-gradient(to bottom, #1a2440, rgba(26, 36, 64, .45));
}

.cms-heading {
  text-align: center;
}

.cms-heading h2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.plans-heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  column-gap: 100px;
  align-items: end;
}

.plans-heading .micro-label {
  grid-column: 1 / -1;
}

.plans-heading p {
  margin: 0 0 30px;
  color: #314e9c;
  font-size: 14px;
  line-height: 1.7;
}

.electric-button {
  position: relative;
  border: 1px solid transparent;
}

.electric-button::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from var(--electric-angle, 0deg), var(--violet), var(--cyan), var(--blue), var(--violet));
  animation: electricSpin 3s linear infinite;
}

.about-section {
  padding: 130px 0;
  background: var(--paper);
}

.about-layout {
  display: grid;
  grid-template-columns: .4fr 1.1fr .7fr;
  gap: 70px;
  align-items: start;
}

.about-layout h2 {
  margin: 0;
  font-size: clamp(43px, 4.4vw, 66px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.06em;
}

.about-layout > div p {
  margin: 8px 0 28px;
  color: #2c437c;
  font-size: 14px;
  line-height: 1.75;
}

.about-layout > div a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.end-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 140px 0;
  color: #f1f7fd;
  background: #1a2440;
}

.end-section .shell {
  position: relative;
  z-index: 2;
}

.end-section h2 {
  margin: 30px 0 50px;
  font-size: clamp(70px, 9vw, 130px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.08em;
}

.end-section .shell > div {
  display: flex;
  gap: 13px;
}

/* Footer */
.site-footer {
  padding: 75px 0 25px;
  background: #f1f7fd;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 60px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-grid b {
  margin-bottom: 5px;
  font-size: 30px;
}

.footer-grid a:not(.brand) {
  color: #314e9c;
  font-size: 16px;
}

.footer-brand p {
  max-width: 270px;
  margin: 22px 0 0;
  color: #3f72d1;
  font-size: 20 px;
  line-height: 1.65;
}

.footer-bottom {
  margin-top: 65px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: #74abe6;
  font-size: 11px;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

/* Contact */
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 110px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.contact-glow {
  position: absolute;
  left: 50%;
  top: -520px;
  width: 850px;
  height: 850px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 114, 209, .22), transparent 66%);
}

.contact-intro {
  position: relative;
  text-align: center;
}

.section-index {
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.contact-intro h1 {
  max-width: 920px;
  margin: 23px auto 0;
  font-size: clamp(60px, 7vw, 98px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.07em;
}

.contact-intro h1 em {
  color: var(--violet);
  font-style: normal;
}

.contact-intro p {
  max-width: 580px;
  margin: 26px auto 0;
  color: #314e9c;
  font-size: 16px;
  line-height: 1.7;
}

.contact-section {
  padding: 110px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 95px;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 45px;
}

.contact-details > div:not(.contact-direct) {
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.detail-number {
  color: var(--violet);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.contact-details h2 {
  margin: 16px 0 11px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.04em;
}

.contact-details p {
  margin: 0;
  color: #314e9c;
  font-size: 13px;
  line-height: 1.7;
}

.contact-direct {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.contact-direct span {
  color: #538cde;
  font-size: 11px;
}

.contact-direct a {
  color: var(--violet);
  font-size: 14px;
  font-weight: 700;
}

.contact-form {
  padding: 44px;
  border: 1px solid var(--line);
  background: #f1f7fd;
  box-shadow: 0 25px 70px rgba(26, 36, 64, .08);
}

.form-heading span {
  color: var(--violet);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.form-heading h2 {
  margin: 13px 0 36px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -.045em;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 19px;
  color: #2c437c;
  font-size: 12px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c7ddf6;
  outline: none;
  color: var(--ink);
  background: #f1f7fd;
  font-size: 12px;
  font-weight: 400;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input,
.contact-form select {
  height: 49px;
  padding: 0 14px;
}

.contact-form textarea {
  padding: 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #74abe6;
  box-shadow: 0 0 0 4px rgba(63, 114, 209, .1);
}

.form-submit {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.form-submit button {
  min-width: 165px;
  height: 50px;
  border: 0;
  color: #f1f7fd;
  background: #1a2440;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;

}

.form-submit p {
  margin: 0;
  color: #538cde;
  font-size: 11px;
}

.contact-steps {
  padding: 90px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.contact-steps .shell > div {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-steps article {
  min-height: 230px;
  padding: 29px;
  border-right: 1px solid var(--line);
}

.contact-steps article:last-child {
  border-right: 0;
}

.contact-steps article b {
  color: #74abe6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.contact-steps h3 {
  margin: 78px 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.contact-steps p {
  margin: 0;
  color: #314e9c;
  font-size: 11px;
  line-height: 1.6;
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(110%); }
  to { opacity: 1; transform: translateY(0); }
}

@property --electric-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes electricSpin {
  to { --electric-angle: 360deg; }
}

@media (max-width: 1100px) {
  .shell {
    width: min(100% - 44px, 1320px);
  }

  nav {
    gap: 19px;
    margin-left: 20px;
  }

.overview-intro {
    grid-template-columns: .42fr 1.58fr;
    gap: 42px;
  }

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

  .audience-card:last-child {
    grid-column: 1 / -1;
    min-height: 450px;
  }

  .process-heading {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .process-grid {
    grid-template-columns: 300px 1fr;
  }

  .process-preview {
    grid-column: 1 / -1;
    min-height: 620px;
    padding-right: 20%;
    padding-left: 20%;
    border-top: 1px solid rgba(161, 200, 239, .16);
  }

  .plans-heading,
  .about-layout {
    gap: 45px;
  }

}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 1320px);
  }

  .site-header {
    height: 68px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #c7ddf6;
    background: #f1f7fd;
  }

  .menu-toggle i {
    width: 17px;
    height: 1px;
    background: #1a2440;
  }

  nav {
    position: fixed;
    inset: 68px 0 auto;
    display: none;
    margin: 0;
    padding: 28px 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .site-header nav.open {
    display: flex;
  }

  .nav-actions {
    display: none;
  }

  .home-hero {
    padding-top: 122px;
  }

  .plans-heading, .about-layout, .contact-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .platform-overview {
    padding: 90px 0;
  }

  .overview-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .overview-intro .micro-label {
    margin-top: 0;
  }

  .overview-intro h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .overview-intro p {
    margin-top: 22px;
    font-size: 16px;
  }

  .audience-grid {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  .audience-card,
  .audience-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 25px;
  }

  .audience-card-copy {
    margin-top: 34px;
  }

  .audience-card h3 {
    font-size: 30px;
  }

  .process-section {
    padding-top: 90px;
  }

  .process-heading {
    padding-bottom: 55px;
  }

  .process-heading > div {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .process-heading h2 {
    font-size: 49px;
  }

  .process-grid {
    display: block;
  }

  .process-list {
    padding: 20px 14px;
  }

  .process-list button {
    min-height: 88px;
    padding-right: 25px;
    padding-left: 20px;
    grid-template-columns: 58px 1fr;
  }

  .process-engine {
    min-height: 560px;
    border-top: 1px solid rgba(161, 200, 239, .16);
  }

  .process-preview {
    min-height: auto;
    padding: 55px 25px;
  }

  .publisher-section{
    padding: 95px 0;
  }

  .cms-heading h2, .plans-heading h2{
    font-size: 49px;
  }

  .contributors-section {
    padding-top: 95px;
  }

  .plans-heading p {
    margin: 0;
  }

  .about-section {
    padding: 90px 0;
  }

  .about-layout h2 {
    font-size: 47px;
  }

  .end-section {
    min-height: 560px;
    padding: 100px 0;
  }

  .end-section h2 {
    font-size: 76px;
  }

  .end-section .shell > div {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .contact-hero {
    padding: 145px 0 75px;
  }

  .contact-intro h1 {
    font-size: 61px;
  }

  .contact-section {
    padding: 80px 0;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-submit button {
    width: 100%;
  }

  .contact-steps .shell > div {
    grid-template-columns: 1fr;
  }

  .contact-steps article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

.site-header {
  top: 24px;
  right: 0;
  left: 0;
  height: 62px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.site-header .nav-wrap {
  width: min(980px, calc(100% - 72px));
  height: 62px;
  padding: 0 17px 0 20px;
  border: 1px solid rgba(26, 36, 64, 0.12);
  border-radius: 16px;
  background: rgba(241, 247, 253, 0.9);
  box-shadow: 0 14px 40px rgba(26, 36, 64, 0.1);
  backdrop-filter: blur(18px);
}

.brand-logo {
  width: 158px;
  height: auto;
  display: block;
}

.site-header nav {
  margin-left: auto;
  gap: 29px;
}

.site-header nav a {
  color: #2c437c;
  font-size: 11px;
}

.site-header .nav-actions {
  margin-left: 31px;
}

.site-header .nav-button {
  height: 40px;
  padding: 0 19px;
  border-radius: 10px;
  color: #f1f7fd;
  background: #1a2440;
}

.home-hero {
  min-height: 820px;
  margin: 10px;
  padding: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e0ecf9;
  border-radius: 22px;
  color: #1a2440;
  background: #f1f7fd;
}

.hero-centered {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero-centered h1 {
  margin: 27px 0 0;
}

.mission-line {
  display: block;
  margin-bottom: 18px;
  color: #2c437c;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.hero-centered .reveal-line > span {
  color: #1a2440;
  font-size: clamp(61px, 7vw, 101px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.072em;
}

.hero-centered .reveal-line {
  padding-bottom: .12em;
}

.hero-centered > p {
  max-width: 680px;
  margin: 72px auto 0;
  color: #2c437c;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
  text-shadow: 0 1px 16px #f1f7fd, 0 0 5px #f1f7fd;
}

.hero-centered .white-button {
  color: #f1f7fd;
  border-color: #1a2440;
  border-radius: 10px;
  background: #1a2440;
}

@media (max-width: 760px) {
  .site-header {
    top: 14px;
    height: 56px;
  }

  .site-header .nav-wrap {
    width: calc(100% - 38px);
    height: 56px;
    padding: 0 8px 0 14px;
    border-radius: 13px;
  }

  .brand-logo {
    width: 132px;
  }

  .site-header nav {
    inset: 80px 19px auto;
    width: auto;
    padding: 24px;
    border: 1px solid rgba(26, 36, 64, .12);
    border-radius: 13px;
    background: rgba(241, 247, 253, .97);
  }

  .site-header .menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  .home-hero {
    min-height: 760px;
    margin: 6px;
    border-radius: 17px;
  }

  .mission-line {
    max-width: 300px;
    margin: 0 auto 17px;
    font-size: 19px;
  }

  .hero-centered .reveal-line > span {
    font-size: clamp(54px, 16vw, 76px);
  }

  .hero-centered > p {
    margin-top: 52px;
    font-size: 14px;
  }

}

.process-section {
  position: relative;
  overflow: visible;
  padding: 90px 0 0;
  color: #f1f7fd;
  background: var(--navy);
}

.process-heading {
  min-height: 190px;
  padding-bottom: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 70px;
  align-items: end;
}

.process-heading > div {
  display: block;
}

.process-heading .micro-label {
  margin-bottom: 22px;
}

.process-heading h2 {
  margin: 0;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.06em;
}

.process-heading h2 span {
  color: #a1c8ef;
}

.process-heading p {
  max-width: 390px;
  margin: 0 0 5px;
  color: #74abe6;
  font-size: 17px;
  line-height: 1.65;
}

.process-scroll {
  position: relative;
  height: 500vh;
  min-height: 3600px;
  border-top: 1px solid rgba(161, 200, 239, .16);
}

.process-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 53% 48%, rgba(63, 114, 209, .10), transparent 30%),
    #1a2440;
}

.process-grid {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(360px, 1fr) minmax(430px, 1.18fr);
  border: 0;
}

.process-list,
.process-engine,
.process-preview {
  position: relative;
  min-width: 0;
  min-height: 100%;
  border-right: 1px solid rgba(161, 200, 239, .16);
}

.process-list {
  padding: clamp(38px, 7vh, 78px) 0 clamp(28px, 6vh, 70px) max(28px, calc((100vw - 1420px) / 2));
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.process-list button {
  position: relative;
  width: 100%;
  min-height: clamp(104px, 15vh, 132px);
  padding: 20px 45px 20px 28px;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  border: 0;
  color: #314e9c;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color 320ms ease, background 320ms ease, opacity 320ms ease;
}

.process-list button::before {
  content: "";
  position: absolute;
  inset: 12px 0;
  width: 2px;
  height: auto;
  background: rgba(161, 200, 239, .16);
}

.process-list button::after {
  content: "";
  position: absolute;
  inset: 12px auto 12px 0;
  width: 2px;
  background: var(--cyan);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 420ms cubic-bezier(.2, .75, .2, 1);
  box-shadow: 0 0 20px rgba(161, 200, 239, .65);
}

.process-list button.active {
  color: #f1f7fd;
  background: linear-gradient(90deg, rgba(161, 200, 239, .075), transparent 82%);
}

.process-list button.complete {
  color: #74abe6;
}

.process-list button.active::after,
.process-list button.complete::after {
  transform: scaleY(1);
}

.process-list button > span {
  color: inherit;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.process-list button p {
  margin: 0;
}

.process-list button b,
.process-list button small {
  display: block;
}

.process-list button b {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.process-list button small {
  max-width: 270px;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
}

.process-list button > i {
  position: absolute;
  right: 22px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.process-list button > i em {
  position: absolute;
  inset: 1px;
  display: block;
  border-radius: 50%;
  background: var(--cyan);
  transform: scale(0);
  transition: transform 300ms ease;
}

.process-list button.active > i {
  border-color: var(--cyan);
  box-shadow: 0 0 16px rgba(161, 200, 239, .7);
}

.process-list button.active > i em,
.process-list button.complete > i em {
  transform: scale(1);
}

.process-engine {
  overflow: hidden;
  perspective: 1100px;
  background: rgba(26, 36, 64, .22);
}

.engine-grid {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image:
    linear-gradient(rgba(161, 200, 239, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .09) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, #1a2440, transparent 73%);
}

.engine-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(161, 200, 239, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(67deg);
}

.orbit-one {
  width: 430px;
  height: 430px;
  animation: workflowOrbit 10s linear infinite;
}

.orbit-two {
  width: 315px;
  height: 315px;
  border-style: dashed;
  animation: workflowOrbitReverse 7s linear infinite;
}

.engine-flow {
  position: absolute;
  inset: 15% 12%;
}

.engine-flow i {
  position: absolute;
  left: 50%;
  top: 8%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 13px 3px rgba(161, 200, 239, .8);
  animation: coreSignal 2.1s ease-in-out infinite;
}

.engine-flow i:nth-child(2) { animation-delay: .7s; }
.engine-flow i:nth-child(3) { animation-delay: 1.4s; }

.pipeline-core {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(330px, 75%);
  height: 420px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

.pipeline-plate {
  --plate-offset: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(116, 171, 230, .22);
  border-radius: 18px;
  color: #538cde;
  background: rgba(26, 36, 64, .78);
  box-shadow: 0 16px 45px rgba(26, 36, 64, .25);
  transform:
    translate3d(-50%, calc(-50% + (var(--plate-offset) * 49px)), calc(var(--plate-offset) * -34px))
    rotateX(63deg) rotateZ(-45deg)
    scale(calc(1 - (max(var(--plate-offset), 0) * .035)));
  transition:
    transform 780ms cubic-bezier(.16, .8, .2, 1),
    opacity 500ms ease,
    border-color 500ms ease,
    background 500ms ease,
    box-shadow 500ms ease;
}

.pipeline-plate::before,
.pipeline-plate::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pipeline-plate::before {
  inset: 16px;
  border: 1px dashed rgba(161, 200, 239, .15);
  border-radius: 10px;
}

.pipeline-plate::after {
  inset: 34px;
  opacity: .35;
  background:
    repeating-linear-gradient(to bottom, rgba(199, 221, 246, .6) 0 2px, transparent 2px 17px);
}

.pipeline-plate > span,
.pipeline-plate > b {
  position: absolute;
  z-index: 2;
  top: 23px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
}

.pipeline-plate > span { left: 24px; }
.pipeline-plate > b { right: 24px; }

.pipeline-plate > i {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pipeline-plate.active {
  z-index: 10;
  color: var(--cyan);
  border-color: rgba(161, 200, 239, .9);
  background: rgba(26, 36, 64, .88);
  box-shadow: 0 0 48px rgba(161, 200, 239, .14), 0 24px 60px rgba(26, 36, 64, .32);
}

.pipeline-plate.active > i {
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  animation: coreNodePulse 1.4s ease-in-out infinite;
}

.pipeline-plate.complete {
  color: #538cde;
  border-color: rgba(83, 140, 222, .34);
  opacity: .42;
}

.engine-readout {
  position: absolute;
  right: 30px;
  bottom: 32px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #314e9c;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.engine-readout .engine-caption {
  position: static;
  color: var(--cyan);
  font-size: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  transform: none;
  text-align: right;
}

.process-preview {
  padding: clamp(28px, 5vh, 54px) clamp(26px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  border-right: 0;
  background: rgba(26, 36, 64, .33);
}

.preview-chrome {
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(161, 200, 239, .2);
  border-bottom: 0;
  color: #538cde;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.preview-chrome > span {
  margin-right: 8px;
}

.preview-chrome > i {
  width: 6px;
  height: 6px;
  border: 1px solid #314e9c;
  border-radius: 50%;
}

.preview-chrome > b {
  margin-left: auto;
  color: var(--cyan);
  font-weight: 500;
}

.stage-scenes {
  position: relative;
  min-height: 0;
  flex: 1;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .2);
  background:
    linear-gradient(rgba(161, 200, 239, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .025) 1px, transparent 1px),
    #1a2440;
  background-size: 30px 30px;
}

.stage-scenes::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 70px rgba(26, 36, 64, .35);
}

.stage-scene {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px) scale(.985);
  transition: opacity 430ms ease, transform 600ms cubic-bezier(.2, .75, .2, 1), visibility 430ms;
}

.stage-scene.active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.preview-footer {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
}

.preview-progress {
  width: 150px;
  height: auto;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  border: 0;
}

.preview-progress i {
  height: 3px;
  background: #1a2440;
  transition: background 350ms ease, box-shadow 350ms ease;
}

.preview-progress i.active,
.preview-progress i.complete {
  background: var(--cyan);
}

.preview-progress i.active {
  box-shadow: 0 0 12px rgba(161, 200, 239, .8);
}

.source-card {
  position: absolute;
  z-index: 3;
  width: 190px;
  min-height: 70px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(161, 200, 239, .25);
  border-radius: 10px;
  background: rgba(26, 36, 64, .94);
  box-shadow: 0 12px 30px rgba(26, 36, 64, .25);
}

.source-card > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(161, 200, 239, .35);
  border-radius: 8px;
  color: var(--cyan);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
}

.source-card p { margin: 0; }
.source-card b,
.source-card span { display: block; }
.source-card b { font-size: 12px; }
.source-card span { margin-top: 5px; color: #538cde; font-size: 11px; }
.source-feed { left: 8%; top: 12%; }
.source-link { right: 8%; top: 19%; }
.source-scratch { left: 13%; bottom: 15%; }

.source-scene.active .source-card {
  animation: sourceCardIn 3.4s cubic-bezier(.2, .7, .2, 1) infinite;
}

.source-scene.active .source-link { animation-delay: .22s; }
.source-scene.active .source-scratch { animation-delay: .44s; }

.structure-scene svg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.structure-scene svg path {
  fill: none;
  stroke: rgba(161, 200, 239, .45);
  stroke-width: 1;
  stroke-dasharray: 7 7;
}

.generate-paper {
  position: absolute;
  inset: 8% 9%;
  padding: 42px 44px;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .28);
  border-radius: 10px;
  background: rgba(241, 247, 253, .96);
  color: #1a2440;
}

.generate-label {
  color: #314e9c;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.generate-paper h3 {
  margin: 21px 0 28px;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.generated-copy {
  display: grid;
  gap: 11px;
}

.generated-copy p {
  width: 100%;
  height: 3px;
  margin: 0;
  opacity: 0;
  background: #538cde;
  transform: scaleX(0);
  transform-origin: left;
}

.generated-copy p:nth-child(3n) { width: 78%; }
.generated-copy p:nth-child(4n) { width: 63%; }

.generate-scene.active .generated-copy p {
  animation: generatedLine 3.4s ease-in-out infinite;
}

.generate-scene.active .generated-copy p:nth-child(2) { animation-delay: .11s; }
.generate-scene.active .generated-copy p:nth-child(3) { animation-delay: .22s; }
.generate-scene.active .generated-copy p:nth-child(4) { animation-delay: .33s; }
.generate-scene.active .generated-copy p:nth-child(5) { animation-delay: .44s; }
.generate-scene.active .generated-copy p:nth-child(6) { animation-delay: .55s; }
.generate-scene.active .generated-copy p:nth-child(7) { animation-delay: .66s; }
.generate-scene.active .generated-copy p:nth-child(8) { animation-delay: .77s; }

.generated-summary {
  margin-top: 26px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  border: 1px solid rgba(53, 94, 192, .18);
  border-radius: 7px;
  color: #2c437c;
  background: #f1f7fd;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.generated-summary i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f72d1;
}

.generate-scene.active .generated-summary {
  animation: summaryReveal 3.4s ease-in-out infinite;
}

.generate-laser {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  top: 22px;
  height: 2px;
  opacity: 0;
  background: #3f72d1;
  box-shadow: 0 0 20px 4px rgba(63, 114, 209, .35);
}

.generate-laser::after {
  content: "";
  position: absolute;
  inset: -20px 0 0;
  background: linear-gradient(to bottom, rgba(63, 114, 209, .13), transparent);
}

.generate-laser i {
  position: absolute;
  right: 10%;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #74abe6;
  box-shadow: 0 0 15px #3f72d1;
}

.generate-scene.active .generate-laser {
  animation: generationLaser 3.4s cubic-bezier(.35, 0, .2, 1) infinite;
}

.enrich-article {
  position: absolute;
  inset: 9% 10% 23%;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 145px;
  gap: 24px;
  border: 1px solid rgba(161, 200, 239, .28);
  border-radius: 10px;
  background: rgba(26, 36, 64, .9);
}

.enrich-copy b,
.enrich-copy i {
  display: block;
  background: #314e9c;
}

.enrich-copy b { width: 78%; height: 9px; margin: 8px 0 27px; background: #c7ddf6; }
.enrich-copy i { width: 100%; height: 2px; margin-top: 15px; }
.enrich-copy i:nth-of-type(2) { width: 83%; }
.enrich-copy i:nth-of-type(4) { width: 64%; }

.enrich-image {
  display: grid;
  place-items: center;
  opacity: 0;
  border: 1px solid rgba(161, 200, 239, .5);
  border-radius: 8px;
  color: var(--cyan);
  background:
    radial-gradient(circle at 70% 30%, rgba(161, 200, 239, .34), transparent 24%),
    linear-gradient(145deg, #2c437c, #1a2440);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.enrich-tags {
  position: absolute;
  right: 28px;
  bottom: 22px;
  left: 28px;
  display: flex;
  gap: 7px;
}

.enrich-tags span {
  padding: 7px 9px;
  opacity: 0;
  border: 1px solid rgba(161, 200, 239, .3);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(161, 200, 239, .06);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.enrich-trigger {
  position: absolute;
  left: 50%;
  bottom: 10%;
  min-width: 182px;
  height: 48px;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  color: #1a2440;
  background: var(--cyan);
  box-shadow: 0 0 25px rgba(161, 200, 239, .2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  transform: translateX(-50%);
}

.enrich-trigger span { margin-right: 8px; }

.enrich-cursor {
  position: absolute;
  z-index: 7;
  left: 68%;
  bottom: 5%;
  width: 18px;
  height: 25px;
  opacity: 0;
  background: #f1f7fd;
  clip-path: polygon(0 0, 0 100%, 28% 72%, 49% 100%, 65% 90%, 46% 64%, 100% 64%);
  filter: drop-shadow(0 2px 3px rgba(26, 36, 64, .5));
}

.approval-stamp {
  position: absolute;
  z-index: 8;
  right: 8%;
  top: 8%;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  border: 1px solid #a1c8ef;
  border-radius: 8px;
  color: #a1c8ef;
  background: rgba(26, 36, 64, .92);
  box-shadow: 0 0 25px rgba(161, 200, 239, .15);
  transform: rotate(-6deg) scale(.7);
}

.approval-stamp i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
}

.approval-stamp b { font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: .08em; }

.enrich-scene.active .enrich-trigger { animation: enrichButtonPress 4.4s ease-in-out infinite; }
.enrich-scene.active .enrich-cursor { animation: enrichCursor 4.4s ease-in-out infinite; }
.enrich-scene.active .enrich-image { animation: enrichReveal 4.4s ease-in-out infinite; }
.enrich-scene.active .enrich-tags span { animation: enrichReveal 4.4s ease-in-out infinite; }
.enrich-scene.active .enrich-tags span:nth-child(2) { animation-delay: .12s; }
.enrich-scene.active .enrich-tags span:nth-child(3) { animation-delay: .24s; }
.enrich-scene.active .approval-stamp { animation: approvalReveal 4.4s ease-in-out infinite; }

.publish-packet {
  position: absolute;
  z-index: 6;
  left: 6%;
  top: 48%;
  width: 78px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cyan);
  border-radius: 8px;
  color: var(--cyan);
  background: #1a2440;
  box-shadow: 0 0 22px rgba(161, 200, 239, .18);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.publish-packet i {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.publish-route {
  position: absolute;
  left: 10%;
  right: 47%;
  top: calc(48% + 30px);
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(161, 200, 239, .45) 0 5px, transparent 5px 11px);
}

.publish-route i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
}

.cms-nodes {
  position: absolute;
  left: 7%;
  top: 18%;
  display: flex;
  gap: 8px;
}

.cms-nodes span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(161, 200, 239, .28);
  border-radius: 50%;
  color: #74abe6;
  background: rgba(26, 36, 64, .9);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.web-window {
  position: absolute;
  right: 6%;
  top: 12%;
  width: 47%;
  height: 61%;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .35);
  border-radius: 10px;
  background: #f1f7fd;
  box-shadow: 0 22px 45px rgba(26, 36, 64, .25);
}

.web-bar {
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #e0ecf9;
}

.web-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #74abe6;
}

.web-bar span {
  margin-left: 6px;
  color: #314e9c;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.web-window > em {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  opacity: 0;
  border-radius: 5px;
  color: #1a2440;
  background: #c7ddf6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.publish-success {
  position: absolute;
  right: 6%;
  bottom: 10%;
  width: 47%;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  opacity: 0;
  border: 1px solid rgba(161, 200, 239, .35);
  border-radius: 8px;
  background: rgba(26, 36, 64, .88);
}

.publish-success > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1a2440;
  background: #a1c8ef;
  font-size: 11px;
}

.publish-success span,
.publish-success b,
.publish-success small { display: block; }
.publish-success b { color: #e0ecf9; font-size: 12px; }
.publish-success small { margin-top: 4px; color: #74abe6; font-size: 11px; }

.publish-scene.active .publish-packet { animation: packetToWeb 3.8s cubic-bezier(.35, 0, .2, 1) infinite; }
.publish-scene.active .publish-route i { animation: routeToWeb 3.8s ease-in-out infinite; }
.publish-scene.active .cms-nodes span { animation: cmsPulse 3.8s ease-in-out infinite; }
.publish-scene.active .cms-nodes span:nth-child(2) { animation-delay: .15s; }
.publish-scene.active .cms-nodes span:nth-child(3) { animation-delay: .3s; }
.publish-scene.active .web-window > em { animation: liveReveal 3.8s ease-in-out infinite; }
.publish-scene.active .publish-success { animation: publishSuccess 3.8s ease-in-out infinite; }

@keyframes workflowOrbit {
  to { transform: translate(-50%, -50%) rotateX(67deg) rotateZ(360deg); }
}

@keyframes workflowOrbitReverse {
  to { transform: translate(-50%, -50%) rotateX(67deg) rotateZ(-360deg); }
}

@keyframes coreSignal {
  0% { transform: translateY(0); opacity: 0; }
  18%, 75% { opacity: 1; }
  100% { transform: translateY(470px); opacity: 0; }
}

@keyframes coreNodePulse {
  50% { transform: translate(-50%, -50%) scale(1.8); opacity: .55; }
}

@keyframes sourceCardIn {
  0%, 8% { opacity: 0; transform: translateY(-12px); }
  23%, 72% { opacity: 1; transform: none; }
  86%, 100% { opacity: .1; transform: translate(55px, 35px) scale(.72); }
}

@keyframes generationLaser {
  0%, 5% { top: 22px; opacity: 0; }
  12% { opacity: 1; }
  80% { top: calc(100% - 28px); opacity: 1; }
  91%, 100% { top: calc(100% - 28px); opacity: 0; }
}

@keyframes generatedLine {
  0%, 16% { opacity: 0; transform: scaleX(0); }
  42%, 88% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

@keyframes summaryReveal {
  0%, 60% { opacity: 0; transform: translateY(8px); }
  73%, 91% { opacity: 1; transform: none; }
  100% { opacity: 0; }
}

@keyframes enrichCursor {
  0%, 8% { opacity: 0; transform: translate(25px, 25px); }
  18%, 30% { opacity: 1; transform: translate(-44px, -18px); }
  36%, 100% { opacity: 0; transform: translate(-44px, -18px); }
}

@keyframes enrichButtonPress {
  0%, 17%, 100% { transform: translateX(-50%) scale(1); box-shadow: 0 0 25px rgba(161, 200, 239, .2); }
  22% { transform: translateX(-50%) scale(.94); box-shadow: 0 0 42px rgba(161, 200, 239, .55); }
  30%, 88% { transform: translateX(-50%) scale(1); box-shadow: 0 0 36px rgba(161, 200, 239, .38); }
}

@keyframes enrichReveal {
  0%, 24% { opacity: 0; transform: translateY(8px) scale(.97); }
  39%, 88% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: none; }
}

@keyframes approvalReveal {
  0%, 53% { opacity: 0; transform: rotate(-6deg) scale(.7); }
  65%, 89% { opacity: 1; transform: rotate(-6deg) scale(1); }
  100% { opacity: 0; transform: rotate(-6deg) scale(1); }
}

@keyframes packetToWeb {
  0%, 12% { left: 6%; opacity: 1; transform: scale(1); }
  56% { left: 43%; opacity: 1; transform: scale(.82); }
  68%, 100% { left: 58%; opacity: 0; transform: scale(.55); }
}

@keyframes routeToWeb {
  0%, 12% { left: 0; opacity: 0; }
  20%, 58% { opacity: 1; }
  68%, 100% { left: 100%; opacity: 0; }
}

@keyframes cmsPulse {
  0%, 13%, 100% { color: #74abe6; border-color: rgba(161, 200, 239, .28); box-shadow: none; }
  25%, 58% { color: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 16px rgba(161, 200, 239, .28); }
}

@keyframes liveReveal {
  0%, 58% { opacity: 0; transform: scale(.7); }
  69%, 91% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; }
}

@keyframes publishSuccess {
  0%, 64% { opacity: 0; transform: translateY(10px); }
  76%, 92% { opacity: 1; transform: none; }
  100% { opacity: 0; }
}

@media (max-width: 1180px) {
  .process-grid {
    grid-template-columns: 285px minmax(315px, .9fr) minmax(390px, 1.1fr);
  }

  .process-list {
    padding-left: 18px;
  }

  .process-list button {
    padding-left: 18px;
    grid-template-columns: 62px 1fr;
  }

  .process-list button b { font-size: 16px; }
  .process-list button small { font-size: 11px; }
  .process-preview { padding-right: 28px; padding-left: 28px; }
  .pipeline-plate { width: 230px; height: 230px; }
  .source-card { width: 165px; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .process-grid {
    grid-template-columns: 270px 1fr;
  }

  .process-engine {
    display: none;
  }

  .process-preview {
    grid-column: auto;
    min-height: 100%;
    padding: 35px;
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .process-section {
    padding-top: 76px;
  }

  .process-heading {
    min-height: 0;
    padding-bottom: 44px;
    display: block;
  }

  .process-heading h2 {
    font-size: 42px;
  }

  .process-heading p {
    margin-top: 24px;
    font-size: 15px;
  }

  .process-scroll {
    height: auto;
    min-height: 0;
  }

  .process-sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .process-grid {
    height: auto;
    min-height: 0;
    display: block;
  }

  .process-list {
    padding: 20px 14px;
    display: block;
  }

  .process-list button {
    min-height: 98px;
    padding: 16px 30px 16px 12px;
    grid-template-columns: 57px 1fr;
  }

  .process-list button b { font-size: 16px; }
  .process-list button small { max-width: 240px; font-size: 11px; }
  .process-list button > i { right: 9px; }

  .process-engine {
    min-height: 500px;
    border-top: 1px solid rgba(161, 200, 239, .16);
  }

  .pipeline-core {
    width: 280px;
    height: 350px;
  }

  .pipeline-plate {
    width: 205px;
    height: 205px;
    transform:
      translate3d(-50%, calc(-50% + (var(--plate-offset) * 41px)), calc(var(--plate-offset) * -28px))
      rotateX(63deg) rotateZ(-45deg);
  }

  .process-preview {
    min-height: 610px;
    padding: 26px 14px 32px;
    border-top: 1px solid rgba(161, 200, 239, .16);
  }

  .stage-scenes {
    min-height: 505px;
  }

  .preview-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .preview-progress { width: 100%; }
  .source-card { width: 145px; min-height: 62px; padding: 9px; }
  .source-card > i { width: 29px; height: 29px; }
  .source-feed { left: 4%; }
  .source-link { right: 4%; top: 28%; }
  .source-scratch { left: 5%; bottom: 13%; }

  .generate-paper { inset: 5%; padding: 32px 24px; }
  .generate-paper h3 { font-size: 24px; }

  .enrich-article {
    inset: 6% 5% 24%;
    padding: 22px;
    grid-template-columns: 1fr 100px;
    gap: 14px;
  }

  .enrich-tags { right: 22px; left: 22px; flex-wrap: wrap; }
  .enrich-trigger { bottom: 9%; }
  .approval-stamp { right: 5%; top: 4%; }

  .web-window { right: 4%; width: 54%; }
  .publish-success { right: 4%; width: 54%; }
  .publish-route { right: 50%; }
}

.publisher-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0 115px;
  color: #1a2440;
  background:
    radial-gradient(circle at 89% 8%, rgba(83, 140, 222, .14), transparent 24%),
    radial-gradient(circle at 6% 58%, rgba(161, 200, 239, .13), transparent 23%),
    #f1f7fd;
}

.publisher-blueprint {
  position: absolute;
  inset: 0;
  opacity: .48;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(49, 78, 156, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 78, 156, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent 0, #1a2440 9%, #1a2440 91%, transparent 100%);
}

.publisher-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(53, 94, 192, .12);
  border-radius: 50%;
}

.publisher-orbit::before,
.publisher-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.publisher-orbit::before {
  inset: 12%;
  border: 1px dashed rgba(53, 94, 192, .13);
}

.publisher-orbit::after {
  width: 8px;
  height: 8px;
  left: 50%;
  top: -4px;
  background: #355ec0;
  box-shadow: 0 0 18px rgba(53, 94, 192, .65);
}

.publisher-orbit-one {
  width: 460px;
  height: 460px;
  right: -235px;
  top: 50px;
  animation: publisherOrbit 18s linear infinite;
}

.publisher-orbit-two {
  width: 320px;
  height: 320px;
  left: -190px;
  top: 44%;
  animation: publisherOrbitReverse 15s linear infinite;
}

.publisher-intro,
.publisher-bento,
.publisher-action {
  position: relative;
  z-index: 2;
}

.publisher-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .55fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: end;
}

.publisher-title h2 {
  margin: 25px 0 0;
  font-size: clamp(62px, 7.4vw, 108px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.077em;
}

.publisher-title h2 span {
  color: #355ec0;
}

.publisher-positioning {
  padding: 0 0 9px 26px;
  border-left: 1px solid rgba(26, 36, 64, .17);
}

.publisher-positioning > span {
  color: #538cde;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}

.publisher-positioning h3 {
  margin: 15px 0 21px;
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 560;
  line-height: .94;
  letter-spacing: -.055em;
}

.publisher-positioning p {
  margin: 0;
  color: #314e9c;
  font-size: 14px;
  line-height: 1.7;
}

.publisher-bento {
  margin-top: 92px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.publisher-bento::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 41.5%;
  top: -55px;
  width: 1px;
  height: calc(100% + 110px);
  opacity: .45;
  background: linear-gradient(transparent, #74abe6 12%, #74abe6 88%, transparent);
  box-shadow: 0 0 22px rgba(53, 94, 192, .28);
}

.publisher-panel,
.capability-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(26, 36, 64, .11);
  border-radius: 18px;
  transition: transform 380ms cubic-bezier(.2, .75, .2, 1), border-color 300ms ease, box-shadow 380ms ease;
}

.publisher-panel:hover,
.capability-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 94, 192, .32);
  box-shadow: 0 28px 70px rgba(26, 36, 64, .12);
}

.challenge-panel {
  grid-column: span 5;
  min-height: 660px;
  padding: 34px;
  color: #f1f7fd;
  background:
    radial-gradient(circle at 18% 78%, rgba(161, 200, 239, .12), transparent 25%),
    #1a2440;
}

.challenge-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(161, 200, 239, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .035) 1px, transparent 1px);
  background-size: 32px 32px;
}

.solution-panel {
  grid-column: span 7;
  min-height: 660px;
  padding: 34px 38px 38px;
  background:
    linear-gradient(135deg, rgba(199, 221, 246, .76), rgba(241, 247, 253, .97) 45%),
    #f1f7fd;
}

.panel-topline,
.capability-index {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .13em;
}

.panel-topline { color: #314e9c; }
.challenge-panel .panel-topline { color: #538cde; }
.panel-topline i,
.capability-index i { font-style: normal; }
.panel-topline > span { color: #a1c8ef; }
.solution-panel .panel-topline > span { color: #355ec0; }

.panel-heading {
  position: relative;
  z-index: 2;
  margin-top: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.panel-symbol,
.capability-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(161, 200, 239, .3);
  border-radius: 12px;
  color: #a1c8ef;
  background: rgba(161, 200, 239, .06);
}

.panel-symbol svg,
.capability-icon svg,
.solution-list svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.panel-heading h3,
.solution-heading h3 {
  margin: 18px 0 0;
  font-size: clamp(42px, 4vw, 59px);
  font-weight: 520;
  line-height: .93;
  letter-spacing: -.062em;
}

.publisher-list {
  position: relative;
  z-index: 2;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.challenge-list li {
  min-height: 95px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 17px;
  align-items: start;
  border-top: 1px solid rgba(161, 200, 239, .15);
}

.challenge-list li > span {
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.challenge-list p {
  max-width: 370px;
  margin: 0;
  color: #c7ddf6;
  font-size: 16px;
  line-height: 1.55;
}

.solution-heading {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.solution-heading .panel-symbol {
  color: #355ec0;
  border-color: rgba(53, 94, 192, .23);
  background: rgba(53, 94, 192, .06);
}

.solution-list {
  margin-top: 37px;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(26, 36, 64, .12);
}

.solution-list li {
  min-height: 142px;
  padding: 23px 24px 23px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  border-bottom: 1px solid rgba(26, 36, 64, .12);
}

.solution-list li:nth-child(odd) {
  padding-right: 27px;
  border-right: 1px solid rgba(26, 36, 64, .12);
}

.solution-list li:nth-child(even) {
  padding-left: 27px;
}

.solution-list li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(53, 94, 192, .18);
  border-radius: 9px;
  color: #355ec0;
  background: rgba(53, 94, 192, .05);
}

.solution-list li > span svg { width: 17px; height: 17px; }

.solution-list p {
  margin: 0;
  color: #314e9c;
  font-size: 13px;
  line-height: 1.58;
}

.solution-list strong {
  color: #1a2440;
  font-weight: 720;
}

.capability-card {
  min-height: 480px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: rgba(241, 247, 253, .9);
  backdrop-filter: blur(12px);
}

.capability-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 380ms ease, transform 600ms ease;
}

.capability-card:hover::after {
  opacity: 1;
  transform: scale(1.08);
}

.capability-curation {
  grid-column: span 5;
}

.capability-curation::after {
  width: 280px;
  height: 280px;
  right: -150px;
  top: -150px;
  background: radial-gradient(circle, rgba(53, 94, 192, .19), transparent 69%);
}

.capability-cms {
  grid-column: span 3;
  color: #f1f7fd;
  background: #1a2440;
}

.capability-cms::after {
  width: 230px;
  height: 230px;
  left: -120px;
  bottom: -130px;
  background: radial-gradient(circle, rgba(161, 200, 239, .21), transparent 70%);
}

.capability-media {
  grid-column: span 4;
  background: linear-gradient(155deg, rgba(224, 236, 249, .96), #f1f7fd 58%);
}

.capability-dashboard {
  grid-column: 1 / -1;
  min-height: 435px;
  display: grid;
  grid-template-columns: 335px 1fr;
  gap: 40px;
  color: #f1f7fd;
  background: #1a2440;
}

.capability-index {
  position: relative;
  z-index: 2;
  color: #74abe6;
}

.capability-index > span {
  color: #355ec0;
}

.capability-cms .capability-index,
.capability-dashboard .capability-index { color: #355ec0; }
.capability-cms .capability-index > span,
.capability-dashboard .capability-index > span { color: #a1c8ef; }

.capability-card > .capability-icon,
.dashboard-copy .capability-icon {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #355ec0;
  border-color: rgba(53, 94, 192, .2);
  background: rgba(53, 94, 192, .05);
}

.capability-cms > .capability-icon,
.dashboard-copy .capability-icon {
  color: #a1c8ef;
  border-color: rgba(161, 200, 239, .25);
  background: rgba(161, 200, 239, .06);
}

.capability-card h3 {
  position: relative;
  z-index: 2;
  margin: 20px 0 14px;
  font-size: clamp(27px, 2.4vw, 35px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -.055em;
}

.capability-card > p,
.dashboard-copy > p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 0;
  color: #314e9c;
  font-size: 14px;
  line-height: 1.65;
}

.capability-card p strong {
  color: #1a2440;
  font-weight: 720;
}

.capability-cms > p { color: #74abe6; }
.capability-cms p strong,
.capability-dashboard p strong { color: #f1f7fd; }

.cms-visual {
  position: relative;
  z-index: 2;
  height: 180px;
  margin: 48px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cms-visual > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #a1c8ef;
  border-radius: 50%;
  color: #a1c8ef;
  background: rgba(161, 200, 239, .08);
  box-shadow: 0 0 25px rgba(161, 200, 239, .12);
  font-size: 12px;
  font-weight: 800;
}

.cms-visual > i {
  position: absolute;
  left: 54px;
  right: 50px;
  top: 50%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #a1c8ef 0 5px, transparent 5px 10px);
}

.cms-visual > i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a1c8ef;
  box-shadow: 0 0 13px #a1c8ef;
  animation: cmsDataFlow 2s linear infinite;
}

.cms-visual > div {
  display: grid;
  gap: 7px;
}

.cms-visual b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(161, 200, 239, .2);
  border-radius: 8px;
  color: #a1c8ef;
  background: rgba(26, 36, 64, .75);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.media-visual {
  position: relative;
  z-index: 2;
  height: 200px;
  margin: 34px 0 28px;
}

.media-visual > b {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 1px;
  color: #355ec0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.capability-dashboard .capability-index {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
}

.dashboard-copy {
  padding-top: 69px;
  display: flex;
  flex-direction: column;
}

.dashboard-copy .capability-icon {
  margin-top: auto;
}

.dashboard-copy h3 {
  margin-top: 20px;
}

.dashboard-copy > p { color: #538cde; }

.dashboard-live {
  align-self: stretch;
  margin: 55px 0 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .15);
  border-radius: 12px;
  background:
    linear-gradient(rgba(161, 200, 239, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .035) 1px, transparent 1px),
    rgba(26, 36, 64, .85);
  background-size: 28px 28px;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.dashboard-metrics > span {
  min-height: 74px;
  padding: 13px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  border: 1px solid rgba(161, 200, 239, .1);
  background: rgba(26, 36, 64, .65);
}

.dashboard-metrics small {
  grid-column: 1 / -1;
  color: #3f72d1;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.dashboard-metrics b {
  font-size: 18px;
  font-weight: 520;
}

.dashboard-metrics i {
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
}

.publisher-action {
  margin-top: 42px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-top: 1px solid rgba(26, 36, 64, .13);
}

.publisher-action > span {
  color: #3f72d1;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .13em;
}

.js .reveal-section .reveal-item {
  opacity: 0;
  transition:
    opacity 760ms cubic-bezier(.2, .7, .2, 1) var(--delay, 0ms),
    transform 900ms cubic-bezier(.16, .8, .2, 1) var(--delay, 0ms),
    filter 900ms ease var(--delay, 0ms);
  filter: blur(7px);
}

.js .reveal-section .reveal-up { transform: translateY(58px); }
.js .reveal-section .reveal-left { transform: translateX(-68px); }
.js .reveal-section .reveal-right { transform: translateX(68px); }

.js .reveal-section .reveal-item.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@keyframes publisherOrbit {
  to { transform: rotate(360deg); }
}

@keyframes publisherOrbitReverse {
  to { transform: rotate(-360deg); }
}

@keyframes cmsDataFlow {
  to { left: 100%; }
}

@media (max-width: 1100px) {
  .publisher-intro {
    grid-template-columns: 1fr 310px;
    gap: 55px;
  }

  .publisher-title h2 {
    font-size: clamp(62px, 8.5vw, 88px);
  }

  .challenge-panel,
  .solution-panel {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .publisher-bento::before { display: none; }

  .capability-curation { grid-column: span 7; }
  .capability-cms { grid-column: span 5; }
  .capability-media { grid-column: span 6; }
  .capability-dashboard { grid-column: span 6; display: flex; }
  .dashboard-live { margin-top: 35px; }
  .capability-dashboard .capability-index { position: relative; inset: auto; }
  .dashboard-copy { padding-top: 0; }
  .dashboard-metrics { grid-template-columns: 1fr; }
  .dashboard-metrics > span:nth-child(n/**/+2) { display: none; }
}

@media (max-width: 760px) {
  .publisher-section {
    padding: 95px 0 80px;
  }

  .publisher-intro {
    display: block;
  }

  .publisher-title h2 {
    font-size: clamp(54px, 15vw, 72px);
    line-height: .91;
  }

  .publisher-positioning {
    margin-top: 48px;
    padding-left: 20px;
  }

  .publisher-positioning h3 {
    font-size: 38px;
  }

  .publisher-bento {
    margin-top: 58px;
    display: block;
  }

  .publisher-panel,
  .capability-card {
    min-height: 0;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .challenge-panel,
  .solution-panel,
  .capability-card {
    padding: 24px;
  }

  .panel-heading,
  .solution-heading {
    margin-top: 38px;
  }

  .panel-heading h3,
  .solution-heading h3 {
    font-size: 43px;
  }

  .publisher-list {
    margin-top: 36px;
  }

  .challenge-list p {
    font-size: 14px;
  }

  .solution-list {
    grid-template-columns: 1fr;
  }

  .solution-list li,
  .solution-list li:nth-child(odd),
  .solution-list li:nth-child(even) {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
  }

  .capability-card {
    min-height: 450px;
  }

  .capability-dashboard {
    min-height: 660px;
    display: flex;
  }

  .dashboard-live {
    min-height: 265px;
  }

  .dashboard-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-metrics > span:nth-child(2) { display: grid; }

  .capability-card h3 {
    font-size: 31px;
  }

  .publisher-action {
    margin-top: 35px;
    align-items: flex-start;
    flex-direction: column;
  }

  .publisher-action .black-button {
    width: 100%;
  }

  .js .reveal-section .reveal-left,
  .js .reveal-section .reveal-right {
    transform: translateY(42px);
  }
}

.source-scene .source-card {
  width: 184px;
  min-height: 76px;
  padding: 13px;
  border-color: rgba(161, 200, 239, .32);
  background: linear-gradient(145deg, rgba(26, 36, 64, .97), rgba(26, 36, 64, .97));
  box-shadow: 0 20px 45px rgba(26, 36, 64, .32), inset 0 1px rgba(241, 247, 253, .04);
}

.source-scene .source-card > i {
  width: 40px;
  height: 40px;
  font-size: 11px;
  background: rgba(161, 200, 239, .06);
}

.source-scene .source-card b {
  color: #f1f7fd;
  font-size: 13px;
}

.source-scene .source-card p > span {
  color: #74abe6;
  font-size: 12px;
}

.source-card > em {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a1c8ef;
  box-shadow: 0 0 12px #a1c8ef;
  animation: sourceSignal 1.4s ease-in-out infinite alternate;
}

.source-scene.active .source-card {
  animation: sourceCardHover 3.2s ease-in-out infinite;
}

.source-scene.active .source-link { animation-delay: .35s; }
.source-scene.active .source-scratch { animation-delay: .7s; }

.source-feed { left: 5%; top: 9%; }
.source-link { right: 5%; top: 12%; }
.source-scratch { left: 8%; bottom: 9%; }

.content-lake {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 8%;
  width: 280px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(161, 200, 239, .7);
  border-radius: 50%;
  color: #a1c8ef;
  background:
    radial-gradient(ellipse at 50% 38%, rgba(224, 236, 249, .25), transparent 18%),
    radial-gradient(ellipse at center, rgba(63, 114, 209, .38), rgba(26, 36, 64, .82) 67%);
  box-shadow:
    0 0 58px rgba(161, 200, 239, .17),
    inset 0 0 42px rgba(161, 200, 239, .13);
  transform: rotateX(56deg);
  transform-style: preserve-3d;
}

.content-lake::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(161, 200, 239, .27);
  border-radius: inherit;
  animation: lakeBreath 2.8s ease-in-out infinite;
}

.content-lake > b,
.content-lake > small,
.content-lake > em {
  position: relative;
  z-index: 5;
  display: block;
  transform: rotateX(-35deg);
  text-shadow: 0 0 16px rgba(161, 200, 239, .7);
}

.content-lake > b {
  font-size: 17px;
  letter-spacing: .07em;
}

.content-lake > small {
  margin-top: 7px;
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.content-lake > em {
  margin-top: 12px;
  padding: 5px 8px;
  border: 1px solid rgba(161, 200, 239, .3);
  border-radius: 999px;
  color: #a1c8ef;
  background: rgba(26, 36, 64, .65);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
}

.enrich-article {
  inset: 7% 7% 23%;
  padding: 27px;
  grid-template-columns: minmax(0, 1.35fr) 150px;
  gap: 24px;
}

.enrich-copy {
  min-width: 0;
}

.rewrite-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.rewrite-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a1c8ef;
  box-shadow: 0 0 12px #a1c8ef;
}

.enrich-copy h4 {
  margin: 19px 0 17px;
  color: #f1f7fd;
  font-size: 17px;
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.rewrite-text {
  position: relative;
  min-height: 88px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .13);
  border-radius: 7px;
  background: rgba(26, 36, 64, .5);
}

.rewrite-text p {
  position: absolute;
  inset: 14px;
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.original-text { color: #538cde; }
.rewritten-text { color: #e0ecf9; opacity: 0; }

.enrich-scene.active .original-text {
  animation: originalCopyOut 4.4s ease-in-out infinite;
}

.enrich-scene.active .rewritten-text {
  animation: rewrittenCopyIn 4.4s ease-in-out infinite;
}

.rewrite-progress {
  position: relative;
  height: 26px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .18);
  border-radius: 5px;
}

.rewrite-progress i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(161, 200, 239, .24), rgba(161, 200, 239, .06));
  transform: scaleX(0);
  transform-origin: left;
}

.rewrite-progress span {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 9px;
  display: flex;
  align-items: center;
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.enrich-scene.active .rewrite-progress i {
  animation: rewriteProgress 4.4s ease-in-out infinite;
}

.enrich-image {
  position: relative;
  align-content: center;
  min-height: 155px;
}

.enrich-image span,
.enrich-image small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}

.enrich-image span { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.enrich-image small { margin-top: 8px; color: #a1c8ef; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; }
.enrich-tags span { font-size: 11px; }

.publish-packet {
  width: 92px;
  height: 64px;
  font-size: 11px;
  font-weight: 700;
}

.cms-nodes {
  left: 5%;
  top: 13%;
  gap: 7px;
}

.cms-nodes span {
  width: 72px;
  height: 72px;
  padding: 4px;
  color: #a1c8ef;
  font-size: 11px;
  letter-spacing: .03em;
  text-align: center;
}

.web-window {
  right: 4%;
  top: 9%;
  width: 51%;
  height: 70%;
}

.web-bar {
  height: 42px;
}

.web-bar span {
  font-size: 11px;
}

.web-article-list {
  padding: 11px;
  display: grid;
  gap: 7px;
}

.web-article-list > div {
  min-height: 54px;
  padding: 8px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 9px;
  align-items: center;
  border: 1px solid #c7ddf6;
  border-radius: 6px;
  background: #f1f7fd;
}

.web-article-list > div > i {
  width: 38px;
  height: 36px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 68% 30%, #c7ddf6, transparent 22%),
    linear-gradient(145deg, #355ec0, #c7ddf6);
}

.web-article-list span,
.web-article-list b,
.web-article-list small { display: block; }
.web-article-list b { color: #1a2440; font-size: 11px; line-height: 1.25; }
.web-article-list small { margin-top: 4px; color: #74abe6; font-size: 10px; }
.web-article-list em {
  padding: 5px 6px;
  border-radius: 4px;
  color: #1a2440;
  background: #c7ddf6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.incoming-web-article {
  opacity: 0;
  border-color: #a1c8ef !important;
  box-shadow: 0 7px 18px rgba(44, 67, 124, .12);
}

.publish-scene.active .incoming-web-article {
  animation: incomingArticle 3.8s ease-in-out infinite;
}

.publish-success {
  right: 4%;
  width: 51%;
}

.panel-topline,
.capability-index {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
}

.challenge-panel .panel-topline,
.solution-panel .panel-topline {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(116, 171, 230, .17);
}

.challenge-panel .panel-topline { color: #a1c8ef; }
.solution-panel .panel-topline { color: #314e9c; }
.panel-topline i { color: inherit; }

.solution-heading {
  justify-content: flex-start;
}

.capability-index { color: #314e9c; }
.capability-index > span { font-size: 11px; }

.capability-curation { grid-column: span 5; }
.capability-cms { grid-column: span 7; }
.capability-media { grid-column: span 8; min-height: 560px; }
.capability-dashboard {
  grid-column: span 4;
  min-height: 560px;
  padding: 28px;
  display: flex;
  gap: 0;
}

.cms-visual {
  height: 235px;
  margin: 32px 0 24px;
  display: block;
}

.cms-platforms {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  display: grid;
  align-content: center;
  gap: 9px;
}

.cms-platforms > span {
  min-height: 59px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(161, 200, 239, .18);
  border-radius: 8px;
  background: rgba(26, 36, 64, .72);
}

.cms-platforms b { color: #e0ecf9; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; }
.cms-platforms small { color: #74abe6; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 10px; }

.capability-media .media-visual {
  height: 285px;
  margin-top: 32px;
}

.capability-dashboard .capability-index {
  position: relative;
  inset: auto;
}

.capability-dashboard .dashboard-copy {
  padding-top: 0;
  flex: 0 0 auto;
}

.capability-dashboard .dashboard-copy .capability-icon {
  display: none;
}

.capability-dashboard .dashboard-copy h3 {
  margin-top: 35px;
  font-size: 31px;
}

.capability-dashboard .dashboard-copy > p {
  font-size: 12px;
}

.capability-dashboard .dashboard-live {
  margin: 24px 0 0;
  padding: 9px;
  flex: 1;
}

.capability-dashboard .dashboard-metrics {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.capability-dashboard .dashboard-metrics > span,
.capability-dashboard .dashboard-metrics > span:nth-child(n) {
  min-height: 58px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 4px 9px;
  align-items: center;
}

.dashboard-metrics small {
  grid-column: 1 / -1;
  font-size: 10px;
}

.capability-dashboard .dashboard-metrics b {
  font-size: 17px;
}

.dashboard-metrics em {
  color: #a1c8ef;
  font-size: 12px;
  font-style: normal;
}

.capability-dashboard .dashboard-metrics i {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  color: #a1c8ef;
  font-size: 10px;
}

.dashboard-metrics u {
  color: #314e9c;
  font-size: 9px;
  text-decoration: none;
}

.js .site-header .nav-wrap {
  opacity: 0;
  transform: translateY(-26px) scale(.975);
  transition: opacity 720ms cubic-bezier(.2,.75,.2,1) 80ms, transform 850ms cubic-bezier(.16,.8,.2,1) 80ms;
}

.js body.site-ready .site-header .nav-wrap {
  opacity: 1;
  transform: none;
}

.js .hero-centered .mission-line, .js .hero-centered .reveal-line, .js .hero-centered > p{
  opacity: 0;
  transform: translateY(36px);
  filter: blur(6px);
  transition: opacity 760ms ease, transform 950ms cubic-bezier(.16,.8,.2,1), filter 900ms ease, clip-path 1050ms cubic-bezier(.16,.8,.2,1);
}

.js .hero-centered .mission-line {
  clip-path: inset(0 100% 0 0);
}

.js .hero-centered .reveal-line {
  clip-path: inset(100% 0 0 0);
}

.js .hero-centered .reveal-line > span {
  animation: none;
}

.js body.site-ready .hero-centered .mission-line, .js body.site-ready .hero-centered .reveal-line, .js body.site-ready .hero-centered > p{
  opacity: 1;
  transform: none;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
}

.js body.site-ready .hero-centered .mission-line { transition-delay: 220ms; }
.js body.site-ready .hero-centered .reveal-line { transition-delay: 480ms; }
.js body.site-ready .hero-centered > p { transition-delay: 760ms; }

.js .site-reveal {
  opacity: 0;
  transform: translateY(52px);
  filter: blur(6px);
  transition:
    opacity 720ms ease var(--site-delay, 0ms),
    transform 900ms cubic-bezier(.16,.8,.2,1) var(--site-delay, 0ms),
    filter 850ms ease var(--site-delay, 0ms);
}

.js .site-reveal.reveal-from-left { transform: translateX(-58px); }
.js .site-reveal.reveal-from-right { transform: translateX(58px); }

.js .site-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.footer-grid > div:not(.footer-brand) {
  gap: 17px;
}

.footer-grid b {
  margin-bottom: 9px;
  color: #1a2440;
  font-size: 15px;
  letter-spacing: -.015em;
}

.footer-grid a:not(.brand) {
  position: relative;
  padding-bottom: 3px;
  color: #314e9c;
  font-size: 13px;
  transition: color 220ms ease, transform 260ms ease;
}

.footer-grid a:not(.brand)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #355ec0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(.2,.75,.2,1);
}

.footer-grid a:not(.brand):hover {
  color: #1a2440;
  transform: translateX(5px);
}

.footer-grid a:not(.brand):hover::after {
  transform: scaleX(1);
}

@keyframes sourceSignal {
  to { opacity: .35; transform: scale(.65); }
}

@keyframes sourceCardHover {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-7px); }
}

@keyframes lakeBreath {
  50% { inset: 18px; opacity: .5; }
}

@keyframes originalCopyOut {
  0%, 22% { opacity: 1; transform: none; filter: blur(0); }
  38%, 100% { opacity: 0; transform: translateY(-8px); filter: blur(4px); }
}

@keyframes rewrittenCopyIn {
  0%, 31% { opacity: 0; clip-path: inset(0 100% 0 0); }
  53%, 89% { opacity: 1; clip-path: inset(0 0 0 0); }
  100% { opacity: 0; }
}

@keyframes rewriteProgress {
  0%, 24% { transform: scaleX(0); }
  55%, 90% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}

@keyframes incomingArticle {
  0%, 53% { opacity: 0; transform: translateY(-23px) scale(.97); }
  69%, 92% { opacity: 1; transform: none; }
  100% { opacity: 0; }
}

@media (max-width: 1100px) {
  .capability-curation,
  .capability-cms { grid-column: span 6; }
  .capability-media { grid-column: span 7; }
  .capability-dashboard { grid-column: span 5; }

}

@media (max-width: 760px) {
  .content-lake {
    right: 3%;
    width: 200px;
    height: 128px;
  }

  .content-lake > b { font-size: 13px; }
  .content-lake > small { font-size: 10px; }
  .source-scene .source-card { width: 145px; min-height: 67px; }
  .source-scene .source-card > i { width: 32px; height: 32px; }
  .source-scene .source-card b { font-size: 11px; }
  .source-scene .source-card p > span { font-size: 11px; }

  .enrich-article {
    inset: 4% 4% 23%;
    padding: 19px;
    grid-template-columns: 1fr 92px;
    gap: 13px;
  }

  .enrich-copy h4 { font-size: 14px; }
  .rewrite-text p { font-size: 11px; }
  .rewrite-status { font-size: 10px; }
  .cms-nodes span { width: 57px; height: 57px; font-size: 9px; }
  .web-window { width: 56%; }
  .web-article-list > div { min-height: 45px; grid-template-columns: 29px 1fr auto; }
  .web-article-list > div > i { width: 29px; height: 29px; }
  .web-article-list b { font-size: 9px; }

  .capability-curation,
  .capability-cms,
  .capability-media,
  .capability-dashboard { min-height: 0; }

  .capability-media { min-height: 540px; }
  .capability-dashboard { min-height: 610px; }

  .cms-platforms { width: 46%; }
  .cms-platforms b { font-size: 10px; }

  .js .site-reveal.reveal-from-left,
  .js .site-reveal.reveal-from-right { transform: translateY(42px); }
}

.split-token {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.js .split-animate .split-token {
  opacity: 0;
  transform: translateY(105%) rotateX(-58deg);
  transform-origin: 50% 100%;
  filter: blur(8px);
  transition:
    opacity 650ms ease,
    transform 850ms cubic-bezier(.16,.8,.2,1),
    filter 780ms ease;
  transition-delay: calc(var(--site-delay, var(--delay, 0ms)) + (var(--token-index) * 34ms));
}

.js .blur-text .split-token {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(10px);
  transition:
    opacity 660ms ease,
    transform 760ms cubic-bezier(.2,.75,.2,1),
    filter 720ms ease;
  transition-delay: calc(var(--site-delay, var(--delay, 0ms)) + (var(--token-index) * 24ms));
}

.js .site-reveal.is-visible.split-animate .split-token,
.js .site-reveal.is-visible .split-animate .split-token,
.js .reveal-item.is-visible.split-animate .split-token,
.js .reveal-item.is-visible .split-animate .split-token,
.js .site-reveal.is-visible.blur-text .split-token,
.js .site-reveal.is-visible .blur-text .split-token,
.js .reveal-item.is-visible.blur-text .split-token,
.js .reveal-item.is-visible .blur-text .split-token {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.js .hero-centered .mission-line .split-token,
.js .hero-centered .reveal-line .split-token {
  opacity: 0;
  transform: translateY(110%) rotateX(-62deg);
  filter: blur(8px);
}

.js body.site-ready .hero-centered .mission-line .split-token {
  opacity: 1;
  transform: none;
  filter: blur(0);
  transition-delay: calc(250ms + (var(--token-index) * 62ms));
}

.js body.site-ready .hero-centered .reveal-line .split-token {
  opacity: 1;
  transform: none;
  filter: blur(0);
  transition-delay: calc(520ms + (var(--token-index) * 19ms));
}

@media (max-width: 760px) {
  .js .split-animate .split-token {
    transition-delay: calc(var(--site-delay, var(--delay, 0ms)) + (var(--token-index) * 24ms));
  }

  .js .blur-text .split-token {
    transition-delay: calc(var(--site-delay, var(--delay, 0ms)) + (var(--token-index) * 17ms));
  }

  .js body.site-ready .hero-centered .reveal-line .split-token {
    transition-delay: calc(480ms + (var(--token-index) * 13ms));
  }
}

.hero-centered h1 {
  width: 100%;
}

.hero-centered .reveal-line {
  padding-bottom: .18em;
}

.hero-centered .reveal-line > span {
  font-size: clamp(48px, 5.2vw, 78px);
  letter-spacing: -.064em;
  white-space: nowrap;
}

.split-hero-words .split-token {
  white-space: nowrap;
}

.js .site-header .nav-wrap {
  opacity: 0;
  clip-path: inset(0 48% 0 48% round 16px);
  transform: translateY(-24px) scale(.96);
  transition:
    opacity 280ms ease 60ms,
    clip-path 1000ms cubic-bezier(.16,.82,.2,1) 80ms,
    transform 920ms cubic-bezier(.16,.82,.2,1) 80ms;
}

.js body.site-ready .site-header .nav-wrap {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 16px);
  transform: none;
}

.js .site-header .brand,
.js .site-header nav a,
.js .site-header .nav-actions,
.js .site-header .menu-toggle {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(-11px);
  transition: opacity 520ms ease, filter 620ms ease, transform 700ms cubic-bezier(.16,.8,.2,1);
}

.js body.site-ready .site-header .brand,
.js body.site-ready .site-header nav a,
.js body.site-ready .site-header .nav-actions,
.js body.site-ready .site-header .menu-toggle {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.js body.site-ready .site-header .brand { transition-delay: 620ms; }
.js body.site-ready .site-header nav a:nth-child(1) { transition-delay: 700ms; }
.js body.site-ready .site-header nav a:nth-child(2) { transition-delay: 760ms; }
.js body.site-ready .site-header nav a:nth-child(3) { transition-delay: 820ms; }
.js body.site-ready .site-header nav a:nth-child(4) { transition-delay: 880ms; }
.js body.site-ready .site-header nav a:nth-child(5) { transition-delay: 940ms; }
.js body.site-ready .site-header .nav-actions,
.js body.site-ready .site-header .menu-toggle { transition-delay: 1000ms; }

.site-header .nav-wrap::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 34%, rgba(161, 200, 239, .24) 48%, rgba(241, 247, 253, .8) 51%, transparent 65%);
  transform: translateX(-120%);
}

.js body.site-ready .site-header .nav-wrap::after {
  animation: headerSheen 1.25s cubic-bezier(.2,.7,.2,1) 1080ms both;
}

.site-header nav {
  gap: 7px;
}

.site-header nav a {
  position: relative;
  isolation: isolate;
  padding: 10px 12px;
  overflow: hidden;
  border-radius: 9px;
  transition: color 240ms ease, transform 300ms cubic-bezier(.16,.8,.2,1);
}

.site-header nav a::before,
.site-header nav a::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-header nav a::before {
  z-index: -1;
  inset: 0;
  opacity: 0;
  border: 1px solid rgba(53, 94, 192, .12);
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(161, 200, 239, .18), rgba(53, 94, 192, .05));
  transform: scale(.86);
  transition: opacity 240ms ease, transform 360ms cubic-bezier(.16,.8,.2,1);
}

.site-header nav a::after {
  right: 12px;
  bottom: 5px;
  left: 12px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, #355ec0 24%, #a1c8ef 76%, transparent);
  transform: scaleX(.3);
  transition: opacity 240ms ease, transform 420ms cubic-bezier(.16,.8,.2,1);
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: #1a2440;
  transform: translateY(-1px);
}

.site-header nav a:hover::before,
.site-header nav a:focus-visible::before,
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.site-header .brand-logo {
  transition: transform 420ms cubic-bezier(.16,.8,.2,1), filter 420ms ease;
}

.site-header .brand:hover .brand-logo,
.site-header .brand:focus-visible .brand-logo {
  filter: drop-shadow(0 8px 12px rgba(53, 94, 192, .18));
  transform: translateY(-1px) scale(1.025);
}

.site-header .nav-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 300ms cubic-bezier(.16,.8,.2,1), box-shadow 300ms ease;
}

.site-header .nav-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -50% -35%;
  background: linear-gradient(110deg, transparent 35%, rgba(241, 247, 253, .35) 48%, transparent 61%);
  transform: translateX(-70%) rotate(8deg);
  transition: transform 700ms cubic-bezier(.16,.8,.2,1);
}

.site-header .nav-button:hover,
.site-header .nav-button:focus-visible {
  color: #f1f7fd;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 36, 64, .24), 0 0 0 4px rgba(161, 200, 239, .14);
}

.site-header .nav-button:hover::before,
.site-header .nav-button:focus-visible::before {
  transform: translateX(72%) rotate(8deg);
}

.source-scene .source-card {
  z-index: 5;
  width: 190px;
  min-height: 78px;
  border: 1px solid rgba(116, 171, 230, .42);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(26, 36, 64, .98), rgba(26, 36, 64, .98));
  box-shadow: 0 20px 48px rgba(26, 36, 64, .34), inset 0 1px rgba(241, 247, 253, .05);
}

.source-scene .source-card > em {
  right: 11px;
  top: 11px;
  width: 3px;
  height: 15px;
  border-radius: 2px;
  background: linear-gradient(180deg, #e0ecf9, #74abe6);
  box-shadow: 0 0 12px rgba(161, 200, 239, .72);
}

.source-scene .source-card b { font-size: 14px; }
.source-scene .source-card p > span { color: #a1c8ef; font-size: 10.5px; }

.source-feed { left: 4%; top: 7%; }
.source-link { right: 4%; top: 9%; }
.source-scratch { left: 4%; bottom: 4%; }

.lake-streams {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.lake-streams path {
  fill: none;
  stroke-linecap: round;
}

.lake-streams .stream-bed {
  stroke: rgba(116, 171, 230, .28);
  stroke-width: 2.2;
}

.lake-streams .stream-flow {
  stroke: url(#streamA);
  stroke-width: 3.4;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: url(#streamGlow);
  animation: premiumStream 3.4s cubic-bezier(.35,0,.2,1) infinite;
}

.lake-streams .stream-flow-two { animation-delay: .55s; }
.lake-streams .stream-flow-three { animation-delay: 1.1s; }

.content-lake {
  position: absolute;
  z-index: 4;
  left: 53%;
  top: 59%;
  right: auto;
  bottom: auto;
  width: min(455px, 72%);
  height: 222px;
  padding: 17px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .54);
  border-radius: 18px;
  color: #f1f7fd;
  background:
    linear-gradient(180deg, rgba(44, 67, 124, .62), rgba(26, 36, 64, .95)),
    #1a2440;
  box-shadow:
    0 32px 70px rgba(26, 36, 64, .35),
    0 0 55px rgba(116, 171, 230, .13),
    inset 0 1px rgba(241, 247, 253, .08);
  transform: translate(-50%, -50%);
}

.content-lake::before {
  content: "";
  position: absolute;
  inset: -30% -20%;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(112deg, transparent 35%, rgba(199, 221, 246, .12) 48%, transparent 61%);
  transform: translateX(-45%);
  animation: lakeLightSweep 4.2s ease-in-out infinite;
}

.content-lake::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #a1c8ef 45%, #a1c8ef 70%, transparent);
  box-shadow: 0 0 18px rgba(161, 200, 239, .5);
}

.lake-header {
  position: relative;
  z-index: 3;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(161, 200, 239, .18);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.lake-header span { color: #74abe6; }
.lake-header em {
  padding: 5px 7px;
  border-radius: 4px;
  color: #a1c8ef;
  background: rgba(161, 200, 239, .08);
  font-style: normal;
}

.lake-title {
  position: relative;
  z-index: 3;
  margin-top: 18px;
}

.lake-title small,
.lake-title b {
  display: block;
  transform: none;
  text-shadow: none;
}

.lake-title small {
  color: #74abe6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.lake-title b {
  margin-top: 5px;
  color: #f1f7fd;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.lake-wave-field {
  position: absolute;
  z-index: 1;
  right: -4%;
  bottom: 28px;
  width: 62%;
  height: 118px;
  overflow: hidden;
  transform: skewY(-7deg);
  mask-image: linear-gradient(90deg, transparent, #1a2440 22%, #1a2440);
}

.lake-wave-field i {
  position: absolute;
  left: -15%;
  width: 125%;
  height: 20px;
  border-top: 1px solid rgba(161, 200, 239, .44);
  border-radius: 50%;
  filter: drop-shadow(0 0 5px rgba(161, 200, 239, .25));
  animation: lakeWave 3.4s ease-in-out infinite alternate;
}

.lake-wave-field i:nth-child(1) { top: 8px; }
.lake-wave-field i:nth-child(2) { top: 26px; animation-delay: .25s; }
.lake-wave-field i:nth-child(3) { top: 44px; animation-delay: .5s; }
.lake-wave-field i:nth-child(4) { top: 62px; animation-delay: .75s; }
.lake-wave-field i:nth-child(5) { top: 80px; animation-delay: 1s; }
.lake-wave-field i:nth-child(6) { top: 98px; animation-delay: 1.25s; }

.lake-stats {
  position: absolute;
  z-index: 3;
  left: 17px;
  bottom: 18px;
  display: flex;
  gap: 17px;
}

.lake-stats span,
.lake-stats small,
.lake-stats b { display: block; }
.lake-stats span { padding-right: 16px; border-right: 1px solid rgba(161, 200, 239, .16); }
.lake-stats span:last-child { border-right: 0; }
.lake-stats small { color: #74abe6; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.lake-stats b { margin-top: 5px; color: #f1f7fd; font-size: 14px; }
.lake-stats span:last-child b { color: #a1c8ef; }

.lake-ingestion {
  position: absolute;
  z-index: 4;
  right: 17px;
  top: 16px;
  display: none;
}

.structure-workbench {
  position: absolute;
  inset: 6%;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) 70px minmax(0, 1.08fr);
  grid-template-rows: 1fr 34px;
  gap: 13px;
  overflow: hidden;
  border: 1px solid rgba(116, 171, 230, .26);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(26, 36, 64, .97), rgba(26, 36, 64, .98));
  box-shadow: 0 28px 60px rgba(26, 36, 64, .28), inset 0 1px rgba(241, 247, 253, .04);
}

.structure-source-doc,
.structure-result {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(116, 171, 230, .17);
  border-radius: 10px;
  background: rgba(26, 36, 64, .64);
}

.structure-ui-label {
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 9px;
  border-bottom: 1px solid rgba(116, 171, 230, .14);
  color: #74abe6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.structure-ui-label em { color: #538cde; font-style: normal; }
.structure-result .structure-ui-label em { color: #a1c8ef; }

.structure-source-doc h4 {
  margin: 22px 0 15px;
  color: #f1f7fd;
  font-size: 19px;
  font-weight: 560;
  line-height: 1.17;
  letter-spacing: -.025em;
}

.structure-source-doc > p {
  margin: 0;
  color: #74abe6;
  font-size: 12px;
  line-height: 1.6;
}

.source-highlights {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.source-highlights span,
.structure-taxonomy span {
  padding: 6px 8px;
  border-radius: 5px;
  color: #a1c8ef;
  background: rgba(116, 171, 230, .1);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.semantic-transform {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .25);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(161, 200, 239, .02), rgba(161, 200, 239, .13) 50%, rgba(161, 200, 239, .02)),
    #1a2440;
  box-shadow: inset 0 0 28px rgba(161, 200, 239, .07), 0 0 26px rgba(161, 200, 239, .05);
}

.semantic-transform::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(161, 200, 239, .18), rgba(224, 236, 249, .32), transparent);
  transform: translateY(-100%);
  animation: semanticRefraction 3s cubic-bezier(.35,0,.2,1) infinite;
}

.semantic-transform::after {
  content: "";
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(224, 236, 249, .9), transparent);
  box-shadow: 0 0 14px rgba(161, 200, 239, .72);
}

.semantic-transform > span {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  padding: 5px 7px;
  border-radius: 4px;
  color: #e0ecf9;
  background: rgba(26, 36, 64, .86);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  transform: translate(-50%,-50%) rotate(-90deg);
}

.semantic-transform > i {
  position: absolute;
  z-index: 2;
  left: 14px;
  right: 14px;
  height: 2px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #a1c8ef, transparent);
  box-shadow: 0 0 10px rgba(161, 200, 239, .62);
  animation: semanticPackets 3s ease-in-out infinite;
}

.semantic-transform > i:nth-of-type(1) { top: 22%; }
.semantic-transform > i:nth-of-type(2) { top: 50%; animation-delay: .45s; }
.semantic-transform > i:nth-of-type(3) { top: 78%; animation-delay: .9s; }

.semantic-score {
  margin: 17px 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.semantic-score > span {
  padding: 10px;
  border-radius: 7px;
  background: rgba(161, 200, 239, .07);
}

.semantic-score small,
.semantic-score b { display: block; }
.semantic-score small { color: #74abe6; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; }
.semantic-score b { margin-top: 5px; color: #a1c8ef; font-size: 18px; }

.structure-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.story-outline {
  margin-top: 13px;
  display: grid;
  gap: 6px;
}

.story-outline > div {
  min-height: 50px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(116, 171, 230, .14);
  border-radius: 6px;
  background: rgba(26, 36, 64, .45);
}

.story-outline > div > span { color: #a1c8ef; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; }
.story-outline p,
.story-outline b,
.story-outline small { display: block; margin: 0; }
.story-outline b { color: #f1f7fd; font-size: 11px; }
.story-outline small { margin-top: 3px; color: #74abe6; font-size: 11px; }

.semantic-footer {
  grid-column: 1 / -1;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  color: #538cde;
  background: rgba(26, 36, 64, .68);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.semantic-footer span:last-child { color: #a1c8ef; }

.structure-scene.active .structure-source-doc { animation: premiumPanelIn 3.6s ease-in-out infinite; }
.structure-scene.active .structure-result { animation: premiumResultIn 3.6s ease-in-out infinite; }

.rewrite-status {
  height: 16px;
  align-items: center;
  line-height: 16px;
}

.rewrite-status i {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
  display: block !important;
  flex: 0 0 7px;
  align-self: center;
}

.publisher-orbit,
.publisher-bento::before,
.capability-cms::after,
.capability-media::after,
.capability-dashboard::after { display: none; }

.capability-curation { grid-column: span 5; }
.capability-cms { grid-column: span 3; min-height: 620px; }
.capability-dashboard { grid-column: span 4; min-height: 620px; }
.capability-media {
  grid-column: 1 / -1;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, .7fr);
  grid-template-rows: auto auto auto 1fr;
  column-gap: 50px;
}

.capability-cms .cms-visual {
  position: relative;
  height: auto;
  min-height: 338px;
  margin: 28px 0 22px;
  padding: 14px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  border: 1px solid rgba(161, 200, 239, .2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(26, 36, 64, .72), rgba(26, 36, 64, .94)),
    #1a2440;
  box-shadow: 0 24px 46px rgba(26, 36, 64, .25), inset 0 1px rgba(241, 247, 253, .05);
}

.capability-cms .cms-visual b {
  width: auto;
  height: auto;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.dashboard-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #74abe6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .08em;
}

.dashboard-head em{
  color: #a1c8ef;
  font-style: normal;
}

.capability-cms .cms-platforms {
  position: relative;
  inset: auto;
  width: 100%;
  margin-top: 8px;
  display: grid;
  gap: 6px;
}

.capability-cms .cms-platforms > span {
  min-height: 48px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 27px 1fr auto;
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(116, 171, 230, .14);
  border-radius: 7px;
  background: rgba(26, 36, 64, .66);
  transition: transform 360ms cubic-bezier(.16,.8,.2,1), border-color 300ms ease, background 300ms ease;
}

.capability-cms .cms-platforms > span > i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #e0ecf9;
  background: rgba(116, 171, 230, .12);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.capability-cms .cms-platforms b,
.capability-cms .cms-platforms small { display: block; }
.capability-cms .cms-platforms b { color: #e0ecf9; font-size: 11px; text-transform: none; }
.capability-cms .cms-platforms small { margin-top: 2px; color: #74abe6; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 500; }
.capability-cms .cms-platforms em { color: #a1c8ef; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: 800; }

.capability-cms:hover .cms-platforms > span:nth-child(1) { transform: translateX(5px); border-color: rgba(161, 200, 239, .35); background: rgba(26, 36, 64, .72); }
.capability-cms:hover .cms-platforms > span:nth-child(2) { transform: translateX(5px); border-color: rgba(161, 200, 239, .35); background: rgba(26, 36, 64, .72); transition-delay: 70ms; }
.capability-cms:hover .cms-platforms > span:nth-child(3) { transform: translateX(5px); border-color: rgba(161, 200, 239, .35); background: rgba(26, 36, 64, .72); transition-delay: 140ms; }

.capability-media > .capability-index { grid-column: 1 / -1; }
.capability-media > .media-visual { grid-column: 1; grid-row: 2 / 5; }
.capability-media > .capability-icon,
.capability-media > h3,
.capability-media > p { grid-column: 2; }
.capability-media > .capability-icon { margin-top: 38px; }
.capability-media > h3 { align-self: end; margin-top: auto; font-size: clamp(34px, 3.1vw, 46px); }
.capability-media > p { max-width: 360px; align-self: start; font-size: 15px; }

.capability-dashboard {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.capability-dashboard .capability-index { position: relative; inset: auto; }
.capability-dashboard .dashboard-copy { padding-top: 0; display: block; }
.capability-dashboard .dashboard-copy .capability-icon { display: none; }
.capability-dashboard .dashboard-copy h3 { margin-top: 31px; font-size: 34px; }
.capability-dashboard .dashboard-copy > p { max-width: 330px; color: #74abe6; font-size: 14px; line-height: 1.55; }

.capability-dashboard .dashboard-live {
  min-height: 360px;
  margin: 24px 0 0;
  padding: 15px;
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 1px solid rgba(161, 200, 239, .18);
  border-radius: 12px;
  background:
    linear-gradient(rgba(161, 200, 239, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .03) 1px, transparent 1px),
    rgba(26, 36, 64, .84);
  background-size: 26px 26px;
}

.dashboard-head {
  min-height: 31px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(161, 200, 239, .13);
  font-size: 11px;
}

.capability-dashboard .dashboard-metrics {
  height: auto;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.capability-dashboard .dashboard-metrics > span,
.capability-dashboard .dashboard-metrics > span:nth-child(n) {
  min-height: 91px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 4px 8px;
  align-items: center;
  border: 1px solid rgba(161, 200, 239, .12);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(26, 36, 64, .82), rgba(26, 36, 64, .78));
  transition: border-color 320ms ease, transform 360ms cubic-bezier(.16,.8,.2,1), background 320ms ease;
}

.capability-dashboard .dashboard-metrics > .metric-wide { grid-column: 1 / -1; min-height: 83px; }
.capability-dashboard .dashboard-metrics small { grid-column: 1 / -1; color: #a1c8ef; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.capability-dashboard .dashboard-metrics b { color: #f1f7fd; font-size: 27px; font-weight: 580; letter-spacing: -.04em; }
.capability-dashboard .dashboard-metrics .metric-primary b { font-size: 31px; }
.capability-dashboard .dashboard-metrics em { justify-self: end; color: #a1c8ef; font-size: 15px; font-style: normal; }
.capability-dashboard .dashboard-metrics i { grid-column: 1 / -1; display: flex; align-items: center; flex-direction: row; gap: 5px; color: #a1c8ef; font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; }
.capability-dashboard .dashboard-metrics u { color: #538cde; font-size: 11px; text-decoration: none; }

.capability-dashboard:hover .dashboard-metrics > span { transform: translateY(-2px); border-color: rgba(161, 200, 239, .27); background: linear-gradient(145deg, rgba(26, 36, 64, .92), rgba(26, 36, 64, .88)); }

@keyframes headerSheen {
  0% { opacity: 0; transform: translateX(-120%); }
  25% { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}

@keyframes premiumStream {
  0%, 10% { opacity: 0; stroke-dashoffset: 1; }
  24% { opacity: 1; }
  72% { opacity: 1; stroke-dashoffset: 0; }
  100% { opacity: 0; stroke-dashoffset: -1; }
}

@keyframes lakeLightSweep {
  0%, 18% { transform: translateX(-48%); opacity: 0; }
  45% { opacity: 1; }
  78%, 100% { transform: translateX(48%); opacity: 0; }
}

@keyframes lakeWave {
  to { transform: translateX(8%) scaleY(1.35); opacity: .56; }
}

@keyframes semanticPackets {
  0%, 8% { opacity: 0; transform: translateY(-15px) scaleX(.45); }
  25%, 70% { opacity: 1; transform: none; }
  90%, 100% { opacity: 0; transform: translateY(15px) scaleX(.45); }
}

@keyframes semanticRefraction {
  0%, 8% { opacity: 0; transform: translateY(-100%); }
  28% { opacity: 1; }
  78% { opacity: .8; }
  100% { opacity: 0; transform: translateY(100%); }
}

@keyframes premiumPanelIn {
  0%, 8% { opacity: .45; transform: translateX(-12px); }
  24%, 88% { opacity: 1; transform: none; }
  100% { opacity: .45; }
}

@keyframes premiumResultIn {
  0%, 27% { opacity: 0; transform: translateX(18px); }
  46%, 88% { opacity: 1; transform: none; }
  100% { opacity: 0; }
}

@media (max-width: 1100px) {
  .capability-curation { grid-column: span 6; }
  .capability-cms { grid-column: span 6; }
  .capability-media { grid-column: 1 / -1; }
  .capability-dashboard {
    grid-column: 1 / -1;
    min-height: 530px;
    display: grid;
    grid-template-columns: minmax(240px, .55fr) 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 34px;
  }
  .capability-dashboard > .capability-index { grid-column: 1 / -1; }
  .capability-dashboard .dashboard-copy { grid-column: 1; }
  .capability-dashboard .dashboard-live { grid-column: 2; margin-top: 27px; }
}

@media (max-width: 760px) {
  .hero-centered .reveal-line > span {
    font-size: clamp(43px, 13vw, 57px);
    line-height: .94;
    white-space: normal;
  }

  .content-lake {
    left: 53%;
    top: 59%;
    width: 76%;
    height: 205px;
    padding: 13px;
  }

  .lake-title b { font-size: 17px; }
  .lake-stats { left: 13px; gap: 8px; }
  .lake-stats span { padding-right: 8px; }
  .lake-stats small { font-size: 9px; }
  .lake-stats b { font-size: 12px; }
  .source-scene .source-card { width: 142px; min-height: 66px; }
  .lake-streams { opacity: .82; }

  .structure-workbench {
    inset: 3%;
    padding: 11px;
    grid-template-columns: 1fr 38px 1fr;
    gap: 7px;
  }

  .structure-source-doc,
  .structure-result { padding: 11px; }
  .structure-ui-label { font-size: 6.5px; }
  .structure-source-doc h4 { font-size: 13px; }
  .structure-source-doc > p { font-size: 11px; }
  .source-highlights { margin-top: 12px; }
  .source-highlights span,
  .structure-taxonomy span { padding: 4px 5px; font-size: 9px; }
  .semantic-transform > span { font-size: 9px; }
  .semantic-score small { font-size: 9px; }
  .semantic-score b { font-size: 13px; }
  .story-outline > div { min-height: 42px; padding: 6px; }
  .story-outline b { font-size: 11px; }
  .story-outline small { font-size: 10px; }
  .semantic-footer { font-size: 9px; }

  .capability-curation,
  .capability-cms,
  .capability-dashboard,
  .capability-media { min-height: 0; }

  .capability-cms { min-height: 610px; }
  .capability-dashboard {
    min-height: 780px;
    display: flex;
  }
  .capability-dashboard .dashboard-live { margin-top: 24px; }
  .capability-media {
    min-height: 0;
    display: flex;
  }
  .capability-media > .capability-icon { margin-top: 28px; }
  .capability-media > h3 { margin-top: 20px; font-size: 34px; }
  .capability-media > p { font-size: 14px; }

  .capability-dashboard .dashboard-metrics small { font-size: 11px; }
  .capability-dashboard .dashboard-metrics b { font-size: 23px; }
  .capability-dashboard .dashboard-metrics .metric-primary b { font-size: 26px; }
}

.site-header .nav-wrap {
  width: min(1040px, calc(100% - 72px));
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  column-gap: 16px;
  align-items: center;
}

.site-header .brand,
.site-header nav,
.site-header .nav-actions {
  height: 100%;
  align-items: center;
}

.site-header nav {
  margin: 0;
  gap: 3px;
  justify-self: center;
}

.site-header nav a {
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 650;
}

.site-header .nav-actions {
  margin-left: 0;
}

.home-hero {
  min-height: 980px;
}

.hero-centered .reveal-line {
  margin-top: 95px;
}

.hero-centered > p {
  margin-top: 95px;
}

.structure-scene.active .structure-source-doc {
  animation: premiumPanelHold 1.25s cubic-bezier(.16,.8,.2,1) both;
}

.structure-scene.active .structure-result {
  animation: premiumResultHold 2.1s cubic-bezier(.16,.8,.2,1) 180ms both;
}

.challenge-panel .panel-heading {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.capability-cms .cms-visual {
  min-height: 310px;
  padding: 18px;
  justify-content: center;
}

.capability-cms .cms-ready {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(161, 200, 239, .28);
  border-radius: 8px;
  color: #e0ecf9;
  background: linear-gradient(145deg, rgba(161, 200, 239, .1), rgba(53, 94, 192, .08));
  box-shadow: inset 0 1px rgba(241, 247, 253, .06);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.capability-cms .cms-platforms {
  margin-top: 13px;
  gap: 9px;
}

.capability-cms .cms-platforms > span {
  min-height: 64px;
  padding: 0 13px;
  grid-template-columns: 39px 1fr;
  gap: 12px;
  border-color: rgba(116, 171, 230, .18);
  background: linear-gradient(145deg, rgba(26, 36, 64, .85), rgba(26, 36, 64, .86));
}

.capability-cms .cms-platforms > span > i {
  width: 39px;
  height: 39px;
  border-radius: 8px;
  color: #e0ecf9;
  background: linear-gradient(145deg, rgba(161, 200, 239, .15), rgba(53, 94, 192, .16));
  font-size: 12px;
}

.capability-cms .cms-platforms b {
  color: #f1f7fd;
  font-size: 14px;
}

.capability-dashboard .dashboard-copy h3 {
  margin-bottom: 0;
}

.capability-dashboard .dashboard-live {
  min-height: 355px;
  margin-top: 20px;
}

.dashboard-head {
  justify-content: flex-start;
  color: #a1c8ef;
  font-size: 11px;
}

.capability-dashboard .dashboard-metrics > span,
.capability-dashboard .dashboard-metrics > span:nth-child(n) {
  min-height: 96px;
}

.publisher-action > span {
  color: #2c437c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .09em;
}

@keyframes premiumPanelHold {
  0% { opacity: .35; transform: translateX(-15px); filter: blur(5px); }
  100% { opacity: 1; transform: none; filter: blur(0); }
}

@keyframes premiumResultHold {
  0%, 28% { opacity: 0; transform: translateX(20px); filter: blur(7px); }
  100% { opacity: 1; transform: none; filter: blur(0); }
}

@media (max-width: 900px) and (min-width: 761px) {
  .site-header .nav-wrap {
    width: calc(100% - 40px);
    column-gap: 9px;
  }

  .brand-logo { width: 142px; }
  .site-header nav a { padding: 9px 7px; font-size: 12px; }
  .site-header .nav-button { padding: 0 13px; }
}

@media (max-width: 760px) {
  .site-header .nav-wrap {
    width: calc(100% - 38px);
    display: flex;
    justify-content: space-between;
  }

  .site-header nav {
    height: auto;
    gap: 4px;
  }

  .site-header nav a {
    padding: 12px;
    font-size: 14px;
  }

  .home-hero { min-height: 960px; }

  .hero-centered .reveal-line { margin-top: 62px; }
  .hero-centered > p { margin-top: 72px; }

  .capability-cms { min-height: 560px; }
  .capability-cms .cms-visual { min-height: 300px; }

  .capability-dashboard { min-height: 705px; }
  .publisher-action > span { font-size: 12px; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

.site-header .nav-wrap {
  width: min(1220px, calc(100% - 72px));
  grid-template-columns: minmax(176px, 1fr) auto minmax(176px, 1fr);
  justify-content: stretch;
  column-gap: 24px;
}

.site-header .brand {
  justify-self: start;
}

.site-header nav {
  justify-self: center;
}

.site-header .nav-actions {
  justify-self: end;
}

.audience-card ul {
  margin-bottom: 0;
}

.structure-ui-label {
  font-size: 12px;
}

.structure-source-doc h4 {
  font-size: 20px;
}

.structure-source-doc > p {
  font-size: 13px;
}

.source-highlights span,
.structure-taxonomy span,
.semantic-transform > span,
.semantic-score small,
.story-outline > div > span,
.semantic-footer {
  font-size: 11px;
}

.semantic-score b {
  font-size: 20px;
}

.story-outline b {
  font-size: 12px;
}

.story-outline small {
  font-size: 12px;
}

.enrich-tags span {
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
}

.challenge-panel .panel-heading {
  margin-top: 42px;
  gap: 15px;
}

.challenge-panel .panel-heading h3 {
  margin-top: 14px;
  font-size: clamp(44px, 3.55vw, 53px);
  line-height: .94;
}

.challenge-panel .publisher-list {
  margin-top: 38px;
}

.challenge-panel .challenge-list li {
  min-height: 96px;
  padding: 22px 0;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
}

.challenge-panel .challenge-list li:last-child {
  border-bottom: 1px solid rgba(161, 200, 239, .15);
}

.challenge-panel .challenge-list p {
  max-width: none;
  font-size: 16px;
  line-height: 1.5;
}

.contributors-section {
  position: relative;
  isolation: isolate;
  padding: 150px 0 132px;
  color: #f1f7fd;
  background:
    radial-gradient(ellipse at 14% 4%, rgba(53, 94, 192, .32), transparent 34%),
    radial-gradient(ellipse at 92% 68%, rgba(63, 114, 209, .17), transparent 32%),
    linear-gradient(145deg, #1a2440 0%, #1a2440 54%, #1a2440 100%);
}

.contributors-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .36;
  background:
    linear-gradient(115deg, transparent 0 31%, rgba(161, 200, 239, .06) 31.1%, transparent 31.35%),
    linear-gradient(115deg, transparent 0 68%, rgba(83, 140, 222, .055) 68.1%, transparent 68.35%),
    linear-gradient(180deg, rgba(241, 247, 253, .025), transparent 28%, rgba(241, 247, 253, .018));
}

.contributors-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18%;
  right: 12%;
  width: 46vw;
  height: 46vw;
  pointer-events: none;
  opacity: .2;
  background: conic-gradient(from 210deg, transparent, rgba(161, 200, 239, .2), transparent 28%);
  filter: blur(70px);
  transform: skewX(-12deg);
}

.contributors-section .noise-field {
  z-index: -1;
  opacity: .65;
  background:
    radial-gradient(ellipse at 28% 22%, rgba(63, 114, 209, .16), transparent 34%),
    radial-gradient(ellipse at 78% 76%, rgba(161, 200, 239, .08), transparent 28%);
  mask-image: none;
}

.contributors-intro,
.contributor-story-grid,
.contributor-features {
  position: relative;
  z-index: 2;
}

.contributors-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.contributors-title h2 {
  max-width: 900px;
  margin: 25px 0 0;
  color: #f1f7fd;
  font-size: clamp(62px, 7vw, 104px);
  font-weight: 500;
  line-height: .91;
  letter-spacing: -.072em;
}

.contributors-title h2 span {
  color: #a1c8ef;
}

.contributors-lead {
  max-width: 510px;
  margin: 0 0 8px;
  color: #a1c8ef;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: -.015em;
}

.contributor-story-grid {
  margin-top: 104px;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 20px;
}

.contributor-panel {
  position: relative;
  min-height: 590px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .17);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(26, 36, 64, .92), rgba(26, 36, 64, .88));
  box-shadow: 0 32px 80px rgba(26, 36, 64, .23), inset 0 1px rgba(241, 247, 253, .045);
  transition: border-color 360ms ease, transform 520ms cubic-bezier(.16, .8, .2, 1), box-shadow 420ms ease;
}

.contributor-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(161, 200, 239, .72), transparent);
  transform: scaleX(.24);
  transition: transform 620ms cubic-bezier(.16, .8, .2, 1);
}

.contributor-panel:hover {
  border-color: rgba(161, 200, 239, .28);
  box-shadow: 0 40px 90px rgba(26, 36, 64, .3), inset 0 1px rgba(241, 247, 253, .06);
  transform: translateY(-5px);
}

.contributor-panel:hover::before {
  transform: scaleX(1);
}

.contributor-challenges {
  background:
    linear-gradient(180deg, rgba(26, 36, 64, .35), rgba(26, 36, 64, .72)),
    #1a2440;
}

.contributor-help {
  background:
    radial-gradient(ellipse at 84% 12%, rgba(161, 200, 239, .11), transparent 32%),
    linear-gradient(135deg, rgba(26, 36, 64, .92), rgba(26, 36, 64, .95));
}

.contributor-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(161, 200, 239, .14);
  color: #74abe6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
}

.contributor-panel-top span {
  color: #a1c8ef;
}

.contributor-panel-top i {
  font-style: normal;
}

.contributor-panel h3 {
  margin: 62px 0 0;
  color: #f1f7fd;
  font-size: clamp(45px, 4vw, 62px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.058em;
}

.contributor-panel h3 span {
  color: #a1c8ef;
}

.contributor-list {
  margin: 62px 0 0;
  padding: 0;
  list-style: none;
}

.contributor-list li {
  min-height: 85px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(161, 200, 239, .14);
}

.contributor-list li:last-child {
  border-bottom: 1px solid rgba(161, 200, 239, .14);
}

.contributor-list li > span,
.contributor-outcomes > div > span {
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.contributor-list p {
  margin: 0;
  color: #c7ddf6;
  font-size: 17px;
  line-height: 1.48;
}

.contributor-outcomes {
  margin-top: 54px;
  display: grid;
  gap: 12px;
}

.contributor-outcomes > div {
  position: relative;
  min-height: 134px;
  padding: 25px 24px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .16);
  border-radius: 14px;
  background: linear-gradient(110deg, rgba(161, 200, 239, .055), rgba(241, 247, 253, .018));
  transition: border-color 320ms ease, background 320ms ease, transform 420ms cubic-bezier(.16, .8, .2, 1);
}

.contributor-outcomes > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  opacity: .7;
  background: linear-gradient(#a1c8ef, #355ec0);
  box-shadow: 0 0 20px rgba(161, 200, 239, .32);
}

.contributor-outcomes > div:hover {
  border-color: rgba(161, 200, 239, .34);
  background: linear-gradient(110deg, rgba(161, 200, 239, .09), rgba(241, 247, 253, .025));
  transform: translateX(6px);
}

.contributor-outcomes p {
  margin: 0;
  color: #c7ddf6;
  font-size: 17px;
  line-height: 1.52;
}

.contributor-outcomes strong {
  color: #f1f7fd;
  font-weight: 720;
}

.contributor-outcomes > div > i {
  max-width: 122px;
  color: #74abe6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .08em;
  text-align: right;
}

.contributor-features {
  margin-top: 124px;
}

.contributor-feature-heading {
  display: grid;
  grid-template-columns: .44fr 1fr;
  gap: 48px;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(161, 200, 239, .16);
}

.contributor-feature-heading > span {
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.contributor-feature-heading h3 {
  margin: 0;
  color: #f1f7fd;
  font-size: clamp(42px, 4.7vw, 66px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.055em;
}

.contributor-feature-heading h3 em {
  color: #74abe6;
  font-style: normal;
}

.folder-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-folder {
  --folder-x: 0deg;
  --folder-y: 0deg;
  position: relative;
  min-width: 0;
  min-height: 600px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(116, 171, 230, .16);
  border-radius: 22px;
  outline: 0;
  background:
    linear-gradient(145deg, rgba(26, 36, 64, .78), rgba(26, 36, 64, .93)),
    #1a2440;
  box-shadow: 0 26px 64px rgba(26, 36, 64, .2), inset 0 1px rgba(241, 247, 253, .04);
  transition: border-color 380ms ease, box-shadow 420ms ease, transform 520ms cubic-bezier(.16, .8, .2, 1);
}

.feature-folder::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(118deg, transparent 32%, rgba(161, 200, 239, .1) 48%, transparent 64%);
  transform: translateX(-70%);
  transition: opacity 300ms ease, transform 900ms cubic-bezier(.16, .8, .2, 1);
}

.feature-folder:hover,
.feature-folder:focus-visible {
  border-color: rgba(161, 200, 239, .38);
  box-shadow: 0 38px 82px rgba(26, 36, 64, .3), 0 0 0 1px rgba(161, 200, 239, .07) inset;
  transform: perspective(1200px) rotateX(var(--folder-x)) rotateY(var(--folder-y)) translateY(-7px);
}

.feature-folder:hover::before,
.feature-folder:focus-visible::before {
  opacity: 1;
  transform: translateX(70%);
}

.folder-visual {
  position: relative;
  height: 330px;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.folder-back {
  position: absolute;
  right: 6%;
  bottom: 42px;
  left: 6%;
  height: 190px;
  border: 1px solid rgba(161, 200, 239, .26);
  border-radius: 18px;
  background: linear-gradient(145deg, #1a2440, #1a2440 58%, #1a2440);
  box-shadow: 0 22px 46px rgba(26, 36, 64, .28), inset 0 1px rgba(241, 247, 253, .08);
}

.folder-back::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 43%;
  height: 46px;
  border: 1px solid rgba(161, 200, 239, .26);
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(145deg, #1a2440, #1a2440);
}

.folder-back > span {
  position: absolute;
  z-index: 2;
  top: -19px;
  left: 17px;
  color: #c7ddf6;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.folder-papers {
  position: absolute;
  z-index: 2;
  right: 11%;
  bottom: 86px;
  left: 11%;
  height: 150px;
  transform-style: preserve-3d;
}

.folder-paper {
  position: absolute;
  inset: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(116, 171, 230, .26);
  border-radius: 13px;
  background: linear-gradient(145deg, #f1f7fd, #e0ecf9);
  box-shadow: 0 18px 38px rgba(26, 36, 64, .22);
  transform-origin: 50% 100%;
  transition: transform 700ms cubic-bezier(.16, .8, .2, 1), filter 420ms ease;
}

.folder-paper.paper-one {
  transform: translateY(13px) rotate(-3deg);
}

.folder-paper.paper-two {
  z-index: 2;
  color: #1a2440;
  transform: translateY(8px) rotate(2deg);
}

.folder-paper.paper-three {
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  color: #1a2440;
  background: linear-gradient(145deg, #f1f7fd, #c7ddf6);
  transform: translateY(3px);
}

.paper-one span {
  width: 78%;
  height: 6px;
  margin-bottom: 11px;
  display: block;
  border-radius: 4px;
  background: #a1c8ef;
}

.paper-one span:nth-child(2) { width: 92%; }
.paper-one span:nth-child(3) { width: 58%; }

.paper-two b,
.paper-three b,
.paper-three small {
  display: block;
}

.paper-two b {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
}

.paper-two > i {
  width: 68%;
  height: 9px;
  margin-top: 13px;
  display: block;
  border-radius: 2px;
  background: #74abe6;
  transform-origin: left;
}

.paper-two > i:nth-of-type(2) { width: 88%; background: #a1c8ef; }
.paper-two > i:nth-of-type(3) { width: 48%; background: #355ec0; }

.paper-three b {
  color: #2c437c;
  font-size: 34px;
  letter-spacing: -.045em;
}

.paper-three small {
  margin-top: 5px;
  color: #3f72d1;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.rights-sheet > i {
  width: fit-content;
  height: auto;
  padding: 7px 9px;
  display: inline-block;
  color: #314e9c;
  background: rgba(53, 94, 192, .11);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .07em;
}

.rights-sheet > i + i {
  margin-left: 6px;
}

.revenue-sheet > i {
  width: 24%;
  height: 42px;
  margin: 23px 6px 0 0;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  vertical-align: bottom;
  background: linear-gradient(#74abe6, #355ec0);
}

.revenue-sheet > i:nth-of-type(2) { height: 67px; }
.revenue-sheet > i:nth-of-type(3) { height: 52px; }

.folder-front {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 26px;
  left: 4%;
  height: 148px;
  padding: 23px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: end;
  gap: 7px 15px;
  overflow: hidden;
  border: 1px solid rgba(161, 200, 239, .34);
  border-radius: 17px;
  background:
    linear-gradient(122deg, rgba(161, 200, 239, .18), transparent 40%),
    linear-gradient(145deg, #2c437c, #1a2440 62%, #1a2440);
  box-shadow: 0 25px 48px rgba(26, 36, 64, .33), inset 0 1px rgba(241, 247, 253, .09);
  transform-origin: 50% 100%;
  transition: transform 700ms cubic-bezier(.16, .8, .2, 1), box-shadow 500ms ease;
}

.folder-front::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  background: linear-gradient(110deg, transparent 20%, rgba(241, 247, 253, .08) 49%, transparent 51%);
}

.folder-front span,
.folder-front b,
.folder-front i {
  position: relative;
  z-index: 2;
}

.folder-front span {
  grid-column: 1 / -1;
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.folder-front b {
  color: #f1f7fd;
  font-size: 20px;
  letter-spacing: .035em;
}

.folder-front i {
  align-self: center;
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
}

.feature-folder:hover .folder-front,
.feature-folder:focus-visible .folder-front {
  box-shadow: 0 31px 56px rgba(26, 36, 64, .38), inset 0 1px rgba(241, 247, 253, .12);
  transform: rotateX(-10deg) translateY(7px);
}

.feature-folder:hover .paper-one,
.feature-folder:focus-visible .paper-one {
  transform: translate(-28px, -54px) rotate(-11deg);
}

.feature-folder:hover .paper-two,
.feature-folder:focus-visible .paper-two {
  transform: translateY(-72px) rotate(-1deg);
}

.feature-folder:hover .paper-three,
.feature-folder:focus-visible .paper-three {
  transform: translate(28px, -49px) rotate(10deg);
}

.folder-copy {
  position: relative;
  z-index: 8;
  padding: 7px 4px 0;
}

.folder-copy > span {
  color: #a1c8ef;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.folder-copy h4 {
  margin: 17px 0 0;
  color: #f1f7fd;
  font-size: 29px;
  font-weight: 550;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.folder-copy p {
  margin: 17px 0 0;
  color: #a1c8ef;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .site-header .nav-wrap {
    width: calc(100% - 40px);
    grid-template-columns: minmax(145px, 1fr) auto minmax(145px, 1fr);
    column-gap: 10px;
  }

  .site-header nav {
    gap: 1px;
  }

  .site-header nav a {
    padding-right: 8px;
    padding-left: 8px;
  }

  .contributors-intro {
    grid-template-columns: 1fr .62fr;
    gap: 65px;
  }

  .contributor-story-grid {
    grid-template-columns: 1fr;
  }

  .contributor-panel {
    min-height: 0;
  }

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

  .feature-folder:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .site-header .nav-wrap {
    grid-template-columns: 140px 1fr 140px;
  }

  .site-header nav a {
    padding: 9px 6px;
    font-size: 11px;
  }

.site-header .nav-button {
    padding: 0 12px;
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .site-header .nav-wrap {
    width: calc(100% - 38px);
    display: flex;
    justify-content: space-between;
  }

  .structure-ui-label {
    font-size: 7.5px;
  }

  .structure-source-doc h4 {
    font-size: 14px;
  }

  .structure-source-doc > p {
    font-size: 12px;
  }

  .source-highlights span,
  .structure-taxonomy span,
  .semantic-transform > span,
  .semantic-score small,
  .story-outline > div > span,
  .semantic-footer {
    font-size: 10px;
  }

  .semantic-score b {
    font-size: 15px;
  }

  .story-outline b {
    font-size: 11px;
  }

  .story-outline small {
    font-size: 11px;
  }

  .enrich-tags span {
    padding: 7px 9px;
    font-size: 11px;
  }

  .challenge-panel .panel-heading h3 {
    font-size: 43px;
  }

  .challenge-panel .challenge-list p {
    font-size: 15px;
  }

  .contributors-section {
    padding: 96px 0 88px;
  }

  .contributors-intro {
    display: block;
  }

  .contributors-title h2 {
    font-size: clamp(52px, 15vw, 70px);
  }

  .contributors-lead {
    margin-top: 42px;
    font-size: 16px;
  }

  .contributor-story-grid {
    margin-top: 65px;
  }

  .contributor-panel {
    padding: 24px;
    border-radius: 17px;
  }

  .contributor-panel-top {
    font-size: 11px;
  }

  .contributor-panel h3 {
    margin-top: 42px;
    font-size: 43px;
  }

  .contributor-list {
    margin-top: 43px;
  }

  .contributor-list p,
  .contributor-outcomes p {
    font-size: 15px;
  }

  .contributor-outcomes {
    margin-top: 42px;
  }

  .contributor-outcomes > div {
    min-height: 0;
    padding: 21px 18px;
    grid-template-columns: 34px 1fr;
  }

  .contributor-outcomes > div > i {
    grid-column: 2;
    max-width: none;
    text-align: left;
  }

  .contributor-features {
    margin-top: 78px;
  }

  .contributor-feature-heading {
    display: block;
  }

  .contributor-feature-heading h3 {
    margin-top: 24px;
    font-size: 42px;
  }

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

  .feature-folder,
  .feature-folder:last-child {
    grid-column: auto;
    min-height: 570px;
  }

  .folder-visual {
    height: 320px;
  }
}

.minimal-heading-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 70px;
  align-items: end;
}

.minimal-heading-row > p {
  margin: 0 0 7px;
  color: #314e9c;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .minimal-heading-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .minimal-heading-row > p {
    max-width: 480px;
  }

}

@media (max-width: 760px) {

  .minimal-heading-row > p {
    font-size: 16px;
  }

}

.site-header {
  will-change: transform, opacity;
  transition: transform 520ms cubic-bezier(.16, .8, .2, 1), opacity 360ms ease;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-145%);
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 930px;
  border-color: var(--blue-200);
  background: var(--blue-50);
}

.hero-centered .reveal-line {
  margin-top: 76px;
}

.hero-centered > p {
  margin-top: 24px;
  color: var(--blue-950);
  text-shadow: 0 1px 16px var(--blue-50), 0 0 5px var(--blue-50);
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 900px;
  }

  .hero-centered .reveal-line {
    margin-top: 58px;
  }

  .hero-centered > p {
    margin-top: 22px;
  }
}

.solutions-page-hero,
.pricing-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  margin: 10px;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  border: 1px solid var(--blue-200);
  border-radius: 22px;
  background: var(--blue-50);
}

.inner-page-aurora,
.pricing-aurora {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 12%, var(--blue-100), transparent 42%),
    radial-gradient(ellipse at 85% 78%, var(--blue-200), transparent 38%),
    var(--blue-50);
}

.inner-page-aurora::after,
.pricing-aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(63, 114, 209, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 114, 209, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(180deg, transparent, var(--blue-950) 30%, var(--blue-950));
  mask-image: linear-gradient(180deg, transparent, var(--blue-950) 30%, var(--blue-950));
}

.inner-page-aurora i,
.pricing-aurora i {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: .34;
  filter: blur(80px);
  animation: innerAurora 15s ease-in-out infinite alternate;
}

.inner-page-aurora i:nth-child(1),
.pricing-aurora i:nth-child(1) { left: 4%; top: 12%; width: 40%; height: 35%; background: var(--blue-300); }
.inner-page-aurora i:nth-child(2),
.pricing-aurora i:nth-child(2) { right: 5%; top: 24%; width: 35%; height: 42%; opacity: .25; background: var(--blue-400); animation-delay: -5s; }
.inner-page-aurora i:nth-child(3),
.pricing-aurora i:nth-child(3) { left: 42%; bottom: 5%; width: 29%; height: 28%; opacity: .3; background: var(--blue-200); animation-delay: -9s; }

/* Solutions */
.solutions-hero-layout,
/* Pricing */
.pricing-hero-layout {
  width: min(1220px, calc(100% - 72px));
  padding: 170px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .55fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: end;
}

.solutions-hero-copy h1,
.pricing-hero-copy h1 {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--blue-950);
  font-size: clamp(68px, 7.8vw, 118px);
  font-weight: 520;
  line-height: .88;
  letter-spacing: -.078em;
}

.solutions-hero-copy h1 span,
.pricing-hero-copy h1 span {
  color: var(--blue-700);
}

.solutions-hero-aside > p,
.pricing-hero-copy > p {
  margin: 0;
  color: var(--blue-800);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -.018em;
}

.solutions-hero-aside > p {
  max-width: 440px;
}

.solution-jump {
  width: 100%;
  height: auto;
  margin: 45px 0 0;
  display: grid;
  gap: 0;
}

.solution-jump a {
  min-height: 66px;
  padding: 0 4px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--blue-200);
  border-radius: 0;
  color: var(--blue-950);
  font-size: 14px;
  font-weight: 700;
  transition: padding 320ms cubic-bezier(.16,.8,.2,1), color 260ms ease, background 260ms ease;
}

.solution-jump a:last-child { border-bottom: 1px solid var(--blue-200); }
.solution-jump a span { color: var(--blue-600); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 11px; }
.solution-jump a i { color: var(--blue-600); font-style: normal; transition: transform 320ms cubic-bezier(.16,.8,.2,1); }
.solution-jump a::before,
.solution-jump a::after { content: none; }
.solution-jump a:hover { padding-right: 14px; padding-left: 14px; color: var(--blue-700); background: rgba(224, 236, 249, .62); transform: none; }
.solution-jump a:hover i { transform: translateY(5px); }

.solutions-page .publisher-section {
  padding-top: 142px;
}

.solutions-page .challenge-panel .panel-heading {
  margin-top: 86px;
}

.capability-curation .curation-command {
  position: relative;
  z-index: 2;
  min-height: 326px;
  margin: 32px 0 28px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(53, 94, 192, .18);
  border-radius: 13px;
  background:
    linear-gradient(155deg, rgba(241, 247, 253, .97), rgba(224, 236, 249, .88));
  box-shadow: inset 0 1px var(--blue-50), 0 20px 45px rgba(44, 67, 124, .08);
}

.curation-command::before {
  content: "";
  position: absolute;
  top: 0;
  right: 14%;
  left: 14%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-500), transparent);
  box-shadow: 0 4px 18px var(--blue-300);
}

.curation-command-head {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(53, 94, 192, .14);
  color: var(--blue-600);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}

.curation-command-head em {
  color: var(--blue-700);
  font-style: normal;
}

.curation-story-stack {
  margin-top: 11px;
  display: grid;
  gap: 7px;
}

.curation-story {
  position: relative;
  min-height: 63px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(53, 94, 192, .12);
  border-radius: 9px;
  background: rgba(241, 247, 253, .85);
  box-shadow: 0 7px 18px rgba(44, 67, 124, .04);
}

.curation-story::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  opacity: 0;
  background: var(--blue-600);
  box-shadow: 0 0 14px var(--blue-400);
}

.curation-story > i {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, transparent 42%, rgba(26, 36, 64, .28) 43%),
    linear-gradient(145deg, var(--blue-200), var(--blue-500));
}

.curation-story:nth-child(2) > i { background: linear-gradient(145deg, var(--blue-100), var(--blue-700)); }
.curation-story:nth-child(3) > i { background: linear-gradient(145deg, var(--blue-300), var(--blue-800)); }
.curation-story span,
.curation-story small,
.curation-story b { display: block; min-width: 0; }
.curation-story small { color: var(--blue-500); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: .07em; }
.curation-story b { margin-top: 4px; overflow: hidden; color: var(--blue-950); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.curation-story > em { color: var(--blue-700); font-family: "Inter", Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: 800; }

.curation-story-primary {
  animation: curationStorySelect 6s cubic-bezier(.16,.8,.2,1) infinite;
}

.curation-story-primary::before {
  animation: curationStorySignal 6s ease-in-out infinite;
}

.curation-decision {
  height: 38px;
  margin-top: 10px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  color: var(--blue-800);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  animation: curationDecision 6s ease-in-out infinite;
}

.curation-decision b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue-700);
  font-size: 11px;
}

.curation-decision b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 11px var(--blue-400);
}

.curation-pointer {
  position: absolute;
  z-index: 8;
  right: 25px;
  top: 85px;
  width: 29px;
  height: 29px;
  color: var(--blue-950);
  filter: drop-shadow(0 7px 8px rgba(26, 36, 64, .24));
  animation: curationPointer 6s cubic-bezier(.45,.04,.2,1) infinite;
}

.curation-pointer svg {
  position: relative;
  z-index: 2;
  width: 29px;
  height: 29px;
  fill: var(--blue-50);
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.curation-pointer i {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 27px;
  height: 27px;
  opacity: 0;
  border: 1px solid var(--blue-500);
  border-radius: 8px;
  animation: curationClick 6s ease-out infinite;
}

.capability-cms .cms-platforms > span > i {
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199, 221, 246, .36);
  background: var(--blue-50);
}

.capability-cms .cms-platforms img {
  width: 27px;
  height: 27px;
  display: block;
  object-fit: contain;
}

.capability-cms .cms-platforms span:nth-child(2) img { width: 29px; height: 29px; }
.capability-cms .cms-platforms span:nth-child(3) img { width: 25px; height: 25px; }

.pricing-page-hero {
  min-height: 720px;
}

.pricing-hero-layout {
  grid-template-columns: minmax(0, 1.25fr) 360px;
}

.pricing-hero-copy > p {
  max-width: 680px;
  margin-top: 32px;
}

.billing-control {
  padding: 24px;
  border: 1px solid rgba(53, 94, 192, .15);
  border-radius: 17px;
  background: rgba(241, 247, 253, .76);
  box-shadow: 0 25px 60px rgba(44, 67, 124, .08), inset 0 1px var(--blue-50);
  backdrop-filter: blur(18px);
}

.billing-control > span,
.billing-control > small {
  display: block;
  color: var(--blue-700);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.billing-control > small {
  margin-top: 15px;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 600;
}

.billing-toggle {
  position: relative;
  height: 58px;
  margin-top: 17px;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--blue-200);
  border-radius: 13px;
  background: var(--blue-100);
}

.billing-toggle button {
  position: relative;
  z-index: 2;
  border: 0;
  color: var(--blue-800);
  background: transparent;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: color 300ms ease;
}

.billing-toggle button.active { color: var(--blue-50); }
.billing-toggle button em { margin-left: 4px; color: var(--blue-600); font-size: 11px; font-style: normal; }
.billing-toggle button.active em { color: var(--blue-200); }
.billing-toggle > i {
  position: absolute;
  z-index: 1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: calc(50% - 5px);
  border-radius: 9px;
  background: var(--blue-950);
  box-shadow: 0 9px 24px rgba(26, 36, 64, .2);
  transition: transform 460ms cubic-bezier(.16,.8,.2,1), background 300ms ease;
}

.billing-toggle[data-cycle="yearly"] > i { transform: translateX(100%); background: var(--blue-700); }

.premium-pricing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 142px 0 90px;
  color: var(--blue-50);
  background:
    radial-gradient(ellipse at 50% -12%, rgba(83, 140, 222, .35), transparent 42%),
    var(--blue-950);
}

.pricing-field {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .38;
  background:
    linear-gradient(rgba(161, 200, 239, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .055) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, var(--blue-950), transparent);
  mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, var(--blue-950), transparent);
}

.premium-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.premium-plan {
  position: relative;
  min-width: 0;
  min-height: 735px;
  padding: 30px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(199, 221, 246, .2);
  border-radius: 23px;
  color: var(--blue-950);
  background: var(--blue-50);
  box-shadow: 0 30px 80px rgba(26, 36, 64, .3);
  transition: transform 500ms cubic-bezier(.16,.8,.2,1), border-color 340ms ease, box-shadow 500ms ease;
}

.premium-plan::after {
  content: "";
  position: absolute;
  top: -25%;
  right: -35%;
  width: 80%;
  height: 55%;
  pointer-events: none;
  opacity: .38;
  border-radius: 50%;
  background: var(--blue-200);
  filter: blur(70px);
  transition: transform 700ms cubic-bezier(.16,.8,.2,1);
}

.premium-plan:hover {
  border-color: var(--blue-400);
  box-shadow: 0 42px 95px rgba(26, 36, 64, .42);
  transform: translateY(-9px);
}

.premium-plan:hover::after { transform: translate(-10%, 17%) scale(1.15); }

.pro-plan {
  color: var(--blue-50);
  border-color: rgba(161, 200, 239, .55);
  background:
    linear-gradient(145deg, rgba(83, 140, 222, .2), transparent 42%),
    var(--blue-800);
  box-shadow: 0 40px 100px rgba(26, 36, 64, .58), 0 0 0 1px rgba(116, 171, 230, .2);
  transform: translateY(-24px);
}

.pro-plan::before {
  content: "";
  position: absolute;
  top: 0;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-300), var(--blue-500), var(--blue-300), transparent);
  box-shadow: 0 4px 22px var(--blue-400);
}

.pro-plan::after { opacity: .24; background: var(--blue-400); }
.pro-plan:hover { border-color: var(--blue-300); transform: translateY(-34px); }

.js .premium-plan.site-reveal.is-visible:hover {
  transform: translateY(-9px);
}

.js .premium-plan.pro-plan.site-reveal.is-visible {
  transform: translateY(-24px);
}

.js .premium-plan.pro-plan.site-reveal.is-visible:hover {
  transform: translateY(-34px);
}

.popular-flag {
  height: 34px;
  margin: -6px 0 24px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(161, 200, 239, .26);
  border-radius: 9px;
  color: var(--blue-100);
  background: rgba(26, 36, 64, .3);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.popular-flag span { color: var(--blue-300); }
.popular-flag i { font-style: normal; }

.premium-plan-top,
.plan-name-row,
.premium-price,
.premium-features,
.premium-order {
  position: relative;
  z-index: 2;
}

.premium-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--blue-600);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.premium-plan-top i { color: var(--blue-800); font-style: normal; }
.pro-plan .premium-plan-top { color: var(--blue-300); }
.pro-plan .premium-plan-top i { color: var(--blue-200); }

.plan-name-row {
  min-height: 135px;
  margin-top: 43px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.plan-name-row h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 540;
  line-height: .92;
  letter-spacing: -.06em;
}

.plan-name-row p {
  max-width: 245px;
  margin: 18px 0 0;
  color: var(--blue-800);
  font-size: 15px;
  line-height: 1.45;
}

.plan-name-row p strong { color: var(--blue-950); }
.pro-plan .plan-name-row p { color: var(--blue-200); }
.pro-plan .plan-name-row p strong { color: var(--blue-50); }

.plan-node {
  height: 52px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.plan-node i {
  width: 5px;
  height: 22px;
  border-radius: 4px;
  background: var(--blue-400);
  box-shadow: 0 0 13px rgba(116, 171, 230, .45);
  animation: pricingSignal 1.8s ease-in-out infinite alternate;
}

.plan-node i:nth-child(2) { height: 38px; animation-delay: -.6s; }
.plan-node i:nth-child(3) { height: 29px; animation-delay: -1.2s; }

.premium-price {
  min-height: 125px;
  padding: 24px 0;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid var(--blue-200);
  border-bottom: 1px solid var(--blue-200);
}

.pro-plan .premium-price { border-color: rgba(199, 221, 246, .2); }
.premium-price > span { align-self: flex-start; margin: 8px 7px 0 0; color: var(--blue-600); font-size: 20px; font-weight: 700; }
.premium-price > strong { font-size: 78px; font-weight: 520; line-height: .82; letter-spacing: -.075em; transition: opacity 180ms ease, transform 260ms cubic-bezier(.16,.8,.2,1), filter 220ms ease; }
.premium-price > strong.price-changing { opacity: 0; filter: blur(6px); transform: translateY(15px); }
.premium-price > div { margin: 0 0 3px 13px; display: flex; flex-direction: column; }
.premium-price > div b { font-size: 12px; }
.premium-price > div small { max-width: 150px; margin-top: 7px; color: var(--blue-700); font-size: 11px; line-height: 1.35; }
.pro-plan .premium-price > span,
.pro-plan .premium-price > div small { color: var(--blue-300); }

.custom-price {
  align-items: center;
}

.custom-price > strong {
  font-size: 56px;
}

.custom-price > div {
  max-width: 170px;
  margin-left: auto;
}

.premium-features {
  margin: 31px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.premium-features li {
  position: relative;
  min-height: 45px;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(49, 78, 156, .12);
  color: var(--blue-900);
  font-size: 13px;
  line-height: 1.45;
}

.premium-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-300);
  border-radius: 5px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 11px;
  font-weight: 900;
}

.premium-features li small { display: block; margin-top: 3px; color: var(--blue-600); font-size: 11px; }
.premium-features .included-feature { color: var(--blue-700); font-weight: 800; }
.pro-plan .premium-features li { border-color: rgba(199, 221, 246, .14); color: var(--blue-100); }
.pro-plan .premium-features li::before { border-color: var(--blue-400); color: var(--blue-50); background: rgba(83, 140, 222, .28); }
.pro-plan .premium-features .included-feature { color: var(--blue-300); }

.premium-order {
  min-height: 54px;
  margin-top: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--blue-950);
  border-radius: 11px;
  color: var(--blue-50);
  background: var(--blue-950);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  transition: transform 300ms cubic-bezier(.16,.8,.2,1), box-shadow 300ms ease, background 300ms ease;
}

.premium-order i { font-size: 16px; font-style: normal; transition: transform 300ms cubic-bezier(.16,.8,.2,1); }
.premium-order:hover { color: var(--blue-50); background: var(--blue-700); box-shadow: 0 14px 30px rgba(44, 67, 124, .24); transform: translateY(-3px); }
.premium-order:hover i { transform: translate(3px, -3px); }
.pro-plan .premium-order { border-color: var(--blue-200); color: var(--blue-950); background: var(--blue-100); }
.pro-plan .premium-order:hover { color: var(--blue-950); background: var(--blue-300); }

.pricing-assurance {
  margin-top: 58px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(199, 221, 246, .18);
  color: var(--blue-300);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.pricing-assurance a { color: var(--blue-100); }

@keyframes innerAurora {
  to { transform: translate(14%, 10%) rotate(7deg) scale(1.1); }
}

@keyframes curationPointer {
  0%, 10% { opacity: 0; transform: translate(44px, 125px); }
  24%, 58% { opacity: 1; transform: translate(-5px, 0); }
  70%, 90% { opacity: 1; transform: translate(-42px, 0); }
  100% { opacity: 0; transform: translate(-42px, 18px); }
}

@keyframes curationClick {
  0%, 43%, 100% { opacity: 0; transform: scale(.45); }
  49% { opacity: .9; transform: scale(1); }
  58% { opacity: 0; transform: scale(1.45); }
}

@keyframes curationStorySelect {
  0%, 42%, 100% { border-color: rgba(53, 94, 192, .12); background: rgba(241, 247, 253, .85); transform: none; box-shadow: 0 7px 18px rgba(44, 67, 124, .04); }
  51%, 88% { border-color: var(--blue-400); background: var(--blue-100); transform: translateX(5px); box-shadow: 0 15px 34px rgba(44, 67, 124, .15); }
}

@keyframes curationStorySignal {
  0%, 43%, 100% { opacity: 0; }
  52%, 89% { opacity: 1; }
}

@keyframes curationDecision {
  0%, 57%, 100% { opacity: 0; transform: translateY(8px); }
  69%, 92% { opacity: 1; transform: none; }
}

@keyframes pricingSignal {
  to { height: 46px; opacity: .55; }
}

@media (max-width: 1100px) {
  .solutions-hero-layout,
  .pricing-hero-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 55px;
  }

  .premium-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enterprise-plan {
    grid-column: 1 / -1;
    min-height: 610px;
  }
}

@media (max-width: 760px) {
  .solutions-page-hero,
  .pricing-page-hero {
    min-height: 760px;
    margin: 6px;
    border-radius: 17px;
  }

  .solutions-hero-layout,
  .pricing-hero-layout {
    width: calc(100% - 48px);
    padding: 130px 0 58px;
    display: block;
  }

  .solutions-hero-copy h1,
  .pricing-hero-copy h1 {
    font-size: clamp(52px, 14vw, 70px);
  }

  .solutions-hero-aside,
  .billing-control {
    margin-top: 52px;
  }

  .solutions-hero-aside > p,
  .pricing-hero-copy > p {
    font-size: 16px;
  }

  .solutions-page .publisher-section {
    padding-top: 96px;
  }

  .capability-curation .curation-command {
    min-height: 322px;
  }

  .curation-story b { font-size: 11px; }

  .premium-pricing {
    padding: 105px 0 78px;
  }

  .premium-plan-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .premium-plan,
  .enterprise-plan {
    grid-column: auto;
    min-height: 690px;
    padding: 25px;
    border-radius: 18px;
  }

  .pro-plan,
  .pro-plan:hover {
    transform: none;
  }

  .js .premium-plan.pro-plan.site-reveal.is-visible,
  .js .premium-plan.pro-plan.site-reveal.is-visible:hover {
    transform: none;
  }

  .plan-name-row h2 { font-size: 44px; }
  .premium-price > strong { font-size: 68px; }
  .custom-price { align-items: flex-start; flex-direction: column; }
  .custom-price > div { max-width: none; margin: 14px 0 0; }

  .pricing-assurance {
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.6;
  }

}

.solutions-page .micro-label,
.pricing-page .micro-label {
  font-size: 11px;
  letter-spacing: .13em;
}

.publisher-positioning > span {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .12em;
}

.panel-topline,
.capability-index {
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .1em;
}

.capability-index > span,
.solution-jump a span {
  font-size: 11px;
}

.curation-command-head,
.curation-decision,
.curation-decision b {
  font-size: 12px;
}

.curation-story small { font-size: 11px; }
.curation-story b { font-size: 11px; }

.billing-control {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border-color: rgba(53, 94, 192, .22);
  background: rgba(241, 247, 253, .88);
  box-shadow: 0 28px 70px rgba(44, 67, 124, .13), inset 0 1px var(--blue-50);
}

.billing-control::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22%;
  left: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-500), transparent);
  box-shadow: 0 5px 20px var(--blue-300);
}

.billing-control > span {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .11em;
}

.billing-control > small {
  margin-top: 17px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .045em;
}

.billing-toggle {
  height: 64px;
  margin-top: 19px;
}

.billing-toggle button {
  font-size: 15px;
}

.billing-toggle button em {
  margin-left: 6px;
  font-size: 11px;
}

.premium-plan-top,
.popular-flag {
  font-size: 12px;
  line-height: 1.35;
}

.premium-price > div b { font-size: 14px; }
.premium-price > div small { font-size: 11px; line-height: 1.45; }
.premium-features li { font-size: 14px; }
.premium-features li small { font-size: 11px; }
.premium-order { font-size: 12px; }
.pricing-assurance { font-size: 11px; line-height: 1.55; }

.solutions-page-hero {
  min-height: 610px;
  margin-bottom: 26px;
  align-items: center;
  border-color: var(--blue-800);
  color: var(--blue-50);
  background: var(--blue-950);
  box-shadow: inset 0 1px rgba(241, 247, 253, .08), 0 24px 70px rgba(26, 36, 64, .14);
}

.solutions-page-hero .inner-page-aurora {
  background:
    radial-gradient(ellipse at 18% 24%, rgba(83, 140, 222, .34), transparent 38%),
    radial-gradient(ellipse at 88% 74%, rgba(53, 94, 192, .28), transparent 36%),
    linear-gradient(132deg, var(--blue-950), var(--blue-900));
}

.solutions-page-hero .inner-page-aurora::before {
  content: "";
  position: absolute;
  inset: -28% -12%;
  opacity: .48;
  background:
    linear-gradient(118deg, transparent 43%, rgba(161, 200, 239, .14) 43.2%, transparent 43.5%),
    linear-gradient(118deg, transparent 58%, rgba(116, 171, 230, .12) 58.2%, transparent 58.55%);
  transform: translate3d(-3%, 0, 0);
  animation: solutionsBeamDrift 9s ease-in-out infinite alternate;
}

.solutions-page-hero .inner-page-aurora::after {
  opacity: .62;
  background:
    linear-gradient(rgba(161, 200, 239, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 72% 76% at 62% 48%, var(--blue-950), transparent);
  mask-image: radial-gradient(ellipse 72% 76% at 62% 48%, var(--blue-950), transparent);
}

.solutions-page-hero .inner-page-aurora i {
  opacity: .16;
  filter: blur(96px);
}

.solutions-page-hero .solutions-hero-layout {
  padding: 142px 0 70px;
}

.solutions-page-hero .micro-label { color: var(--blue-300); }
.solutions-page-hero .micro-label i { background: var(--blue-400); box-shadow: 0 0 12px var(--blue-400); }

.solutions-page-hero .solutions-hero-copy h1 {
  color: var(--blue-50);
  font-size: clamp(62px, 7vw, 103px);
}

.solutions-page-hero .solutions-hero-copy h1 span { color: var(--blue-300); }

.solutions-page-hero .solutions-hero-aside > p {
  color: var(--blue-100);
  font-size: 18px;
}

.solutions-page-hero .solution-jump a {
  color: var(--blue-50);
  border-color: rgba(161, 200, 239, .22);
  font-size: 15px;
}

.solutions-page-hero .solution-jump a span,
.solutions-page-hero .solution-jump a i { color: var(--blue-300); }
.solutions-page-hero .solution-jump a:hover { color: var(--blue-50); background: rgba(53, 94, 192, .24); }
.solutions-page .publisher-section { padding-top: 116px; }

.pricing-page-hero {
  min-height: 720px;
  background: var(--blue-50);
  box-shadow: inset 0 1px var(--blue-50), 0 24px 70px rgba(44, 67, 124, .08);
}

.pricing-page-hero .pricing-aurora {
  background:
    radial-gradient(ellipse at 18% 12%, var(--blue-100), transparent 38%),
    radial-gradient(ellipse at 82% 77%, var(--blue-200), transparent 38%),
    var(--blue-50);
}

.pricing-page-hero .pricing-aurora::after { opacity: 1; }
.pricing-page-hero .pricing-aurora i { opacity: .16; }

.pricing-hero-layout {
  position: relative;
  z-index: 3;
}

.pricing-hero-copy {
  text-shadow: 0 1px 22px var(--blue-50), 0 1px 8px var(--blue-50);
}

.end-section {
  isolation: isolate;
  min-height: 520px;
  margin: 10px;
  padding: 0;
  border: 1px solid var(--blue-800);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 88%, rgba(83, 140, 222, .2), transparent 42%),
    var(--blue-950);
  box-shadow: inset 0 1px rgba(241, 247, 253, .06), 0 22px 55px rgba(26, 36, 64, .16);
}

.solutions-page .end-section { margin-top: 24px; }

.end-section .shell {
  min-height: 520px;
  padding: 66px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.end-section .micro-label {
  font-size: 11px;
  letter-spacing: .14em;
}

.end-section h2 {
  max-width: 900px;
  margin: 24px auto 38px;
  font-size: clamp(62px, 7.3vw, 104px);
  line-height: .88;
  text-shadow: 0 8px 34px rgba(26, 36, 64, .52), 0 0 24px rgba(83, 140, 222, .12);
}

.end-section .shell > div {
  justify-content: center;
}

@keyframes solutionsBeamDrift {
  to { transform: translate3d(8%, 2%, 0); }
}

@media (max-width: 1100px) {
  .solutions-page-hero { min-height: 650px; }
  .solutions-page-hero .solutions-hero-layout { padding-top: 150px; }
}

@media (max-width: 760px) {
  .solutions-page-hero {
    min-height: 690px;
    margin-bottom: 18px;
  }

  .solutions-page-hero .solutions-hero-layout {
    padding: 122px 0 48px;
  }

  .solutions-page-hero .solutions-hero-copy h1 {
    font-size: clamp(49px, 13.2vw, 66px);
    line-height: .92;
  }

  .solutions-page-hero .solutions-hero-aside { margin-top: 42px; }
  .solutions-page-hero .solutions-hero-aside > p { font-size: 16px; line-height: 1.62; }
  .solutions-page-hero .solution-jump { margin-top: 29px; }
  .solutions-page-hero .solution-jump a { min-height: 59px; font-size: 14px; }

  .pricing-page-hero { min-height: 780px; }
  .pricing-page-hero .pricing-hero-layout { padding-top: 124px; }

  .billing-control { margin-top: 42px; padding: 22px; }
  .billing-control > span { font-size: 11px; }
  .billing-control > small { font-size: 12px; }
  .billing-toggle button { font-size: 14px; }
  .billing-toggle button em { display: block; margin: 2px 0 0; font-size: 12px; }

  .publisher-positioning > span { font-size: 11px; }
  .panel-topline,
  .capability-index { font-size: 12px; }

  .end-section {
    min-height: 470px;
    margin: 6px;
    border-radius: 18px;
  }

  .solutions-page .end-section { margin-top: 18px; }

  .end-section .shell {
    min-height: 470px;
    padding: 58px 24px;
  }

  .end-section h2 {
    margin: 23px auto 34px;
    font-size: clamp(49px, 14.5vw, 68px);
    line-height: .91;
  }

  .end-section .shell > div {
    width: min(100%, 330px);
  }

  .end-section .shell > div a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page-hero .inner-page-aurora::before { animation: none; }
}

.home-hero {
  min-height: 810px;
  background: var(--blue-50);
}

@media (max-width: 860px) {
  .home-hero { min-height: auto; }

}

@media (max-width: 760px) {
  .home-hero { margin: 6px; border-radius: 18px; }

}

.home-hero {
  min-height: 920px;
}

.about-premium {
  padding: 74px 0;
  background: var(--blue-50);
}

.about-spotlight {
  --spotlight-x: 50%;
  --spotlight-y: 50%;
  position: relative;
  min-height: 410px;
  padding: 30px 36px 0;
  overflow: hidden;
  border: 1px solid rgba(83, 140, 222, .24);
  border-radius: 22px;
  color: var(--blue-950);
  background:
    radial-gradient(circle at 84% 16%, rgba(161, 200, 239, .28), transparent 32%),
    linear-gradient(132deg, rgba(241, 247, 253, .96), rgba(225, 238, 251, .9));
  box-shadow: 0 24px 65px rgba(44, 67, 124, .1), inset 0 1px rgba(255, 255, 255, .92);
  isolation: isolate;
}

.about-spotlight::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background: radial-gradient(430px circle at var(--spotlight-x) var(--spotlight-y), rgba(63, 114, 209, .35), transparent 64%);
  transition: opacity 260ms ease;
}

.about-spotlight:hover::before { opacity: .72; }

.about-spotlight::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(112deg, transparent 16%, rgba(83, 140, 222, .58), rgba(241, 247, 253, .9), transparent 78%);
  background-size: 240% 100%;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: aboutBorderGlow 6.5s linear infinite;
}

.about-grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .42;
  background:
    linear-gradient(rgba(53, 94, 192, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 94, 192, .055) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 64% 90% at 72% 52%, #000, transparent);
  mask-image: radial-gradient(ellipse 64% 90% at 72% 52%, #000, transparent);
}

.about-topline,
.about-premium-main,
.about-signal-row {
  position: relative;
  z-index: 3;
}

.about-topline {
  min-height: 43px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(83, 140, 222, .17);
  color: var(--blue-700);
  font: 700 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}

.shiny-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: transparent;
  background: linear-gradient(110deg, var(--blue-800) 18%, var(--blue-300) 45%, var(--blue-900) 68%);
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  font: 800 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .13em;
  animation: shinyKicker 4.2s linear infinite;
}

.shiny-kicker i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px rgba(83, 140, 222, .11), 0 0 12px rgba(83, 140, 222, .5);
}

.about-premium-main {
  padding: 44px 0 39px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
  gap: 72px;
  align-items: end;
}

.about-premium-main h2 {
  margin: 0;
  font-size: clamp(49px, 5vw, 72px);
  font-weight: 550;
  line-height: .96;
  letter-spacing: -.065em;
}

.about-premium-main h2 span {
  color: transparent;
  background: linear-gradient(95deg, var(--blue-900), var(--blue-500), var(--blue-700));
  background-clip: text;
  -webkit-background-clip: text;
}

.about-premium-main > div p {
  margin: 0 0 24px;
  color: var(--blue-800);
  font-size: 14px;
  line-height: 1.68;
}

.about-premium-main > div a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.about-premium-main > div a span { color: var(--blue-500); transition: transform 220ms ease; }
.about-premium-main > div a:hover span { transform: translate(3px, -3px); }

.about-signal-row {
  margin: 0 -36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(83, 140, 222, .17);
}

.about-signal-row span {
  min-height: 68px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid rgba(83, 140, 222, .17);
}

.about-signal-row span:last-child { border-right: 0; }
.about-signal-row i { color: var(--blue-500); font: 700 11px/1 ui-monospace, monospace; font-style: normal; }
.about-signal-row b { font-size: 12px; letter-spacing: .1em; }

.compact-motion-cta,
.solutions-page .compact-motion-cta {
  position: relative;
  isolation: isolate;
  min-height: 286px;
  margin: 10px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(116, 171, 230, .25);
  border-radius: 22px;
  color: var(--blue-50);
  background: linear-gradient(128deg, #121c34, var(--blue-950) 54%, #101a30);
  box-shadow: 0 18px 46px rgba(26, 36, 64, .14), inset 0 1px rgba(241, 247, 253, .06);
}

.solutions-page .compact-motion-cta { margin-top: 18px; }

.cta-edge-glow {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--cta-angle), transparent 0 68%, rgba(116, 171, 230, .22) 76%, var(--blue-200) 82%, rgba(83, 140, 222, .2) 88%, transparent 96%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: ctaEdgeOrbit 8s linear infinite;
}

.cta-light-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 42% 70% at 50% 108%, rgba(83, 140, 222, .34), transparent 70%),
    linear-gradient(110deg, transparent 39%, rgba(161, 200, 239, .055) 39.2%, transparent 39.5%),
    linear-gradient(110deg, transparent 61%, rgba(161, 200, 239, .045) 61.2%, transparent 61.5%);
  animation: ctaFieldDrift 8s ease-in-out infinite alternate;
}

.compact-cta-inner,
.compact-motion-cta .compact-cta-inner {
  position: relative;
  z-index: 2;
  min-height: 286px;
  padding: 30px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.compact-motion-cta .shiny-kicker.light {
  color: transparent;
  background-image: linear-gradient(110deg, var(--blue-300) 15%, #fff 45%, var(--blue-300) 72%);
}

.compact-motion-cta .shiny-kicker.light i {
  background: var(--blue-300);
  box-shadow: 0 0 0 5px rgba(161, 200, 239, .08), 0 0 13px var(--blue-400);
}

.compact-motion-cta h2,
.end-section.compact-motion-cta h2 {
  max-width: none;
  margin: 15px 0 9px;
  color: var(--blue-50);
  font-size: clamp(44px, 4.9vw, 64px);
  font-weight: 540;
  line-height: .96;
  letter-spacing: -.065em;
  text-shadow: 0 8px 30px rgba(8, 15, 31, .34);
}

.motion-word {
  position: relative;
  display: inline-block;
  color: #cfeeff;
  -webkit-text-fill-color: #cfeeff;
  text-shadow: 0 0 12px rgba(140, 236, 255, .28), 0 0 28px rgba(37, 135, 255, .24);
  animation: motionWordGlow 2.8s ease-in-out infinite;
}

.motion-word::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.08em;
  left: 0;
  height: 2px;
  opacity: .72;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--blue-300), #fff, var(--blue-300), transparent);
  background-size: 42% 100%;
  background-repeat: no-repeat;
  animation: motionWordTracer 2.8s ease-in-out infinite;
}

.compact-motion-cta .compact-cta-inner > p {
  margin: 0;
  color: var(--blue-200);
  font-size: 13px;
  line-height: 1.5;
}

.compact-cta-actions,
.compact-motion-cta .compact-cta-inner > .compact-cta-actions {
  width: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 11px;
}

.compact-cta-actions a { min-height: 44px; }

@property --cta-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes aboutBorderGlow { to { background-position: -240% 0; } }
@keyframes shinyKicker { to { background-position: -220% 0; } }
@keyframes ctaEdgeOrbit { to { --cta-angle: 360deg; } }
@keyframes ctaFieldDrift { to { transform: translate3d(2.5%, -2%, 0); } }
@keyframes motionWordGlow {
  50% {
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 0 15px rgba(140, 236, 255, .58), 0 0 38px rgba(37, 135, 255, .4);
    transform: translateY(-1px);
  }
}
@keyframes motionWordTracer {
  0% { background-position: -40% 0; opacity: 0; }
  18%, 82% { opacity: .78; }
  100% { background-position: 140% 0; opacity: 0; }
}

@media (max-width: 900px) {

  .about-premium-main { grid-template-columns: 1fr; gap: 25px; }
  .about-premium-main > div { max-width: 560px; }
}

@media (max-width: 760px) {
  .home-hero { min-height: auto; }

  .about-premium { padding: 56px 0; }
  .about-spotlight { min-height: auto; padding: 24px 22px 0; border-radius: 18px; }
  .about-topline { min-height: 50px; }
  .about-topline > span:last-child { display: none; }
  .about-premium-main { padding: 34px 0 31px; }
  .about-premium-main h2 { font-size: clamp(44px, 13vw, 60px); }
  .about-premium-main > div p { font-size: 13px; }
  .about-signal-row { margin: 0 -22px; grid-template-columns: 1fr; }
  .about-signal-row span { min-height: 48px; padding: 0 22px; border-right: 0; border-bottom: 1px solid rgba(83, 140, 222, .17); }
  .about-signal-row span:last-child { border-bottom: 0; }

  .compact-motion-cta,
  .solutions-page .compact-motion-cta {
    min-height: 344px;
    margin: 6px;
    border-radius: 18px;
  }

  .solutions-page .compact-motion-cta { margin-top: 14px; }

  .compact-cta-inner,
  .compact-motion-cta .compact-cta-inner {
    min-height: 344px;
    padding: 28px 16px 26px;
  }

  .compact-motion-cta h2,
  .end-section.compact-motion-cta h2 {
    max-width: 430px;
    margin: 15px 0 10px;
    font-size: clamp(41px, 11.8vw, 54px);
  }

  .compact-motion-cta .compact-cta-inner > p { max-width: 330px; }

  .compact-cta-actions,
  .compact-motion-cta .compact-cta-inner > .compact-cta-actions {
    width: min(100%, 320px);
    margin-top: 19px;
    flex-direction: column;
  }

  .compact-cta-actions a { width: 100%; }

}

@media (prefers-reduced-motion: reduce) {
  .about-spotlight::after,
  .shiny-kicker,
  .cta-edge-glow,
  .cta-light-field {
    animation: none !important;
  }

  .motion-word,
  .motion-word::after { animation: none !important; }
}

.footer-brand .footer-powered,
.footer-grid .footer-powered {
  width: fit-content;
  max-width: 310px;
  margin-top: 22px;
  padding: 10px 13px;
  display: inline-flex;
  clear: both;
  align-items: center;
  border: 1px solid rgba(83, 140, 222, .19);
  border-radius: 999px;
  color: var(--blue-800);
  background: rgba(225, 238, 251, .58);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: .015em;
}

.footer-grid .footer-powered::after { display: none; }
.footer-grid .footer-powered:hover {
  color: var(--blue-950);
  background: var(--blue-100);
  transform: none;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-brand > p { margin-bottom: 0; }

.footer-bottom a {
  color: var(--blue-800);
  font-size: 11px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(83, 140, 222, .36);
  text-underline-offset: 4px;
}

.legal-page {
  color: var(--blue-950);
  background: var(--blue-50);
}

.legal-hero {
  position: relative;
  min-height: 530px;
  padding: 174px 0 84px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid rgba(83, 140, 222, .16);
  background:
    radial-gradient(circle at 82% 22%, rgba(161, 200, 239, .35), transparent 29%),
    radial-gradient(circle at 16% 12%, rgba(116, 171, 230, .2), transparent 27%),
    linear-gradient(145deg, var(--blue-50), #fff 58%, var(--blue-100));
}

.legal-grid {
  position: absolute;
  inset: 0;
  opacity: .56;
  pointer-events: none;
  background:
    linear-gradient(rgba(63, 114, 209, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 114, 209, .055) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(110deg, transparent 4%, #000 48%, transparent 92%);
  mask-image: linear-gradient(110deg, transparent 4%, #000 48%, transparent 92%);
}

.legal-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(83, 140, 222, .16);
  border-radius: 50%;
  pointer-events: none;
}

.legal-orbit::after {
  content: "";
  position: absolute;
  top: 14%;
  left: 11%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 8px rgba(83, 140, 222, .08), 0 0 22px var(--blue-400);
}

.legal-orbit-one {
  top: -290px;
  right: -120px;
  width: 650px;
  height: 650px;
  animation: legalOrbitDrift 12s ease-in-out infinite alternate;
}

.legal-orbit-two {
  right: 155px;
  bottom: -390px;
  width: 540px;
  height: 540px;
  opacity: .62;
  animation: legalOrbitDrift 15s ease-in-out -4s infinite alternate-reverse;
}

.legal-intro {
  position: relative;
  z-index: 2;
}

.legal-intro .section-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.legal-intro .section-index::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--blue-500);
  box-shadow: 0 0 10px var(--blue-400);
}

.legal-intro h1 {
  max-width: 1120px;
  margin: 25px 0 24px;
  font-size: clamp(52px, 6.25vw, 88px);
  font-weight: 540;
  line-height: .94;
  letter-spacing: -.068em;
}

.legal-intro > p {
  max-width: 900px;
  margin: 0;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .055em;
}

.legal-section {
  padding: 90px 0 125px;
  background: var(--blue-50);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 102px;
  max-height: calc(100vh - 126px);
  padding: 20px 4px 5px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--blue-300) transparent;
}

.legal-sidebar > span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue-700);
  font: 800 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
}

.legal-toc ul {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.legal-toc li:first-child { display: none; }

.legal-toc a {
  padding: 8px 12px;
  display: block;
  border-left: 1px solid rgba(83, 140, 222, .2);
  color: var(--blue-700);
  font-size: 12px;
  line-height: 1.4;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.legal-toc a strong { font-weight: 650; }
.legal-toc a:hover {
  border-left-color: var(--blue-500);
  color: var(--blue-950);
  background: linear-gradient(90deg, rgba(83, 140, 222, .1), transparent);
}

.legal-contact-chip {
  margin-top: 23px;
  padding: 11px 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(83, 140, 222, .22);
  border-radius: 999px;
  color: var(--blue-800);
  background: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 730;
}

.legal-contact-chip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 10px var(--blue-400);
}

.legal-document {
  min-width: 0;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(83, 140, 222, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 72px rgba(44, 67, 124, .08), inset 0 1px rgba(255, 255, 255, .95);
}

.legal-document > h3:first-child,
.legal-document > h3:first-child + p { display: none; }

.legal-document h3 {
  scroll-margin-top: 112px;
  margin: 48px 0 20px;
  padding-top: 45px;
  border-top: 1px solid rgba(83, 140, 222, .16);
  color: var(--blue-950);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 610;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.legal-document > p:nth-child(3) {
  margin-top: 0;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(83, 140, 222, .16);
  color: var(--blue-900);
  font-size: 16px;
  font-weight: 550;
  line-height: 1.72;
}

.legal-document > p:nth-child(3) + h3 {
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
}

.legal-document > h3:first-child + p + h3 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-document p,
.legal-document li {
  color: #3e5376;
  font-size: 14px;
  line-height: 1.78;
}

.legal-document p { margin: 0 0 18px; }
.legal-document ul,
.legal-document ol {
  margin: 10px 0 24px;
  padding-left: 21px;
}
.legal-document li + li { margin-top: 9px; }
.legal-document strong { color: var(--blue-950); font-weight: 720; }
.legal-document a {
  color: var(--blue-700);
  text-decoration: underline;
  text-decoration-color: rgba(83, 140, 222, .45);
  text-underline-offset: 3px;
}

.legal-document table {
  width: 100%;
  margin: 28px 0 30px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  overflow: hidden;
  border: 1px solid rgba(83, 140, 222, .18);
  border-radius: 14px;
  background: #fff;
}

.legal-document th,
.legal-document td {
  padding: 15px 16px;
  border-right: 1px solid rgba(83, 140, 222, .13);
  border-bottom: 1px solid rgba(83, 140, 222, .13);
  vertical-align: top;
  color: #3e5376;
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
  overflow-wrap: anywhere;
}

.legal-document th {
  color: var(--blue-950);
  background: var(--blue-100);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.legal-document tr:last-child td { border-bottom: 0; }
.legal-document th:last-child,
.legal-document td:last-child { border-right: 0; }

@keyframes legalOrbitDrift {
  to { transform: translate3d(-22px, 18px, 0) rotate(8deg); }
}

@media (max-width: 900px) {
  .legal-hero { min-height: 480px; padding: 154px 0 72px; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-sidebar {
    position: static;
    max-height: none;
    padding: 0;
    overflow: visible;
  }
  .legal-sidebar > span,
  .legal-toc { display: none; }
  .legal-contact-chip { margin-top: 0; }
}

@media (max-width: 760px) {
  .legal-hero { min-height: 430px; padding: 132px 0 58px; }
  .legal-orbit-one { right: -360px; }
  .legal-orbit-two { display: none; }
  .legal-intro h1 {
    margin-top: 20px;
    font-size: clamp(42px, 12vw, 59px);
    line-height: .97;
    letter-spacing: -.06em;
  }
  .legal-intro > p { font-size: 12px; }
  .legal-section { padding: 48px 0 75px; }
  .legal-document { padding: 30px 20px; border-radius: 18px; }
  .legal-document h3 {
    margin-top: 39px;
    padding-top: 38px;
    font-size: 26px;
  }
  .legal-document > p:nth-child(3) { font-size: 15px; }
  .legal-document p,
  .legal-document li { font-size: 13px; }
  .legal-document table {
    min-width: 720px;
    display: block;
    overflow-x: auto;
    border-radius: 12px;
  }
  .legal-document th,
  .legal-document td { min-width: 170px; }
  .footer-brand .footer-powered,
  .footer-grid .footer-powered { max-width: 285px; }
}

@media (prefers-reduced-motion: reduce) {
  .legal-orbit { animation: none !important; }
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(112px, .72fr));
  gap: clamp(28px, 3.7vw, 58px);
}

.footer-brand {
  min-width: 0;
  align-items: flex-start;
}

.footer-brand > p,
.footer-brand .footer-powered,
.footer-grid .footer-powered {
  width: min(270px, 100%);
  max-width: 270px;
  align-self: flex-start;
}

.footer-brand .footer-powered,
.footer-grid .footer-powered {
  margin-top: 17px;
  padding: 14px 0 0;
  display: block;
  border: 0;
  border-top: 1px solid rgba(83, 140, 222, .2);
  border-radius: 0;
  color: var(--blue-800);
  background: transparent;
  font-size: 11px;
  line-height: 1.5;
}

.footer-grid .footer-powered:hover {
  color: var(--blue-950);
  background: transparent;
}

.footer-legal-column {
  min-width: 0;
}

.contact-hero {
  min-height: 560px;
  padding: 166px 0 94px;
  background:
    radial-gradient(circle at 50% -8%, rgba(161, 200, 239, .72), transparent 39%),
    radial-gradient(circle at 12% 72%, rgba(83, 140, 222, .11), transparent 31%),
    linear-gradient(145deg, var(--blue-50), #fff 58%, var(--blue-100));
  isolation: isolate;
}

.contact-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .48;
  pointer-events: none;
  background:
    linear-gradient(rgba(83, 140, 222, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 140, 222, .06) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 36%, #000, transparent);
  mask-image: radial-gradient(ellipse 70% 80% at 50% 36%, #000, transparent);
}

.contact-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -430px;
  left: 50%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(83, 140, 222, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(83, 140, 222, .035), 0 0 0 190px rgba(83, 140, 222, .025);
  transform: translateX(-50%);
}

.contact-glow {
  z-index: 0;
  top: -500px;
  opacity: .78;
}

.contact-intro {
  z-index: 2;
}

.contact-intro h1 {
  max-width: 880px;
  font-size: clamp(58px, 6.4vw, 88px);
}

.contact-intro p {
  max-width: 640px;
  color: var(--blue-800);
  font-size: 17px;
}

.contact-section {
  padding: 82px 0 96px;
  background: #fff;
}

.contact-grid {
  grid-template-columns: minmax(310px, .86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 3vw, 42px);
}

.contact-details {
  position: relative;
  min-height: 100%;
  padding: 38px 34px;
  gap: 32px;
  overflow: hidden;
  border: 1px solid rgba(116, 171, 230, .24);
  border-radius: 24px;
  color: var(--blue-50);
  background:
    radial-gradient(circle at 86% 10%, rgba(83, 140, 222, .34), transparent 32%),
    linear-gradient(145deg, #182644, var(--blue-950) 62%, #111a30);
  box-shadow: 0 26px 66px rgba(26, 36, 64, .16), inset 0 1px rgba(241, 247, 253, .08);
  isolation: isolate;
}

.contact-details::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .26;
  background:
    linear-gradient(rgba(161, 200, 239, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(161, 200, 239, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(circle at 76% 18%, #000, transparent 68%);
  mask-image: radial-gradient(circle at 76% 18%, #000, transparent 68%);
}

.contact-details > div:not(.contact-direct) {
  position: relative;
  padding-bottom: 30px;
  border-bottom-color: rgba(161, 200, 239, .18);
}

.contact-details h2 {
  color: var(--blue-50);
  font-size: 26px;
}

.contact-details p {
  color: var(--blue-200);
  font-size: 14px;
}

.detail-number {
  color: var(--blue-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.contact-direct {
  position: relative;
  gap: 14px;
}

.contact-direct-title {
  color: var(--blue-300) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .14em;
}

.contact-direct-links {
  display: grid;
  gap: 10px;
}

.contact-direct-links a {
  min-width: 0;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(161, 200, 239, .18);
  border-radius: 13px;
  color: var(--blue-50);
  background: rgba(241, 247, 253, .065);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-direct-links a:hover {
  border-color: rgba(161, 200, 239, .46);
  background: rgba(83, 140, 222, .16);
  transform: translateY(-2px);
}

.contact-direct-links a > span {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.contact-direct-links small {
  color: var(--blue-300);
  font-size: 11px;
  font-weight: 650;
}

.contact-direct-links b {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.35;
}

.contact-direct-links i {
  flex: 0 0 auto;
  color: var(--blue-300);
  font-size: 17px;
  font-style: normal;
}

.contact-form {
  padding: clamp(30px, 4vw, 48px);
  border-color: rgba(83, 140, 222, .2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(161, 200, 239, .16), transparent 30%),
    rgba(241, 247, 253, .92);
  box-shadow: 0 26px 70px rgba(44, 67, 124, .1), inset 0 1px #fff;
}

.form-heading span,
.contact-form label,
.form-submit p {
  font-size: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: rgba(83, 140, 222, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.form-submit button {
  border-radius: 10px;
  background: linear-gradient(120deg, var(--blue-950), var(--blue-800));
  box-shadow: 0 12px 24px rgba(44, 67, 124, .16);
  font-size: 12px;
}

.contact-steps {
  padding: 76px 0 88px;
  background: var(--blue-50);
}

.contact-steps .shell > div {
  gap: 12px;
  border: 0;
}

.contact-steps article {
  min-height: 210px;
  border: 1px solid rgba(83, 140, 222, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.contact-steps article:last-child {
  border-right: 1px solid rgba(83, 140, 222, .16);
}

.contact-steps h3 {
  margin-top: 58px;
}

.contact-steps p {
  font-size: 13px;
}

.footer-grid b, .footer-grid a:not(.brand), .footer-bottom, .micro-label, .section-index, .shiny-kicker, .about-topline, .about-signal-row i, .about-signal-row b, .billing-control > small, .billing-toggle button, .capability-index, .legal-sidebar > span, .legal-toc a, .legal-contact-chip, .legal-document th{
  font-size: 11px;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: minmax(230px, 1.35fr) repeat(4, minmax(96px, .65fr));
    gap: 26px;
  }
}

@media (max-width: 760px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 1000;
  }

  .site-header.menu-open {
    transform: translateY(0) !important;
  }

  .site-header .nav-wrap {
    position: relative;
  }

  .site-header nav {
    position: fixed !important;
    z-index: 1001;
    top: 76px !important;
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-height: calc(100dvh - 88px);
    margin: 0 !important;
    padding: 16px !important;
    display: flex !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 6px !important;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border: 1px solid rgba(83, 140, 222, .2);
    border-radius: 18px;
    background: rgba(241, 247, 253, .97);
    box-shadow: 0 24px 70px rgba(26, 36, 64, .2);
    backdrop-filter: blur(22px);
    transform: translateY(-12px) scale(.985);
    transform-origin: top;
    transition: opacity 180ms ease, transform 220ms ease, visibility 0s linear 220ms;
  }

  .site-header nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .site-header nav a,
  .js body.site-ready .site-header nav a {
    width: 100%;
    min-height: 48px;
    padding: 0 15px !important;
    display: flex !important;
    align-items: center;
    border-radius: 11px;
    color: var(--blue-950);
    background: rgba(255, 255, 255, .58);
    font-size: 15px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .site-header nav a:hover,
  .site-header nav a:focus-visible {
    color: var(--blue-950);
    background: var(--blue-100);
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 1002;
    display: flex !important;
  }

  .site-header .menu-toggle i {
    transition: transform 180ms ease;
  }

  .site-header.menu-open .menu-toggle i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand > p,
  .footer-brand .footer-powered,
  .footer-grid .footer-powered {
    width: min(310px, 100%);
    max-width: 310px;
  }

  .contact-hero {
    min-height: 470px;
    padding: 132px 0 68px;
  }

  .contact-intro h1 {
    font-size: clamp(49px, 14vw, 66px);
  }

  .contact-intro p {
    font-size: 15px;
  }

  .contact-section {
    padding: 54px 0 70px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-details {
    padding: 29px 22px;
    border-radius: 19px;
  }

  .contact-form {
    padding: 29px 20px;
    border-radius: 19px;
  }

  .contact-steps .shell > div {
    gap: 10px;
  }

  .contact-steps article,
  .contact-steps article:last-child {
    min-height: 180px;
    border: 1px solid rgba(83, 140, 222, .16);
  }

  .contact-steps h3 {
    margin-top: 42px;
  }
}

.form-submit button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  background: linear-gradient(120deg, var(--blue-950) 0%, var(--blue-800) 52%, #538cde 100%);
  background-size: 180% 180%;
  box-shadow: 0 14px 26px rgba(44, 67, 124, .18);
  transition: transform .32s cubic-bezier(.2,.9,.25,1), box-shadow .32s cubic-bezier(.2,.9,.25,1), background-position .42s ease;
}

.form-submit button::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -30%;
  width: 38%;
  height: 320%;
  transform: rotate(18deg);
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.26), transparent);
  transition: transform .55s ease, left .55s ease;
}

.form-submit button span {
  position: relative;
  display: inline-block;
  transition: transform .28s cubic-bezier(.2,.9,.25,1);
}

.form-submit button:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 0 20px 38px rgba(44, 67, 124, .24);
}

.form-submit button:hover::before {
  left: 100%;
  transform: rotate(18deg) translateX(0);
}

.form-submit button:hover span {
  transform: translateX(3px) translateY(-1px);
}

.form-submit button:active {
  transform: translateY(0);
}

/* Article image carousel */
.capability-media .article-media-carousel {
  position: relative;
  align-self: stretch;
  height: 100%;
  min-height: 455px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(83, 140, 222, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 12%, rgba(83, 140, 222, .19), transparent 28%),
    radial-gradient(circle at 85% 88%, rgba(116, 171, 230, .16), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,244,253,.88));
  box-shadow: 0 30px 65px rgba(44, 67, 124, .16), inset 0 1px 0 rgba(255,255,255,.9);
  perspective: 1150px;
  isolation: isolate;
}

.article-carousel-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .55;
  background-image:
    linear-gradient(rgba(83,140,222,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83,140,222,.055) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
}

.article-carousel-track {
  position: absolute;
  z-index: 2;
  inset: 56px 20px 52px;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.article-media-card {
  position: absolute;
  inset: 0 72px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(224,236,249,.18);
  border-radius: 24px;
  background: #1a2440;
  box-shadow: 0 26px 54px rgba(26,36,64,.24);
  transform-origin: 78% 50%;
  transition:
    transform .82s cubic-bezier(.16,.84,.23,1),
    opacity .56s ease,
    filter .82s cubic-bezier(.16,.84,.23,1),
    box-shadow .82s ease;
  will-change: transform, opacity, filter;
}

.article-media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 3.1s cubic-bezier(.2,.7,.2,1);
}

.article-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,18,36,.02) 28%, rgba(11,18,36,.10) 55%, rgba(11,18,36,.74) 100%);
}

.article-media-card figcaption {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 19px;
  left: 20px;
  display: grid;
  gap: 6px;
  color: white;
  text-align: left;
}

.article-media-card figcaption small {
  color: rgba(225,239,255,.78);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}

.article-media-card figcaption b {
  max-width: 420px;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.article-media-card.is-active {
  z-index: 5;
  opacity: 1;
  filter: saturate(1) brightness(1);
  transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
}

.article-media-card.is-active img { transform: scale(1); }

.article-media-card.is-next {
  z-index: 4;
  opacity: .86;
  filter: saturate(.94) brightness(.98);
  transform: translate3d(34px, 10px, -48px) rotateY(-6deg) scale(.955);
}

.article-media-card.is-back {
  z-index: 3;
  opacity: .58;
  filter: saturate(.82) brightness(.93);
  transform: translate3d(58px, 20px, -92px) rotateY(-8deg) scale(.91);
}

.article-media-card.is-hidden {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(82px, 28px, -138px) rotateY(-10deg) scale(.86);
}

.article-carousel-topbar {
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.article-carousel-topbar > span,
.article-carousel-topbar > b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #314e9c;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
}

.article-carousel-topbar > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c6ff;
  box-shadow: 0 0 0 5px rgba(34,198,255,.10);
  animation: articleMediaPulse 1.8s ease-in-out infinite;
}

.article-carousel-topbar b strong { font-size: 14px; color: #1a2440; }
.article-carousel-topbar b em { font-style: normal; opacity: .55; }

.article-carousel-bottom {
  position: absolute;
  z-index: 8;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.article-carousel-bottom > span {
  color: rgba(49,78,156,.7);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}

.article-carousel-dots { display: inline-flex; align-items: center; gap: 7px; }

.article-carousel-dots i {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: rgba(49,78,156,.22);
  transition: width .32s ease, background .32s ease;
}

.article-carousel-dots i.is-active {
  width: 24px;
  background: linear-gradient(90deg, #355ec0, #22c6ff);
}

.capability-media:hover .article-media-card.is-active {
  transform: translate3d(-2px,-2px,10px) scale(1.006);
  box-shadow: 0 34px 68px rgba(26,36,64,.28);
}

@keyframes articleMediaPulse {
  0%,100% { opacity: .65; transform: scale(.86); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1024px) {
  .capability-media .article-media-carousel { min-height: 420px; }
  .capability-media .article-carousel-track { inset: 54px 16px 50px; }
  .capability-media .article-media-card { inset: 0 58px 0 0; }
  .capability-media .article-media-card.is-next { transform: translate3d(28px, 9px, -42px) rotateY(-6deg) scale(.96); }
  .capability-media .article-media-card.is-back { transform: translate3d(48px, 17px, -82px) rotateY(-8deg) scale(.915); }
}

@media (max-width: 767px) {
  .capability-media .article-media-carousel { height: auto; min-height: 330px; border-radius: 22px; }
  .capability-media .article-carousel-track { inset: 48px 12px; }
  .capability-media .article-media-card { inset: 0 16px 0 0; border-radius: 18px; }
  .article-media-card.is-next { opacity: .2; transform: translate3d(16px, 8px, -36px) rotateY(-5deg) scale(.97); }
  .article-media-card.is-back,
  .article-media-card.is-hidden { opacity: 0; }
  .article-media-card figcaption b { font-size: 16px; }
  .article-carousel-bottom > span { display: none; }
  .article-carousel-bottom { justify-content: flex-end; }
}

/* Home hero */
.global-intelligence-hero {
  position: relative;
  min-height: 970px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  isolation: isolate;
}

.global-intelligence-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(83, 140, 222, .22), transparent);
}

.living-flow-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.orb-one {
  top: 8%;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(83, 140, 222, .16), rgba(83, 140, 222, .05) 48%, transparent 72%);
}

.orb-two {
  top: 18%;
  left: 12%;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(116, 171, 230, .14), transparent 70%);
}

.orb-three {
  right: 8%;
  bottom: 14%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(83, 140, 222, .12), transparent 70%);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(83, 140, 222, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 140, 222, .06) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,.95), transparent 80%);
  mask-image: radial-gradient(circle at center, rgba(0,0,0,.95), transparent 80%);
}

.living-flow-layout {
  position: relative;
  z-index: 2;
  min-height: 970px;
  padding: 106px 0 54px;
}

.mission-line-static {
  position: absolute;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid rgba(83, 140, 222, .22);
  border-radius: 999px;
  background: rgba(241, 247, 253, .86);
  box-shadow: 0 12px 28px rgba(49, 78, 156, .07);
  backdrop-filter: blur(10px);
  color: #314e9c;
  font-size: clamp(15px, 1.03vw, 17px);
  font-weight: 760;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: 0;
  animation: missionLineReveal .55s cubic-bezier(.2, .88, .26, 1) .08s forwards;
}

/* Hero title */
.global-headline {
  position: absolute;
  z-index: 3;
  top: 178px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #314e9c;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  pointer-events: none;
  user-select: none;
}
.global-headline .headline-row {
  display: block !important;
  width: auto;
  margin: 0 !important;
  padding: 0;
  color: inherit;
  opacity: 1;
  transform: none;
  filter: none;
  letter-spacing: normal;
}

.global-headline .headline-word {
  display: block;
  color: inherit;
}

.headline-row-top {
  padding-bottom: 18px !important;
  font-size: clamp(22px, 1.75vw, 28px);
  font-weight: 700;
  line-height: 1;
}

.headline-row-bottom {
  font-size: clamp(64px, 5.65vw, 88px);
  font-weight: 600;
  line-height: .95;
}

.global-hero-copy > p {
  position: absolute;
  bottom: 49px;
  left: 50%;
  width: min(760px, calc(100vw - 40px));
  margin: 0;
  transform: translateX(-50%);
  color: #314e9c;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.6;
  letter-spacing: -.012em;
  text-align: center;
  opacity: 0;
  animation: heroCopyFade .55s cubic-bezier(.21, .9, .28, 1) .46s forwards;
}

.living-flow-stage {
  position: absolute;
  inset: 320px 0 132px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 226px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
}

.flow-network-lines {
  position: absolute;
  inset: 8px 0 8px;
  width: 100%;
  height: calc(100% - 16px);
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}

.network-path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.network-bed {
  stroke: rgba(83, 140, 222, .22);
  stroke-width: 1.45;
}

.left-flow { stroke: url(#flowLineLeft); }
.right-flow { stroke: url(#flowLineRight); }

.network-flow {
  stroke-width: 2.65;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: url(#flowGlow);
  animation: heroSignalStream 4.15s cubic-bezier(.35, 0, .2, 1) infinite;
}

.network-flow.flow-two { animation-delay: .68s; }
.network-flow.flow-three { animation-delay: 1.36s; }
.network-right .network-flow.flow-one { animation-delay: 2.02s; }
.network-right .network-flow.flow-two { animation-delay: 2.7s; }
.network-right .network-flow.flow-three { animation-delay: 3.38s; }

.network-node {
  fill: #f1f7fd;
  stroke: rgba(83, 140, 222, .68);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 5px rgba(83, 140, 222, .34));
  animation: networkNodeBreath 2.8s ease-in-out infinite;
}

.flow-lane,
.flow-center-zone {
  position: relative;
  z-index: 1;
  height: calc(100% - 42px);
}

.flow-lane-left,
.flow-lane-right {
  min-height: 486px;
}

.flow-article-card,
.publish-ready-card,
.platform-tile {
  border: 1px solid rgba(83, 140, 222, .14);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 24px 55px rgba(44, 67, 124, .10), inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter: blur(12px);
}

.flow-article-card {
  position: absolute;
  width: clamp(214px, 21vw, 282px);
  padding: 13px;
  border-radius: 24px;
  display: grid;
  gap: 9px;
  color: #1a2440;
  transform-style: preserve-3d;
}

.flow-article-card h3 {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.22;
  letter-spacing: -.02em;
}

.flow-article-card p {
  margin: 0;
  color: rgba(26, 36, 64, .72);
  font-size: 13px;
  line-height: 1.5;
}

.article-thumb {
  height: 96px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
}

.article-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: rgba(49, 78, 156, .78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.article-snippet-lines { display: grid; gap: 7px; }
.article-snippet-lines i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(83,140,222,.18), rgba(83,140,222,.06));
}
.article-snippet-lines i:nth-child(1) { width: 94%; }
.article-snippet-lines i:nth-child(2) { width: 78%; }
.article-snippet-lines i:nth-child(3) { width: 66%; }
.article-snippet-lines.compact i:nth-child(1) { width: 88%; }
.article-snippet-lines.compact i:nth-child(2) { width: 70%; }

.article-primary {
  top: 18px;
  left: -18px;
  z-index: 3;
  animation: floatCardA 6.4s ease-in-out infinite;
}

.article-secondary {
  top: 164px;
  left: 116px;
  width: clamp(204px, 19vw, 250px);
  z-index: 2;
  animation: floatCardB 7s ease-in-out infinite -.9s;
}

.article-tertiary {
  top: 312px;
  left: 12px;
  width: clamp(190px, 18vw, 232px);
  z-index: 1;
  animation: floatCardC 6.8s ease-in-out infinite -1.7s;
}

.flow-center-zone { min-height: 360px; }

.flow-core-wrap {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 214px;
  height: 214px;
  transform: translate(-50%, -50%);
}

.flow-core-aura {
  position: absolute;
  inset: -54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 140, 222, .20), rgba(83, 140, 222, .06) 44%, transparent 72%);
  filter: blur(20px);
}

.flow-core-rings {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(83, 140, 222, .20);
}

.ring-one { inset: 16px; animation: pulseRing 4.4s ease-out infinite; }
.ring-two { inset: -10px; animation: pulseRing 4.4s ease-out infinite 1.2s; }

.flow-core-card {
  position: absolute;
  inset: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(83, 140, 222, .16);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(241,247,253,.92));
  box-shadow: 0 22px 44px rgba(44,67,124,.14);
}

.flow-core-card img {
  width: 88px;
  height: 88px;
  display: block;
  object-fit: contain;
}

.publish-ready-card {
  position: absolute;
  top: 18px;
  right: 0;
  width: clamp(266px, 23vw, 318px);
  padding: 16px 16px 15px;
  border-radius: 24px;
  color: #1a2440;
  z-index: 2;
  animation: floatCardB 7.2s ease-in-out infinite -.4s;
}

.publish-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #314e9c;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.publish-topline b {
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(34,198,255,.12);
  color: #0c90bf;
}

.publish-ready-card h3 {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.2;
}

.publish-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.publish-capability-list span {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(241,247,253,.92);
  border: 1px solid rgba(83, 140, 222, .13);
  color: #314e9c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}

.publish-ready-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.publish-ready-card li {
  position: relative;
  padding-left: 16px;
  color: rgba(26, 36, 64, .76);
  font-size: 13px;
  line-height: 1.45;
}

.publish-ready-card li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c6ff;
  box-shadow: 0 0 0 4px rgba(34,198,255,.10);
}

.publish-destinations {
  position: absolute;
  right: 0;
  top: 330px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(332px, 100%);
  z-index: 1;
}

.platform-tile {
  padding: 14px;
  border-radius: 20px;
  display: grid;
  gap: 4px;
  justify-items: start;
  animation: floatCardC 6.6s ease-in-out infinite;
}
.platform-tile:nth-child(2) { animation-delay: -.8s; }
.platform-tile:nth-child(3) { animation-delay: -1.6s; }
.platform-tile:nth-child(4) { animation-delay: -2.4s; }

.platform-tile b {
  color: #1a2440;
  font-size: 14px;
  line-height: 1.2;
}

.platform-tile small {
  color: rgba(49, 78, 156, .74);
  font-size: 11px;
  font-weight: 700;
}

.publish-topline img,
.platform-tile img { width: 16px; height: 16px; object-fit: contain; }
.platform-social span {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: #22c6ff;
  font-size: 13px;
  font-weight: 800;
}

@keyframes missionLineReveal {
  from { opacity: 0; transform: translateX(-50%) scale(.98); filter: blur(4px); }
  to { opacity: 1; transform: translateX(-50%) scale(1); filter: blur(0); }
}

@keyframes heroCopyFade {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); filter: blur(4px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); filter: blur(0); }
}

@keyframes heroSignalStream {
  0%, 9% { opacity: 0; stroke-dashoffset: 1; }
  23% { opacity: 1; }
  72% { opacity: 1; stroke-dashoffset: 0; }
  100% { opacity: 0; stroke-dashoffset: -1; }
}

@keyframes networkNodeBreath {
  0%, 100% { opacity: .58; }
  50% { opacity: 1; }
}

@keyframes pulseRing {
  0% { opacity: .16; transform: scale(.92); }
  50% { opacity: .32; transform: scale(1.03); }
  100% { opacity: .16; transform: scale(1.14); }
}

@keyframes floatCardA {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-9px) rotate(-2deg); }
}

@keyframes floatCardB {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes floatCardC {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-7px) rotate(0deg); }
}

@media (max-width: 1180px) {
  .living-flow-stage {
    grid-template-columns: minmax(0, 1fr) 206px minmax(0, 1fr);
    gap: 20px;
  }

  .article-primary { left: -8px; }
  .article-secondary { left: 82px; }
  .article-tertiary { left: 4px; }
  .publish-ready-card { right: 0; }
}

@media (max-width: 1024px) {
  .global-headline { top: 170px; }
  .headline-row-top { font-size: 26px; padding-bottom: 16px !important; }
  .headline-row-bottom { font-size: clamp(52px, 8vw, 72px); }

  .global-intelligence-hero,
  .living-flow-layout { min-height: 1340px; }
.living-flow-stage {
    inset: 292px 0 126px;
    grid-template-columns: 1fr;
    grid-template-rows: 334px 210px 354px;
    gap: 12px;
  }

  .flow-network-lines { display: none; }

  .flow-lane-left,
  .flow-lane-right { min-height: 0; }

  .flow-lane-left { order: 1; }
  .flow-center-zone { order: 2; height: 210px; }
  .flow-lane-right { order: 3; }

  .article-primary { top: 0; left: 4%; }
  .article-secondary { top: 100px; left: 39%; }
  .article-tertiary { top: 214px; left: 16%; }

  .publish-ready-card { top: 0; right: 0; }
  .publish-destinations { right: 0; bottom: 0; width: 100%; max-width: 370px; }
}

@media (max-width: 767px) {
  .global-headline { top: 158px; }
  .headline-row-top { font-size: 22px; padding-bottom: 14px !important; }
  .headline-row-bottom { font-size: clamp(42px, 11vw, 56px); }

  .global-intelligence-hero,
  .living-flow-layout { min-height: 1260px; }

  .mission-line-static {
    top: 94px;
    max-width: calc(100vw - 32px);
    padding: 7px 13px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }
.global-hero-copy > p {
    bottom: 42px;
    width: calc(100vw - 28px);
    font-size: 15px;
  }

  .living-flow-stage {
    inset: 252px 0 114px;
    grid-template-rows: 300px 188px 356px;
  }

  .flow-article-card,
  .publish-ready-card {
    width: min(88vw, 310px);
    padding: 13px;
  }

  .article-primary { left: 0; }
  .article-secondary { top: 105px; left: auto; right: 0; width: min(76vw, 262px); }
  .article-tertiary { top: 205px; left: 10px; width: min(68vw, 230px); }
  .article-thumb { height: 78px; }

  .flow-core-wrap { width: 180px; height: 180px; }
  .flow-core-card { inset: 36px; }
  .flow-core-card img { width: 72px; height: 72px; }

  .publish-ready-card { width: min(88vw, 320px); }
  .publish-destinations {
    position: static;
    width: min(88vw, 340px);
    margin-top: 146px;
  }

  .flow-lane-right { display: flex; flex-direction: column; align-items: flex-end; }
  .platform-tile { padding: 12px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .mission-line-static,
  .global-hero-copy > p {
    animation: none;
    opacity: 1;
    filter: none;
    transform: translateX(-50%);
  }

  .article-primary,
  .article-secondary,
  .article-tertiary,
  .publish-ready-card,
  .platform-tile,
  .flow-core-rings {
    animation: none !important;
  }

  .network-flow,
  .network-node { animation: none !important; }

  .network-flow {
    opacity: .72;
    stroke-dashoffset: 0;
  }
}
/* ========================================
   MOBILE HEADER — FINAL FIX
======================================== */

.mobile-nav-actions {
  display: none;
}

@media (max-width: 760px) {

  /* Prevent the opening menu from being clipped by the header animation. */
  .js .site-header .nav-wrap,
  .js body.site-ready .site-header .nav-wrap,
  .site-header .nav-wrap {
    overflow: visible !important;
    clip-path: none !important;
  }

  .site-header {
    z-index: 10000;
  }

  .site-header.menu-open,
  .site-header.is-hidden.menu-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 10003;
    flex: 0 0 40px;
    cursor: pointer;
  }

  .site-header nav {
    position: absolute !important;
    z-index: 10002;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: calc(100dvh - 110px);
    margin: 0 !important;
    padding: 14px !important;

    display: flex !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 6px !important;

    overflow-x: hidden;
    overflow-y: auto;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    border: 1px solid rgba(83, 140, 222, 0.2);
    border-radius: 16px;
    background: rgba(241, 247, 253, 0.98);
    box-shadow: 0 24px 70px rgba(26, 36, 64, 0.22);
    backdrop-filter: blur(22px);

    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;

    transition:
      opacity 180ms ease,
      transform 220ms ease,
      visibility 0s linear 220ms;
  }

  .site-header nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .site-header nav > a {
    width: 100%;
    min-height: 46px;
    padding: 0 15px !important;
    display: flex !important;
    align-items: center;

    border-radius: 10px;
    color: var(--blue-950);
    background: rgba(255, 255, 255, 0.62);
    font-size: 15px !important;
  }

  .site-header .nav-actions {
    display: none !important;
  }

  .site-header .mobile-nav-actions {
    margin-top: 8px;
    padding-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-top: 1px solid rgba(83, 140, 222, 0.16);
  }

  .site-header .mobile-nav-actions .nav-button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0 9px !important;
    display: flex !important;
    justify-content: center;

    color: #f1f7fd !important;
    background: #1a2440 !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  .site-header .mobile-nav-actions .nav-button:hover,
  .site-header .mobile-nav-actions .nav-button:focus-visible {
    color: #f1f7fd !important;
    background: #26365f !important;
  }

  .site-header.menu-open .menu-toggle i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  body.nav-open {
    overflow: hidden;
  }

  /* Correct header position while viewing the site logged in to WordPress. */
  body.admin-bar .site-header {
    top: 60px;
  }
}
/* ========================================
   MOBILE HOMEPAGE — HERO + HOW IT WORKS
======================================== */

/* ----------------------------------------
   MOBILE HERO
---------------------------------------- */

@media (max-width: 767px) {

  .global-intelligence-hero,
  .global-intelligence-hero .living-flow-layout {
    min-height: 0 !important;
  }

  .global-intelligence-hero {
    height: auto !important;
    overflow: hidden;
  }

  .global-intelligence-hero .living-flow-layout {
    padding: 104px 0 54px !important;
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .global-intelligence-hero .mission-line-static {
    position: relative !important;
    order: 1;
    top: auto !important;
    left: auto !important;
    align-self: center;
    max-width: 100%;
    margin: 0 auto !important;
    transform: none !important;

    opacity: 1 !important;
    animation: none !important;
  }

  .global-intelligence-hero .global-headline {
    position: relative !important;
    order: 2;
    top: auto !important;
    left: auto !important;
    width: 100%;
    margin: 28px 0 0 !important;
    transform: none !important;
  }

  .global-intelligence-hero .headline-row-top {
    padding-bottom: 12px !important;
    font-size: 21px;
  }

  .global-intelligence-hero .headline-row-bottom {
    width: 100%;
    font-size: clamp(40px, 12.5vw, 55px);
    line-height: 0.97;
    letter-spacing: -0.055em;
    white-space: normal;
  }

  .global-intelligence-hero .headline-word {
    width: 100%;
    white-space: normal;
  }

  .global-intelligence-hero .global-hero-copy > p {
    position: relative !important;
    order: 3;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    margin: 22px auto 0 !important;
    transform: none !important;

    font-size: 15px;
    line-height: 1.55;

    opacity: 1 !important;
    animation: none !important;
  }

  .global-intelligence-hero .living-flow-stage {
    position: relative !important;
    order: 4;
    inset: auto !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 42px;

    display: flex !important;
    align-items: stretch;
    flex-direction: column;
    gap: 26px;
  }

  .global-intelligence-hero .flow-network-lines {
    display: none !important;
  }

  .global-intelligence-hero .flow-lane,
  .global-intelligence-hero .flow-center-zone {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .global-intelligence-hero .flow-lane-left {
    order: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .global-intelligence-hero .flow-center-zone {
    order: 2;
    height: 190px;
    min-height: 190px;
  }

  .global-intelligence-hero .flow-lane-right {
    order: 3;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .global-intelligence-hero .flow-article-card,
  .global-intelligence-hero .article-primary,
  .global-intelligence-hero .article-secondary,
  .global-intelligence-hero .article-tertiary,
  .global-intelligence-hero .publish-ready-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;

    transform: none !important;
    animation: none !important;
  }

  .global-intelligence-hero .flow-article-card {
    padding: 15px;
    border-radius: 20px;
  }

  .global-intelligence-hero .article-thumb {
    height: 150px;
  }

  .global-intelligence-hero .flow-article-card h3 {
    font-size: 18px;
  }

  .global-intelligence-hero .flow-core-wrap {
    top: 50%;
    width: 180px;
    height: 180px;
  }

  .global-intelligence-hero .publish-ready-card {
    padding: 18px;
    border-radius: 20px;
  }

  .global-intelligence-hero .publish-destinations {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100%;
    max-width: none;
    margin: 0 !important;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .global-intelligence-hero .platform-tile {
    min-width: 0;
    padding: 14px;
    animation: none !important;
    transform: none !important;
  }
}


/* ----------------------------------------
   MOBILE HOW IT WORKS
---------------------------------------- */

@media (max-width: 760px) {

  .process-section {
    padding-top: 72px;
    overflow: hidden;
  }

  .process-heading {
    padding-bottom: 42px;
  }

  .process-heading h2 {
    font-size: clamp(39px, 11.5vw, 50px);
    line-height: 1;
  }

  .process-heading p {
    margin-top: 22px;
  }

  .process-scroll {
    height: auto !important;
    min-height: 0 !important;
  }

  .process-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .process-grid {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
  }

  /* Remove the steps and the central pipeline on mobile. */
  .process-list,
  .process-engine {
    display: none !important;
  }

  .process-preview,
  .process-preview.preview-state-1,
  .process-preview.preview-state-2,
  .process-preview.preview-state-3,
  .process-preview.preview-state-4,
  .process-preview.preview-state-5 {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 28px 14px 66px !important;
    display: block !important;

    border: 0 !important;
    background: transparent !important;
  }

  /* Remove the surrounding desktop card controls. */
  .process-preview .preview-chrome,
  .process-preview .preview-footer {
    display: none !important;
  }

  .process-preview .stage-scenes {
    width: 100%;
    min-height: 0 !important;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;

    overflow: visible;
    border: 0;
    background: transparent;
  }

  .process-preview .stage-scenes::after {
    display: none;
  }

  /* Display every right-side animation vertically. */
  .process-preview .stage-scene,
  .process-preview .stage-scene.active {
    position: relative !important;
    z-index: 1 !important;
    inset: auto !important;

    width: 100%;
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;

    overflow: hidden;
    border: 1px solid rgba(161, 200, 239, 0.2);
    border-radius: 18px;

    background:
      linear-gradient(rgba(161, 200, 239, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(161, 200, 239, 0.025) 1px, transparent 1px),
      #1a2440;

    background-size: 30px 30px;
    box-shadow: 0 22px 50px rgba(10, 18, 38, 0.22);
  }

  .process-preview .source-scene {
    min-height: 520px;
  }

  .process-preview .structure-scene {
    min-height: 520px;
  }

  .process-preview .generate-scene {
    min-height: 470px;
  }

  .process-preview .enrich-scene {
    min-height: 520px;
  }

  .process-preview .publish-scene {
    min-height: 510px;
  }
}
/* ========================================
   SOLUTIONS PAGE — MOBILE JUMP MENU FIX
======================================== */

@media (max-width: 760px) {

  .solutions-page-hero .solution-jump {
    display: none !important;
  }

  .solutions-page-hero {
    min-height: auto !important;
  }

  .solutions-page-hero .solutions-hero-layout {
    min-height: 0 !important;
    padding-top: 122px !important;
    padding-bottom: 58px !important;
  }

  .solutions-page-hero .solutions-hero-aside {
    margin-top: 30px !important;
  }
}