/* GoalRush Responsive Banner Hero */
.grbh-hero{position:relative;width:100%;overflow:hidden;background:#f6f6f6;--grbh-fit:cover;--grbh-pos:center center;--grbh-custom-height:620px}
.grbh-track{position:relative;width:100%;height:100%}
.grbh-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}
.grbh-slide.is-active{opacity:1;visibility:visible;z-index:1}
.grbh-slide:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none}
.grbh-link-wrap{display:block;width:100%;height:100%;color:inherit;text-decoration:none}
.grbh-picture{display:block;width:100%;height:100%}
.grbh-picture img{display:block;width:100%;height:100%;object-fit:var(--grbh-fit);object-position:var(--grbh-pos)}
.grbh-height-auto{height:auto}
.grbh-height-auto .grbh-track,.grbh-height-auto .grbh-link-wrap,.grbh-height-auto .grbh-picture{height:auto}
.grbh-height-auto .grbh-slide{position:relative;display:none}
.grbh-height-auto .grbh-slide.is-active{display:block}
.grbh-height-auto .grbh-picture img{height:auto;object-fit:contain}
.grbh-height-screen{height:calc(100vh - var(--wp-admin--admin-bar--height,0px));min-height:520px}
.grbh-height-custom{height:var(--grbh-custom-height)}
.grbh-height-compact{height:520px}
.grbh-content{position:absolute;z-index:3;max-width:min(620px,88vw);padding:clamp(18px,4vw,56px);display:flex;flex-direction:column;gap:14px}
.grbh-content h1{margin:0;font-size:clamp(36px,5vw,86px);line-height:.92;font-weight:900;letter-spacing:-.045em}
.grbh-content p{margin:0;font-size:clamp(15px,1.5vw,22px);line-height:1.45;max-width:720px}
.grbh-button{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:12px 22px;border-radius:999px;background:#ffcc00;color:#111;font-weight:800}
.grbh-content-center-left .grbh-content{top:50%;left:0;transform:translateY(-50%);text-align:left;align-items:flex-start}
.grbh-content-center-center .grbh-content{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;align-items:center}
.grbh-content-center-right .grbh-content{top:50%;right:0;transform:translateY(-50%);text-align:right;align-items:flex-end}
.grbh-content-bottom-left .grbh-content{bottom:0;left:0;text-align:left;align-items:flex-start}
.grbh-content-bottom-center .grbh-content{bottom:0;left:50%;transform:translateX(-50%);text-align:center;align-items:center}
.grbh-content-bottom-right .grbh-content{bottom:0;right:0;text-align:right;align-items:flex-end}
.grbh-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 10px 25px rgba(0,0,0,.12);font-size:30px;line-height:1;cursor:pointer}
.grbh-prev{left:18px}.grbh-next{right:18px}
.grbh-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px}
.grbh-dot{width:10px;height:10px;border:none;border-radius:999px;background:rgba(0,0,0,.25);padding:0;cursor:pointer}
.grbh-dot.is-active{background:#111;width:26px}
.grbh-empty{padding:40px;background:#fff3cd;border:1px solid #ffe69c;border-radius:12px;color:#664d03}
@media(max-width:1024px){
  .grbh-height-screen{min-height:520px}
  .grbh-height-compact{height:460px}
  .grbh-content h1{font-size:clamp(32px,7vw,60px)}
}
@media(max-width:767px){
  .grbh-height-screen{height:calc(100vh - var(--wp-admin--admin-bar--height,0px));min-height:560px}
  .grbh-height-custom{height:var(--grbh-custom-height,560px)}
  .grbh-height-compact{height:420px}
  .grbh-content{padding:22px;max-width:94vw}
  .grbh-content h1{font-size:clamp(30px,11vw,52px)}
  .grbh-content p{font-size:15px}
  .grbh-button{padding:10px 18px;font-size:14px}
  .grbh-arrow{width:36px;height:36px;font-size:24px}
  .grbh-prev{left:10px}.grbh-next{right:10px}
}
