/* layout for site 21 — collab-first, comment/@ emphasis */
:root {
  --wps-brand: #c0266b;
  --wps-accent: #fb7185;
  --wps-bg: #fff1f5;
  --wps-bg2: #ffe4e9;
  --wps-radius: 20px;
  --wps-section-pad: 88px;
}
body.wps-l21 { background: #fff1f5; }
body.wps-l21 .container > .module { padding-top: var(--wps-section-pad); padding-bottom: calc(var(--wps-section-pad) - 12px); }
body.wps-l21 .redFill, body.wps-l21 .w-button-normal:not(.white) {
  background: linear-gradient(135deg, #c0266b, #fb7185) !important;
  border-radius: 999px !important;
}
body.wps-l21 .fresh, body.wps-l21 .hero-headline .accent {
  background: linear-gradient(135deg, #fb7185, #c0266b);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.wps-l21 .feature-row { gap: 20px !important; }
body.wps-l21 .feature-card {
  border-radius: var(--wps-radius) !important;
  box-shadow: 0 12px 32px rgba(192, 38, 107, 0.08);
}
body.wps-l21 .hero-floating { border-radius: 16px !important; }
body.wps-l21 .new-platform { order: 0; }
