/* layout for site 20 tpl=2 variant=4 */
:root {
  --wps-brand: #2563eb;
  --wps-accent: #60a5fa;
  --wps-bg: #eff6ff;
  --wps-bg2: #e8f1ff;
  --wps-radius: 20px;
}
body.wps-l20 { background: #eff6ff; }
body.wps-l20 .redFill, body.wps-l20 .w-button-normal:not(.white) {
  background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
}
body.wps-l20 .fresh, body.wps-l20 .hero-headline .accent {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.wps-l20 .grid-wrapper { grid-template-columns: repeat(2,1fr) !important; }
body.wps-l20 .module.new-download { order: 3; }
body.wps-l20 .module.ai { order: 4; }
body.wps-l20 .platform-grid, body.wps-l20 .dl-platforms-grid {
  grid-template-columns: repeat(3,1fr) !important;
}
body.wps-l20 .dl-security { order: -1; }
