/* Platform — Living Relevance */

.platform-living {
  --platform-coral-text: #bd4937;
  overflow-x: clip;
  background: var(--warm-white);
}

.platform-living .site-header {
  z-index: 100;
}

.platform-living .section {
  position: relative;
}

.platform-hero {
  position: relative;
  min-height: clamp(840px, 88vh, 940px);
  padding: 184px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 31%, rgba(201, 221, 255, 0.78), transparent 28%),
    radial-gradient(circle at 92% 23%, rgba(255, 218, 211, 0.82), transparent 30%),
    linear-gradient(180deg, #fbfcff 0%, #f2f5fc 100%);
}

.platform-hero::after {
  position: absolute;
  top: 102px;
  right: -150px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(72, 117, 228, 0.16);
  border-radius: 42% 58% 65% 35%;
  content: "";
  transform: rotate(18deg);
}

.platform-hero-glow {
  position: absolute;
  top: 160px;
  left: 44%;
  width: 720px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.92), transparent 68%);
  filter: blur(20px);
}

.platform-relevance-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.72;
}

.platform-relevance-line path {
  fill: none;
  stroke: #4d7feb;
  stroke-dasharray: 1 17;
  stroke-linecap: round;
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(40, 100, 240, 0.35));
  animation: platformLineFlow 15s linear infinite;
}

.platform-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(460px, 0.82fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
}

.platform-hero-copy h1 {
  max-width: 850px;
  margin: 0 0 36px;
  font-size: clamp(4.2rem, 6vw, 6.25rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.platform-hero-copy h1 span {
  display: block;
  color: var(--ink);
}

.platform-hero-copy h1 span.accent-word {
  color: var(--coral);
}

.platform-hero-copy h1 span + span {
  margin-top: 0.08em;
}

.platform-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 40px;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.35vw, 1.32rem);
  line-height: 1.58;
}

.platform-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.platform-text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: none;
}

.platform-text-link span {
  transition: transform 180ms ease;
}

.platform-text-link:hover span {
  transform: translateY(3px);
}

.platform-hero-stage {
  display: grid;
  min-height: 0;
}

.platform-hero-photo {
  position: relative;
  aspect-ratio: 1.04 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 36px;
  background: #dce5f0;
  box-shadow: 0 32px 75px rgba(34, 62, 117, 0.17);
}

.platform-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 21, 47, 0.1), transparent 42%);
  content: "";
  pointer-events: none;
}

.platform-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.workspace-online i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(60, 185, 152, 0.13);
}

@keyframes platformLineFlow {
  to { stroke-dashoffset: -180; }
}

.platform-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  margin-bottom: clamp(64px, 8vw, 110px);
}

.platform-section-heading h2,
.integration-heading h2,
.modular-heading h2,
.platform-content-copy h2 {
  max-width: 830px;
  margin-bottom: 0;
}

.platform-section-heading > p,
.integration-heading > p:last-child,
.modular-heading > p:last-child,
.platform-content-copy > p:last-of-type {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
  line-height: 1.58;
}

.platform-position {
  background: var(--warm-white);
}

.platform-architecture {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 221, 214, 0.68), transparent 26%),
    radial-gradient(circle at 92% 78%, rgba(204, 220, 255, 0.76), transparent 30%),
    linear-gradient(180deg, #f8faff 0%, #f1f5fd 100%);
}

.platform-architecture::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(78, 112, 183, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 112, 183, 0.055) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}

.platform-architecture .shell {
  position: relative;
  z-index: 1;
}

.platform-architecture-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  margin-bottom: clamp(58px, 7vw, 90px);
}

.platform-architecture-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.platform-architecture-heading > p {
  max-width: 610px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.5vw, 1.25rem);
  line-height: 1.58;
}

.platform-architecture-plate {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(76px, 9vw, 145px);
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(139, 166, 222, 0.42);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 34px 90px rgba(36, 62, 111, 0.12);
  backdrop-filter: blur(18px);
}

.architecture-rings {
  --architecture-light: #a3c8f5;
  --architecture-mid: #4c76ac;
  --architecture-dark: #16385c;
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  justify-self: center;
}

.architecture-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: start center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease;
}

.architecture-ring-applications {
  width: 100%;
  height: 100%;
  padding-top: 2.5%;
  color: #123f73;
  background-color: var(--architecture-light);
}

.architecture-ring-modules {
  width: 68%;
  height: 68%;
  padding-top: 3%;
  color: #fff;
  background-color: var(--architecture-mid);
}

.architecture-ring-integrations {
  width: 38%;
  height: 38%;
  place-items: center;
  padding: 0;
  color: #fff;
  background-color: var(--architecture-dark);
}

.architecture-ring-icon {
  position: relative;
  z-index: 3;
  display: grid;
  width: clamp(52px, 4.5vw, 64px);
  height: clamp(52px, 4.5vw, 64px);
  place-items: center;
  padding: 3px;
  opacity: 1;
  transition: opacity 160ms ease;
}

.architecture-ring-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.architecture-areas {
  display: grid;
  gap: 4px;
}

.architecture-area {
  position: relative;
  display: grid;
  min-height: 126px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 18px 14px;
  border-bottom: 1px solid rgba(118, 145, 197, 0.22);
  border-radius: 20px;
  transition: background 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.architecture-area-applications {
  margin-bottom: 5px;
}

.architecture-area-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, #2f6df6, #123f73);
  box-shadow: 0 9px 22px rgba(20, 70, 151, 0.24);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.architecture-area-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.architecture-area strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.architecture-area > div > p {
  max-width: 34rem;
  margin: 0 0 12px;
  color: #53627d;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.45;
}

.architecture-area-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.architecture-area-links a {
  padding: 7px 11px;
  border: 1px solid rgba(47, 109, 246, 0.18);
  border-radius: 999px;
  color: #28549a;
  background: rgba(236, 243, 255, 0.72);
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.architecture-area-links a + a::before {
  content: none;
}

.architecture-area-links a:hover,
.architecture-area-links a:focus-visible {
  border-color: rgba(47, 109, 246, 0.5);
  color: #fff;
  background: var(--blue);
}

.architecture-area-links a:focus-visible {
  outline: 3px solid rgba(43, 101, 238, 0.24);
  outline-offset: 3px;
}

.platform-architecture-plate:has(.architecture-area-applications:is(:hover, :focus-within)) .architecture-ring-applications {
  background-color: var(--architecture-mid);
}

.platform-architecture-plate:has(.architecture-area-applications:is(:hover, :focus-within)) .architecture-ring-modules,
.platform-architecture-plate:has(.architecture-area-applications:is(:hover, :focus-within)) .architecture-ring-integrations {
  background-color: var(--architecture-light);
}

.platform-architecture-plate:has(.architecture-area-modules:is(:hover, :focus-within)) .architecture-ring-applications,
.platform-architecture-plate:has(.architecture-area-modules:is(:hover, :focus-within)) .architecture-ring-integrations {
  background-color: var(--architecture-light);
}

.platform-architecture-plate:has(.architecture-area-modules:is(:hover, :focus-within)) .architecture-ring-modules {
  background-color: var(--architecture-mid);
}

.platform-architecture-plate:has(.architecture-area-integrations:is(:hover, :focus-within)) .architecture-ring-applications,
.platform-architecture-plate:has(.architecture-area-integrations:is(:hover, :focus-within)) .architecture-ring-modules {
  background-color: var(--architecture-light);
}

.platform-architecture-plate:has(.architecture-area-integrations:is(:hover, :focus-within)) .architecture-ring-integrations {
  background-color: var(--architecture-mid);
}

.platform-architecture-plate:has(.architecture-area-applications:is(:hover, :focus-within))
  :is(.architecture-ring-modules, .architecture-ring-integrations) .architecture-ring-icon,
.platform-architecture-plate:has(.architecture-area-modules:is(:hover, :focus-within))
  :is(.architecture-ring-applications, .architecture-ring-integrations) .architecture-ring-icon,
.platform-architecture-plate:has(.architecture-area-integrations:is(:hover, :focus-within))
  :is(.architecture-ring-applications, .architecture-ring-modules) .architecture-ring-icon {
  opacity: 0;
}

.architecture-area:hover,
.architecture-area:focus-within {
  border-color: rgba(47, 109, 246, 0.5);
  background: rgba(236, 243, 255, 0.72);
  box-shadow: none;
  transform: none;
}

.architecture-area:hover .architecture-area-icon,
.architecture-area:focus-within .architecture-area-icon {
  box-shadow: none;
  transform: none;
}

#functie-modules,
#content-modules,
#integratie-koppelingen,
#analytics,
#werkscherm {
  scroll-margin-top: 120px;
}

.platform-position-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: stretch;
}

.position-layer {
  position: relative;
  min-height: 430px;
  padding: clamp(30px, 3.5vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(156, 177, 216, 0.43);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(25, 48, 91, 0.08);
}

.position-layer::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(89, 129, 235, 0.14);
  border-radius: 50%;
  content: "";
}

.position-number {
  display: grid;
  width: 45px;
  height: 45px;
  margin-bottom: 45px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
}

.position-kicker {
  margin-bottom: 10px;
  color: var(--platform-coral-text);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.position-layer h3 {
  max-width: 280px;
  margin-bottom: 22px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.03;
}

.position-layer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.position-layer li::before {
  margin-right: 8px;
  color: var(--green);
  content: "•";
}

.source-format-row {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  gap: 7px;
}

.source-format-row span {
  flex: 1;
  padding: 9px 4px;
  border-radius: 9px;
  color: #78849b;
  background: #f3f6fc;
  font-size: 0.58rem;
  font-weight: 800;
  text-align: center;
}

.chip-layer {
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(80, 199, 166, 0.28), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(119, 98, 206, 0.35), transparent 31%),
    #0a1a3a;
}

.chip-layer > img {
  width: 60px;
  margin-bottom: 18px;
}

.chip-layer > p:not(.position-kicker) {
  max-width: 280px;
  color: #c7d2e8;
}

.channels-layer {
  background:
    radial-gradient(circle at 82% 20%, rgba(202, 219, 255, 0.85), transparent 32%),
    #fff;
}

.channel-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 32px 0;
}

.channel-cloud span {
  padding: 9px 13px;
  border: 1px solid rgba(46, 98, 226, 0.19);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
}

.channels-layer > p:last-child {
  color: var(--ink-soft);
  font-weight: 700;
}

.position-connector {
  position: relative;
  display: flex;
  align-items: center;
}

.position-connector i {
  position: relative;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), var(--blue));
}

.position-connector i::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--blue);
  content: "";
  transform: translateY(-50%);
}

.platform-functions {
  overflow: hidden;
  background:
    linear-gradient(rgba(52, 94, 190, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 94, 190, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 9% 18%, rgba(255, 219, 211, 0.72), transparent 27%),
    radial-gradient(circle at 91% 80%, rgba(199, 219, 255, 0.86), transparent 32%),
    #f8faff;
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.platform-functions-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: end;
  gap: clamp(48px, 8vw, 120px);
  margin-bottom: clamp(60px, 7vw, 94px);
}

.platform-functions-heading h2 {
  max-width: 780px;
  margin: 0;
}

.platform-functions-heading > p {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.62;
}

.platform-functions-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(34px, 5vw, 72px);
}

.module-configurator {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(146, 171, 220, 0.5);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 32px 80px rgba(26, 52, 104, 0.14);
  backdrop-filter: blur(16px);
}

.module-configurator-topbar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 21px;
  border-bottom: 1px solid rgba(151, 174, 217, 0.38);
  background: rgba(255, 255, 255, 0.86);
}

.module-configurator-topbar > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.93rem;
  font-weight: 750;
}

.module-configurator-topbar img {
  width: 34px;
  height: 34px;
}

.module-configurator-topbar > i {
  padding: 8px 11px;
  border-radius: 999px;
  color: #315fae;
  background: #edf3ff;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.module-configurator-canvas {
  padding: clamp(21px, 3vw, 30px);
  background:
    radial-gradient(circle at 90% 6%, rgba(82, 195, 164, 0.12), transparent 23%),
    linear-gradient(180deg, #f8faff, #f1f5fd);
}

.module-configurator-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.module-configurator-title > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.module-configurator-title small {
  color: var(--platform-coral-text);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.module-configurator-title strong {
  max-width: 260px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.48rem);
  line-height: 1.15;
}

.module-configurator-title > span {
  padding: 7px 10px;
  border: 1px solid rgba(232, 111, 89, 0.2);
  border-radius: 999px;
  color: var(--platform-coral-text);
  background: #fff4f0;
  font-size: 0.61rem;
  font-weight: 800;
  white-space: nowrap;
}

.module-choice-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.module-choice {
  width: 100%;
  display: grid;
  min-height: 68px;
  grid-template-columns: 45px 1fr 20px;
  align-items: center;
  gap: 13px;
  padding: 10px 13px;
  border: 1px solid rgba(156, 178, 219, 0.4);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.85);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.module-choice:hover {
  border-color: rgba(45, 103, 235, 0.36);
  background: #fff;
}

.module-choice:focus-visible {
  outline: 3px solid rgba(42, 105, 235, 0.34);
  outline-offset: 3px;
}

.module-choice > b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #57709f;
  background: #edf2fb;
  font-size: 0.62rem;
  letter-spacing: -0.02em;
}

.module-choice > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.module-choice strong {
  overflow: hidden;
  color: #172642;
  font-family: var(--font-display);
  font-size: 0.83rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-choice small {
  overflow: hidden;
  color: #72809a;
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module-choice > i {
  position: relative;
  width: 11px;
  height: 11px;
  justify-self: center;
  border-top: 2px solid #9aa8bf;
  border-right: 2px solid #9aa8bf;
  transform: rotate(45deg);
  transition: border-color 180ms ease, transform 180ms ease;
}

.module-choice.is-selected {
  border-color: rgba(45, 103, 235, 0.62);
  background: #f4f8ff;
  box-shadow: 0 10px 24px rgba(34, 78, 170, 0.08);
}

.module-choice.is-selected > b {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #4186ea);
}

.module-choice.is-selected > i {
  border-color: #2a69eb;
  transform: translateX(2px) rotate(45deg);
}

.module-configurator-footer {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  padding: 14px 17px;
  border-radius: 17px;
  color: #fff;
  background: #0b1c3e;
  font-size: 0.82rem;
}

.module-configurator-footer > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 50%;
  color: #0a493a;
  background: #8fe0c8;
  font-weight: 900;
}

.function-module-panels {
  height: 100%;
  min-width: 0;
}

.function-module-panel {
  display: grid;
  min-height: 680px;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 26px 22px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(153, 177, 222, 0.44);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 8%, rgba(76, 195, 164, 0.11), transparent 25%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 70px rgba(26, 53, 103, 0.12);
}

.js .function-module-panel[hidden] {
  display: none;
}

.function-module-panel.is-active {
  animation: module-panel-in 260ms ease both;
}

@keyframes module-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.function-module-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  color: var(--blue);
  background: #edf3ff;
}

.function-module-panel:nth-child(3n + 2) .function-module-icon {
  color: #167b63;
  background: #e7f8f2;
}

.function-module-panel:nth-child(3n) .function-module-icon {
  color: var(--platform-coral-text);
  background: #fff0eb;
}

.function-module-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.function-module-icon--notes {
  color: #a23d2d !important;
  background: #fff0eb !important;
  box-shadow: inset 0 0 0 1px rgba(239, 118, 95, 0.28);
}

.function-module-copy {
  align-self: center;
}

.function-module-kicker {
  margin: 0 0 9px;
  color: var(--platform-coral-text) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.function-module-panel h3 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.08;
}

.function-module-panel p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.6;
}

.function-module-placeholder {
  display: grid;
  min-height: 310px;
  grid-column: 1 / -1;
  place-items: center;
  align-content: center;
  gap: 14px;
  border: 1px dashed rgba(73, 111, 190, 0.38);
  border-radius: 24px;
  color: #5d7096;
  background:
    linear-gradient(rgba(64, 100, 174, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 100, 174, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, #f5f8ff, #eef5fa);
  background-size: 26px 26px, 26px 26px, auto;
  text-align: center;
}

.function-module-placeholder > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #4a86ed);
  font-size: 1.6rem;
  font-weight: 500;
}

.function-module-placeholder strong {
  font-size: 0.92rem;
}

.content-license-visual {
  position: relative;
  min-height: 370px;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(112, 143, 196, 0.34);
  border-radius: 24px;
  background: #dfe8f3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.content-license-workspace,
.content-license-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.content-license-workspace {
  object-fit: cover;
  object-position: 50% 28%;
  transform: scale(1.03);
}

.content-license-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 70% 48%, rgba(60, 185, 152, 0.2), transparent 35%),
    linear-gradient(105deg, rgba(8, 22, 48, 0.73), rgba(17, 39, 76, 0.56));
  backdrop-filter: blur(1.5px);
}

.content-license-catalog,
.content-license-basis {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(193, 207, 231, 0.86);
  color: #13213c;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3, 16, 42, 0.36);
}

.content-license-catalog {
  display: flex;
  top: 18px;
  bottom: 18px;
  left: 18px;
  width: 58%;
  flex-direction: column;
  border-radius: 16px;
}

.content-license-catalog > header {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 11px;
  border-bottom: 1px solid #dfe6f0;
  background: #f9fbfe;
}

.content-license-catalog > header > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.content-license-catalog > header img {
  width: 22px;
  height: 22px;
}

.content-license-catalog > header strong {
  font-family: var(--font-display);
  font-size: 0.62rem;
}

.content-license-catalog > header small {
  padding: 4px 7px;
  border-radius: 999px;
  color: #174bc1;
  background: #eaf1ff;
  font-size: 0.39rem;
  font-weight: 700;
}

.content-license-heading {
  display: flex;
  flex-direction: column;
  padding: 10px 12px 7px;
}

.content-license-heading small {
  margin-bottom: 4px;
  color: #a23d2d;
  font-size: 0.38rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.content-license-heading strong {
  font-family: var(--font-display);
  font-size: 0.82rem;
  line-height: 1.1;
}

.content-license-heading span {
  margin-top: 4px;
  color: #647189;
  font-size: 0.43rem;
}

.content-license-options {
  display: grid;
  gap: 6px;
  padding: 0 11px 9px;
}

.content-license-option {
  display: grid;
  min-width: 0;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid #dae3ef;
  border-radius: 10px;
  background: #fbfcff;
}

.content-license-option.is-selected {
  border-color: #7099f8;
  background: #edf3ff;
  box-shadow: inset 3px 0 0 var(--blue);
}

.content-license-option-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  color: #174bc1;
  background: #e5edff;
  font-size: 0.41rem;
  font-weight: 800;
}

.content-license-option.is-selected .content-license-option-icon {
  color: #0a493a;
  background: #bfeee0;
}

.content-license-option > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.content-license-option > div strong {
  font-family: var(--font-display);
  font-size: 0.54rem;
  line-height: 1.1;
}

.content-license-option > div small {
  margin-top: 3px;
  overflow: hidden;
  color: #68758a;
  font-size: 0.38rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-license-option > b {
  color: var(--blue);
  font-size: 0.46rem;
}

.content-license-option:not(.is-selected) > b {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #c8d6ec;
  border-radius: 7px;
  background: #fff;
  font-size: 0.72rem;
}

.content-license-catalog > footer {
  display: flex;
  min-height: 43px;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 11px;
  border-top: 1px solid #e1e8f2;
  color: #6b788d;
  background: #fbfcfe;
  font-size: 0.42rem;
}

.content-license-catalog > footer strong {
  padding: 7px 10px;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.48rem;
}

.content-license-transfer {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 62%;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  color: #fff;
  background: #173465;
  box-shadow: 0 9px 20px rgba(3, 16, 42, 0.34);
  font-size: 0.8rem;
  transform: translate(-50%, -50%);
}

.content-license-basis {
  top: 34px;
  right: 18px;
  width: 34%;
  border-radius: 16px;
}

.content-license-basis > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  color: #fff;
  background: linear-gradient(110deg, #102c61, #2864f0);
}

.content-license-basis > header span {
  font-size: 0.4rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.content-license-basis > header b {
  padding: 4px 7px;
  border-radius: 999px;
  color: #0a493a;
  background: #8fe0c8;
  font-size: 0.39rem;
}

.content-license-basis > strong,
.content-license-basis > p {
  display: block;
  margin-inline: 12px;
}

.content-license-basis > strong {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.content-license-basis > p {
  margin-top: 5px;
  color: #637087;
  font-size: 0.43rem;
  line-height: 1.35;
}

.content-license-active-list {
  display: grid;
  gap: 6px;
  padding: 11px 12px 12px;
}

.content-license-active-list > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 7px;
  border: 1px solid #dce4ef;
  border-radius: 9px;
  background: #f9fbfe;
}

.content-license-active-list i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  color: #174bc1;
  background: #e9f0ff;
  font-size: 0.38rem;
  font-style: normal;
  font-weight: 800;
}

.content-license-active-list b {
  min-width: 0;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 0.46rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-license-active-list small {
  color: #65748b;
  font-size: 0.35rem;
}

.content-license-active-list > span.is-new {
  border-color: #69bea6;
  background: #edf9f5;
  box-shadow: inset 3px 0 0 #3cb998;
}

.content-license-active-list > span.is-new i {
  color: #0a493a;
  background: #bfeee0;
}

.content-license-active-list > span.is-new small {
  color: #0d6b56;
  font-weight: 800;
}

.content-license-basis > footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: #0a493a;
  background: #e9f8f3;
}

.content-license-basis > footer > span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 8px;
  background: #8fe0c8;
  font-size: 0.58rem;
  font-weight: 900;
}

.content-license-basis > footer > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.content-license-basis > footer strong {
  font-family: var(--font-display);
  font-size: 0.48rem;
}

.content-license-basis > footer small {
  margin-top: 2px;
  color: #347261;
  font-size: 0.36rem;
}

.cms-module-visual {
  position: relative;
  min-height: 370px;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(112, 143, 196, 0.34);
  border-radius: 24px;
  background: #dfe8f3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.cms-module-workspace,
.cms-module-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cms-module-workspace {
  object-fit: cover;
  object-position: 50% 27%;
  transform: scale(1.03);
}

.cms-module-shade {
  z-index: 1;
  background: linear-gradient(105deg, rgba(8, 22, 48, 0.66), rgba(17, 39, 76, 0.5));
  backdrop-filter: blur(1.5px);
}

.cms-module-editor,
.cms-module-preview {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(190, 205, 230, 0.84);
  color: #13213c;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3, 16, 42, 0.36);
}

.cms-module-editor {
  z-index: 2;
  top: 20px;
  left: 20px;
  width: 61%;
  border-radius: 16px;
}

.cms-module-editor > header {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  border-bottom: 1px solid #dfe6f0;
  background: #fff;
}

.cms-module-editor > header > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.cms-module-editor > header i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 13px 0 0 #f2c35e, 26px 0 0 #58bca4;
}

.cms-module-editor > header strong {
  margin-left: 27px;
  font-family: var(--font-display);
  font-size: 0.75rem;
}

.cms-module-editor > header b {
  color: #8793a7;
  font-size: 1rem;
}

.cms-module-editor > nav {
  display: flex;
  min-height: 35px;
  align-items: flex-end;
  gap: 18px;
  padding: 0 14px;
  border-bottom: 1px solid #dfe6f0;
  color: #78859a;
  font-size: 0.55rem;
}

.cms-module-editor > nav > * {
  padding-bottom: 9px;
}

.cms-module-editor > nav strong {
  border-bottom: 3px solid var(--blue);
  color: #1c2c48;
}

.cms-module-field {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 10px 14px 7px;
}

.cms-module-field small {
  color: #526078;
  font-size: 0.52rem;
  font-weight: 700;
}

.cms-module-field strong {
  min-width: 0;
  padding: 7px 9px;
  overflow: hidden;
  border: 1px solid #cdd7e5;
  border-radius: 5px;
  color: #293750;
  background: #fff;
  font-size: 0.57rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cms-module-editing-area {
  margin: 0 14px;
  border: 1px solid #cdd7e5;
  border-radius: 5px;
}

.cms-module-toolbar {
  display: flex;
  min-height: 35px;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  overflow: hidden;
  border-bottom: 1px solid #d8e0eb;
  color: #44526a;
  background: #f7f8fa;
  font-size: 0.58rem;
  white-space: nowrap;
}

.cms-module-toolbar > * {
  flex: 0 0 auto;
}

.cms-module-toolbar i {
  font-family: Georgia, serif;
}

.cms-module-richtext {
  min-height: 128px;
  padding: 14px 16px;
  background: #fff;
}

.cms-module-richtext strong,
.cms-module-richtext b {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-display);
  line-height: 1.15;
}

.cms-module-richtext strong {
  font-size: 0.78rem;
}

.cms-module-richtext b {
  margin-top: 9px;
  font-size: 0.62rem;
}

.cms-module-richtext p {
  color: #4d5b72;
  font-size: 0.52rem;
  line-height: 1.4;
}

.cms-module-richtext em {
  color: #1d2d48;
  font-style: normal;
  font-weight: 700;
}

.cms-module-editor > footer {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 7px 14px;
  color: #56657c;
  font-size: 0.55rem;
}

.cms-module-editor > footer span,
.cms-module-editor > footer strong {
  padding: 7px 10px;
  border-radius: 7px;
}

.cms-module-editor > footer span {
  border: 1px solid #cbd5e3;
  background: #fff;
}

.cms-module-editor > footer strong {
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
}

.cms-module-publish-step {
  position: absolute;
  z-index: 5;
  top: 75px;
  left: 57%;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #fff;
  background: #173465;
  box-shadow: 0 10px 22px rgba(4, 18, 47, 0.32);
  font-size: 0.57rem;
}

.cms-module-publish-step i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #0a493a;
  background: #8fe0c8;
  font-style: normal;
  font-weight: 900;
}

.cms-module-publish-step b {
  color: #8fb4ff;
  font-size: 1rem;
}

.cms-module-preview {
  z-index: 4;
  top: 34px;
  right: 16px;
  width: 39%;
  border-radius: 18px;
}

.cms-module-preview > header {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 11px;
  color: #fff;
  background: linear-gradient(100deg, #174bc1, #2864f0);
  font-family: var(--font-display);
  font-size: 0.62rem;
}

.cms-module-preview > header i {
  font-size: 0.95rem;
  font-style: normal;
  opacity: 0.7;
}

.cms-module-preview-body {
  min-height: 226px;
  padding: 15px 16px;
}

.cms-module-preview-body .cms-module-rivm-mark {
  display: grid;
  width: 38px;
  height: 45px;
  margin-bottom: 12px;
  place-items: center;
  color: #fff;
  background: #174979;
  font-size: 0.48rem;
  font-weight: 900;
}

.cms-module-preview-body > strong,
.cms-module-preview-body > b {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  line-height: 1.12;
}

.cms-module-preview-body > strong {
  font-size: 0.8rem;
}

.cms-module-preview-body > b {
  margin-top: 12px;
  font-size: 0.62rem;
}

.cms-module-preview-body p,
.cms-module-preview-body a,
.cms-module-preview-body dl {
  color: #46556d;
  font-size: 0.5rem;
  line-height: 1.4;
}

.cms-module-preview-body a {
  display: block;
  margin-top: 6px;
  color: var(--blue-dark, #174bc1);
  text-decoration: underline;
}

.cms-module-preview-body dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 8px;
  margin: 0;
}

.cms-module-preview-body dt {
  font-weight: 700;
}

.cms-module-preview-body dd {
  margin: 0;
}

.cms-module-preview > footer {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 10px 7px 13px;
  border-top: 1px solid #dce5f2;
  color: #65738b;
  background: #f8faff;
  font-size: 0.48rem;
}

.cms-module-preview > footer strong {
  padding: 7px 10px;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.54rem;
}

.notes-module-visual {
  position: relative;
  min-height: 340px;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(112, 143, 196, 0.34);
  border-radius: 24px;
  background: #e8f0f8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.notes-module-workspace,
.notes-module-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.notes-module-workspace {
  object-fit: cover;
  object-position: 57% 24%;
  transform: scale(1.03);
}

.notes-module-shade {
  z-index: 1;
  background: rgba(8, 22, 48, 0.52);
  backdrop-filter: blur(1.5px);
}

.notes-module-source-card {
  position: absolute;
  z-index: 2;
  top: 94px;
  right: 18px;
  display: flex;
  width: 225px;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(191, 206, 232, 0.72);
  border-radius: 16px;
  color: #172642;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(5, 22, 51, 0.25);
}

.notes-module-source-card > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.notes-module-source-card strong {
  font-family: var(--font-display);
  font-size: 0.76rem;
  line-height: 1.2;
}

.notes-module-source-card small {
  color: #6c7a91;
  font-size: 0.62rem;
  line-height: 1.2;
}

.notes-module-source-card i,
.notes-module-dialog-icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  place-items: center;
  border: 3px solid var(--coral);
  border-radius: 12px;
  color: #9e3728;
  background: #fff8f5;
  box-shadow: 0 8px 20px rgba(176, 67, 47, 0.18);
}

.notes-module-source-card svg,
.notes-module-dialog-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.notes-module-connector {
  position: absolute;
  z-index: 3;
  top: 136px;
  right: 202px;
  width: 50px;
  border-top: 2px dashed rgba(239, 118, 95, 0.85);
}

.notes-module-connector::before {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.notes-module-dialog {
  position: absolute;
  z-index: 4;
  top: 26px;
  left: 7%;
  width: min(72%, 530px);
  overflow: hidden;
  border: 1px solid rgba(22, 58, 118, 0.36);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(5, 20, 48, 0.34);
}

.notes-module-dialog header {
  display: grid;
  min-height: 58px;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 13px;
  padding: 7px 16px 7px 9px;
  color: #fff;
  background: linear-gradient(100deg, #174bc1, #2864f0);
}

.notes-module-dialog header strong {
  font-family: var(--font-display);
  font-size: 1rem;
  text-align: center;
}

.notes-module-dialog-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-width: 2px;
  border-color: #ff9a87;
  border-radius: 11px;
  color: #8f3022;
  background: #fff3ee;
}

.notes-module-dialog-icon svg {
  width: 21px;
  height: 21px;
}

.notes-module-close {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.notes-module-dialog-body {
  min-height: 185px;
  padding: 25px 26px;
  background: #fff;
}

.notes-module-dialog-body p {
  max-width: 46ch;
  margin: 0 0 14px;
  color: #42506a;
  font-size: 0.78rem;
  line-height: 1.55;
}

.notes-module-dialog-body p:last-child {
  margin-bottom: 0;
}

.notes-module-dialog footer {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 12px 8px 18px;
  border-top: 1px solid #dde6f3;
  color: #61708a;
  background: #f8faff;
  font-size: 0.66rem;
}

.notes-module-dialog footer strong {
  padding: 9px 15px;
  border-radius: 9px;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.72rem;
}

.social-module-visual {
  position: relative;
  min-height: 360px;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(112, 143, 196, 0.34);
  border-radius: 24px;
  background: #dfe8f3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.social-module-workspace,
.social-module-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.social-module-workspace {
  object-fit: cover;
  object-position: 50% 28%;
  transform: scale(1.03);
}

.social-module-shade {
  z-index: 1;
  background: linear-gradient(100deg, rgba(8, 22, 48, 0.7), rgba(17, 39, 76, 0.52));
  backdrop-filter: blur(1.5px);
}

.social-module-source,
.social-module-composer {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(195, 210, 234, 0.82);
  color: #13213c;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3, 16, 42, 0.36);
}

.social-module-source {
  z-index: 2;
  top: 24px;
  left: 22px;
  width: 56%;
  border-radius: 16px;
}

.social-module-source > header {
  display: grid;
  min-height: 48px;
  grid-template-columns: 32px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  color: #fff;
  background: linear-gradient(100deg, #174bc1, #2864f0);
}

.social-module-inforium-mark {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 2px solid #8fe0c8;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
}

.social-module-source > header > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.social-module-source header small {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.72;
  text-transform: uppercase;
}

.social-module-source header strong {
  font-family: var(--font-display);
  font-size: 0.72rem;
}

.social-module-source header i,
.social-module-composer header i {
  color: currentColor;
  font-size: 1rem;
  font-style: normal;
  opacity: 0.68;
}

.social-module-article {
  display: grid;
  min-height: 180px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  padding: 22px 24px 20px;
}

.social-module-rivm-mark {
  display: grid;
  width: 50px;
  height: 58px;
  place-items: center;
  color: #fff;
  background: #174979;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.social-module-article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.social-module-article small {
  margin-bottom: 7px;
  color: #64728a;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.social-module-article strong {
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.7vw, 1.25rem);
  line-height: 1.08;
}

.social-module-article p {
  max-width: 40ch;
  color: #4f5d75;
  font-size: 0.67rem;
  line-height: 1.45;
}

.social-module-source > footer {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px 8px 18px;
  border-top: 1px solid #dce5f2;
  color: #65738b;
  background: #f8faff;
  font-size: 0.58rem;
}

.social-module-copy-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 2px solid var(--coral);
  border-radius: 11px;
  color: #172642;
  background: #fff4ef;
  box-shadow: 0 8px 18px rgba(157, 55, 39, 0.16);
}

.social-module-copy-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--platform-coral-text);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-module-copy-link strong {
  font-family: var(--font-display);
  font-size: 0.64rem;
}

.social-module-transfer {
  position: absolute;
  z-index: 5;
  top: 91px;
  left: 54%;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: #fff;
  background: #173465;
  box-shadow: 0 10px 22px rgba(4, 18, 47, 0.32);
  font-size: 0.58rem;
}

.social-module-transfer i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #0a493a;
  background: #8fe0c8;
  font-style: normal;
  font-weight: 900;
}

.social-module-transfer b {
  color: #8fb4ff;
  font-size: 1rem;
}

.social-module-composer {
  z-index: 4;
  top: 38px;
  right: 18px;
  width: 42%;
  border-radius: 19px;
}

.social-module-composer > header {
  display: grid;
  min-height: 50px;
  grid-template-columns: 30px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-bottom: 1px solid #e3e8f1;
}

.social-module-composer > header > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.social-module-composer > header strong {
  font-family: var(--font-display);
  font-size: 0.77rem;
  text-align: center;
}

.social-module-account {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px 8px;
}

.social-module-account > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #174bc1, #47b99c);
  font-size: 0.55rem;
  font-weight: 900;
}

.social-module-account div {
  display: flex;
  flex-direction: column;
}

.social-module-account strong {
  font-family: var(--font-display);
  font-size: 0.67rem;
}

.social-module-account small {
  color: #68758a;
  font-size: 0.5rem;
}

.social-module-composer > p,
.social-module-url {
  display: block;
  margin-inline: 14px;
  font-size: 0.62rem;
  line-height: 1.35;
}

.social-module-composer > p {
  margin-top: 4px;
  color: #293750;
}

.social-module-url {
  margin-top: 2px;
  color: #1877f2;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.social-module-preview {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  margin: 12px 14px;
  padding: 11px 12px;
  border: 1px solid #d7dee9;
  border-left: 5px solid var(--blue);
  border-radius: 10px;
  background: #f0f3f8;
}

.social-module-preview small {
  color: #68758a;
  font-size: 0.46rem;
  letter-spacing: 0.06em;
}

.social-module-preview strong {
  margin: 3px 0 2px;
  font-family: var(--font-display);
  font-size: 0.66rem;
}

.social-module-preview span {
  color: #5b687d;
  font-size: 0.5rem;
}

.social-module-composer > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px 10px;
  border-top: 1px solid #e3e8f1;
  color: #68758a;
  font-size: 0.5rem;
}

.social-module-composer > footer strong {
  padding: 7px 17px;
  border-radius: 8px;
  color: #fff;
  background: #1877f2;
  font-family: var(--font-display);
  font-size: 0.62rem;
}

.portal-module-visual {
  position: relative;
  min-height: 380px;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(112, 143, 196, 0.34);
  border-radius: 24px;
  background: #dfe8f3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.portal-module-workspace,
.portal-module-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.portal-module-workspace {
  object-fit: cover;
  object-position: 50% 28%;
  transform: scale(1.03);
}

.portal-module-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 49% 45%, rgba(40, 100, 240, 0.2), transparent 38%),
    linear-gradient(100deg, rgba(8, 22, 48, 0.72), rgba(17, 39, 76, 0.54));
  backdrop-filter: blur(1.5px);
}

.portal-module-flow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), #89aafa 48%, #8fe0c8);
  opacity: 0.78;
}

.portal-module-screen {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(191, 206, 232, 0.8);
  border-radius: 18px;
  color: #13213c;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3, 16, 42, 0.34);
}

.portal-module-screen > header {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border-bottom: 1px solid #e0e7f1;
}

.portal-module-screen > header > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.portal-module-screen > header strong {
  font-family: var(--font-display);
  font-size: 0.66rem;
}

.portal-module-screen > header small {
  color: #728097;
  font-size: 0.46rem;
}

.portal-module-screen > header i {
  color: #7d899c;
  font-size: 0.8rem;
  font-style: normal;
}

.portal-module-screen-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 10px 11px 0;
  color: #52617a;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.portal-module-screen-label b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-size: 0.5rem;
}

.portal-module-hospital {
  top: 28px;
  left: 18px;
  width: 32%;
}

.portal-module-hospital-mark {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #174bc1, #3cb998);
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
}

.portal-module-welcome {
  display: flex;
  flex-direction: column;
  padding: 12px 14px 8px;
}

.portal-module-welcome small {
  color: #69768b;
  font-size: 0.48rem;
}

.portal-module-welcome strong {
  font-family: var(--font-display);
  font-size: 0.84rem;
}

.portal-module-message {
  display: grid;
  min-height: 106px;
  grid-template-columns: 27px minmax(0, 1fr);
  align-content: start;
  gap: 7px;
  margin: 0 12px 11px;
  padding: 10px 8px;
  border: 1px solid #cbd9ef;
  border-left: 4px solid var(--coral);
  border-radius: 12px;
  background: #f7f9fd;
}

.portal-module-message > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue-dark, #174bc1);
  background: #eaf1ff;
}

.portal-module-message svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.portal-module-message div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.portal-module-message small {
  margin-bottom: 4px;
  color: #65738a;
  font-size: 0.36rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.portal-module-message strong {
  font-family: var(--font-display);
  font-size: 0.6rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.portal-module-message p {
  margin-top: 5px;
  color: #526078;
  font-size: 0.44rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.portal-module-hospital > footer,
.portal-module-article > footer {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 11px;
  border-top: 1px solid #e1e8f2;
  color: #6b788d;
  background: #fbfcfe;
  font-size: 0.44rem;
}

.portal-module-hospital > footer > strong {
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.52rem;
}

.portal-module-hospital > footer b {
  margin-left: 4px;
}

.portal-module-inforium {
  top: 20px;
  left: 35.5%;
  width: 29%;
  min-height: 334px;
}

.portal-module-inforium > header {
  color: #fff;
  background: linear-gradient(110deg, #102c61, #2864f0);
}

.portal-module-inforium > header small {
  color: rgba(255, 255, 255, 0.72);
}

.portal-module-inforium-mark {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border: 2px solid #8fe0c8;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 800;
}

.portal-module-inforium-copy {
  display: flex;
  flex-direction: column;
  padding: 12px 13px 9px;
}

.portal-module-inforium-copy small {
  margin-bottom: 5px;
  color: var(--blue-dark, #174bc1);
  font-size: 0.43rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.portal-module-inforium-copy strong {
  font-family: var(--font-display);
  font-size: 0.78rem;
  line-height: 1.12;
}

.portal-module-inforium-copy p {
  margin-top: 6px;
  color: #56647a;
  font-size: 0.48rem;
  line-height: 1.35;
}

.portal-module-links {
  display: grid;
  gap: 7px;
  padding: 0 12px 13px;
}

.portal-module-links > span {
  display: grid;
  min-height: 42px;
  grid-template-columns: 25px 1fr 12px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid #d7e1ef;
  border-radius: 10px;
  background: #f8faff;
}

.portal-module-links > span.is-current {
  border-color: #8facf1;
  background: #edf3ff;
}

.portal-module-links i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue-dark, #174bc1);
  background: #eaf1ff;
  font-size: 0.43rem;
  font-style: normal;
  font-weight: 800;
}

.portal-module-links strong {
  font-family: var(--font-display);
  font-size: 0.52rem;
  line-height: 1.12;
}

.portal-module-links b {
  color: var(--blue);
  font-size: 0.7rem;
}

.portal-module-article {
  top: 34px;
  right: 16px;
  width: 32%;
}

.portal-module-external-site {
  margin-top: 8px;
  border-top: 3px solid #16846f;
  background: #fff;
}

.portal-module-site-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px 7px;
  border-bottom: 1px solid #e6ecea;
  background: #f5faf8;
}

.portal-module-site-mark {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #16846f;
  font-family: Georgia, serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.portal-module-site-header > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.portal-module-site-header strong {
  color: #123c35;
  font-family: Georgia, serif;
  font-size: 0.66rem;
  line-height: 1;
}

.portal-module-site-header small {
  margin-top: 3px;
  color: #66766f;
  font-size: 0.37rem;
}

.portal-module-site-breadcrumb {
  padding: 7px 13px 0;
  color: #718078;
  font-size: 0.36rem;
}

.portal-module-article-body {
  min-height: 162px;
  padding: 9px 13px 12px;
}

.portal-module-article-body > small {
  display: block;
  margin-bottom: 5px;
  color: #16846f;
  font-size: 0.38rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.portal-module-article-body > strong {
  display: block;
  color: #16231f;
  font-family: Georgia, serif;
  font-size: 0.76rem;
  line-height: 1.12;
}

.portal-module-article-body > span {
  display: block;
  margin: 2px 0 10px;
  color: #67748a;
  font-size: 0.48rem;
}

.portal-module-article-body p {
  margin-bottom: 7px;
  color: #4e5f59;
  font-family: Georgia, serif;
  font-size: 0.44rem;
  line-height: 1.42;
}

.portal-module-article-body b {
  display: block;
  margin-bottom: 4px;
  color: #223b34;
  font-family: Georgia, serif;
  font-size: 0.52rem;
}

.portal-module-article > footer strong {
  padding: 6px 9px;
  border: 1px solid #b9d8cf;
  border-radius: 7px;
  color: #126c5b;
  background: #edf8f5;
  font-family: var(--font-display);
  font-size: 0.46rem;
}

.portal-module-arrow {
  position: absolute;
  z-index: 6;
  top: 49%;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  background: #173465;
  box-shadow: 0 9px 20px rgba(3, 16, 42, 0.34);
  transform: translate(-50%, -50%);
}

.portal-module-arrow i {
  font-size: 0.82rem;
  font-style: normal;
}

.portal-module-arrow--one {
  left: 34.2%;
}

.portal-module-arrow--two {
  left: 65.7%;
}

.translate-module-visual {
  position: relative;
  min-height: 430px;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(112, 143, 196, 0.34);
  border-radius: 24px;
  background: #dfe8f3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.translate-module-workspace,
.translate-module-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.translate-module-workspace {
  object-fit: cover;
  object-position: 50% 28%;
  transform: scale(1.03);
}

.translate-module-shade {
  z-index: 1;
  background:
    radial-gradient(circle at 54% 44%, rgba(60, 185, 152, 0.2), transparent 35%),
    linear-gradient(100deg, rgba(8, 22, 48, 0.73), rgba(17, 39, 76, 0.55));
  backdrop-filter: blur(1.5px);
}

.translate-module-route {
  position: absolute;
  z-index: 2;
  top: 52%;
  right: 5%;
  left: 5%;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), #89aafa 42%, #8fe0c8);
  opacity: 0.8;
}

.translate-module-card {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(191, 206, 232, 0.82);
  border-radius: 17px;
  color: #13213c;
  background: #fff;
  box-shadow: 0 24px 60px rgba(3, 16, 42, 0.36);
}

.translate-module-card > header {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-bottom: 1px solid #e0e7f1;
}

.translate-module-card > header > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.translate-module-card > header strong {
  font-family: var(--font-display);
  font-size: 0.61rem;
}

.translate-module-card > header small {
  color: #738097;
  font-size: 0.43rem;
  line-height: 1.2;
}

.translate-module-card > header i {
  margin-left: auto;
  color: #7a879b;
  font-size: 0.8rem;
  font-style: normal;
}

.translate-module-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 9px 10px 0;
  color: #53627a;
  font-size: 0.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.translate-module-step b {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-size: 0.5rem;
}

.translate-module-send {
  top: 25px;
  left: 16px;
  width: 25%;
}

.translate-module-send > header {
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(105deg, #174bc1, #2864f0);
  font-family: var(--font-display);
  font-size: 0.67rem;
}

.translate-module-send > header i {
  color: rgba(255, 255, 255, 0.72);
}

.translate-module-send-body {
  display: grid;
  gap: 9px;
  padding: 11px 12px;
}

.translate-module-send-body > small {
  color: #65738a;
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.translate-module-email-field {
  padding: 8px 9px;
  overflow: hidden;
  border: 1px solid #a7bce4;
  border-radius: 7px;
  color: #33415a;
  font-size: 0.52rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.translate-module-checkbox {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  padding: 9px;
  border: 1px solid #b8caea;
  border-radius: 10px;
  background: #edf3ff;
}

.translate-module-checkbox > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: var(--blue);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 900;
}

.translate-module-checkbox > span {
  display: flex;
  flex-direction: column;
}

.translate-module-checkbox strong {
  font-family: var(--font-display);
  font-size: 0.55rem;
  line-height: 1.15;
}

.translate-module-checkbox small {
  margin-top: 3px;
  color: #56647b;
  font-size: 0.43rem;
  line-height: 1.25;
}

.translate-module-ai-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5c6a80;
}

.translate-module-ai-note b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  color: #0a493a;
  background: #8fe0c8;
  font-size: 0.48rem;
}

.translate-module-ai-note small {
  font-size: 0.42rem;
  line-height: 1.2;
}

.translate-module-send > footer,
.translate-module-external > footer {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 7px 9px;
  border-top: 1px solid #e0e7f1;
  color: #6b788d;
  background: #fafcff;
  font-size: 0.4rem;
}

.translate-module-send > footer strong {
  padding: 7px 9px;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-family: var(--font-display);
  font-size: 0.47rem;
}

.translate-module-mail {
  top: 60px;
  left: 27.5%;
  width: 22%;
}

.translate-module-avatar {
  display: grid !important;
  width: 30px;
  height: 30px;
  flex: 0 0 30px !important;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #174bc1, #8ca9ed);
  font-family: var(--font-display);
  font-size: 0.64rem;
}

.translate-module-language-picker {
  margin: 12px 10px 9px;
  padding: 11px;
  border-radius: 11px;
  background: #eaf6ff;
}

.translate-module-language-picker > small {
  display: block;
  margin-bottom: 8px;
  color: #53647c;
  font-size: 0.45rem;
}

.translate-module-language-picker > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.translate-module-language-picker > div > * {
  display: grid;
  min-width: 27px;
  height: 23px;
  place-items: center;
  border: 1px solid #b8c9e4;
  border-radius: 7px;
  color: #41516a;
  background: #fff;
  font-size: 0.42rem;
  font-weight: 800;
}

.translate-module-language-picker > div > .is-selected {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.translate-module-language-picker > strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  color: #173465;
  font-family: var(--font-display);
  font-size: 0.52rem;
}

.translate-module-language-picker > strong i {
  color: #0a493a;
  font-style: normal;
}

.translate-module-mail-copy {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  padding: 12px;
  border-top: 1px solid #e0e7f1;
}

.translate-module-mail-copy strong {
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: 0.62rem;
}

.translate-module-mail-copy span {
  color: #5d6a80;
  font-size: 0.46rem;
}

.translate-module-content {
  top: 24px;
  left: 51%;
  width: 25%;
}

.translate-module-content > header {
  color: #fff;
  background: linear-gradient(105deg, #102c61, #2864f0);
}

.translate-module-content > header small {
  color: rgba(255, 255, 255, 0.72);
}

.translate-module-inforium-mark {
  display: grid !important;
  width: 30px;
  height: 30px;
  flex: 0 0 30px !important;
  place-items: center;
  border: 2px solid #8fe0c8;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 800;
}

.translate-module-translation-status {
  display: grid;
  grid-template-columns: 27px 1fr 12px;
  align-items: center;
  gap: 7px;
  margin: 10px;
  padding: 8px;
  border: 1px solid #aad7ca;
  border-radius: 10px;
  background: #e9f8f3;
}

.translate-module-translation-status > b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 8px;
  color: #0a493a;
  background: #8fe0c8;
  font-size: 0.48rem;
}

.translate-module-translation-status > span {
  display: flex;
  flex-direction: column;
}

.translate-module-translation-status strong {
  font-family: var(--font-display);
  font-size: 0.54rem;
}

.translate-module-translation-status small {
  color: #4d685f;
  font-size: 0.4rem;
}

.translate-module-translation-status i {
  color: #42635a;
  font-style: normal;
}

.translate-module-content-body {
  min-height: 215px;
  padding: 10px 12px 14px;
}

.translate-module-content-body > small {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-dark, #174bc1);
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.translate-module-content-body > strong,
.translate-module-content-body > b {
  display: block;
  font-family: var(--font-display);
  line-height: 1.12;
}

.translate-module-content-body > strong {
  font-size: 0.78rem;
}

.translate-module-content-body > b {
  margin: 11px 0 5px;
  font-size: 0.57rem;
}

.translate-module-content-body p {
  margin-top: 7px;
  color: #4f5d73;
  font-size: 0.46rem;
  line-height: 1.4;
}

.translate-module-content-body a {
  display: block;
  color: var(--blue-dark, #174bc1);
  font-size: 0.45rem;
  line-height: 1.3;
  text-decoration: underline;
}

.translate-module-external {
  top: 58px;
  right: 14px;
  width: 22%;
}

.translate-module-rivm-mark {
  display: grid !important;
  width: 33px;
  height: 36px;
  flex: 0 0 33px !important;
  place-items: center;
  color: #fff;
  background: #174979;
  font-size: 0.43rem;
  font-weight: 900;
}

.translate-module-external-language {
  display: grid;
  grid-template-columns: 1fr auto 12px;
  align-items: center;
  gap: 7px;
  margin: 9px 10px;
  padding: 8px 9px;
  border: 1px solid #c8d5e7;
  border-radius: 9px;
  color: #5f6d82;
  background: #f8faff;
  font-size: 0.43rem;
}

.translate-module-external-language strong {
  color: #173465;
  font-family: var(--font-display);
  font-size: 0.5rem;
}

.translate-module-external-language i {
  font-style: normal;
}

.translate-module-external-body {
  min-height: 180px;
  padding: 10px 12px 13px;
  border-top: 7px solid #b80068;
}

.translate-module-external-body > small {
  color: #8e1f5d;
  font-size: 0.4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.translate-module-external-body > strong,
.translate-module-external-body > b {
  display: block;
  font-family: var(--font-display);
  line-height: 1.12;
}

.translate-module-external-body > strong {
  margin: 6px 0;
  font-size: 0.78rem;
}

.translate-module-external-body > span,
.translate-module-external-body p {
  color: #4f5d73;
  font-size: 0.44rem;
  line-height: 1.35;
}

.translate-module-external-body > b {
  margin: 11px 0 5px;
  font-size: 0.55rem;
}

.translate-module-external > footer strong {
  color: #0a493a;
  font-family: var(--font-display);
  font-size: 0.46rem;
}

.translate-module-external > footer b {
  margin-left: 4px;
}

.translate-module-arrow {
  position: absolute;
  z-index: 6;
  top: 51%;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  color: #fff;
  background: #173465;
  box-shadow: 0 9px 20px rgba(3, 16, 42, 0.34);
  font-size: 0.75rem;
  transform: translate(-50%, -50%);
}

.translate-module-arrow--one {
  left: 26.5%;
}

.translate-module-arrow--two {
  left: 50.2%;
}

.translate-module-arrow--three {
  left: 77%;
}

.content-modules-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 126, 102, 0.13), transparent 29%),
    radial-gradient(circle at 92% 78%, rgba(123, 104, 210, 0.15), transparent 31%),
    linear-gradient(180deg, #fffdfa 0%, #f8f6ff 100%);
}

.content-modules-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(96, 119, 166, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 119, 166, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
  content: "";
}

.content-modules-section .shell {
  position: relative;
  z-index: 1;
}

.content-modules-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: clamp(48px, 8vw, 124px);
  margin-bottom: clamp(42px, 6vw, 76px);
}

.content-modules-heading h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.8rem, 5.5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.content-modules-intro {
  display: grid;
  gap: 24px;
  padding-bottom: 8px;
}

.content-modules-intro p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.content-domain-catalog {
  overflow: hidden;
  border: 1px solid rgba(144, 164, 207, 0.42);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 34px 84px rgba(33, 52, 96, 0.13);
  backdrop-filter: blur(16px);
}

.content-domain-topbar {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 18px clamp(22px, 3.3vw, 46px);
  border-bottom: 1px solid rgba(153, 173, 213, 0.36);
  background: rgba(255, 255, 255, 0.76);
}

.content-domain-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 52px);
}

.content-domain-card {
  display: grid;
  min-height: 360px;
  grid-column: span 2;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-content: start;
  gap: 0 18px;
  padding: clamp(23px, 2.7vw, 34px);
  border: 1px solid rgba(143, 164, 207, 0.36);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(151, 226, 205, 0.18), transparent 32%),
    #fff;
  box-shadow: 0 17px 38px rgba(39, 60, 105, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.content-domain-card-wide {
  min-height: 330px;
  grid-column: span 3;
}

.content-domain-card:nth-child(2),
.content-domain-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(126, 108, 214, 0.13), transparent 32%),
    #fff;
}

.content-domain-card:hover {
  border-color: rgba(111, 91, 212, 0.34);
  box-shadow: 0 22px 44px rgba(39, 60, 105, 0.12);
  transform: translateY(-3px);
}

.content-domain-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: #176f5b;
  background: #e7f8f2;
}

.content-domain-card:nth-child(2) .content-domain-icon {
  color: #7259cc;
  background: #f0ecff;
}

.content-domain-card:nth-child(3) .content-domain-icon {
  color: #2569e9;
  background: #eaf1ff;
}

.content-domain-card:nth-child(4) .content-domain-icon {
  color: #cc5c48;
  background: #fff0eb;
}

.content-domain-card:nth-child(5) .content-domain-icon {
  color: #775bc8;
  background: #f1edff;
}

.content-domain-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.content-domain-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.32rem, 1.8vw, 1.72rem);
  line-height: 1.1;
}

.content-domain-card > div > p:last-child {
  margin: 0;
  color: #586681;
  font-size: 0.91rem;
  line-height: 1.58;
}

.content-domain-examples {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  align-self: end;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
  padding-top: 17px;
  border-top: 1px solid rgba(151, 172, 210, 0.3);
}

.content-domain-examples strong {
  margin-right: 3px;
  color: #43516c;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-domain-examples span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #38537f;
  background: #f1f4fa;
  font-size: 0.67rem;
  font-weight: 750;
}

.content-catalog {
  overflow: hidden;
  border: 1px solid rgba(144, 164, 207, 0.42);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 34px 84px rgba(33, 52, 96, 0.13);
  backdrop-filter: blur(16px);
}

.content-catalog-topbar {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(22px, 3.3vw, 46px);
  border-bottom: 1px solid rgba(153, 173, 213, 0.36);
  background: rgba(255, 255, 255, 0.75);
}

.content-catalog-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #152441;
  font-family: var(--font-display);
  font-weight: 800;
  white-space: nowrap;
}

.content-catalog-brand img {
  width: 31px;
  height: 31px;
}

.content-catalog-brand i {
  margin-left: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #3561b8;
  background: #eef3ff;
  font-family: inherit;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
}

.content-audience-tabs {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(145, 166, 207, 0.36);
  border-radius: 999px;
  background: #f4f6fb;
}

.content-audience-tab {
  min-height: 42px;
  padding: 9px 17px;
  border: 0;
  border-radius: 999px;
  color: #53617d;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.content-audience-tab:hover {
  color: #183464;
  background: rgba(255, 255, 255, 0.75);
}

.content-audience-tab.is-selected {
  color: #fff;
  background: linear-gradient(135deg, #6f5bd4, #316fed);
  box-shadow: 0 9px 22px rgba(65, 73, 185, 0.24);
}

.content-audience-tab:focus-visible {
  outline: 3px solid rgba(42, 105, 235, 0.34);
  outline-offset: 3px;
}

.content-audience-panel {
  padding: clamp(26px, 4vw, 54px);
}

.js .content-audience-panel[hidden] {
  display: none;
}

.content-audience-panel.is-active {
  animation: module-panel-in 260ms ease both;
}

.content-panel-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.content-panel-heading > span {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid rgba(65, 155, 130, 0.22);
  border-radius: 999px;
  color: #186a55;
  background: #e9f8f2;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.content-panel-heading p {
  max-width: 720px;
  margin: 0;
  color: #52617d;
  font-size: clamp(0.95rem, 1.25vw, 1.1rem);
  line-height: 1.55;
}

.content-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.content-route-card {
  display: grid;
  min-height: 315px;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-content: start;
  gap: 0 18px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(143, 164, 207, 0.35);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgba(151, 226, 205, 0.17), transparent 31%),
    #fff;
  box-shadow: 0 16px 34px rgba(39, 60, 105, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.content-route-card:nth-child(2),
.content-route-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0%, rgba(126, 108, 214, 0.12), transparent 31%),
    #fff;
}

.content-route-card:hover {
  border-color: rgba(111, 91, 212, 0.32);
  box-shadow: 0 21px 42px rgba(39, 60, 105, 0.11);
  transform: translateY(-3px);
}

.content-route-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: #2569e9;
  background: #eaf1ff;
}

.content-route-card:nth-child(2) .content-route-icon {
  color: #7259cc;
  background: #f0ecff;
}

.content-route-card:nth-child(3) .content-route-icon {
  color: #157c63;
  background: #e8f8f3;
}

.content-route-card:nth-child(4) .content-route-icon {
  color: #cc5c48;
  background: #fff0eb;
}

.content-route-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.content-route-badge {
  display: inline-block;
  margin-bottom: 10px;
  color: #19705a;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.content-route-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.22rem, 1.8vw, 1.6rem);
  line-height: 1.12;
}

.content-route-card p {
  margin: 0;
  color: #586681;
  font-size: 0.91rem;
  line-height: 1.58;
}

.content-route-examples {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  align-self: end;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
  padding-top: 17px;
  border-top: 1px solid rgba(151, 172, 210, 0.3);
}

.content-route-examples strong {
  margin-right: 3px;
  color: #43516c;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.content-route-examples span,
.content-route-examples em {
  padding: 6px 9px;
  border-radius: 999px;
  color: #38537f;
  background: #f1f4fa;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 750;
}

.content-route-examples em {
  color: #7259cc;
  background: #f0ecff;
}

.platform-integrations {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 10%, rgba(111, 91, 212, 0.25), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(40, 177, 147, 0.18), transparent 30%),
    #071631;
}

.platform-integrations::before {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: radial-gradient(circle, #9eb8ef 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  content: "";
}

.platform-integrations .shell {
  position: relative;
  z-index: 1;
}

.platform-integrations-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: clamp(50px, 8vw, 126px);
  margin-bottom: clamp(46px, 6vw, 78px);
}

.platform-integrations-heading .eyebrow {
  color: #8cacff;
}

.platform-integrations-heading h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.4vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.platform-integrations-heading > p {
  margin: 0 0 8px;
  color: #bcc9df;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.integration-levels {
  overflow: hidden;
  border: 1px solid rgba(143, 171, 226, 0.28);
  border-radius: 36px;
  background: rgba(16, 36, 72, 0.86);
  box-shadow: 0 35px 85px rgba(1, 9, 25, 0.28);
  backdrop-filter: blur(16px);
}

.integration-levels-topbar {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 3.3vw, 46px);
  border-bottom: 1px solid rgba(143, 171, 226, 0.22);
  background: rgba(255, 255, 255, 0.035);
}

.integration-levels-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}

.integration-levels-brand img {
  width: 31px;
  height: 31px;
}

.integration-levels-brand i {
  margin-left: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(137, 168, 231, 0.2);
  border-radius: 999px;
  color: #a9c0f0;
  background: rgba(70, 105, 182, 0.13);
  font-size: 0.7rem;
  font-style: normal;
}

.integration-levels-topbar > p {
  margin: 0;
  color: #8fa8d3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.integration-level-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: clamp(30px, 4vw, 54px);
  list-style: none;
}

.integration-level-track li {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 330px;
  align-items: flex-start;
  flex-direction: column;
  padding: 23px 20px;
  border: 1px solid rgba(151, 177, 228, 0.22);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.055);
}

.integration-level-label {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #ffd0c7;
  background: rgba(239, 118, 95, 0.15);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.integration-level-track li:nth-child(2) .integration-level-label,
.integration-level-track li:nth-child(3) .integration-level-label {
  color: #c9d8ff;
  background: rgba(57, 111, 235, 0.17);
}

.integration-level-track li:nth-child(4) .integration-level-label,
.integration-level-track li:nth-child(5) .integration-level-label {
  color: #b7efdf;
  background: rgba(66, 185, 155, 0.15);
}

.integration-level-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  place-items: center;
  border: 5px solid #102448;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ef765f, #7160d6);
  box-shadow: 0 0 0 2px rgba(151, 178, 232, 0.2);
}

.integration-level-track li:nth-child(2) .integration-level-icon,
.integration-level-track li:nth-child(3) .integration-level-icon {
  background: linear-gradient(135deg, #695fd4, #2f6def);
}

.integration-level-track li:nth-child(4) .integration-level-icon,
.integration-level-track li:nth-child(5) .integration-level-icon {
  background: linear-gradient(135deg, #2f6def, #42b99b);
}

.integration-level-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.integration-level-track h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: clamp(1.12rem, 1.45vw, 1.38rem);
  line-height: 1.12;
}

.integration-level-track li > p {
  margin: 0;
  color: #aebdd8;
  font-size: 0.82rem;
  line-height: 1.55;
}

.integration-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.integration-practical-card {
  display: grid;
  min-height: 390px;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 20px;
  padding: clamp(26px, 3.5vw, 45px);
  border: 1px solid rgba(143, 171, 226, 0.25);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 109, 239, 0.19), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.integration-practical-card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 185, 155, 0.17), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.integration-practical-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: #9dbaff;
  background: rgba(55, 104, 214, 0.16);
}

.integration-practical-card:nth-child(2) .integration-practical-icon {
  color: #9de4d1;
  background: rgba(66, 185, 155, 0.13);
}

.integration-practical-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.integration-practical-card .eyebrow {
  margin-bottom: 13px;
  color: #86a9f6;
}

.integration-practical-card:nth-child(2) .eyebrow {
  color: #81d7c1;
}

.integration-practical-card h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 1.06;
}

.integration-practical-card > div > p:last-child {
  margin: 0;
  color: #adbbd4;
  font-size: 0.92rem;
  line-height: 1.6;
}

.integration-practical-card ul,
.integration-example-chips {
  display: grid;
  grid-column: 1 / -1;
  gap: 9px;
  align-self: end;
  margin: 28px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(143, 171, 226, 0.2);
  list-style: none;
}

.integration-practical-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.integration-practical-card li strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.82rem;
}

.integration-practical-card li span {
  color: #aab9d3;
  font-size: 0.75rem;
  text-align: right;
}

.integration-example-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.integration-example-chips strong {
  margin-right: 4px;
  color: #94a9ce;
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.integration-example-chips span {
  padding: 8px 11px;
  border: 1px solid rgba(129, 215, 193, 0.18);
  border-radius: 999px;
  color: #c9f4e8;
  background: rgba(66, 185, 155, 0.1);
  font-size: 0.72rem;
  font-weight: 750;
}

.platform-placeholder {
  min-height: 300px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(156, 177, 216, 0.28);
  background: var(--warm-white);
}

.platform-placeholder:nth-of-type(even) {
  background: #f5f7fd;
}

.platform-placeholder h2 {
  max-width: 980px;
  margin: 0;
}

.platform-simple {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 7% 10%, rgba(111, 91, 212, 0.24), transparent 27%),
    radial-gradient(circle at 88% 85%, rgba(40, 100, 240, 0.23), transparent 28%),
    #07152f;
}

.platform-simple::before {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(circle, #9eb8ef 1px, transparent 1px);
  background-size: 25px 25px;
  content: "";
}

.platform-simple-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(60px, 8vw, 120px);
}

.platform-simple-copy h2 {
  max-width: 660px;
  margin-bottom: 28px;
  color: #fff;
}

.platform-simple-copy > p:not(.eyebrow) {
  max-width: 580px;
  color: #bfcbe2;
  font-size: 1.14rem;
}

.simple-steps {
  display: grid;
  gap: 12px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.simple-steps li {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 15px 18px;
  border: 1px solid rgba(151, 174, 222, 0.21);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
}

.simple-steps li > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--violet));
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
}

.simple-steps div {
  display: flex;
  flex-direction: column;
}

.simple-steps strong {
  font-family: var(--font-display);
  font-size: 0.93rem;
}

.simple-steps small {
  color: #aebbd4;
  font-size: 0.76rem;
}

.platform-workspace {
  overflow: hidden;
  border: 1px solid rgba(132, 161, 221, 0.4);
  border-radius: 31px;
  background: #f9fbff;
  box-shadow: 0 40px 100px rgba(0, 5, 19, 0.4);
  transform: perspective(1300px) rotateY(-3deg);
}

.workspace-topbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid #dfe6f3;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
}

.workspace-topbar > span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.workspace-topbar img {
  width: 31px;
}

.workspace-online {
  color: #278268;
  font-family: var(--font-body);
  font-size: 0.72rem;
}

.workspace-body {
  display: grid;
  min-height: 535px;
  grid-template-columns: 72px 1fr;
}

.workspace-body aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  padding-top: 24px;
  border-right: 1px solid #e0e6f2;
  background: #f5f7fc;
}

.workspace-body aside i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #75819a;
  font-style: normal;
}

.workspace-body aside i.is-active {
  color: var(--blue);
  background: #e6efff;
}

.workspace-canvas {
  position: relative;
  padding: 28px;
  color: var(--ink);
  background:
    linear-gradient(rgba(58, 105, 202, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 105, 202, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 14%, rgba(193, 239, 225, 0.55), transparent 34%),
    #fafcff;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.workspace-search {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid #d5deef;
  border-radius: 14px;
  color: #8390a6;
  background: #fff;
  font-size: 0.72rem;
  box-shadow: 0 10px 25px rgba(26, 51, 99, 0.07);
}

.workspace-result {
  width: 82%;
  margin: 30px 0 0 auto;
  padding: 27px;
  border: 1px solid #cedbf4;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 50px rgba(26, 54, 110, 0.13);
}

.result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #758198;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.result-heading i {
  padding: 5px 8px;
  border-radius: 999px;
  color: #18765f;
  background: #e9f9f4;
  font-size: 0.58rem;
  font-style: normal;
}

.workspace-result h3 {
  margin-bottom: 7px;
  font-size: 1.35rem;
}

.workspace-result > p {
  color: #637089;
  font-size: 0.8rem;
}

.result-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 25px 0;
}

.result-options > span {
  display: flex;
  min-height: 64px;
  justify-content: center;
  flex-direction: column;
  padding: 9px 11px;
  border: 1px solid #e0e6f2;
  border-radius: 11px;
  background: #f8faff;
}

.result-options small {
  color: #8792a8;
  font-size: 0.58rem;
}

.result-options b {
  font-size: 0.68rem;
}

.workspace-action {
  display: flex;
  width: max-content;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-size: 0.73rem;
  font-weight: 700;
}

.workspace-confirmation {
  position: absolute;
  bottom: 24px;
  left: 30px;
  display: flex;
  max-width: 250px;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(56, 164, 134, 0.35);
  border-radius: 15px;
  background: #f3fffb;
  box-shadow: 0 15px 36px rgba(15, 87, 69, 0.11);
}

.workspace-confirmation > i {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-style: normal;
}

.workspace-confirmation span {
  display: flex;
  flex-direction: column;
}

.workspace-confirmation b { font-size: 0.72rem; }
.workspace-confirmation small { color: #69768d; font-size: 0.61rem; }

.platform-capabilities {
  background: var(--digital-mist);
}

.capabilities-heading h2 {
  max-width: 900px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.capability-card {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(154, 175, 214, 0.43);
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(24, 51, 102, 0.08);
}

.capability-card:nth-child(odd) {
  transform: translateY(28px);
}

.capability-copy {
  padding: clamp(32px, 4.5vw, 58px);
}

.capability-index {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.capability-kicker {
  margin-bottom: 12px;
  color: var(--platform-coral-text);
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.capability-copy h3 {
  max-width: 560px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  line-height: 1;
}

.capability-copy > p:not(.capability-kicker) {
  max-width: 590px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-tags li {
  padding: 8px 11px;
  border: 1px solid rgba(48, 98, 220, 0.16);
  border-radius: 999px;
  color: #455672;
  background: #f5f8ff;
  font-size: 0.71rem;
  font-weight: 700;
}

.capability-visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-top: 1px solid rgba(154, 175, 214, 0.35);
  background: #eef3ff;
}

.basis-visual {
  display: grid;
  grid-template-columns: 1fr 64px 1.25fr;
  align-items: center;
  gap: 8px;
  padding: 35px;
  background:
    linear-gradient(rgba(61, 105, 201, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 105, 201, 0.06) 1px, transparent 1px),
    #eef3ff;
  background-size: 25px 25px;
}

.basis-visual > span {
  grid-column: 1;
  padding: 12px;
  border: 1px solid #d5deef;
  border-radius: 13px;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.basis-visual > i {
  grid-column: 2;
  grid-row: 1 / 4;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), var(--blue));
}

.basis-visual > div {
  display: flex;
  min-height: 150px;
  grid-column: 3;
  grid-row: 1 / 4;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(48, 99, 226, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 17px 42px rgba(27, 62, 135, 0.11);
}

.basis-visual img { width: 43px; margin-bottom: 8px; }
.basis-visual b { font-size: 0.85rem; }
.basis-visual small { color: #78839a; font-size: 0.64rem; }

.language-visual {
  min-height: 310px;
  background:
    radial-gradient(circle at 15% 25%, rgba(253, 196, 184, 0.7), transparent 25%),
    radial-gradient(circle at 85% 75%, rgba(188, 209, 255, 0.85), transparent 31%),
    #f7f4ff;
}

.language-visual > span {
  position: absolute;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(91, 104, 177, 0.18);
  border-radius: 22px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.88);
  font-family: var(--font-display);
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(51, 65, 125, 0.09);
}

.language-visual > span:nth-child(1) { top: 34px; left: 10%; }
.language-visual > span:nth-child(2) { top: 76px; left: 34%; }
.language-visual > span:nth-child(3) { top: 32px; right: 16%; }
.language-visual > span:nth-child(4) { right: 8%; bottom: 30px; }

.language-visual > div {
  position: absolute;
  bottom: 36px;
  left: 27%;
  display: flex;
  width: 145px;
  height: 120px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 35px;
  color: #fff;
  background: linear-gradient(145deg, var(--coral), var(--violet) 52%, var(--blue));
  box-shadow: 0 22px 55px rgba(74, 67, 177, 0.25);
  transform: rotate(-4deg);
}

.language-visual b { font-family: var(--font-display); font-size: 2rem; }
.language-visual small { font-size: 0.66rem; }

.channel-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(66, 133, 255, 0.27), transparent 36%),
    #091a3c;
}

.channel-visual > div {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border: 1px solid rgba(164, 191, 248, 0.38);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(239, 118, 95, 0.9), rgba(73, 103, 236, 0.95));
  box-shadow: 0 20px 60px rgba(24, 85, 223, 0.34);
  transform: translate(-50%, -50%) rotate(-5deg);
}

.channel-visual img { width: 54px; }

.channel-visual > span {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid rgba(183, 200, 235, 0.26);
  border-radius: 999px;
  color: #e5edff;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.69rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.channel-visual > span:nth-of-type(1) { top: 38px; left: 12%; }
.channel-visual > span:nth-of-type(2) { top: 46px; right: 10%; }
.channel-visual > span:nth-of-type(3) { bottom: 35px; left: 8%; }
.channel-visual > span:nth-of-type(4) { right: 13%; bottom: 42px; }

.integration-visual {
  display: grid;
  min-height: 300px;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  align-items: center;
  padding: 38px;
  background:
    linear-gradient(rgba(61, 105, 201, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 105, 201, 0.06) 1px, transparent 1px),
    #f4f7fd;
  background-size: 24px 24px;
}

.integration-visual > span {
  padding: 16px 10px;
  border: 1px solid #d5deef;
  border-radius: 15px;
  background: #fff;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.integration-visual > i {
  height: 2px;
  background: linear-gradient(90deg, var(--coral), var(--blue));
}

.integration-visual > div {
  display: flex;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(48, 99, 226, 0.28);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 17px 40px rgba(31, 65, 132, 0.12);
}

.integration-visual img { width: 45px; }
.integration-visual b { font-size: 0.72rem; }
.integration-visual > small {
  position: absolute;
  bottom: 25px;
  left: 50%;
  color: #68758d;
  font-size: 0.64rem;
  font-weight: 700;
  transform: translateX(-50%);
  white-space: nowrap;
}

.platform-content {
  background: var(--warm-white);
}

.platform-content-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(70px, 9vw, 140px);
}

.platform-content-copy {
  position: sticky;
  top: 135px;
}

.platform-content-copy h2 {
  margin-bottom: 28px;
}

.content-proof {
  display: flex;
  margin-top: 45px;
  flex-direction: column;
  padding-top: 28px;
  border-top: 1px solid rgba(139, 160, 198, 0.36);
}

.content-proof strong {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 4.1rem);
  letter-spacing: -0.06em;
}

.content-proof span {
  max-width: 360px;
  color: var(--ink-soft);
}

.content-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.content-module {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(155, 176, 216, 0.42);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(31, 54, 100, 0.07);
}

.content-module:first-child {
  min-height: 335px;
  grid-column: 1 / -1;
}

.content-module::after {
  position: absolute;
  right: -65px;
  bottom: -85px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(196, 214, 255, 0.4);
  content: "";
}

.content-module > span {
  display: inline-block;
  margin-bottom: 50px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
}

.content-module h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.content-module p {
  max-width: 440px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.content-module div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.content-module i {
  padding: 6px 9px;
  border-radius: 999px;
  color: #52617d;
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
}

.content-module.specialisms { background: linear-gradient(145deg, #fff6f2, #fff); }
.content-module.chains { background: linear-gradient(145deg, #eef4ff, #fff); }
.content-module.themes { background: linear-gradient(145deg, #f2edff, #fff); }
.content-module.external { background: linear-gradient(145deg, #eaf9f4, #fff); }
.content-module.own { background: linear-gradient(145deg, #fff5e7, #fff); }

.platform-integration {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 6%, rgba(51, 106, 238, 0.33), transparent 28%),
    radial-gradient(circle at 8% 84%, rgba(111, 91, 212, 0.23), transparent 30%),
    #07152f;
}

.integration-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
  margin-bottom: 95px;
}

.integration-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -35px;
}

.integration-heading h2 { color: #fff; }
.integration-heading > p:last-child { color: #b9c6de; }

.integration-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
}

.integration-route::before {
  position: absolute;
  top: 28px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--coral), var(--blue) 48%, var(--green));
  content: "";
}

.integration-route li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.integration-route li > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 23px;
  place-items: center;
  border: 6px solid #07152f;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(172, 195, 242, 0.35);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
}

.integration-route li:first-child > span { background: var(--coral); }
.integration-route li:last-child > span { background: var(--green); }

.integration-route div {
  display: flex;
  flex-direction: column;
}

.integration-route small {
  margin-bottom: 5px;
  color: #89a8eb;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.integration-route strong {
  max-width: 190px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  line-height: 1.25;
}

.integration-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.integration-details details {
  border: 1px solid rgba(147, 170, 216, 0.23);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.integration-details summary {
  display: grid;
  min-height: 82px;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 15px;
  padding: 15px 19px;
  cursor: pointer;
  list-style: none;
}

.integration-details summary::-webkit-details-marker { display: none; }

.integration-details summary span {
  font-family: var(--font-display);
  font-size: 0.93rem;
  font-weight: 700;
}

.integration-details summary i {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(150, 180, 240, 0.3);
  border-radius: 12px;
  background: rgba(80, 122, 220, 0.13);
}

.integration-details summary i::before,
.integration-details summary i::after {
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 99px;
  background: #9db9f3;
  content: "";
  transition: transform 180ms ease;
}

.integration-details summary i::after { transform: rotate(90deg); }
.integration-details details[open] summary i::after { transform: rotate(0); }

.integration-details details p {
  max-width: 560px;
  padding: 0 65px 24px 19px;
  color: #b6c3dc;
  font-size: 0.9rem;
}

.platform-modular {
  background: var(--warm-white);
}

.modular-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: end;
  gap: clamp(60px, 9vw, 150px);
  margin-bottom: 85px;
}

.modular-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.modular-heading h2 span { color: var(--coral); }

.modular-stack {
  display: flex;
  max-width: 1020px;
  margin-inline: auto;
  flex-direction: column;
  gap: 11px;
  perspective: 900px;
}

.modular-stack article {
  display: grid;
  min-height: 104px;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 22px;
  margin-inline: calc(var(--stack-inset, 0) * 1px);
  padding: 18px 25px;
  border: 1px solid rgba(142, 164, 207, 0.38);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 18px 40px rgba(25, 51, 101, 0.07);
}

.modular-stack article:nth-child(1) { --stack-inset: 75; }
.modular-stack article:nth-child(2) { --stack-inset: 50; }
.modular-stack article:nth-child(3) { --stack-inset: 25; }

.modular-stack article > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: var(--violet);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
}

.modular-stack article:nth-child(2) > span { background: var(--blue); }
.modular-stack article:nth-child(3) > span { background: #347ed5; }
.modular-stack .stack-base > span { background: var(--green); }

.modular-stack article div {
  display: flex;
  flex-direction: column;
}

.modular-stack article p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.07rem;
  font-weight: 700;
}

.modular-stack article small { color: #6e7b93; }
.modular-stack article > i { color: #7d899f; font-size: 0.72rem; font-style: normal; font-weight: 700; }

.platform-trust {
  padding-top: 40px;
  background: var(--warm-white);
}

.platform-trust-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: clamp(60px, 8vw, 120px);
  padding: clamp(50px, 7vw, 90px);
  overflow: hidden;
  border-radius: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(49, 106, 238, 0.35), transparent 32%),
    radial-gradient(circle at 5% 95%, rgba(239, 118, 95, 0.2), transparent 30%),
    #08162f;
  box-shadow: 0 35px 90px rgba(12, 32, 72, 0.21);
}

.platform-trust-card::after {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(146, 177, 240, 0.17);
  border-radius: 50%;
  content: "";
}

.platform-trust-copy { position: relative; z-index: 2; }
.platform-trust-copy h2 { max-width: 690px; color: #fff; }
.platform-trust-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 32px; color: #b9c7df; font-size: 1.08rem; }

.platform-trust-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-trust-list li {
  display: flex;
  min-height: 90px;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border: 1px solid rgba(157, 180, 226, 0.22);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
}

.platform-trust-list li > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: #062b23;
  background: #8de0c8;
  font-weight: 800;
}

.platform-trust-list div { display: flex; flex-direction: column; }
.platform-trust-list strong { font-family: var(--font-display); font-size: 0.9rem; }
.platform-trust-list small { color: #aebdd7; font-size: 0.75rem; }

.platform-faq {
  background: var(--warm-white);
}

.platform-faq .faq-native-intro .button,
.platform-faq .faq-native-intro .button:hover,
.platform-faq .faq-native-intro .button:focus-visible {
  color: #fff;
}

.platform-final-cta {
  padding: 35px 0 120px;
  background: var(--warm-white);
}

.platform-final-card {
  position: relative;
  padding: clamp(60px, 8vw, 105px) clamp(32px, 8vw, 110px);
  overflow: hidden;
  border-radius: 46px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(239, 118, 95, 0.24), transparent 27%),
    radial-gradient(circle at 88% 82%, rgba(51, 107, 238, 0.34), transparent 32%),
    #081731;
  box-shadow: 0 32px 85px rgba(17, 40, 84, 0.2);
}

.platform-final-card h2 {
  position: relative;
  z-index: 2;
  max-width: 920px;
  color: #fff;
  font-size: clamp(2.8rem, 5.4vw, 5.7rem);
}

.platform-final-card > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin-bottom: 32px;
  color: #bdc9df;
  font-size: 1.12rem;
}

.platform-final-card .button { position: relative; z-index: 2; }

.final-orbit {
  position: absolute;
  right: -110px;
  bottom: -220px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(155, 184, 243, 0.2);
  border-radius: 50%;
}

.final-orbit::after {
  position: absolute;
  inset: 85px;
  border: 1px solid rgba(155, 184, 243, 0.16);
  border-radius: 50%;
  content: "";
}

@media (max-width: 1120px) {
  .platform-hero { min-height: auto; }
  .platform-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 40px;
  }

  .platform-position-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .platform-architecture-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .platform-architecture-heading > p {
    max-width: 760px;
  }

  .platform-architecture-plate {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .architecture-rings {
    width: min(100%, 500px);
  }

  .architecture-areas {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .position-layer { min-height: 370px; }
  .position-connector { min-height: 50px; justify-content: center; }
  .position-connector i { width: 2px; height: 100%; background: linear-gradient(var(--coral), var(--blue)); }
  .position-connector i::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 10px solid var(--blue);
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    transform: translateX(-50%);
  }

  .platform-simple-grid { grid-template-columns: 1fr; }
  .platform-simple-copy { max-width: 760px; }
  .platform-workspace { max-width: 850px; transform: none; }

  .platform-content-grid { grid-template-columns: 1fr; }
  .platform-content-copy { position: static; max-width: 820px; }
  .content-library { max-width: 900px; }
}

@media (max-width: 860px) {
  .platform-functions-layout {
    grid-template-columns: 1fr;
  }

  .module-configurator {
    width: 100%;
  }

  .module-choice-list {
    display: grid;
    grid-auto-columns: minmax(240px, 42vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 3px 3px 12px;
    scroll-padding-inline: 3px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
  }

  .module-choice {
    scroll-snap-align: start;
  }

  .function-module-panel {
    min-height: 620px;
  }
}

@media (max-width: 900px) {
  .platform-hero {
    padding-top: 142px;
  }

  .platform-hero-grid {
    grid-template-columns: 1fr;
  }

  .platform-hero-copy {
    max-width: 820px;
  }

  .platform-hero-stage {
    width: min(700px, 100%);
    margin: 16px auto 0;
  }

  .platform-functions-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
  }

  .platform-functions-heading > p {
    max-width: 700px;
  }

  .content-modules-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .content-modules-intro {
    max-width: 760px;
  }

  .content-catalog-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-domain-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .content-domain-card,
  .content-domain-card-wide {
    min-height: 340px;
    grid-column: span 1;
  }

  .platform-integrations-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .platform-integrations-heading > p {
    max-width: 760px;
  }

  .integration-level-track {
    grid-auto-columns: minmax(245px, 42vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-padding-inline: 30px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
  }

  .integration-level-track li {
    min-height: 315px;
    scroll-snap-align: start;
  }

  .integration-practical-grid {
    grid-template-columns: 1fr;
  }

  .content-audience-tabs {
    max-width: 100%;
  }

  .platform-section-heading,
  .integration-heading,
  .modular-heading,
  .platform-trust-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .platform-section-heading { gap: 28px; }
  .integration-heading .eyebrow,
  .modular-heading .eyebrow { margin-bottom: -15px; }

  .capability-grid { grid-template-columns: 1fr; }
  .capability-card:nth-child(odd) { transform: none; }

  .integration-route {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .integration-route::before {
    top: 26px;
    right: auto;
    bottom: 26px;
    left: 27px;
    width: 2px;
    height: auto;
    background: linear-gradient(var(--coral), var(--blue) 48%, var(--green));
  }

  .integration-route li {
    min-height: 90px;
    align-items: center;
    flex-direction: row;
    gap: 18px;
    text-align: left;
  }

  .integration-route li > span { margin: 0; flex: 0 0 58px; }
  .integration-route strong { max-width: none; }
  .integration-details { grid-template-columns: 1fr; }

  .platform-trust-card { gap: 44px; }
}

@media (max-width: 720px) {
  .platform-living { --shell: min(100% - 32px, 1240px); }

  .platform-hero {
    padding: 145px 0 80px;
  }

  .platform-hero-copy h1 {
    font-size: clamp(2.85rem, 13vw, 3.7rem);
  }

  .platform-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .platform-hero-actions .button,
  .platform-text-link { width: 100%; justify-content: center; }

  .platform-hero-photo {
    border-radius: 28px;
  }

  .platform-architecture-heading {
    margin-bottom: 42px;
  }

  .platform-architecture-heading h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .platform-architecture-plate {
    padding: 18px;
    border-radius: 28px;
  }

  .architecture-rings {
    width: min(100%, 360px);
  }

  .architecture-areas {
    gap: 14px;
  }

  .architecture-area {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 10px 0;
  }

  .architecture-area-icon {
    width: 52px;
    height: 52px;
    padding: 9px;
  }

  .architecture-area strong {
    font-size: clamp(1.5rem, 8vw, 1.9rem);
  }

  .architecture-area-links {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .architecture-area-links a {
    font-size: 0.95rem;
  }

  .platform-functions-heading {
    margin-bottom: 48px;
  }

  .platform-functions-heading h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .module-configurator {
    border-radius: 25px;
  }

  .module-configurator-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .function-module-panel {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 24px;
    border-radius: 25px;
  }

  .function-module-placeholder {
    min-height: 240px;
  }

  .content-license-visual {
    min-height: 760px;
  }

  .content-license-catalog,
  .content-license-basis {
    right: auto;
    left: 18px;
    width: calc(100% - 36px);
  }

  .content-license-catalog {
    top: 18px;
    bottom: auto;
  }

  .content-license-basis {
    top: 420px;
  }

  .content-license-transfer {
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .cms-module-visual {
    min-height: 730px;
  }

  .cms-module-editor {
    top: 16px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .cms-module-publish-step {
    top: 354px;
    left: 50%;
    transform: translateX(-50%);
  }

  .cms-module-publish-step b {
    transform: rotate(90deg);
  }

  .cms-module-preview {
    top: 394px;
    right: 9%;
    width: 82%;
  }

  .notes-module-visual {
    min-height: 390px;
  }

  .notes-module-source-card {
    top: 14px;
    right: 14px;
    width: 205px;
    min-height: 66px;
    padding: 10px;
  }

  .notes-module-connector {
    display: none;
  }

  .notes-module-dialog {
    top: 92px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .notes-module-dialog-body {
    min-height: 170px;
    padding: 22px;
  }

  .social-module-visual {
    min-height: 590px;
  }

  .social-module-source {
    top: 16px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .social-module-article {
    min-height: 142px;
    padding-block: 18px;
  }

  .social-module-source > footer > span:first-child {
    display: none;
  }

  .social-module-source > footer {
    justify-content: flex-end;
  }

  .social-module-transfer {
    top: 253px;
    left: 50%;
    transform: translateX(-50%);
  }

  .social-module-transfer b {
    transform: rotate(90deg);
  }

  .social-module-composer {
    top: 290px;
    right: 9%;
    width: 82%;
  }

  .portal-module-visual {
    min-height: 1110px;
  }

  .portal-module-flow {
    top: 5%;
    bottom: 5%;
    left: 50%;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--coral), #89aafa 48%, #8fe0c8);
  }

  .portal-module-hospital,
  .portal-module-inforium,
  .portal-module-article {
    right: auto;
    left: 18px;
    width: calc(100% - 36px);
  }

  .portal-module-hospital {
    top: 18px;
  }

  .portal-module-inforium {
    top: 370px;
  }

  .portal-module-article {
    top: 740px;
  }

  .portal-module-arrow {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .portal-module-arrow--one {
    top: 340px;
  }

  .portal-module-arrow--two {
    top: 714px;
  }

  .translate-module-visual {
    min-height: 840px;
  }

  .translate-module-route {
    display: none;
  }

  .translate-module-send,
  .translate-module-mail,
  .translate-module-content,
  .translate-module-external {
    width: calc(50% - 27px);
  }

  .translate-module-send {
    top: 16px;
    left: 18px;
  }

  .translate-module-mail {
    top: 20px;
    right: 18px;
    left: auto;
  }

  .translate-module-content {
    top: 426px;
    left: 18px;
  }

  .translate-module-external {
    top: 430px;
    right: 18px;
  }

  .translate-module-arrow--one {
    top: 210px;
    left: 50%;
  }

  .translate-module-arrow--two {
    top: 404px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .translate-module-arrow--three {
    top: 620px;
    left: 50%;
  }

  .content-modules-heading {
    margin-bottom: 44px;
  }

  .content-modules-heading h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .content-catalog {
    border-radius: 25px;
  }

  .content-domain-catalog {
    border-radius: 25px;
  }

  .content-domain-topbar {
    padding: 17px 18px;
  }

  .content-domain-grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .content-domain-card,
  .content-domain-card-wide {
    min-height: 0;
    padding: 22px;
  }

  .platform-integrations-heading h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .integration-levels {
    border-radius: 25px;
  }

  .integration-levels-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px 18px;
  }

  .integration-levels-brand i {
    display: none;
  }

  .integration-level-track {
    grid-auto-columns: minmax(250px, 82vw);
    padding: 20px 18px 26px;
    scroll-padding-inline: 18px;
  }

  .integration-level-track li {
    min-height: 300px;
  }

  .integration-practical-card {
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
  }

  .integration-practical-card li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .integration-practical-card li span {
    text-align: left;
  }

  .content-catalog-topbar {
    padding: 17px 18px;
  }

  .content-catalog-brand i {
    display: none;
  }

  .content-audience-tabs {
    display: grid;
    width: 100%;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: start;
    overflow-x: auto;
    padding: 5px;
    scroll-padding-inline: 5px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
  }

  .content-audience-tab {
    scroll-snap-align: start;
  }

  .content-audience-panel {
    padding: 22px 18px 26px;
  }

  .content-panel-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .content-route-grid {
    grid-template-columns: 1fr;
  }

  .content-route-card {
    min-height: 0;
    padding: 22px;
  }

  .platform-section-heading { margin-bottom: 50px; }
  .platform-section-heading h2,
  .integration-heading h2,
  .modular-heading h2,
  .platform-content-copy h2 { font-size: clamp(2.6rem, 12vw, 4.4rem); }

  .position-layer { min-height: 350px; padding: 28px; border-radius: 27px; }
  .position-number { margin-bottom: 32px; }

  .workspace-body { min-height: 490px; grid-template-columns: 52px 1fr; }
  .workspace-topbar { padding-inline: 15px; }
  .workspace-body aside i { width: 34px; height: 34px; }
  .workspace-canvas { padding: 17px; }
  .workspace-result { width: 100%; padding: 20px; }
  .result-options { grid-template-columns: 1fr; }
  .result-options > span { min-height: 48px; }
  .workspace-confirmation { position: static; max-width: none; margin-top: 16px; }

  .capability-card { min-height: auto; border-radius: 29px; }
  .capability-copy { padding: 30px 26px; }
  .capability-visual { min-height: 250px; }
  .basis-visual { grid-template-columns: 1fr 35px 1.25fr; padding: 22px; }
  .integration-visual { grid-template-columns: 1fr 25px 1fr 25px 1fr; padding: 23px; }

  .content-library { grid-template-columns: 1fr; }
  .content-module:first-child { min-height: 300px; grid-column: auto; }

  .integration-heading { margin-bottom: 60px; }
  .integration-details details p { padding-right: 20px; }

  .modular-stack article,
  .modular-stack article:nth-child(n) {
    grid-template-columns: 48px 1fr;
    margin-inline: 0;
    padding: 15px;
  }

  .modular-stack article > span { width: 45px; height: 45px; }
  .modular-stack article > i { display: none; }

  .platform-trust-card,
  .platform-final-card { padding: 42px 27px; border-radius: 30px; }

  .platform-final-cta { padding-bottom: 80px; }
}

@media (max-width: 420px) {
  .module-configurator-topbar > i {
    display: none;
  }

  .module-choice {
    grid-template-columns: 40px 1fr 16px;
    gap: 10px;
    padding-inline: 10px;
  }

  .module-choice > b {
    width: 38px;
    height: 38px;
  }

  .content-license-visual {
    min-height: 760px;
  }

  .content-license-catalog,
  .content-license-basis {
    left: 12px;
    width: calc(100% - 24px);
  }

  .content-license-catalog {
    top: 12px;
  }

  .content-license-catalog > header small,
  .content-license-option > div small {
    display: none;
  }

  .content-license-heading {
    padding-block: 9px 7px;
  }

  .content-license-option {
    min-height: 43px;
  }

  .content-license-option.is-selected > b {
    font-size: 0;
  }

  .content-license-option.is-selected > b::after {
    font-size: 0.62rem;
    content: "✓";
  }

  .content-license-basis {
    top: 400px;
  }

  .content-license-transfer {
    top: 381px;
  }

  .cms-module-visual {
    min-height: 725px;
  }

  .cms-module-editor {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .cms-module-editor > nav {
    gap: 13px;
  }

  .cms-module-editor > nav span:nth-of-type(n + 3) {
    display: none;
  }

  .cms-module-field {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cms-module-toolbar > *:nth-child(n + 8) {
    display: none;
  }

  .cms-module-richtext {
    min-height: 134px;
    padding: 12px;
  }

  .cms-module-richtext p {
    font-size: 0.49rem;
  }

  .cms-module-editor > footer span {
    display: none;
  }

  .cms-module-publish-step {
    top: 352px;
    white-space: nowrap;
  }

  .cms-module-preview {
    top: 392px;
    right: 12px;
    width: calc(100% - 24px);
  }

  .notes-module-visual {
    min-height: 410px;
  }

  .notes-module-source-card {
    width: 56px;
    min-height: 56px;
    padding: 5px;
  }

  .notes-module-source-card > span {
    display: none;
  }

  .notes-module-dialog {
    top: 84px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .notes-module-dialog header {
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 8px;
    padding-right: 10px;
  }

  .notes-module-dialog header strong {
    font-size: 0.84rem;
  }

  .notes-module-dialog-body {
    min-height: 190px;
    padding: 18px;
  }

  .notes-module-dialog footer > span {
    display: none;
  }

  .notes-module-dialog footer {
    justify-content: flex-end;
  }

  .social-module-visual {
    min-height: 610px;
  }

  .social-module-source {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .social-module-source > header {
    grid-template-columns: 30px minmax(0, 1fr) 16px;
    padding-inline: 9px;
  }

  .social-module-article {
    min-height: 148px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 16px 14px;
  }

  .social-module-rivm-mark {
    width: 40px;
    height: 48px;
    font-size: 0.47rem;
  }

  .social-module-article p {
    font-size: 0.6rem;
  }

  .social-module-copy-link {
    width: 100%;
    justify-content: center;
  }

  .social-module-transfer {
    top: 260px;
    white-space: nowrap;
  }

  .social-module-composer {
    top: 300px;
    right: 12px;
    width: calc(100% - 24px);
  }

  .social-module-composer > p,
  .social-module-url {
    font-size: 0.58rem;
  }

  .portal-module-visual {
    min-height: 1100px;
  }

  .portal-module-hospital,
  .portal-module-inforium,
  .portal-module-article {
    left: 12px;
    width: calc(100% - 24px);
  }

  .portal-module-hospital {
    top: 12px;
  }

  .portal-module-inforium {
    top: 364px;
  }

  .portal-module-article {
    top: 734px;
  }

  .portal-module-hospital > footer > span,
  .portal-module-article > footer > span {
    display: none;
  }

  .portal-module-hospital > footer,
  .portal-module-article > footer {
    justify-content: flex-end;
  }

  .portal-module-arrow--one {
    top: 334px;
  }

  .portal-module-arrow--two {
    top: 708px;
  }

  .translate-module-visual {
    min-height: 1390px;
  }

  .translate-module-send,
  .translate-module-mail,
  .translate-module-content,
  .translate-module-external {
    right: auto;
    left: 12px;
    width: calc(100% - 24px);
  }

  .translate-module-send {
    top: 12px;
  }

  .translate-module-mail {
    top: 360px;
  }

  .translate-module-content {
    top: 654px;
  }

  .translate-module-external {
    top: 1035px;
  }

  .translate-module-arrow {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .translate-module-arrow--one {
    top: 338px;
  }

  .translate-module-arrow--two {
    top: 632px;
  }

  .translate-module-arrow--three {
    top: 1013px;
  }

  .translate-module-send > footer > span,
  .translate-module-external > footer > span {
    display: none;
  }

  .translate-module-send > footer,
  .translate-module-external > footer {
    justify-content: flex-end;
  }

  .content-route-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 14px;
  }

  .content-route-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .content-route-icon svg {
    width: 24px;
    height: 24px;
  }

  .content-domain-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 14px;
  }

  .content-domain-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .content-domain-icon svg {
    width: 24px;
    height: 24px;
  }

  .integration-practical-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 14px;
  }

  .integration-practical-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .integration-practical-icon svg {
    width: 24px;
    height: 24px;
  }

  .language-visual > span { width: 56px; height: 56px; }
  .integration-visual { padding-inline: 14px; }
  .integration-visual > span { padding-inline: 5px; font-size: 0.64rem; }
}

@media (prefers-reduced-motion: reduce) {
  .platform-relevance-line path { animation: none; }
  .platform-workspace { transform: none; }
  .architecture-ring,
  .architecture-ring-icon,
  .architecture-area,
  .architecture-area-icon,
  .architecture-area-links a { transition: none; }
  .module-choice,
  .module-choice > i { transition: none; }
  .function-module-panel.is-active { animation: none; }
  .content-audience-tab,
  .content-route-card,
  .content-domain-card { transition: none; }
  .content-audience-panel.is-active { animation: none; }
}
/* Werkscherm */
.workspace-section {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 10% 16%, rgba(242, 116, 95, 0.13), transparent 29rem),
    radial-gradient(circle at 92% 86%, rgba(33, 102, 243, 0.14), transparent 34rem),
    #f6f8ff;
}

.workspace-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(88, 117, 177, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 117, 177, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}

.workspace-section .shell {
  position: relative;
  z-index: 1;
}

.workspace-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.7fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.workspace-eyebrow {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin: 0 0 1.25rem;
  color: #1652c5;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.workspace-eyebrow::before {
  width: 2rem;
  height: 2px;
  content: "";
  background: #2166f3;
}

.workspace-heading h2 {
  max-width: 13ch;
  margin: 0;
  color: #0b1b3a;
  font-size: clamp(3.25rem, 6.3vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.workspace-heading h2 span {
  display: block;
  color: #f2745f;
}

.workspace-copy {
  padding-bottom: 0.4rem;
  color: #405071;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.65;
}

.workspace-copy p {
  margin: 0;
}

.workspace-note {
  position: relative;
  margin-top: 1.5rem !important;
  padding: 1rem 1.15rem 1rem 3rem;
  border: 1px solid rgba(69, 190, 166, 0.35);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  color: #123b3b;
  font-size: 0.95em;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.workspace-note::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "✓";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #8ee0ca;
  color: #0a6656;
  font-size: 0.8rem;
  line-height: 1.25rem;
  text-align: center;
}

.workspace-visual {
  overflow: hidden;
  border: 1px solid rgba(122, 153, 214, 0.42);
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 2.5rem 5rem rgba(23, 50, 105, 0.18);
}

.workspace-visual-bar {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  padding: 1rem clamp(1.25rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(122, 153, 214, 0.3);
  background: rgba(255, 255, 255, 0.92);
}

.workspace-visual-brand,
.workspace-visual-tags {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.workspace-visual-brand strong {
  color: #0b1b3a;
}

.workspace-visual-brand > span:last-child,
.workspace-visual-tags span {
  border-radius: 999px;
  background: #eef4ff;
  color: #31507d;
  font-size: 0.8rem;
  font-weight: 700;
}

.workspace-visual-brand > span:last-child {
  padding: 0.45rem 0.75rem;
}

.workspace-visual-tags span {
  padding: 0.55rem 0.85rem;
  border: 1px solid #d7e3fa;
}

.workspace-brand-mark {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: conic-gradient(#45bea6, #2166f3, #f2745f, #45bea6);
  box-shadow: 0 0 0 0.35rem rgba(69, 190, 166, 0.14);
}

.workspace-image-frame {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #edf3fb;
}

.workspace-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.workspace-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.workspace-capability {
  position: relative;
  min-height: 17rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(122, 153, 214, 0.35);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1rem 2.5rem rgba(23, 50, 105, 0.09);
  backdrop-filter: blur(12px);
}

.workspace-capability::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 11rem;
  height: 11rem;
  content: "";
  border: 1px solid rgba(33, 102, 243, 0.13);
  border-radius: 50%;
}

.workspace-capability-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 2rem;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(145deg, #e8f0ff, #d9e7ff);
  color: #2166f3;
}

.workspace-capability:nth-child(2) .workspace-capability-icon {
  background: linear-gradient(145deg, #e5faf4, #cff4e9);
  color: #087a65;
}

.workspace-capability:nth-child(3) .workspace-capability-icon {
  background: linear-gradient(145deg, #fff0ec, #ffe2dc);
  color: #d65340;
}

.workspace-capability-icon svg {
  width: 1.65rem;
  height: 1.65rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workspace-capability-label {
  margin: 0 0 0.55rem;
  color: #f2745f;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workspace-capability h3 {
  margin: 0 0 0.9rem;
  color: #0b1b3a;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.workspace-capability > p:last-child {
  max-width: 29ch;
  margin: 0;
  color: #4c5d7c;
  line-height: 1.6;
}

@media (hover: hover) {
  .workspace-capability {
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .workspace-capability:hover {
    transform: translateY(-0.35rem);
    border-color: rgba(33, 102, 243, 0.55);
    box-shadow: 0 1.5rem 3.5rem rgba(23, 50, 105, 0.14);
  }
}

@media (max-width: 900px) {
  .workspace-heading {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .workspace-heading h2 {
    max-width: 15ch;
  }

  .workspace-copy {
    max-width: 42rem;
  }

  .workspace-capabilities {
    grid-template-columns: 1fr;
  }

  .workspace-capability {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .workspace-heading h2 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .workspace-visual-bar {
    align-items: flex-start;
  }

  .workspace-visual-brand {
    flex-wrap: wrap;
  }

  .workspace-visual-tags {
    display: none;
  }

  .workspace-image-frame {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workspace-capability {
    transition: none !important;
  }
}
