
/* Golf Gear Lab Platform 1.0 consistency layer */
:root{--ggl-accent:#9cff00;--ggl-ink:#f4f7f4;--ggl-muted:#b9c4bd;--ggl-bg:#06100d;--ggl-panel:#0a1813;--ggl-line:rgba(156,255,0,.22)}
html{scroll-behavior:smooth}body{background:var(--ggl-bg);color:var(--ggl-ink)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--ggl-accent)!important;outline-offset:3px!important}
.ggl-v1-decision-bar{margin:22px auto 0;max-width:1180px;padding:18px 20px;border:1px solid var(--ggl-line);border-radius:18px;background:linear-gradient(135deg,rgba(156,255,0,.09),rgba(255,255,255,.025));display:flex;align-items:center;justify-content:space-between;gap:18px}
.ggl-v1-decision-bar strong{display:block;font-size:1.05rem}.ggl-v1-decision-bar span{display:block;color:var(--ggl-muted);margin-top:4px;line-height:1.45}.ggl-v1-decision-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}.ggl-v1-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border-radius:999px;border:1px solid var(--ggl-line);font-weight:800;text-decoration:none!important;color:var(--ggl-ink)!important}.ggl-v1-action.primary{background:var(--ggl-accent);border-color:var(--ggl-accent);color:#071006!important}
.ggl-v1-next-step{max-width:1180px;margin:34px auto;padding:24px;border:1px solid var(--ggl-line);border-radius:18px;background:var(--ggl-panel);display:grid;grid-template-columns:1.4fr auto;gap:22px;align-items:center}.ggl-v1-next-step h2{margin:0 0 7px;font-size:clamp(1.35rem,2vw,1.85rem)}.ggl-v1-next-step p{margin:0;color:var(--ggl-muted);line-height:1.55}
body.ggl-v1-product .hero-actions,body.ggl-v1-product .gps-card-actions,body.ggl-v1-product .actions{gap:10px}
body.ggl-v1-product :where(.hero-actions,.gps-card-actions,.actions) a:first-child{order:-2}
body.ggl-v1-comparison table{width:100%;border-collapse:collapse}body.ggl-v1-comparison th{position:sticky;top:78px;background:#0a1713;z-index:2}
body.ggl-v1-commercial img{max-width:100%;height:auto}
body.ggl-v1-commercial :where(.btn,.gps-btn,.ggl-v4-btn){min-height:44px;align-items:center;justify-content:center}
@media(max-width:760px){.ggl-v1-decision-bar,.ggl-v1-next-step{margin-left:16px;margin-right:16px;grid-template-columns:1fr;align-items:stretch}.ggl-v1-decision-bar{flex-direction:column;align-items:stretch}.ggl-v1-decision-actions{display:grid;grid-template-columns:1fr}.ggl-v1-action{width:100%}body.ggl-v1-comparison table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}body.ggl-v1-comparison th{position:static}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
