/* layout for site 14 — compact denser hero + performance strip */
:root {
  --wps-brand: #c2410c;
  --wps-accent: #fb923c;
  --wps-bg: #fff7ed;
  --wps-bg2: #ffefe3;
  --wps-radius: 12px;
}
body.wps-l14 { background: #fff7ed; }
body.wps-l14 .redFill, body.wps-l14 .w-button-normal:not(.white) {
  background: linear-gradient(135deg, #c2410c, #fb923c) !important;
}
body.wps-l14 .fresh, body.wps-l14 .hero-headline .accent {
  background: linear-gradient(135deg, #fb923c, #c2410c);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.wps-l14 .module.home {
  padding-top: 48px !important;
  padding-bottom: 36px !important;
}
body.wps-l14 .module.home .hero-split {
  gap: 28px !important;
  align-items: center;
}
body.wps-l14 .module.home .hero-headline {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem) !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}
body.wps-l14 .module.home .hero-desc {
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  max-width: 520px;
  margin-bottom: 16px !important;
}
body.wps-l14 .module.home .hero-tagline {
  font-size: 12px !important;
  padding: 4px 10px !important;
  margin-bottom: 10px !important;
}
body.wps-l14 .module.home .hero-actions { margin-bottom: 14px !important; }
body.wps-l14 .module.home .hero-trust {
  gap: 8px !important;
}
body.wps-l14 .module.home .hero-trust .item {
  padding: 8px 10px !important;
  min-width: 0;
}
body.wps-l14 .module.home .hero-trust .item strong { font-size: 15px !important; }
body.wps-l14 .module.home .hero-trust .item span { font-size: 11px !important; }
body.wps-l14 .module.home .hero-visual img {
  max-height: 360px;
  object-fit: contain;
}
body.wps-l14 .perf-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1100px;
  margin: -8px auto 28px;
  padding: 0 24px;
}
body.wps-l14 .perf-stats .stat {
  background: #fff;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 14px 12px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(194, 65, 12, 0.06);
}
body.wps-l14 .perf-stats .stat strong {
  display: block;
  font-size: 1.35rem;
  color: #c2410c;
  line-height: 1.2;
}
body.wps-l14 .perf-stats .stat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #9a3412;
}
body.wps-l14 .grid-wrapper { grid-template-columns: 1fr 1fr !important; }
body.wps-l14 .module.wps-365 { display: none !important; }
body.wps-l14 .platform-grid, body.wps-l14 .dl-platforms-grid {
  grid-template-columns: repeat(2,1fr) !important;
}
@media (max-width: 768px) {
  body.wps-l14 .perf-stats { grid-template-columns: repeat(2, 1fr); }
}
