.wowpcg-fullbleed{
  --wowpcg-bg:#f5f8fb;
  --wowpcg-title:#17253f;
  --wowpcg-text:#667085;
  --wowpcg-gap:14px;
  width:100%;
  max-width:100%;
  background:var(--wowpcg-bg);
  padding:28px 0 34px;
  box-sizing:border-box;
  overflow:hidden;
}
.wowpcg-shell{
  width:100%;
  max-width:100%;
  margin:0 auto;
  padding:0 20px;
  box-sizing:border-box;
}
.wowpcg-title{
  margin:0 0 10px;
  font-family:inherit;
  font-size:clamp(30px,3vw,58px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--wowpcg-title);
  text-align:center;
}
.wowpcg-desc{
  max-width:1280px;
  margin:0 auto 28px;
  font-family:inherit;
  font-size:clamp(15px,1.25vw,26px);
  line-height:1.5;
  color:var(--wowpcg-text);
  text-align:center;
}
.wowpcg-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--wowpcg-gap);
  width:100%;
  align-items:start;
}
.wowpcg-card{min-width:0;margin:0;padding:0}
.wowpcg-media-link{display:block;text-decoration:none;color:inherit}
.wowpcg-media{
  position:relative;
  width:100%;
  aspect-ratio:1.235/1;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 2px 10px rgba(15,23,42,.08);
}
.wowpcg-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .28s ease}
.wowpcg-media-link:hover .wowpcg-media img{transform:scale(1.015)}
.wowpcg-card h3{
  margin:17px 8px 0;
  font-family:inherit;
  font-size:clamp(19px,1.35vw,32px);
  line-height:1.2;
  font-weight:700;
  color:var(--wowpcg-title);
  text-align:center;
}
.wowpcg-title-left .wowpcg-title{text-align:left}
.wowpcg-title-center .wowpcg-title{text-align:center}
.wowpcg-title-right .wowpcg-title{text-align:right}
.wowpcg-desc-left .wowpcg-desc{text-align:left;margin-left:0;margin-right:0}
.wowpcg-desc-center .wowpcg-desc{text-align:center}
.wowpcg-desc-right .wowpcg-desc{text-align:right;margin-left:auto;margin-right:0}
.wowpcg-card-title-left .wowpcg-card h3{text-align:left}
.wowpcg-card-title-center .wowpcg-card h3{text-align:center}
.wowpcg-card-title-right .wowpcg-card h3{text-align:right}

@media (max-width:1199px){
  .wowpcg-shell{padding:0 18px}
  .wowpcg-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .wowpcg-card h3{font-size:clamp(20px,2.6vw,30px)}
}
@media (max-width:767px){
  .wowpcg-fullbleed{padding:24px 0 28px}
  .wowpcg-shell{padding:0 14px}
  .wowpcg-title{font-size:clamp(28px,8vw,40px)}
  .wowpcg-desc{font-size:15px;margin-bottom:20px;padding:0 2px}
  .wowpcg-grid{grid-template-columns:1fr;gap:22px}
  .wowpcg-card h3{font-size:24px;margin-top:13px}
  .wowpcg-media{aspect-ratio:1.32/1;border-radius:12px}
}
@media (max-width:380px){
  .wowpcg-shell{padding:0 10px}
  .wowpcg-card h3{font-size:21px}
}
@media (prefers-reduced-motion:reduce){
  .wowpcg-media img{transition:none}
  .wowpcg-media-link:hover .wowpcg-media img{transform:none}
}

/* Admin */
.wowpcg-admin .wowpcg-admin-box{background:#fff;border:1px solid #dfe6e1;border-radius:14px;padding:18px 22px;margin-top:18px;box-shadow:0 6px 18px rgba(0,0,0,.03)}
.wowpcg-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.wowpcg-admin-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fbfcfd}
.wowpcg-admin-card h3{margin-top:0}
.wowpcg-admin-card label{display:block;font-weight:600;margin-bottom:5px}
.wowpcg-preview{width:100%;height:180px;object-fit:cover;border:1px solid #d7e2db;border-radius:10px;background:#f6f7f8}
@media (max-width:782px){.wowpcg-admin-grid{grid-template-columns:1fr}}

/* v1.3.0 — separate Categories CTA button */
.wowpcg-button-row{display:flex;width:100%;margin-top:26px}
.wowpcg-button-left{justify-content:flex-start}
.wowpcg-button-center{justify-content:center}
.wowpcg-button-right{justify-content:flex-end}
.wowpcg-explore-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:var(--wowpcg-btn-py,14px) var(--wowpcg-btn-px,28px);
  border-radius:var(--wowpcg-btn-radius,10px);
  background:var(--wowpcg-btn-bg,#37b446);
  color:var(--wowpcg-btn-text,#fff)!important;
  font-family:inherit;
  font-size:var(--wowpcg-btn-font,17px);
  font-weight:700;
  line-height:1.1;
  text-decoration:none!important;
  box-shadow:0 9px 22px rgba(55,180,70,.22);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.wowpcg-explore-button:hover,.wowpcg-explore-button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgba(55,180,70,.30);filter:brightness(.96);outline:none}
@media(max-width:767px){.wowpcg-button-row{margin-top:22px}.wowpcg-explore-button{max-width:100%;text-align:center}}
@media(prefers-reduced-motion:reduce){.wowpcg-explore-button{transition:none}.wowpcg-explore-button:hover{transform:none}}
