
:root{--bg:#070b0f;--card:#111820;--line:#23303b;--green:#2ecc71;--muted:#b7c0cc}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit}
.container{width:min(1180px,92%);margin:0 auto}

/* Header + logo */
.site-header{background:#05080b;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.ggl-logo{display:flex;align-items:center;text-decoration:none;white-space:nowrap}
.ggl-logo-icon{width:48px;height:48px;margin-right:12px;flex:0 0 auto}
.ggl-logo-text{font-size:26px;font-weight:900;letter-spacing:-.03em;text-transform:uppercase}
.ggl-logo-text strong{color:var(--green)}
.logo{display:flex;align-items:center;text-decoration:none;font-weight:900}
.logo span{color:var(--green)}
.nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.nav a{font-size:15px;font-weight:800;text-decoration:none;color:#fff}
.nav a:hover{color:var(--green)}

/* Homepage: image is an actual img tag so it cannot disappear through CSS path issues */
.home-hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:#07100c}
.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,11,.92) 0%,rgba(5,8,11,.70) 42%,rgba(5,8,11,.10) 100%);z-index:1}
.home-hero-content{position:relative;z-index:2;max-width:620px;padding:82px 0}
.kicker{color:var(--green);font-weight:900;text-transform:uppercase;letter-spacing:.18em;font-size:14px;margin-bottom:18px}
.home-hero h1{font-size:clamp(46px,7vw,82px);line-height:.98;margin:0 0 22px;letter-spacing:-.05em}
.home-hero p{font-size:18px;color:#fff;max-width:560px;margin:0 0 26px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 22px;text-decoration:none;font-weight:900;background:var(--green);color:#061008;border:1px solid var(--green)}
.btn.secondary{background:rgba(0,0,0,.18);color:var(--green);border-color:var(--green)}

.trust-row{background:#05080b;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:26px 24px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;font-size:15px;text-transform:uppercase;margin-bottom:4px}
.trust-item span{display:block;font-size:14px;color:var(--muted)}

.section{padding:58px 0}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.section-title h2{font-size:34px;margin:0;line-height:1.1}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 12px 34px rgba(0,0,0,.18);overflow:hidden}
.card h3{font-size:22px;margin:0 0 10px;line-height:1.2;padding-left:8px}
.card p{color:var(--muted);margin:0 0 18px;padding-left:8px}
.card .btn{margin-left:8px}
.score-pill{display:inline-flex;border:1px solid rgba(46,204,113,.35);color:var(--green);border-radius:999px;padding:6px 10px;font-weight:900;margin-bottom:14px}

/* Review pages */
.review-hero{background:linear-gradient(90deg,rgba(5,8,11,.96),rgba(5,8,11,.78),rgba(5,8,11,.48)),url('/assets/images/golf-gear-lab-hero-v8.jpg') center/cover no-repeat;border-bottom:1px solid var(--line);padding:70px 0 60px}
.review-hero-inner{display:grid;grid-template-columns:1fr 300px;gap:36px;align-items:center}
.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:22px}
.breadcrumbs a{color:var(--green);text-decoration:none}
.review-hero h1{font-size:clamp(34px,4.5vw,52px);line-height:1.08;margin:0 0 16px;letter-spacing:-.035em}
.review-hero p{font-size:18px;max-width:660px;margin:0 0 16px}
.review-product-card{background:rgba(17,24,32,.82);border:1px solid var(--line);border-radius:22px;padding:22px;text-align:center}
.rating-number{font-size:58px;line-height:1;color:var(--green);font-weight:900}
.rating-number small{font-size:22px;color:#fff}
.review-body{padding:52px 0}
.review-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start}
.review-main{max-width:760px}
.review-main h2{font-size:24px;margin:32px 0 12px}
.review-main p,.review-main li{font-size:16px;color:#d9e1ea}
.review-side{position:sticky;top:106px}
.rating-card,.glance-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:18px}
.glance-row{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:12px 0;font-size:14px}
.glance-row:first-child{border-top:0}
.green-dot,.dot,.status-dot,.indicator,.product-hero-placeholder,.placeholder-product{display:none!important}

.site-footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);background:#05080b}
@media(max-width:900px){.header-inner{align-items:flex-start;flex-direction:column;padding:18px 0}.nav{gap:14px}.home-hero{min-height:560px}.home-hero-content{padding:56px 0}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid var(--line)}.grid{grid-template-columns:1fr}.review-hero-inner,.review-layout{grid-template-columns:1fr}.review-side{position:static}}


/* Product image system: cards and review pages now draw from assets/data/products.json */
.product-image-link{display:block;text-decoration:none;margin:-28px -28px 18px}
.product-image{display:block;width:100%;background:#f8fafc;border:0;object-fit:contain}
.product-image--card{aspect-ratio: 16 / 11;border-bottom:1px solid var(--line);padding:0}
.review-product-card .product-image--review{width:100%;aspect-ratio: 16 / 11;border-radius:16px;border:1px solid var(--line);padding:0;margin:0 0 14px;background:#f8fafc}
.product-image-caption{font-weight:900;margin:-4px 0 14px;color:#fff;font-size:15px}
.card > .product-image{margin:-28px -28px 18px;width:calc(100% + 56px);border-bottom:1px solid var(--line);padding:14px;aspect-ratio:16/11}
@media(max-width:900px){.product-image-link{margin:-28px -28px 18px}.review-product-card .product-image--review{max-height:280px}}


/* Data-driven product system */
.product-card{display:flex;flex-direction:column;min-height:100%}
.product-card h3 a{text-decoration:none}.product-card h3 a:hover{color:var(--green)}
.product-card-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-left:8px;margin-bottom:10px}
.rank-pill{border:1px solid var(--line);color:#d9e1ea;border-radius:999px;padding:6px 10px;font-weight:900;font-size:13px;background:#0c1218}
.product-card-category{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#8fa0af!important;font-weight:900}
.product-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-left:8px}.product-card-actions .btn{margin-left:0}
.product-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:var(--card)}
.product-table{width:100%;border-collapse:collapse;min-width:760px}.product-table th,.product-table td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.product-table th{color:var(--green);font-size:13px;text-transform:uppercase;letter-spacing:.1em}.product-table tr:last-child td{border-bottom:0}.product-table span{color:var(--muted);font-size:13px}.product-table a{text-decoration:none}.product-table a:hover{color:var(--green)}
.product-admin-note{background:rgba(46,204,113,.08);border:1px solid rgba(46,204,113,.35);border-radius:18px;padding:20px;color:#d9e1ea;margin:24px 0}.product-admin-note strong{color:#fff}.product-admin-note code{background:#05080b;border:1px solid var(--line);border-radius:6px;padding:2px 6px;color:var(--green)}


/* Real product image display patch */
.product-image-link{background:#fff;border-radius:18px 18px 0 0;overflow:hidden;min-height:245px;display:flex;align-items:center;justify-content:center}
.product-image{display:block;width:100%;height:245px;object-fit:contain;background:#fff;padding:10px;box-sizing:border-box}
.product-image--card{aspect-ratio:auto;height:245px;border-bottom:1px solid var(--line)}
@media(max-width:900px){.product-image-link{min-height:220px}.product-image{height:220px}}


/* FINAL IMAGE COMPLETION PASS: remove Safari/Firefox white image boxes and keep all product media on a consistent dark card. */
.product-image-link,
.card .product-image-link,
.product-card .product-image-link{
  background:#080d12 !important;
  border-radius:18px 18px 0 0 !important;
  overflow:hidden !important;
  min-height:245px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px !important;
  box-sizing:border-box !important;
}
.product-image,
.product-image--card,
.card > .product-image,
.review-product-card .product-image--review{
  background:var(--ggl-product-panel,#f5f7f5)!important;
  width:100% !important;
  height:245px !important;
  object-fit:contain !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  box-sizing:border-box !important;
  display:block !important;
}
.product-card{overflow:hidden;}
@media(max-width:900px){.product-image-link{min-height:220px !important}.product-image{height:220px !important}}


/* PREMIUM LOCAL IMAGE LOCK: browser-stable, no white boxes, no hotlinked imagery. */
.product-image-link,.card .product-image-link,.product-card .product-image-link{background:#080d12!important;border-radius:18px 18px 0 0!important;overflow:hidden!important;min-height:245px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;box-sizing:border-box!important;}
.product-image,.product-image--card,.card>.product-image,.review-product-card .product-image--review{background:var(--ggl-product-panel,#f5f7f5)!important;width:100%!important;height:245px!important;object-fit:cover!important;padding:0!important;margin:0!important;border:0!important;box-sizing:border-box!important;display:block!important;}
.product-card{overflow:hidden!important;}
@media(max-width:900px){.product-image-link{min-height:220px!important}.product-image{height:220px!important}}



/* PREMIUM COMPLETION FIX: browser-stable 3-across product grid and all-local dark product media. */
.grid[data-product-grid],
.product-grid,
[data-product-grid]{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
}
.grid[data-product-grid] > *,
[data-product-grid] > *{min-width:0 !important;width:100% !important;}
.product-card{min-width:0 !important;width:100% !important;overflow:hidden !important;padding:28px !important;}
.product-image-link,.card .product-image-link,.product-card .product-image-link{
  margin:-28px -28px 18px !important;
  width:calc(100% + 56px) !important;
  background:#080d12 !important;
  border-radius:18px 18px 0 0 !important;
  overflow:hidden !important;
  min-height:245px !important;
  height:245px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  box-sizing:border-box !important;
}
.product-image,.product-image--card,.card>.product-image,.review-product-card .product-image--review{
  background:var(--ggl-product-panel,#f5f7f5)!important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  box-sizing:border-box !important;
  display:block !important;
}
@media(max-width:980px){.grid[data-product-grid],[data-product-grid]{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media(max-width:680px){.grid[data-product-grid],[data-product-grid]{grid-template-columns:1fr !important;}.product-image-link{min-height:220px!important;height:220px!important;}}


/* GGL FINAL PREMIUM LOCK: cross-browser 3-col cards, no white image boxes */
html body .container [data-product-grid]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;width:100%!important;max-width:none!important;}
html body .container [data-product-grid] > .product-card, html body .container [data-product-grid] > article{width:100%!important;max-width:none!important;min-width:0!important;display:flex!important;flex-direction:column!important;}
html body .product-card{padding:28px!important;margin:0!important;}
html body .product-image-link{margin:-28px -28px 18px!important;width:calc(100% + 56px)!important;height:255px!important;min-height:255px!important;background:#080d12!important;border-radius:18px 18px 0 0!important;overflow:hidden!important;padding:0!important;border-bottom:1px solid #23303b!important;}
html body img.product-image, html body img.product-image--card{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;background:var(--ggl-product-panel,#f5f7f5)!important;padding:0!important;margin:0!important;border:0!important;}
html body .score-row{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;padding-left:8px!important;}
@media (min-width:981px){html body .container [data-product-grid]{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media (max-width:980px) and (min-width:681px){html body .container [data-product-grid]{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width:680px){html body .container [data-product-grid]{grid-template-columns:1fr!important;}html body .product-image-link{height:225px!important;min-height:225px!important;}}
/* Premium logo refresh */
.ggl-logo{gap:12px!important;font-weight:900!important;letter-spacing:-.02em!important;color:#fff!important;text-decoration:none!important}.ggl-logo:before{content:'GGL';display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#2ecc71,#0f7f55);color:#061008;font-size:16px;font-weight:1000;box-shadow:0 12px 26px rgba(46,204,113,.22)}.ggl-logo-text{font-size:27px!important;letter-spacing:-.045em!important}.ggl-logo-text strong{color:#2ecc71!important}.site-header{background:rgba(5,8,11,.96)!important;backdrop-filter:blur(12px);}



/* GGL PREMIUM ASSET REBUILD 2026-06-15: browser-safe grid, local product images, uploaded logo */
.site-header{background:#05080b!important;border-bottom:1px solid #23303b!important;position:sticky;top:0;z-index:50;}
.header-inner{min-height:96px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;}
.ggl-logo{display:inline-flex!important;align-items:center!important;text-decoration:none!important;min-width:220px!important;}
.ggl-logo img{display:block!important;width:260px!important;max-width:32vw!important;height:auto!important;object-fit:contain!important;}
.ggl-logo-text,.ggl-logo-icon{display:none!important;}
[data-product-grid]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;width:100%!important;max-width:100%!important;}
[data-product-grid]>.product-card{min-width:0!important;width:100%!important;max-width:none!important;}
.product-card{display:flex!important;flex-direction:column!important;background:#111820!important;border:1px solid #23303b!important;border-radius:18px!important;padding:28px!important;overflow:hidden!important;box-shadow:0 12px 34px rgba(0,0,0,.20)!important;}
.product-image-link{display:block!important;margin:-28px -28px 18px!important;width:calc(100% + 56px)!important;height:245px!important;min-height:245px!important;background:#080d12!important;border-radius:18px 18px 0 0!important;overflow:hidden!important;padding:0!important;border:0!important;}
.product-image,.product-image--card{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;background:var(--ggl-product-panel,#f5f7f5)!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;}
.review-product-card .product-image--review{height:245px!important;object-fit:cover!important;background:#080d12!important;border:0!important;border-radius:16px!important;}
@media (min-width:981px){.container{width:min(1180px,92%)!important;}[data-product-grid]{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media (max-width:980px) and (min-width:681px){[data-product-grid]{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.ggl-logo img{width:230px!important;max-width:60vw!important;}}
@media (max-width:680px){[data-product-grid]{grid-template-columns:1fr!important;}.product-image-link{height:220px!important;min-height:220px!important;}.header-inner{align-items:flex-start!important;flex-direction:column!important;padding:16px 0!important}.ggl-logo img{width:220px!important;max-width:80vw!important;}}


/* ===== GOLF GEAR LAB PREMIUM V2 IMAGE SYSTEM ===== */
:root{--ggl-gold:#c9a45b;--ggl-gold-soft:#e0bb73;--ggl-bg:#080b0f;--ggl-card:#111821;--ggl-line:#26323e;}
.site-header{background:#06090c!important;border-bottom:1px solid #202a35!important;position:relative;z-index:10!important;}.header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;min-height:92px!important;padding:16px 0!important;}.ggl-logo{display:flex!important;align-items:center!important;text-decoration:none!important;background:none!important;box-shadow:none!important;border:0!important;padding:0!important;}.ggl-logo:before,.ggl-logo:after,.ggl-badge,.brand-badge{display:none!important;content:none!important;}.ggl-logo img{display:block!important;width:230px!important;height:auto!important;max-height:72px!important;object-fit:contain!important;border:0!important;background:transparent!important;box-shadow:none!important;}.nav{display:flex!important;align-items:center!important;gap:28px!important;flex-wrap:wrap!important;}.nav a{color:#f4f4f2!important;text-decoration:none!important;font-weight:800!important;}.nav a:hover{color:var(--ggl-gold-soft)!important;}.kicker{color:#35d07f!important;}
.product-grid-v2,[data-product-grid].product-grid-v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;width:100%!important;max-width:100%!important;margin-top:24px!important;}.product-card-v2{display:flex!important;flex-direction:column!important;min-width:0!important;background:var(--ggl-card)!important;border:1px solid var(--ggl-line)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 18px 42px rgba(0,0,0,.28)!important;}.product-media-v2{display:flex!important;align-items:center!important;justify-content:center!important;height:275px!important;background:#080d14!important;padding:12px!important;text-decoration:none!important;border-bottom:1px solid var(--ggl-line)!important;overflow:hidden!important;}.product-media-v2 img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important;box-shadow:none!important;}.product-media-v2.missing-image{background:linear-gradient(145deg,#0a0f16,#111821)!important;border:1px solid #734040!important;}.product-media-v2.missing-image:after{content:'Image missing';color:#f2b8b8;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px;}.product-body-v2{padding:22px 24px 24px!important;display:flex!important;flex-direction:column!important;gap:12px!important;flex:1!important;}.score-row-v2{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}.score-pill-v2{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(201,164,91,.8)!important;color:var(--ggl-gold-soft)!important;background:rgba(201,164,91,.08)!important;border-radius:999px!important;padding:7px 12px!important;font-weight:900!important;}.rank-v2{color:#cfd6df!important;font-weight:900!important;}.product-card-v2 h3{margin:4px 0 0!important;font-size:1.28rem!important;line-height:1.2!important;}.product-card-v2 h3 a{color:#fff!important;text-decoration:none!important;}.product-card-v2 h3 a:hover{color:var(--ggl-gold-soft)!important;}.meta-v2{margin:0!important;color:#9eaab8!important;font-weight:800!important;letter-spacing:.02em!important;}.summary-v2{color:#cbd3dd!important;line-height:1.55!important;margin:0!important;}.button-v2{margin-top:auto!important;align-self:flex-start!important;color:#fff!important;text-decoration:none!important;border:1px solid var(--ggl-gold)!important;border-radius:14px!important;padding:12px 18px!important;font-weight:900!important;background:rgba(201,164,91,.06)!important;}.button-v2:hover{background:rgba(201,164,91,.16)!important;color:#fff!important;}
@media (min-width:1050px){.container{width:min(1240px,92%)!important;}.product-grid-v2,[data-product-grid].product-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.product-media-v2{height:275px!important;}}@media (max-width:1049px) and (min-width:720px){.product-grid-v2,[data-product-grid].product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.product-media-v2{height:260px!important;}}@media (max-width:719px){.header-inner{align-items:flex-start!important;flex-direction:column!important;}.ggl-logo img{width:220px!important;}.product-grid-v2,[data-product-grid].product-grid-v2{grid-template-columns:1fr!important;}.product-media-v2{height:245px!important;}.nav{gap:16px!important;}}


/* ===== GGL v3.6.1 Brand Integration: Reticle + Golf Flag, Awards, Scores, Recommendation Cards ===== */
:root{--ggl-award-gold:#f4ce72;--ggl-deep:#05080b;--ggl-green:#2ecc71;}
.brand-mark{font-size:0!important;position:relative;background:url('/assets/images/logo/favicon-48.png') center/34px 34px no-repeat!important;border-color:var(--gold)!important;}
.ggl-logo img{content:url('/assets/images/logo/golf-gear-lab-reticle-flag.svg')!important;}
.ggl-score{display:inline-grid;place-items:center;min-width:86px;border:2px solid var(--ggl-award-gold,#f4ce72);border-radius:14px;background:linear-gradient(180deg,#111820,#05080b);color:#fff;padding:9px 10px;text-align:center;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.ggl-score__label{color:var(--ggl-award-gold,#f4ce72);font-size:10px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;line-height:1.1}
.ggl-score__num{font-size:42px;font-weight:1000;line-height:.95}
.ggl-score__band{font-size:10px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;color:#dce5ec}
.award-badge,.ggl-award{display:inline-flex;align-items:center;gap:7px;background:#111820;color:var(--ggl-award-gold,#f4ce72);border:2px solid var(--ggl-award-gold,#f4ce72);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.03em;line-height:1.1}
.award-badge:before,.ggl-award:before{content:'⚑';color:var(--ggl-green,#2ecc71)}
.recommendation-card,.product-recommendation-card{display:grid;grid-template-columns:150px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid #e6e8eb;border-radius:16px;padding:16px;box-shadow:0 12px 30px rgba(15,22,28,.08);margin:18px 0;color:#111820}
.recommendation-card__image{width:150px;height:115px;object-fit:contain;background:#080d12;border-radius:12px;padding:8px}
.recommendation-card__body h3{margin:7px 0 5px!important;text-transform:none!important}
.recommendation-card__verdict{margin:0;color:#66707a;line-height:1.45}
.recommendation-card__link{display:inline-flex;margin-top:9px;font-weight:900;color:#7a5412;text-transform:uppercase;font-size:12px}
.product-card-v2 .award-badge{align-self:flex-start}
.product-card-v2 .score-row-v2{align-items:flex-start!important}
.score-pill-v2{display:none!important}
.compare-products .panel img.compare-product-img{width:100%;max-width:260px;height:190px;object-fit:contain;background:#080d12;border-radius:12px;padding:10px;margin:0 auto 12px;display:block}
.review-product-card img.product-image--review,.review-product-card .recommendation-card__image{width:100%;height:210px;object-fit:contain;background:#080d12;border-radius:16px;padding:10px;margin-bottom:12px}
.review-product-card .award-badge{margin-bottom:10px}
.site-footer a,.footer a{margin-right:8px}
@media(max-width:760px){.recommendation-card,.product-recommendation-card{grid-template-columns:1fr;text-align:left}.recommendation-card__image{width:100%;height:210px}.ggl-score{width:100%}}

/* v3.6.1 QA patch: consistent header branding, visible Awards nav, compare form sizing */
.ggl-logo img{display:block;width:clamp(165px,18vw,225px);height:auto;max-height:64px;object-fit:contain}
.header-inner .logo{display:none!important}
.nav a[href*="golf-gear-lab-awards"], .menu a[href*="golf-gear-lab-awards"]{color:#f4ce72}
.tool-card{background:#111820;border:1px solid var(--line);border-radius:18px;padding:28px;max-width:900px;box-shadow:0 16px 36px rgba(0,0,0,.22)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:22px;align-items:end;margin:18px 0 20px}
.form-grid label{display:grid;gap:10px;font-weight:900;font-size:18px;color:#fff}
.form-grid select{width:100%;min-height:54px;border-radius:10px;border:1px solid #42505e;background:#f8fafc;color:#071016;font-size:18px;font-weight:700;padding:0 14px;line-height:54px}
#compareBtn{font-size:16px;min-height:54px;padding-inline:28px}
#compareResults table{border-collapse:collapse;width:100%;max-width:920px;margin-top:18px;background:#111820;border:1px solid var(--line);border-radius:14px;overflow:hidden}
#compareResults th,#compareResults td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:16px}
#compareResults th{color:#fff;background:#05080b}
#compareResults td{color:#dce5ec}
.review-hero{min-height:auto;overflow:hidden}
.review-hero-inner{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:center}
.review-product-card{max-width:360px;justify-self:end}
.review-product-card img.product-image--review{max-height:220px;width:100%;object-fit:contain}
@media(max-width:900px){.header-inner{align-items:flex-start}.ggl-logo img{width:180px}.form-grid{grid-template-columns:1fr}.review-product-card{justify-self:stretch;max-width:none}.review-hero-inner{grid-template-columns:1fr}}


/* ===== GGL v3.7 Authority Expansion ===== */
.lead{color:#b7c0cc;max-width:820px;font-size:18px}
.nav a[href="/best-handheld-gps.html"]{color:#fff}
.nav a[href="/golf-gear-lab-awards.html"],.nav a[href="/awards.html"]{color:#f4ce72}
.product-media-v2{position:relative!important;background:#080d12!important}
.product-media-v2:before,.product-media-v2:after,.product-image-link:before,.product-image-link:after{content:none!important;display:none!important}
.product-media-v2 img,.product-image,.product-image--review{object-fit:contain!important;background:var(--ggl-product-panel,#f5f7f5)!important;}
.product-card-v2 .award-badge,.product-card-v2 .ggl-score{position:static!important}
.form-grid select{min-height:68px!important;font-size:21px!important;padding:0 18px!important}
.form-grid label{font-size:20px!important}.tool-card{max-width:1080px!important}
#compareBtn{min-height:62px!important;font-size:18px!important}
.glance-card h3{margin-top:0}
@media(max-width:760px){.form-grid{grid-template-columns:1fr!important}.form-grid select{font-size:19px!important;min-height:62px!important}.ggl-logo img{width:230px!important}}


/* Golf Gear Lab v3.7.1 Authority Polish */
.site-header{background:#071d16;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 0;flex-wrap:wrap}
.ggl-logo img{display:block;height:52px;width:auto;max-width:260px}
.site-header .nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.site-header .nav a{color:#f4fff8;text-decoration:none;font-weight:800;font-size:15px;line-height:1.2}
.site-header .nav a:hover{color:#f5c842}
.product-image,.product-image--review,.product-card img,.compare-product-card img{object-fit:contain;background:#f7faf8;border-radius:18px}
.product-card img.product-image,.product-image{width:100%;height:220px;padding:18px;display:block}
.product-image--review{width:100%;max-height:360px;padding:20px}
.placeholder{display:none!important}
.compare-picker{display:grid;grid-template-columns:minmax(260px,1fr) 80px minmax(260px,1fr);gap:24px;align-items:end;margin:30px 0}
.compare-field label{display:block;font-size:24px;font-weight:900;margin-bottom:12px;color:#fff}
.compare-field select{width:100%;font-size:22px;font-weight:800;padding:20px 18px;border-radius:16px;border:2px solid #d8e6dd;background:#fff;color:#071d16;min-height:72px}
.vs-badge{font-size:28px;font-weight:900;text-align:center;color:#f5c842;padding-bottom:18px}
.compare-btn{font-size:20px;padding:18px 28px;border-radius:16px}
.comparison-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:20px}
.compare-product-card{background:#fff;border:1px solid #dbe7df;border-radius:24px;padding:24px;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.compare-image-frame{background:#f7faf8;border-radius:18px;margin-bottom:18px}
.compare-image-frame img{width:100%;height:260px;padding:24px;display:block}
.difference-panel{margin-top:28px;background:#f7faf8;border:1px solid #dbe7df;border-radius:22px;padding:24px}
.awards-hero,.comparison-hero{background:linear-gradient(135deg,#071d16,#123d2e);color:#fff;padding:64px 0}
.award-meaning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.award-meaning{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px}
.award-section{margin:34px 0 48px}
.award-winner-grid{margin-top:18px}
.award-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f5c842;color:#102018;font-weight:900;padding:8px 12px;margin:6px 0 10px}
.ggl-score{display:inline-grid;gap:2px;border:1px solid #dbe7df;border-radius:16px;padding:12px 16px;background:#fff;margin:8px 0}
.ggl-score__label{font-size:11px;font-weight:900;letter-spacing:.08em;color:#496257}
.ggl-score__num{font-size:42px;font-weight:950;line-height:.95;color:#0b4d34}
.ggl-score__band{font-size:12px;text-transform:uppercase;font-weight:900;color:#102018}
@media (max-width:760px){.ggl-logo img{height:44px}.site-header .nav{gap:12px}.site-header .nav a{font-size:14px}.compare-picker,.comparison-results,.award-meaning-grid{grid-template-columns:1fr}.vs-badge{padding:0}.compare-field label{font-size:22px}.compare-field select{font-size:20px}}


/* Golf Gear Lab v3.7.2 Authority Completion */
:root{--ggl-green:#0f3d2e;--ggl-neon:#36d27b;--ggl-gold:#f5c842;--ggl-dark:#05090c;--ggl-panel:#0d151b;}
.site-header{background:#070b0f;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:100;}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0;}
.ggl-logo img{height:58px;width:auto;display:block;}
.site-header .nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap;}
.site-header .nav a{color:#fff;font-weight:900;text-decoration:none;font-size:16px;line-height:1.1;}
.site-header .nav a:hover{color:var(--ggl-gold);}
.category-grid,.ranking-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.category-card--image,.ranking-card--image{display:grid;grid-template-rows:auto 1fr;min-height:270px;align-items:start;text-decoration:none;overflow:hidden;}
.category-card-img,.ranking-card-img{width:100%;height:150px;object-fit:contain;padding:16px;background:radial-gradient(circle at center,#17232c,#070b0f);border-radius:16px;margin-bottom:12px;}
.category-card-copy h3,.ranking-card h3{margin:6px 0 8px;}
.award-meaning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.award-meaning{display:block;text-decoration:none;color:inherit;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:18px;transition:transform .15s ease,border-color .15s ease;}
.award-meaning:hover{transform:translateY(-2px);border-color:var(--ggl-gold);}
.award-meaning strong{color:var(--ggl-gold);}
.comparison-hero{background:linear-gradient(135deg,#071d16,#112d27);color:#fff;padding:64px 0;}
.compare-picker-v2{display:grid;grid-template-columns:minmax(280px,1fr) 90px minmax(280px,1fr);gap:28px;align-items:end;margin:34px 0 22px;}
.compare-field label{font-size:28px;font-weight:950;display:block;margin-bottom:12px;color:#fff;}
.compare-field select{width:100%;font-size:23px;font-weight:800;min-height:76px;border-radius:18px;padding:18px 20px;border:2px solid #d8e6dd;background:#fff;color:#06120e;}
.vs-badge{font-size:30px;font-weight:950;color:var(--ggl-gold);text-align:center;padding-bottom:20px;}
.compare-btn{font-size:21px;font-weight:900;padding:18px 30px;border-radius:16px;}
.comparison-section{background:#05090c;}
.comparison-results-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-bottom:28px;}
.compare-product-card-v2{background:#fff;color:#07120f;border-radius:26px;padding:24px;border:1px solid #dbe7df;box-shadow:0 16px 36px rgba(0,0,0,.22);}
.compare-image-frame{background:#f7faf8;border-radius:20px;margin-bottom:18px;}
.compare-image-frame img{width:100%;height:280px;display:block;object-fit:contain;padding:22px;background:#f7faf8;border-radius:20px;}
.compare-card-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.compare-product-card-v2 .verdict{color:#24332c;}
.compare-product-card-v2 .btn.secondary{display:inline-block;margin-top:12px;}
.comparison-table-wrap{overflow:auto;margin:26px 0;}
.comparison-table{width:100%;border-collapse:collapse;background:#fff;color:#07120f;border-radius:20px;overflow:hidden;}
.comparison-table th,.comparison-table td{padding:18px;border-bottom:1px solid #e4ece7;text-align:left;vertical-align:top;}
.comparison-table th{font-weight:950;background:#f3f7f4;}
.difference-panel-v2{background:#11241c;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:24px;}
.product-image,.product-image--review,.product-card img{object-fit:contain!important;}
.product-card img.product-image{height:230px;padding:18px;background:#f7faf8;border-radius:18px;}
@media(max-width:1000px){.category-grid,.ranking-grid,.award-meaning-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.header-inner{align-items:flex-start;}}
@media(max-width:760px){.ggl-logo img{height:48px;}.site-header .nav{gap:12px;}.site-header .nav a{font-size:14px;}.category-grid,.ranking-grid,.award-meaning-grid,.compare-picker-v2,.comparison-results-v2{grid-template-columns:1fr;}.vs-badge{padding:0;}.compare-field label{font-size:23px;}.compare-field select{font-size:20px;min-height:68px;}}

/* v3.7.3 Homepage Image Update: user-supplied banner crops for Explore Golf Technology */
#explore .category-grid {
  align-items: stretch;
}
#explore .category-card--image {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 177, 69, 0.28);
  background: linear-gradient(180deg, #101820 0%, #071014 100%);
}
#explore .category-card-img--banner {
  width: 100%;
  height: 178px;
  display: block;
  object-fit: cover;
  object-position: center;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: #071014;
  border-bottom: 1px solid rgba(215, 177, 69, 0.24);
}
#explore .category-card-copy {
  padding: 22px 22px 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
#explore .category-card-copy h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  letter-spacing: -0.02em;
}
#explore .category-card-copy p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.45;
}
#explore .category-card-copy b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 112px;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(215,177,69,.75);
  border-radius: 8px;
  color: #f3c746;
  text-transform: uppercase;
  font-size: .86rem;
  letter-spacing: .02em;
}
@media (max-width: 720px) {
  #explore .category-card-img--banner { height: 156px; }
  #explore .category-card-copy { padding: 18px; }
}

/* v3.8.0 Dynamic Homepage Featured Rankings */
.featured-rankings-live .featured-ranking-card{
  background:linear-gradient(180deg,#101820 0%,#071014 100%);
  color:#fff;
  border:1px solid rgba(215,177,69,.28);
  min-height:360px;
  padding:0;
  overflow:hidden;
}
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  width:100%;
  height:172px;
  object-fit:cover;
  object-position:center;
  padding:0;
  margin:0 0 18px;
  border-radius:0;
  background:#071014;
  border-bottom:1px solid rgba(215,177,69,.24);
}
.featured-rankings-live .featured-ranking-card .award{
  position:static;
  transform:none;
  margin:0 18px 12px;
  display:inline-flex;
  background:#f3c746;
  color:#06120e;
  border-color:#f3c746;
  border-radius:999px;
}
.featured-rankings-live .featured-ranking-card h3,
.featured-rankings-live .featured-ranking-card p,
.featured-rankings-live .featured-ranking-card strong,
.featured-rankings-live .featured-ranking-card b{
  margin-left:18px;
  margin-right:18px;
}
.featured-rankings-live .featured-ranking-card h3{
  color:#fff;
  font-size:1.25rem;
  letter-spacing:-.02em;
}
.featured-rankings-live .featured-ranking-card .featured-product{
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
  min-height:2.8em;
}
.featured-rankings-live .featured-ranking-card .featured-score{
  color:#f3c746;
  font-size:1.05rem;
  margin-bottom:14px;
}
.featured-rankings-live .featured-ranking-card b{
  margin-bottom:20px;
}


/* v3.8.1 Homepage Category Ranking Feed */
.homepage-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
#explore .homepage-category-card{box-shadow:0 22px 55px rgba(0,0,0,.28);}
#explore .homepage-category-card:hover{transform:translateY(-2px);border-color:rgba(243,199,70,.62);}
#explore .homepage-category-card .category-card-img--banner{height:190px;}
#explore .homepage-category-card .category-card-copy h3{text-transform:uppercase;}
#explore .homepage-category-card .category-card-copy b{min-width:auto;white-space:nowrap;}
.featured-rankings-live .featured-ranking-card{display:flex;flex-direction:column;box-shadow:0 22px 55px rgba(0,0,0,.22);}
.featured-rankings-live .featured-ranking-card:hover{transform:translateY(-2px);border-color:rgba(243,199,70,.62);}
.featured-rankings-live .featured-ranking-card .ranking-card-img{height:180px;}
.featured-rankings-live .featured-ranking-card .featured-product{font-size:1.15rem;color:#fff;font-weight:850;}
.featured-rankings-live .featured-ranking-card .featured-score{display:inline-flex;align-self:flex-start;border:1px solid rgba(243,199,70,.75);border-radius:999px;padding:8px 12px;background:rgba(243,199,70,.08);}
.featured-rankings-live .featured-ranking-card b{margin-top:auto;display:inline-flex;align-items:center;align-self:flex-start;border:1px solid rgba(243,199,70,.75);border-radius:8px;padding:10px 14px;color:#f3c746;text-transform:uppercase;}
@media(max-width:1100px){.homepage-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.homepage-category-grid{grid-template-columns:1fr;}#explore .homepage-category-card .category-card-img--banner,.featured-rankings-live .featured-ranking-card .ranking-card-img{height:168px;}}


/* v3.8.2 Homepage category image balance + dynamic best-product feed */
#explore .homepage-category-card .category-card-img--banner {
  height: 176px;
  object-fit: contain;
  object-position: center center;
  padding: 6px;
  background: radial-gradient(circle at center, #13221c 0%, #071014 70%);
}
#explore .homepage-category-card[href="/best-golf-launch-monitors.html"] .category-card-img--banner {
  object-position: right bottom;
}
.featured-rankings-live .featured-ranking-card .ranking-card-img {
  height: 190px;
  object-fit: contain;
  object-position: center center;
  padding: 14px;
  background: radial-gradient(circle at center, #13221c 0%, #071014 72%);
}
.featured-rankings-live .featured-ranking-card[data-featured-category="launch_monitor"] .ranking-card-img,
.featured-rankings-live .featured-ranking-card[data-featured-category="simulator"] .ranking-card-img {
  object-position: center center;
}
@media(max-width:720px){
  #explore .homepage-category-card .category-card-img--banner,
  .featured-rankings-live .featured-ranking-card .ranking-card-img{height:170px;}
}

/* v3.8.3 Homepage Featured Product Authority */
.site-header .ggl-logo img{
  height:66px!important;
  max-height:78px!important;
  width:auto!important;
}
.site-header .nav a{
  text-decoration:none!important;
  border-bottom:3px solid transparent;
  padding-bottom:5px;
  transition:color .18s ease,border-color .18s ease;
}
.site-header .nav a:hover,
.site-header .nav a.is-active,
.site-header .nav a[aria-current="page"]{
  color:#f3c746!important;
  border-bottom-color:#f3c746;
}
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  height:210px!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  background:#071014!important;
}
.featured-rankings-live .featured-ranking-card[data-featured-category="gps"] .ranking-card-img,
.featured-rankings-live .featured-ranking-card[data-featured-category="rangefinder"] .ranking-card-img{
  object-fit:contain!important;
  padding:14px!important;
  background:radial-gradient(circle at center,#13221c 0%,#071014 72%)!important;
}
.featured-rankings-live .featured-ranking-card .featured-verdict{
  color:rgba(255,255,255,.72)!important;
  font-size:.96rem!important;
  line-height:1.45!important;
  min-height:3em;
  margin-top:-4px;
}
.featured-rankings-live .featured-ranking-card .featured-updated{
  color:rgba(255,255,255,.48);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin:0 18px 16px;
}
#explore .homepage-category-card .category-card-img--banner{
  height:190px!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  background:#071014!important;
}
#explore .homepage-category-card[href="/best-golf-launch-monitors.html"] .category-card-img--banner{
  object-position:center center!important;
}
#explore .homepage-category-card[href="/best-golf-simulators.html"] .category-card-img--banner{
  object-position:center center!important;
}
@media(max-width:760px){
  .site-header .ggl-logo img{height:54px!important;}
  .featured-rankings-live .featured-ranking-card .ranking-card-img{height:190px!important;}
  #explore .homepage-category-card .category-card-img--banner{height:180px!important;}
}


/* v3.8.4 Featured image recovery + How We Test polish */
.site-header .ggl-logo img{height:70px!important;max-height:84px!important;width:auto!important;}
@media(max-width:760px){.site-header .ggl-logo img{height:56px!important;}}
.featured-rankings-live .featured-ranking-card[data-featured-category="rangefinder"] .ranking-card-img{object-fit:contain!important;padding:14px!important;background:radial-gradient(circle at center,#13221c 0%,#071014 72%)!important;}
.trust-hero{background:linear-gradient(135deg,rgba(8,38,27,.92),rgba(4,8,10,.98));border-bottom:1px solid rgba(243,199,70,.22);}
.trust-pill-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.trust-pill-row span{border:1px solid rgba(243,199,70,.38);border-radius:999px;padding:9px 13px;color:#f3c746;background:rgba(243,199,70,.06);font-weight:800}.testing-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.score-band-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.score-band-grid strong{display:block;font-size:1.5rem;color:#f3c746}.score-band-grid span{display:block;font-weight:900;color:#fff;margin:4px 0 8px}@media(max-width:1050px){.testing-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.score-band-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(max-width:720px){.testing-grid,.score-band-grid{grid-template-columns:1fr;}}


/* v3.8.5 trust, image and authority fixes */
.site-header .ggl-logo img{height:76px!important;max-height:88px!important;width:auto!important;}
@media(max-width:760px){.site-header .ggl-logo img{height:58px!important;max-height:68px!important;}}
.info-grid,.category-grid,.testing-grid{display:grid;gap:20px;}
.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.panel{background:#101820!important;border:1px solid rgba(243,199,70,.22)!important;border-radius:20px!important;padding:24px!important;color:#eef4f0!important;box-shadow:0 18px 40px rgba(0,0,0,.22)!important;}
.panel h3{color:#fff!important;margin-top:0!important;}
.panel p{color:#c7d0d8!important;}
.score-band-grid .panel{min-height:140px;}
.product-media-v2 img,.product-image--review,.ranking-card-img{object-fit:contain!important;}
.product-card-v2 .product-media-v2{background:#080e14!important;}
.site-footer a,.footer a{color:#f3c746!important;text-decoration:none!important;margin-left:10px!important;}
.site-footer a:hover,.footer a:hover{text-decoration:underline!important;}
@media(max-width:1050px){.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.info-grid,.category-grid,.testing-grid{grid-template-columns:1fr!important;}}


/* GGL v3.9.3 image completion: remove old green-corner treatment and centre incomplete final rows */
.product-media-v2{background:#080d14!important;}
.product-card-v2{background:#101821!important;}
@media (min-width:981px){
  [data-product-grid].product-grid-v2 > .product-card-v2:last-child:nth-child(3n+1){grid-column:2!important;}
}


/* GGL v3.9.4 focused hero library: suppress decorative image-corner treatments */
.product-media-v2::before,.product-media-v2::after,.ranking-card--image::before,.ranking-card--image::after,.category-card--image::before,.category-card--image::after{display:none!important;content:none!important;}
.product-media-v2 img,.product-image--review,.ranking-card-img{filter:none!important;}

/* GGL v4.0 Authority Simplification Update */
.product-media-v2,
.ranking-card--image,
.category-card--image,
.featured-ranking-card{
  position:relative!important;
  overflow:hidden!important;
}
.product-media-v2::before,
.product-media-v2::after,
.ranking-card--image::before,
.ranking-card--image::after,
.category-card--image::before,
.category-card--image::after,
.featured-ranking-card::before,
.featured-ranking-card::after{
  display:none!important;
  content:none!important;
  background:none!important;
}
.product-media-v2{
  min-height:270px!important;
  background:#080e14!important;
  border-bottom:1px solid rgba(243,199,70,.14)!important;
}
.product-media-v2 img.primary-product-image,
.product-media-v2 > img:not(.simulator-monitor-overlay){
  width:100%!important;
  height:270px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:22px!important;
  background:#080e14!important;
  filter:none!important;
}
.product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image{
  object-fit:cover!important;
  padding:0!important;
  background:#080e14!important;
}
.simulator-monitor-overlay,
.featured-monitor-overlay{
  position:absolute!important;
  right:16px!important;
  bottom:16px!important;
  width:34%!important;
  max-width:150px!important;
  height:auto!important;
  object-fit:contain!important;
  padding:8px!important;
  background:rgba(7,11,15,.78)!important;
  border:1px solid rgba(243,199,70,.42)!important;
  border-radius:14px!important;
  box-shadow:0 16px 34px rgba(0,0,0,.38)!important;
  z-index:3!important;
}
.featured-ranking-card .featured-monitor-overlay{
  width:32%!important;
  max-width:125px!important;
  right:14px!important;
  bottom:calc(100% - 202px)!important;
}
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  background:#080e14!important;
}
.featured-rankings-live .featured-ranking-card[data-featured-category="gps"] .ranking-card-img,
.featured-rankings-live .featured-ranking-card[data-featured-category="rangefinder"] .ranking-card-img{
  background:#080e14!important;
  padding:12px!important;
}
.green-dot,.dot,.status-dot,.indicator,.product-hero-placeholder,.placeholder-product,
.decorative-corner,.image-corner,.white-dot,.image-dot,.green-corner{
  display:none!important;
}


/* ===== GGL v4.1 HARD CLEAN IMAGE OVERRIDE (v424-review-fixes-20260620) ===== */
.product-media-v2,
.product-image-link,
.ranking-card--image,
.category-card--image,
.featured-ranking-card,
.homepage-category-card{background:#080e14!important;}
.product-media-v2::before,.product-media-v2::after,
.product-image-link::before,.product-image-link::after,
.ranking-card--image::before,.ranking-card--image::after,
.category-card--image::before,.category-card--image::after,
.featured-ranking-card::before,.featured-ranking-card::after,
.homepage-category-card::before,.homepage-category-card::after{display:none!important;content:none!important;background:none!important;border:0!important;box-shadow:none!important;}
.product-media-v2 img.primary-product-image,
.product-media-v2 > img:not(.simulator-monitor-overlay){background:transparent!important;padding:18px!important;object-fit:contain!important;}
.product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image{object-fit:cover!important;padding:0!important;opacity:.96!important;}
.green-dot,.dot,.status-dot,.indicator,.product-hero-placeholder,.placeholder-product,.decorative-corner,.image-corner,.white-dot,.image-dot,.green-corner,.card-corner,.image-accent,.circle-accent,.arc-accent{display:none!important;opacity:0!important;visibility:hidden!important;}
.simulator-monitor-overlay{display:block!important;position:absolute!important;right:14px!important;bottom:14px!important;width:30%!important;max-width:130px!important;height:auto!important;object-fit:contain!important;background:rgba(7,11,15,.86)!important;border:1px solid rgba(245,200,66,.44)!important;border-radius:12px!important;padding:7px!important;box-shadow:0 14px 32px rgba(0,0,0,.42)!important;z-index:4!important;}
.product-grid-v2{margin-bottom:18px!important;}


/* GGL v4.2 Image System Update: clean product imagery + simulator price badges */
.product-media-v2,.product-image-link{position:relative!important;background:#080d12!important;border-radius:22px 22px 0 0!important;overflow:hidden!important;}
.product-media-v2::before,.product-media-v2::after,.product-image-link::before,.product-image-link::after,
.green-dot,.dot,.white-dot,.image-dot,.decorative-corner,.image-corner,.green-corner,.card-corner,.image-accent,.circle-accent,.arc-accent{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important;}
.product-media-v2 img.primary-product-image{width:100%!important;height:275px!important;object-fit:cover!important;background:#080d12!important;padding:0!important;border:0!important;filter:none!important;}
.product-card-v2:not(.simulator-card-v2) .product-media-v2 img.primary-product-image{object-fit:cover!important;}
.product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image{height:285px!important;object-fit:cover!important;}
.simulator-price-badge{position:absolute;left:16px;bottom:16px;z-index:4;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 14px;background:rgba(6,9,13,.84);border:1px solid rgba(245,200,66,.72);color:#f5c842;font-size:13px;font-weight:900;letter-spacing:.02em;box-shadow:0 10px 30px rgba(0,0,0,.32);backdrop-filter:blur(6px)}
.simulator-monitor-overlay{position:absolute;right:18px;bottom:18px;width:25%;max-width:170px;min-width:92px;height:auto;z-index:3;filter:drop-shadow(0 14px 24px rgba(0,0,0,.55));}
@media(max-width:680px){.product-media-v2 img.primary-product-image{height:235px!important}.product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image{height:245px!important}.simulator-price-badge{font-size:12px;padding:8px 12px}}


/* v4.2.3 Final image polish */
.featured-rankings-live .featured-ranking-card[data-featured-category="launch_monitor"] .ranking-card-img{object-fit:contain!important;padding:12px!important;background:radial-gradient(circle at center,#13221c 0%,#071014 72%)!important;}
.featured-rankings-live .featured-ranking-card[data-featured-category="gps"] .ranking-card-img,.featured-rankings-live .featured-ranking-card[data-featured-category="rangefinder"] .ranking-card-img{background:radial-gradient(circle at center,#13221c 0%,#071014 72%)!important;}
.featured-rankings-live .featured-ranking-card[data-featured-category="simulator"] .ranking-card-img{object-fit:cover!important;padding:0!important;}
.simulator-card-v2 .product-media-v2 img.primary-product-image{object-fit:cover!important;}


/* ===== GGL Homepage Priority 1+2 Premium Visual Pass =====
   Locks homepage category and featured ranking cards to one dark premium image system.
   Added after v4.2 rules to avoid regressions from earlier image overrides. */
#explore .homepage-category-card,
.featured-rankings-live .featured-ranking-card{
  background:linear-gradient(180deg,#101820 0%,#070c11 100%)!important;
  border:1px solid rgba(243,199,70,.30)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 24px 60px rgba(0,0,0,.34)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
#explore .homepage-category-card:hover,
.featured-rankings-live .featured-ranking-card:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(243,199,70,.72)!important;
  box-shadow:0 32px 72px rgba(0,0,0,.44)!important;
}
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  width:100%!important;
  height:196px!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  border-radius:0!important;
  background:#070c11!important;
  border-bottom:1px solid rgba(243,199,70,.24)!important;
  filter:saturate(.96) contrast(1.06)!important;
}
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  height:204px!important;
  margin-bottom:18px!important;
}
#explore .homepage-category-card .category-card-copy{padding:22px 22px 24px!important;}
.featured-rankings-live .featured-ranking-card .award{
  margin:0 18px 12px!important;
  background:linear-gradient(135deg,#f5c842,#d7a52f)!important;
  color:#071014!important;
  border:0!important;
  box-shadow:0 10px 22px rgba(0,0,0,.24)!important;
}
.featured-rankings-live .featured-ranking-card h3{font-size:1.28rem!important;margin-bottom:8px!important;}
.featured-rankings-live .featured-ranking-card .featured-product{color:#fff!important;font-weight:900!important;min-height:auto!important;}
.featured-rankings-live .featured-ranking-card .featured-verdict{min-height:4.1em!important;color:rgba(238,244,240,.76)!important;}
.featured-rankings-live .featured-ranking-card .featured-updated{
  display:block!important;
  color:rgba(245,200,66,.82)!important;
  font-size:.76rem!important;
  text-transform:uppercase!important;
  letter-spacing:.09em!important;
  margin:0 18px 16px!important;
}
.featured-rankings-live .featured-ranking-card .featured-score{
  border-color:rgba(245,200,66,.76)!important;
  background:rgba(245,200,66,.08)!important;
  color:#f5c842!important;
}
.featured-rankings-live .featured-ranking-card b,
#explore .homepage-category-card .category-card-copy b{
  background:rgba(245,200,66,.06)!important;
  border-color:rgba(245,200,66,.74)!important;
  color:#f5c842!important;
}
@media(max-width:760px){
  #explore .homepage-category-card .category-card-img--banner,
  .featured-rankings-live .featured-ranking-card .ranking-card-img{height:180px!important;}
}


/* GGL homepage footer refinement: authority, copyright and link hierarchy */
.ggl-footer{
  border-top:1px solid rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg,#060a0e 0%,#030507 100%)!important;
  padding:54px 0 30px!important;
  color:rgba(255,255,255,.72)!important;
}
.ggl-footer-grid{
  display:grid!important;
  grid-template-columns:2fr repeat(4,1fr)!important;
  gap:30px!important;
  align-items:start!important;
}
.ggl-footer-brand strong{
  display:block!important;
  color:#fff!important;
  font-size:1.35rem!important;
  margin-bottom:6px!important;
}
.ggl-footer-brand span{
  display:block!important;
  color:#f3c746!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  margin-bottom:12px!important;
}
.ggl-footer-brand p,
.ggl-footer-bottom p{
  color:rgba(255,255,255,.68)!important;
  line-height:1.65!important;
  margin:0!important;
  max-width:560px!important;
}
.ggl-footer-col h3{
  color:rgba(255,255,255,.52)!important;
  font-size:.78rem!important;
  text-transform:uppercase!important;
  letter-spacing:.1em!important;
  margin:0 0 14px!important;
  font-weight:900!important;
}
.ggl-footer .ggl-footer-col a{
  display:block!important;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  margin:0 0 10px!important;
  font-weight:700!important;
}
.ggl-footer .ggl-footer-col a:hover{
  color:#fff!important;
  text-decoration:none!important;
}
.ggl-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08)!important;
  margin-top:38px!important;
  padding-top:24px!important;
}
.ggl-footer-bottom strong{
  display:block!important;
  color:#fff!important;
  font-size:1rem!important;
  margin-bottom:8px!important;
}
.ggl-footer-bottom span{
  display:block!important;
  color:rgba(255,255,255,.56)!important;
  font-size:.92rem!important;
  margin-bottom:10px!important;
}
@media(max-width:980px){
  .ggl-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .ggl-footer-brand{grid-column:1/-1!important;}
}
@media(max-width:640px){
  .ggl-footer{padding:42px 0 26px!important;}
  .ggl-footer-grid{grid-template-columns:1fr!important;gap:22px!important;}
}


/* ===== GGL Final Homepage Polish: Launch Monitor + Featured Rankings + Methodology + Awards ===== */
.featured-rankings-live{
  align-items:stretch!important;
}
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  height:auto!important;
  aspect-ratio:16/9!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
#explore .homepage-category-card,
.featured-rankings-live .featured-ranking-card{
  isolation:isolate!important;
}
.featured-rankings-live .featured-ranking-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  padding-bottom:22px!important;
}
.featured-rankings-live .featured-ranking-card .featured-category-label{
  display:block!important;
  margin:0 18px 10px!important;
  color:rgba(255,255,255,.58)!important;
  font-size:.74rem!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
.featured-rankings-live .featured-ranking-card h3,
.featured-rankings-live .featured-ranking-card .featured-product,
.featured-rankings-live .featured-ranking-card .featured-verdict,
.featured-rankings-live .featured-ranking-card .featured-score,
.featured-rankings-live .featured-ranking-card b{
  margin-left:18px!important;
  margin-right:18px!important;
}
.featured-rankings-live .featured-ranking-card h3{
  min-height:3.1em!important;
  line-height:1.18!important;
}
.featured-rankings-live .featured-ranking-card .featured-verdict{
  flex:1 1 auto!important;
}
.featured-rankings-live .featured-ranking-card b{
  margin-top:auto!important;
  text-align:center!important;
}
.ggl-methodology-strip{
  padding:28px 0!important;
  background:linear-gradient(135deg,rgba(245,200,66,.09),rgba(40,130,210,.08))!important;
  border-top:1px solid rgba(245,200,66,.16)!important;
  border-bottom:1px solid rgba(245,200,66,.16)!important;
}
.ggl-methodology-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
}
.ggl-methodology-inner h2{
  margin:.2rem 0 .45rem!important;
  color:#fff!important;
}
.ggl-methodology-inner p{
  max-width:760px!important;
  color:rgba(255,255,255,.74)!important;
  margin:0!important;
}
.kicker{
  color:#f3c746!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.11em!important;
  font-size:.76rem!important;
}
.methodology-hero .lead{max-width:780px!important;}
.methodology-pill-row{
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin-top:24px!important;
}
.methodology-pill-row span{
  border:1px solid rgba(245,200,66,.38)!important;
  background:rgba(245,200,66,.08)!important;
  color:#f3c746!important;
  border-radius:999px!important;
  padding:10px 14px!important;
  font-weight:900!important;
}
.methodology-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.methodology-grid .panel,
.methodology-band{
  background:linear-gradient(180deg,#101820 0%,#070c11 100%)!important;
  border:1px solid rgba(245,200,66,.22)!important;
  border-radius:22px!important;
  box-shadow:0 22px 55px rgba(0,0,0,.28)!important;
}
.methodology-grid .panel{padding:24px!important;}
.methodology-grid .panel h2{font-size:1.2rem!important;color:#fff!important;}
.methodology-grid .panel p,.methodology-band p{color:rgba(255,255,255,.72)!important;line-height:1.65!important;}
.methodology-band{padding:30px!important;}
.awards-authority-note{
  max-width:760px!important;
  color:rgba(255,255,255,.72)!important;
  margin-top:18px!important;
}
.award-meaning-grid .award-meaning,
.award-winner-grid .product-card{
  border-color:rgba(245,200,66,.22)!important;
  box-shadow:0 20px 50px rgba(0,0,0,.26)!important;
}
@media(max-width:980px){
  .ggl-methodology-inner{align-items:flex-start!important;flex-direction:column!important;}
  .methodology-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  .methodology-grid{grid-template-columns:1fr!important;}
}


/* GGL homepage image brightness refinement: aligns category and ranking cards with simulator-page brightness. */
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  filter:brightness(1.12) saturate(1.08) contrast(1.05)!important;
}
#explore .homepage-category-card[href="/best-golf-launch-monitors.html"] .category-card-img--banner,
.featured-rankings-live .featured-ranking-card[data-featured-category="launch_monitor"] .ranking-card-img{
  object-fit:cover!important;
  padding:0!important;
  background:#071014!important;
  object-position:center center!important;
  filter:brightness(1.16) saturate(1.12) contrast(1.06)!important;
}


/* ===== GGL Homepage 10/10 Final Polish =====
   Final homepage-only refinement: cleaner split intro lines, brighter image grade,
   stronger card hierarchy, and tighter mobile rhythm. */
.section .split-lead{
  max-width:860px!important;
  line-height:1.55!important;
  margin-top:10px!important;
  margin-bottom:28px!important;
}
.section .split-lead span{
  display:block!important;
}
.section .split-lead .benefit-line{
  margin-top:8px!important;
  color:rgba(244,249,246,.96)!important;
  font-weight:750!important;
}
#explore h2,
.section-title h2{
  letter-spacing:-.025em!important;
}
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  filter:brightness(1.08) saturate(1.08) contrast(1.06)!important;
}
#explore .homepage-category-card .category-card-copy p{
  min-height:3.15em!important;
}
#explore .homepage-category-card[href="/best-golf-launch-monitors.html"] .category-card-img--banner,
.featured-rankings-live .featured-ranking-card[data-featured-category="launch_monitor"] .ranking-card-img{
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  background:#070c11!important;
}
.featured-rankings-live .featured-ranking-card{
  min-height:100%!important;
}
.featured-rankings-live .featured-ranking-card .featured-category-label{
  display:inline-flex!important;
  margin:0 18px 10px!important;
  color:rgba(245,200,66,.9)!important;
  font-size:.75rem!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  letter-spacing:.1em!important;
}
.featured-rankings-live .featured-ranking-card .featured-product,
.featured-rankings-live .featured-ranking-card .featured-verdict,
.featured-rankings-live .featured-ranking-card .featured-score,
.featured-rankings-live .featured-ranking-card b{
  margin-left:18px!important;
  margin-right:18px!important;
}
.ggl-methodology-strip{
  margin-top:8px!important;
  border-top:1px solid rgba(245,200,66,.16)!important;
  border-bottom:1px solid rgba(245,200,66,.16)!important;
  background:linear-gradient(135deg,rgba(9,29,22,.96),rgba(5,8,12,.98))!important;
}
@media(max-width:760px){
  .section .split-lead{font-size:16px!important;margin-bottom:22px!important;}
  .section .split-lead .benefit-line{margin-top:7px!important;}
  #explore .homepage-category-card .category-card-copy p{min-height:auto!important;}
  .featured-rankings-live .featured-ranking-card .featured-verdict{min-height:auto!important;}
}


/* ===== GGL Homepage Final Corrections 2026-06-21 =====
   Forces the Explore/Featured intro benefit sentence onto a new line,
   brightens homepage imagery to match the simulator page, and improves launch monitor visuals. */
.section .split-lead br{display:block!important;content:""!important;margin-top:10px!important;}
.section .split-lead span{display:inline!important;}
.section .split-lead .benefit-line{display:inline!important;color:rgba(244,249,246,.97)!important;font-weight:750!important;}
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  filter:brightness(1.24) saturate(1.14) contrast(1.06)!important;
}
#explore .homepage-category-card[href="/best-golf-launch-monitors.html"] .category-card-img--banner,
.featured-rankings-live .featured-ranking-card[data-featured-category="launch_monitor"] .ranking-card-img{
  filter:brightness(1.28) saturate(1.18) contrast(1.08)!important;
  object-fit:cover!important;
  object-position:center center!important;
}


/* Homepage reference-design integration: real HTML links + premium bright imagery */
.home-tech-showcase{background:#03080a;border-bottom:1px solid rgba(243,199,70,.22);}
.home-tech-hero{position:relative;min-height:475px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid rgba(243,199,70,.25);}
.home-tech-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(1.12) contrast(1.08) brightness(1.05);}
.home-tech-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,9,.94) 0%,rgba(3,7,9,.78) 31%,rgba(3,7,9,.20) 64%,rgba(3,7,9,.10) 100%);}
.home-tech-hero-content{position:relative;z-index:2;padding:72px 0 64px;max-width:620px;}
.home-tech-hero h1{margin:0;text-transform:uppercase;letter-spacing:-.045em;font-size:clamp(48px,7vw,86px);line-height:.88;font-weight:900;}
.home-tech-hero h1 span,.home-tech-hero h1 strong{display:block;}
.home-tech-hero h1 strong{color:#f5c84b;}
.home-tech-hero .hero-rule{width:96px;height:4px;background:#f5c84b;margin:28px 0 18px;}
.home-tech-hero p{margin:0;color:rgba(255,255,255,.92);font-size:clamp(17px,1.4vw,20px);line-height:1.42;max-width:520px;}
.home-tech-hero .hero-benefit{margin-top:14px;color:#f5c84b;font-weight:800;}
.home-tech-card-wrap{padding:24px 0 46px;}
.home-tech-showcase .homepage-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
#explore.home-tech-showcase .homepage-category-card.reference-card{overflow:hidden;border:1px solid rgba(245,200,75,.55)!important;border-radius:14px!important;background:linear-gradient(180deg,#080d0f,#030608)!important;box-shadow:0 20px 55px rgba(0,0,0,.38)!important;}
#explore.home-tech-showcase .homepage-category-card.reference-card:hover{transform:translateY(-4px);border-color:rgba(245,200,75,.88)!important;box-shadow:0 26px 68px rgba(0,0,0,.48)!important;}
#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-img--banner{height:215px!important;width:100%!important;object-fit:cover!important;object-position:center!important;padding:0!important;margin:0!important;border-radius:0!important;background:#07100d!important;filter:saturate(1.12) contrast(1.08) brightness(1.08)!important;}
#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-copy{padding:22px 22px 24px!important;background:linear-gradient(180deg,rgba(8,13,15,.96),rgba(3,6,8,1))!important;min-height:178px;display:flex;flex-direction:column;}
#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-copy h3{font-size:26px!important;letter-spacing:-.02em!important;margin:0 0 12px!important;color:#fff!important;}
#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-copy h3:before{content:"◎";display:inline-block;color:#f5c84b;margin-right:12px;font-weight:400;}
#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-copy p{font-size:17px!important;line-height:1.45!important;color:rgba(255,255,255,.82)!important;margin:0 0 22px!important;min-height:50px;}
#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-copy b{margin-top:auto;border:0!important;padding:0!important;background:transparent!important;color:#f5c84b!important;text-transform:uppercase;letter-spacing:.04em;font-size:15px;}
.featured-rankings-live .featured-ranking-card .ranking-card-img{filter:saturate(1.12) contrast(1.08) brightness(1.08)!important;object-fit:cover!important;}
@media(max-width:1050px){.home-tech-showcase .homepage-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-tech-hero{min-height:430px}.home-tech-hero-overlay{background:linear-gradient(90deg,rgba(3,7,9,.95) 0%,rgba(3,7,9,.72) 55%,rgba(3,7,9,.32) 100%);}}
@media(max-width:720px){.home-tech-showcase .homepage-category-grid{grid-template-columns:1fr;}.home-tech-hero{min-height:500px;align-items:flex-end}.home-tech-hero-content{padding:120px 0 42px}.home-tech-hero h1{font-size:48px}.desktop-break{display:none}.home-tech-hero-img{object-position:62% center;}#explore.home-tech-showcase .homepage-category-card.reference-card .category-card-img--banner{height:210px!important;}.home-tech-card-wrap{padding-top:18px;}}


/* Homepage final image wiring and intro formatting - 2026-06-22 */
.section .split-lead span{display:block!important;}
.section .split-lead .benefit-line{display:block!important;margin-top:6px!important;color:rgba(244,249,246,.97)!important;font-weight:750!important;}
#explore .homepage-category-card .category-card-img--banner{object-fit:cover!important;padding:0!important;background:#07100d!important;border-radius:14px 14px 0 0!important;}
#explore .homepage-category-card[href="/best-golf-launch-monitors.html"] .category-card-img--banner{object-position:center!important;filter:saturate(1.08) contrast(1.07) brightness(1.05)!important;}
#explore .homepage-category-card[href="/best-golf-simulators.html"] .category-card-img--banner{object-position:center!important;filter:saturate(1.08) contrast(1.07) brightness(1.08)!important;}


/* ===== GGL 10/10 Homepage Authority Polish 2026-06-22 ===== */
.section .split-lead{
  max-width:920px!important;
  margin:10px 0 18px!important;
  line-height:1.58!important;
}
.section .split-lead span,
.section .split-lead .benefit-line{
  display:block!important;
}
.section .split-lead .benefit-line{
  margin-top:8px!important;
  color:rgba(255,255,255,.96)!important;
  font-weight:850!important;
}
.homepage-trust-pills{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0 0 30px!important;
}
.homepage-trust-pills span{
  display:inline-flex!important;
  align-items:center!important;
  border:1px solid rgba(245,200,66,.34)!important;
  background:linear-gradient(180deg,rgba(245,200,66,.12),rgba(245,200,66,.045))!important;
  color:#f4ce72!important;
  border-radius:999px!important;
  padding:9px 13px!important;
  font-size:.78rem!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
#explore .homepage-category-card .category-card-img--banner,
.featured-rankings-live .featured-ranking-card .ranking-card-img{
  aspect-ratio:1.68/1!important;
  min-height:205px!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:brightness(1.16) saturate(1.12) contrast(1.07)!important;
}
.featured-rankings-live .featured-ranking-card{
  position:relative!important;
  overflow:hidden!important;
}
.featured-rankings-live .featured-ranking-card .ranking-popular-pill{
  position:absolute!important;
  left:16px!important;
  top:16px!important;
  z-index:3!important;
  border:1px solid rgba(245,200,66,.72)!important;
  background:rgba(5,8,12,.88)!important;
  color:#f4ce72!important;
  border-radius:999px!important;
  padding:7px 10px!important;
  font-size:.68rem!important;
  font-weight:1000!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  box-shadow:0 10px 25px rgba(0,0,0,.34)!important;
}
.featured-rankings-live .featured-ranking-card .award{
  top:16px!important;
  right:16px!important;
}
.ggl-methodology-strip{
  margin-top:18px!important;
}
.difference .stats div{
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02))!important;
  border:1px solid rgba(245,200,66,.18)!important;
  border-radius:18px!important;
}
@media(max-width:760px){
  .homepage-trust-pills{margin-bottom:22px!important;}
  .homepage-trust-pills span{font-size:.72rem!important;padding:8px 11px!important;}
  #explore .homepage-category-card .category-card-img--banner,
  .featured-rankings-live .featured-ranking-card .ranking-card-img{min-height:178px!important;}
}


/* v6.2 category image refinement: match homepage/simulator premium standard across ranking cards */
.product-card-v2:not(.simulator-card-v2) .product-media-v2{
  background:radial-gradient(circle at 50% 42%, rgba(18,48,67,.42) 0%, rgba(8,13,18,.88) 48%, #070b10 100%)!important;
}
.product-card-v2:not(.simulator-card-v2) .product-media-v2 img.primary-product-image{
  object-fit:contain!important;
  object-position:center!important;
  width:100%!important;
  height:100%!important;
  padding:18px!important;
  background:transparent!important;
}
.product-card-v2.category-launch_monitor .product-media-v2 img.primary-product-image{
  padding:8px!important;
}
.product-card-v2.category-rangefinder .product-media-v2 img.primary-product-image{
  padding:10px!important;
}
.product-card-v2.category-gps_watch .product-media-v2 img.primary-product-image,
.product-card-v2.category-handheld_gps .product-media-v2 img.primary-product-image{
  padding:20px!important;
}
@media(max-width:680px){
  .product-card-v2:not(.simulator-card-v2) .product-media-v2 img.primary-product-image{height:100%!important}
}


/* GGL V72 authority upgrade: trust signals, methodology, comparison tables and compact pros/cons. */
.authority-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0 26px}
.authority-strip>div{background:#0d141b;border:1px solid var(--line);border-radius:16px;padding:18px 20px}
.authority-strip strong{display:block;color:#fff;font-size:18px;line-height:1.2;margin-bottom:4px}.authority-strip span{color:var(--muted);font-size:14px}
.ranking-methodology{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:24px;align-items:stretch;background:linear-gradient(135deg,rgba(46,204,113,.09),rgba(17,24,32,.95));border:1px solid rgba(46,204,113,.25);border-radius:22px;padding:28px;margin:28px 0 34px;box-shadow:0 16px 44px rgba(0,0,0,.22)}
.ranking-methodology h2{font-size:30px;line-height:1.12;margin:0 0 12px}.ranking-methodology p{color:#d8e0e8;margin:0 0 10px}.method-card{background:#080d12;border:1px solid var(--line);border-radius:18px;padding:18px}.method-weight{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding:11px 0}.method-weight:first-child{border-top:0}.method-weight span{color:var(--muted)}.method-weight strong{color:var(--green)}
.comparison-snapshot{margin:0 0 34px}.comparison-snapshot .section-title{margin-bottom:14px}.comparison-snapshot .section-title a{color:var(--green);font-weight:900;text-decoration:none}.comparison-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#0d141b}.comparison-table{width:100%;border-collapse:collapse;min-width:820px}.comparison-table th,.comparison-table td{padding:15px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.comparison-table th{color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.comparison-table tr:last-child td{border-bottom:0}.comparison-table td:nth-child(2){font-size:22px;font-weight:1000;color:#fff}.comparison-table a{font-weight:900;text-decoration:none}.comparison-table a:hover{color:var(--green)}.comparison-table span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.mini-pros-cons{display:grid;gap:7px;margin:12px 0 16px}.mini-pros-cons span{font-size:13px;line-height:1.35;border-radius:10px;padding:8px 10px;background:#0b1218;border:1px solid var(--line);color:#dbe3eb}.mini-pros-cons .mini-pro{border-color:rgba(46,204,113,.28)}.mini-pros-cons .mini-con{color:#c5ced8}
@media(max-width:900px){.authority-strip,.ranking-methodology{grid-template-columns:1fr}.ranking-methodology{padding:22px}.ranking-methodology h2{font-size:25px}}


/* GGL V73 authority upgrade: author credibility and comparison fix. */
.author-review-box{display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;align-items:start;background:#0d141b;border:1px solid var(--line);border-radius:20px;padding:22px;margin:34px 0 10px;box-shadow:0 14px 34px rgba(0,0,0,.18)}
.author-avatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(46,204,113,.22),rgba(255,255,255,.06));border:1px solid rgba(46,204,113,.28);color:#fff;font-weight:1000;letter-spacing:.04em}
.author-review-box h2{font-size:22px;margin:0 0 6px}.author-review-box p{color:#d8e0e8;margin:0 0 10px}.author-review-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.author-review-meta span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#081018;border:1px solid var(--line);border-radius:999px;padding:8px 10px}.author-review-box a{color:var(--green);font-weight:900;text-decoration:none}
.compare-btn{cursor:pointer}.comparison-results-v2:empty:before{content:'Choose two products above and select Compare Products.';display:block;color:var(--muted);padding:18px}
@media(max-width:640px){.author-review-box{grid-template-columns:1fr}.author-avatar{width:48px;height:48px}}

.comparison-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:22px}.comparison-link-grid a{display:block;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--card);color:var(--text);font-weight:900;text-decoration:none}.comparison-link-grid a:hover{border-color:var(--green);color:var(--green)}.head-to-head-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.head-to-head-card{border:1px solid var(--border);border-radius:22px;background:var(--card);padding:22px}.head-to-head-card img{width:100%;height:230px;object-fit:contain;border-radius:16px;background:#071018}.verdict-box{border:1px solid rgba(255,203,64,.35);border-radius:22px;padding:24px;background:linear-gradient(135deg,rgba(255,203,64,.12),rgba(0,0,0,.1));margin:26px 0}.decision-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.decision-list div{border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--card)}@media(max-width:800px){.head-to-head-grid{grid-template-columns:1fr}.head-to-head-card img{height:190px}}

/* V4.1 comparison button hardening */
.compare-btn-fixed,#compareBtn{position:relative!important;z-index:20!important;pointer-events:auto!important;cursor:pointer!important;text-decoration:none!important;}
.compare-picker-v2,.comparison-hero .container{position:relative!important;z-index:5!important;}


/* v425 authority pages and compare-button hardening */
.authority-page{max-width:1100px}.authority-page .lead{max-width:850px}.authority-story{margin-top:2rem}.authority-list{display:grid;gap:.75rem;margin:1rem 0 0;padding-left:1.25rem}.cta-panel{margin-top:2rem;padding:1.5rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(135deg,rgba(20,35,55,.9),rgba(8,15,25,.95))}.score-methodology.methodology-large{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:1.5rem;align-items:center;margin:2rem 0}.methodology-bars{display:grid;gap:.65rem}.methodology-bars div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.04)}.review-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.muted{opacity:.72}.compare-btn-fixed,#compareBtn,[data-compare-action]{position:relative!important;z-index:9999!important;pointer-events:auto!important;cursor:pointer!important;display:inline-flex!important;align-items:center;justify-content:center;text-decoration:none;min-height:48px}.comparison-hero,.comparison-hero .container{position:relative}.comparison-hero::before,.comparison-hero::after{pointer-events:none!important}@media(max-width:760px){.score-methodology.methodology-large{grid-template-columns:1fr}.authority-page h1{font-size:clamp(2rem,9vw,3rem)}}


/* Review System v1 - authority review enhancements */
.review-method-card,.confidence-card,.related-reading,.faq-block,.review-section-card{background:#101821;border:1px solid rgba(255,210,74,.22);border-radius:18px;padding:22px;margin:24px 0;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.review-kicker{color:#ffd24a;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem;margin-bottom:8px;display:block}
.confidence-stars{font-size:1.35rem;color:#ffd24a;letter-spacing:.05em;font-weight:900}.review-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.review-grid-two>div{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px}.review-meta-strip{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.review-meta-strip span{border:1px solid rgba(255,210,74,.28);background:rgba(255,210,74,.08);border-radius:999px;padding:8px 12px;font-weight:800;font-size:.82rem}.review-main h2{margin-top:34px}.review-main h3{margin-top:22px}.related-reading a{display:block;color:#ffd24a;text-decoration:none;margin:9px 0;font-weight:800}.faq-block details{border-top:1px solid rgba(255,255,255,.1);padding:14px 0}.faq-block summary{cursor:pointer;font-weight:900;color:#fff}.faq-block p{margin:10px 0 0}.review-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.review-hub-card{background:#101821;border:1px solid rgba(255,210,74,.22);border-radius:18px;padding:20px;text-decoration:none;color:#fff;display:block}.review-hub-card:hover{border-color:#ffd24a;transform:translateY(-2px)}.review-hub-card h3{margin-top:0}.review-hub-card p{color:#c9d1db}@media(max-width:800px){.review-grid-two,.review-hub-grid{grid-template-columns:1fr}.review-meta-strip{display:block}.review-meta-strip span{display:inline-block;margin:4px 4px 4px 0}}


/* ===== GGL Authority Edition 1.0 QA Fix Pack - 2026-06-23 ===== */
:root{--ggl-gold:#f5c84b;--ggl-green:#2ecc71;--ggl-bg:#070b0f;--ggl-panel:#101820;--ggl-line:#26323e;--ggl-text:#f4f7f5;--ggl-muted:#c7d0d8;}
html body{background:#070b0f!important;color:var(--ggl-text)!important;}
.site-header{position:sticky!important;top:0!important;z-index:999!important;background:#05080b!important;border-bottom:1px solid #26323e!important;}
.header-inner{min-height:92px!important;gap:20px!important;}
.ggl-logo img{width:220px!important;max-width:28vw!important;}
.nav{gap:20px!important;justify-content:flex-end!important;flex-wrap:nowrap!important;}
.nav a{font-size:15px!important;white-space:nowrap!important;color:#f7f7f3!important;text-decoration:none!important;font-weight:900!important;padding-bottom:5px!important;border-bottom:2px solid transparent!important;}
.nav a.is-active,.nav a[aria-current="page"],.nav a:hover{color:var(--ggl-gold)!important;border-bottom-color:var(--ggl-gold)!important;}
@media(max-width:1100px){.header-inner{flex-direction:column!important;align-items:flex-start!important;padding:14px 0!important}.ggl-logo img{max-width:72vw!important}.nav{gap:14px!important;flex-wrap:wrap!important;justify-content:flex-start!important}.nav a{font-size:14px!important}}
/* Technology Guides hub: readable non-clipped cards */
.hub-hero{padding-top:70px!important;padding-bottom:42px!important;}
.hub-section{padding-top:32px!important;padding-bottom:32px!important;}
.technology-guide-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin-top:22px!important;}
.technology-guide-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:820px!important;}
.technology-guide-card{display:flex!important;flex-direction:column!important;justify-content:flex-end!important;min-height:235px!important;border:1px solid rgba(245,200,75,.42)!important;border-radius:16px!important;background:radial-gradient(circle at 82% 12%,rgba(245,200,75,.18),transparent 35%),linear-gradient(145deg,#121b22,#070b0f)!important;padding:28px!important;text-decoration:none!important;overflow:hidden!important;box-shadow:0 14px 34px rgba(0,0,0,.25)!important;}
.technology-guide-card h3{font-size:28px!important;line-height:1.05!important;margin:0 0 12px!important;color:#fff!important;text-transform:uppercase!important;letter-spacing:-.03em!important;}
.technology-guide-card p{font-size:17px!important;line-height:1.45!important;color:#dbe2e7!important;margin:0 0 18px!important;max-width:310px!important;}
.technology-guide-card b{color:var(--ggl-gold)!important;text-transform:uppercase!important;font-size:13px!important;letter-spacing:.05em!important;}
.insight-panel{border:1px solid rgba(245,200,75,.25)!important;border-radius:22px!important;background:#101820!important;padding:30px!important;}
.insight-panel li{margin:7px 0!important;color:#e7ecef!important;}
@media(max-width:900px){.technology-guide-grid,.technology-guide-grid-two{grid-template-columns:1fr!important;max-width:none!important}.technology-guide-card{min-height:190px!important}}
/* Legacy category-card fix for any old hub/card markup */
.category-card.premium-card,.category-card{min-height:220px!important;color:#fff!important;overflow:hidden!important;}
.category-card.premium-card>* , .category-card>*{position:relative!important;z-index:2!important;}
.category-card.premium-card h3,.category-card h3{color:#fff!important;opacity:1!important;}
.category-card.premium-card p,.category-card p{color:#dce3e7!important;opacity:1!important;}
/* Darken comparison/ranking tables so they no longer clash with the dark site */
.table-wrap,.comparison-table-wrap{background:#101820!important;border:1px solid #26323e!important;border-radius:18px!important;overflow:auto!important;}
.table,.comparison-table{background:#101820!important;color:#eef5f1!important;border-collapse:collapse!important;}
.table th,.comparison-table th{background:#0b1218!important;color:var(--ggl-green)!important;border-bottom:1px solid #26323e!important;}
.table td,.comparison-table td{background:#101820!important;color:#eef5f1!important;border-bottom:1px solid #26323e!important;}
.comparison-table span,.table span{color:#aeb9c4!important;}
/* Compare tool: keep product cards in dark theme and prevent clipped copy */
.compare-product-card,.compare-product-card-v2{background:#101820!important;border:1px solid #26323e!important;color:#eef5f1!important;border-radius:22px!important;overflow:hidden!important;}
.compare-product-card h2,.compare-product-card-v2 h2{color:#fff!important;}
.compare-product-card .verdict,.compare-product-card-v2 .verdict{color:#d8e1e8!important;overflow:visible!important;display:block!important;line-height:1.5!important;}
.compare-image-frame{background:var(--ggl-product-panel,#f5f7f5)!important;border-radius:18px!important;}
.compare-image-frame img{object-fit:contain!important;max-height:260px!important;}
/* Prevent product card text clipping */
.product-card-v2,.recommendation-card-v2{overflow:hidden!important;min-height:auto!important;}
.product-body-v2{min-height:0!important;}
.summary-v2{display:block!important;overflow:visible!important;max-height:none!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;}
.button-v2,.btn{cursor:pointer!important;}
/* Footer and lower-page spacing */
.site-footer,.footer,.ggl-footer{background:#06090c!important;border-top:1px solid #26323e!important;color:#cbd4dc!important;}
.site-footer a,.footer a,.ggl-footer a{color:var(--ggl-gold)!important;}
.section{scroll-margin-top:110px!important;}
/* Contain overly wide rows */
main{overflow-x:hidden!important;}
.container{max-width:1180px!important;}


/* ===== GGL QA POLISH PASS 2 - 2026-06-23 =====
   Consistent footer, dark comparison tables, improved compare layout,
   and stricter product image containment. */
:root{--qa-bg:#070b0f;--qa-panel:#101820;--qa-panel2:#0c131a;--qa-line:#26323e;--qa-gold:#f5c84b;--qa-green:#2ecc71;--qa-text:#f4f7f5;--qa-muted:#c7d0d8;}
body{background:var(--qa-bg)!important;color:var(--qa-text)!important;}

/* Consistent rich footer across all pages */
.ggl-footer{background:#06090c!important;border-top:1px solid var(--qa-line)!important;color:var(--qa-muted)!important;padding:54px 0 26px!important;margin-top:64px!important;}
.ggl-footer-grid{display:grid!important;grid-template-columns:1.4fr repeat(4,1fr)!important;gap:34px!important;align-items:start!important;}
.ggl-footer-brand strong{display:block!important;color:#fff!important;font-size:22px!important;margin-bottom:8px!important;}
.ggl-footer-brand span{display:block!important;color:var(--qa-gold)!important;font-weight:900!important;margin-bottom:14px!important;}
.ggl-footer-brand p{max-width:310px!important;color:var(--qa-muted)!important;margin:0!important;line-height:1.55!important;}
.ggl-footer-col h3{margin:0 0 14px!important;color:#8f98a3!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-size:12px!important;}
.ggl-footer-col a{display:block!important;color:#dce3e8!important;text-decoration:none!important;font-weight:800!important;margin:9px 0!important;}
.ggl-footer-col a:hover{color:var(--qa-gold)!important;}
.ggl-footer-bottom{border-top:1px solid rgba(255,255,255,.08)!important;margin-top:36px!important;padding-top:22px!important;display:flex!important;justify-content:space-between!important;gap:18px!important;flex-wrap:wrap!important;color:#aeb8c1!important;}
.ggl-footer-bottom strong{color:#fff!important;}
@media(max-width:950px){.ggl-footer-grid{grid-template-columns:1fr 1fr!important}.ggl-footer-bottom{display:block!important}.ggl-footer-bottom span{display:block!important;margin-top:8px!important}}
@media(max-width:620px){.ggl-footer-grid{grid-template-columns:1fr!important}}

/* Dark theme tables everywhere, including quick comparison and compare tool */
.comparison-table-wrap,.table-wrap,#meaningfulTable{background:var(--qa-panel)!important;border:1px solid var(--qa-line)!important;border-radius:18px!important;overflow:auto!important;box-shadow:0 16px 38px rgba(0,0,0,.28)!important;}
.comparison-table,.table,#meaningfulTable table{width:100%!important;border-collapse:collapse!important;min-width:720px!important;background:var(--qa-panel)!important;color:var(--qa-text)!important;}
.comparison-table thead th,.table thead th,#meaningfulTable table thead th{background:#0a1117!important;color:var(--qa-green)!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:12px!important;border-bottom:1px solid var(--qa-line)!important;}
.comparison-table th,.comparison-table td,.table th,.table td,#meaningfulTable th,#meaningfulTable td{background:var(--qa-panel)!important;color:var(--qa-text)!important;border-bottom:1px solid var(--qa-line)!important;padding:18px 20px!important;vertical-align:top!important;}
.comparison-table tbody tr:nth-child(even) td,.comparison-table tbody tr:nth-child(even) th,#meaningfulTable tbody tr:nth-child(even) td,#meaningfulTable tbody tr:nth-child(even) th{background:#0c141b!important;}
.comparison-table a,.table a{color:#fff!important;font-weight:900!important;text-decoration:none!important;}
.comparison-table a:hover,.table a:hover{color:var(--qa-gold)!important;}
.comparison-table span,.table span{display:block!important;color:#9facb8!important;font-size:13px!important;margin-top:4px!important;}

/* Compare page: more polished layout and readable result cards */
.comparison-hero{background:linear-gradient(135deg,#0b2c20,#092117 55%,#07100f)!important;border-bottom:1px solid var(--qa-line)!important;padding:70px 0!important;}
.compare-picker-v2{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:28px!important;align-items:end!important;margin:34px 0 20px!important;}
.compare-field label{display:block!important;color:#fff!important;font-size:28px!important;font-weight:1000!important;margin:0 0 12px!important;}
.compare-field select{width:100%!important;min-height:66px!important;border-radius:16px!important;border:1px solid #dfe8e2!important;background:#f8faf7!important;color:#08120e!important;font-size:21px!important;font-weight:900!important;padding:0 18px!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important;}
.vs-badge{font-size:32px!important;color:var(--qa-gold)!important;font-weight:1000!important;align-self:center!important;padding-bottom:12px!important;}
#compareBtn{min-height:58px!important;border-radius:14px!important;font-size:17px!important;background:var(--qa-green)!important;color:#04100a!important;border-color:var(--qa-green)!important;}
.comparison-results-v2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;margin:0 0 30px!important;}
.compare-product-card-v2{background:linear-gradient(180deg,#101820,#0b1117)!important;border:1px solid var(--qa-line)!important;color:var(--qa-text)!important;border-radius:24px!important;overflow:hidden!important;padding:0 0 24px!important;box-shadow:0 18px 44px rgba(0,0,0,.3)!important;}
.compare-product-card-v2 .compare-image-frame{height:285px!important;background:var(--ggl-product-panel,#f5f7f5)!important;display:flex!important;align-items:center!important;justify-content:center!important;border-bottom:1px solid var(--qa-line)!important;padding:18px!important;}
.compare-product-card-v2 .compare-image-frame img{max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:transparent!important;padding:0!important;}
.compare-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:20px 24px 8px!important;}
.compare-product-card-v2 h2{color:#fff!important;font-size:26px!important;line-height:1.15!important;margin:16px 24px 12px!important;}
.compare-product-card-v2 .verdict{color:#d7e0e7!important;font-size:16px!important;line-height:1.55!important;margin:0 24px 22px!important;max-height:none!important;overflow:visible!important;}
.compare-product-card-v2 .btn{margin-left:24px!important;}
.difference-panel-v2{background:linear-gradient(135deg,#102d20,#0b1e16)!important;border:1px solid rgba(46,204,113,.25)!important;border-radius:22px!important;color:#f4f7f5!important;padding:28px!important;margin-top:28px!important;}
.difference-panel-v2 h2{margin-top:0!important;color:#fff!important;}
@media(max-width:860px){.compare-picker-v2{grid-template-columns:1fr!important}.vs-badge{text-align:left!important;padding:0!important}.comparison-results-v2{grid-template-columns:1fr!important}.compare-field label{font-size:22px!important}}

/* Product imagery: make cards consistent without replacing images */
.product-grid-v2,[data-product-grid].product-grid-v2{align-items:stretch!important;}
.product-card-v2{display:flex!important;flex-direction:column!important;min-height:100%!important;background:#101820!important;border-color:var(--qa-line)!important;}
.product-media-v2{height:270px!important;background:radial-gradient(circle at 50% 45%,rgba(21,49,61,.46),#071016 65%)!important;padding:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.product-media-v2 img,.product-media-v2 img.primary-product-image{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:transparent!important;padding:0!important;}
.product-body-v2{display:flex!important;flex-direction:column!important;flex:1!important;}
.summary-v2,.product-card-v2 p{max-height:none!important;overflow:visible!important;line-clamp:unset!important;-webkit-line-clamp:unset!important;}
.button-v2{margin-top:auto!important;}
/* normalise hero/ranking page cards */
.card{background:#101820!important;border-color:var(--qa-line)!important;}

/* Better hub cards readability */
.technology-guide-card{background:linear-gradient(145deg,#14211e,#0b1117)!important;min-height:230px!important;}
.technology-guide-card h3,.technology-guide-card p{opacity:1!important;filter:none!important;}

/* Avoid content hiding under sticky header when linked or scrolled */
main{overflow-x:hidden!important;}
.section,.review-body{scroll-margin-top:115px!important;}

/* ===== QA Polish 3 – 2026-06-23 =====
   Tightens homepage rhythm, improves comparison-page information order,
   standardises comparison typography and reduces product image inconsistency. */
.ggl-authority-hub{padding-top:38px!important;padding-bottom:34px!important;}
.ggl-authority-hub + .section{padding-top:42px!important;}
#explore.section{padding-bottom:44px!important;}
@media(min-width:900px){
  .ggl-authority-hub .lead{max-width:820px;margin-bottom:18px!important;}
}

/* Comparison page: table first, dark premium treatment, compact product visuals below. */
.comparison-section{padding-top:42px!important;}
.comparison-table-wrap{margin:0 0 28px!important;}
.comparison-table,
.comparison-table-enhanced{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#0f171f!important;
  color:#eaf2ee!important;
  border:1px solid rgba(148,172,184,.22)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 20px 50px rgba(0,0,0,.24)!important;
}
.comparison-table thead th{
  background:#0b1218!important;
  color:#36d37d!important;
  font-size:13px!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  line-height:1.45!important;
}
.comparison-table th,
.comparison-table td{
  border-bottom:1px solid rgba(148,172,184,.20)!important;
  padding:20px 22px!important;
  text-align:left!important;
  vertical-align:middle!important;
  font-family:inherit!important;
  font-size:17px!important;
  line-height:1.55!important;
  color:#eaf2ee!important;
  background:#101820!important;
  font-weight:650!important;
}
.comparison-table tbody th{
  width:170px!important;
  background:#0b1218!important;
  color:#dce6e2!important;
  font-size:13px!important;
  text-transform:uppercase!important;
  letter-spacing:.10em!important;
  font-weight:900!important;
}
.comparison-table td strong{font-weight:900!important;color:#fff!important;font-size:inherit!important;}
.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0!important;}
.comparison-thumb-row td{display:table-cell!important;}
.compare-table-thumb{
  width:82px!important;height:82px!important;object-fit:contain!important;
  border-radius:14px!important;background:radial-gradient(circle at center,#13221c 0%,#071014 75%)!important;
  padding:8px!important;margin-right:14px!important;vertical-align:middle!important;
  border:1px solid rgba(245,200,66,.20)!important;
}
.comparison-results-v2{margin-top:20px!important;}
.compare-product-card-v2{
  background:#101820!important;color:#eef6f2!important;border:1px solid rgba(148,172,184,.22)!important;
  border-radius:26px!important;padding:22px!important;box-shadow:0 18px 48px rgba(0,0,0,.25)!important;
}
.compare-product-card-v2 h2{color:#fff!important;font-size:1.55rem!important;line-height:1.18!important;margin-top:20px!important;}
.compare-product-card-v2 .verdict{color:rgba(238,246,242,.82)!important;font-size:1rem!important;line-height:1.55!important;}
.compare-image-frame{background:var(--ggl-product-panel,#f5f7f5)!important;border:1px solid rgba(148,172,184,.14)!important;border-radius:20px!important;margin-bottom:16px!important;}
.compare-image-frame img{height:220px!important;object-fit:contain!important;padding:18px!important;background:transparent!important;border-radius:20px!important;}
.compare-card-meta{margin-top:4px!important;}
.difference-panel-v2{margin-top:28px!important;background:#102d21!important;border-color:rgba(54,211,125,.20)!important;}

/* Standardise product/ranking image presentation without changing source files. */
.product-card img,
.product-card img.product-image,
.ranking-card-img,
.category-card-img{
  object-fit:contain!important;
}
.product-card img.product-image,
.product-card .product-image{
  background:var(--ggl-product-panel,#f5f7f5)!important;
  padding:16px!important;
  border-radius:18px!important;
}

@media(max-width:760px){
  .ggl-authority-hub{padding-top:28px!important;padding-bottom:28px!important;}
  .ggl-authority-hub + .section{padding-top:32px!important;}
  .comparison-table th,.comparison-table td{font-size:15px!important;padding:16px!important;}
  .comparison-table tbody th{width:auto!important;}
  .compare-table-thumb{display:block!important;margin:0 0 10px!important;}
  .compare-image-frame img{height:180px!important;}
}

/* Legacy QA Polish 4-8 image sweeps removed in Publication 9.1.
   Product presentation is now controlled by the single light-panel system below. */

/* GGL clean image structure final card-image protection */
.product-card-v2 .product-media-v2 img.primary-product-image{
  object-fit: contain !important;
  object-position: center center !important;
}
.product-card-v2.category-launch_monitor .product-media-v2 img.primary-product-image{
  object-fit: contain !important;
  object-position: center center !important;
}
.product-media-v2{
  background:#050b12 !important;
}

/* GGL GPS image protection: keep canonical product-card images visible */
.product-card-v2 .product-media-v2 img.primary-product-image {
  object-fit: contain !important;
  object-position: center center !important;
}
.product-media-v2 {
  background:#050b12 !important;
}

/* GGL GPS v1.2 readability fix: dark panels must not render light grey with white text */
.buying-intelligence-panel,.atlas-buying-intelligence,.ownership-upgrade-view{background:linear-gradient(180deg,rgba(8,20,14,.96),rgba(4,9,9,.94))!important;color:#f7fbf4!important;border:1px solid rgba(120,211,75,.28)!important;}
.buying-intelligence-panel .bi-card,.buying-intelligence-panel .bi-list li,.atlas-buying-intelligence .bi-card,.ownership-upgrade-view .bi-card{background:rgba(255,255,255,.07)!important;color:#f7fbf4!important;border:1px solid rgba(255,255,255,.14)!important;}
.buying-intelligence-panel h2,.buying-intelligence-panel h3,.buying-intelligence-panel p,.buying-intelligence-panel li,.atlas-buying-intelligence h2,.atlas-buying-intelligence h3,.atlas-buying-intelligence p,.atlas-buying-intelligence li{color:#f7fbf4!important;}
.buying-intelligence-panel .bi-card strong,.buying-intelligence-panel .bi-score{color:#9be068!important;}
.buying-intelligence-panel .bi-card span,.buying-intelligence-panel .bi-note{color:#c8d4cb!important;}


/* GGL V12.10 — Buyer-first product hero decision card */
.review-hero .review-hero-inner{align-items:center!important;gap:clamp(28px,4vw,64px)!important}
.ggl-quick-verdict-card{
  border:1px solid rgba(120,211,75,.32);
  background:
    radial-gradient(circle at 50% 20%,rgba(42,96,139,.35),transparent 42%),
    linear-gradient(180deg,rgba(12,25,33,.96),rgba(4,11,9,.98));
  border-radius:30px;
  padding:24px;
  box-shadow:0 28px 90px rgba(0,0,0,.45);
  max-width:430px;
  width:100%;
}
.ggl-qv-image{
  aspect-ratio:1/1;
  border-radius:24px;
  overflow:hidden;
  background:radial-gradient(circle at 50% 35%,rgba(25,71,112,.65),rgba(3,10,16,.98) 70%);
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}
.ggl-qv-image img{width:100%;height:100%;object-fit:contain;display:block;border-radius:0!important;padding:0!important}
.ggl-qv-kicker{display:block;color:var(--ggl-green,#7ed957);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.ggl-qv-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:14px}
.ggl-qv-award{font-size:22px;line-height:1.15;color:#fff;font-weight:900}
.ggl-qv-score{display:flex;flex-direction:column;align-items:flex-end;color:#fff}
.ggl-qv-score strong{font-size:52px;line-height:.9;color:var(--ggl-green,#7ed957)}
.ggl-qv-score span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ggl-gold,#ffd84f);font-weight:900}
.ggl-qv-row{margin:14px 0 0}
.ggl-qv-row strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}
.ggl-qv-row p{margin:0;color:rgba(238,247,236,.78);font-size:15px;line-height:1.45}
.ggl-qv-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.ggl-qv-actions a{display:flex;align-items:center;justify-content:center;text-align:center;border-radius:14px;padding:13px 14px;font-weight:900;text-decoration:none}
.ggl-qv-actions a:first-child{background:var(--ggl-green,#7ed957);color:#041008}
.ggl-qv-actions a:last-child{border:1px solid rgba(120,211,75,.42);color:var(--ggl-green,#7ed957);background:rgba(255,255,255,.04)}
@media(max-width:900px){
  .ggl-quick-verdict-card{max-width:none;margin-top:8px}
  .ggl-qv-actions{grid-template-columns:1fr}
}


/* GGL V12.10 — simplified homepage decision panel */
.v12-decision-panel .v12-direct-routes{display:grid;gap:10px;margin-top:18px}
.v12-decision-panel .v12-direct-routes a{
  display:flex;justify-content:space-between;gap:16px;align-items:center;
  text-decoration:none;border:1px solid rgba(120,211,75,.24);
  background:rgba(255,255,255,.035);border-radius:16px;padding:14px 16px;
}
.v12-decision-panel .v12-direct-routes strong{color:#fff;font-size:17px}
.v12-decision-panel .v12-direct-routes span{color:rgba(238,247,236,.68);font-size:13px;text-align:right}
.v12-decision-panel .v12-direct-routes a:hover{border-color:rgba(120,211,75,.58);background:rgba(120,211,75,.08)}
.v12-panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
@media(max-width:700px){.v12-panel-actions{grid-template-columns:1fr}.v12-decision-panel .v12-direct-routes a{align-items:flex-start;flex-direction:column}.v12-decision-panel .v12-direct-routes span{text-align:left}}


/* V12.12.3 — QA fixes: product heroes, floating helpers and review page cleanup */
.review-hero{
  padding:clamp(34px,4vw,58px) 0 clamp(34px,4vw,52px)!important;
  min-height:auto!important;
  display:block!important;
  overflow:hidden!important;
  background-position:center!important;
}
.review-hero .container,
.review-hero .wrap{
  width:min(1180px,calc(100% - 48px))!important;
  margin-inline:auto!important;
}
.review-hero .review-hero-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,390px)!important;
  align-items:center!important;
  gap:clamp(30px,4vw,56px)!important;
}
.review-hero h1{
  font-size:clamp(42px,5.2vw,70px)!important;
  line-height:.98!important;
  margin:14px 0 16px!important;
  letter-spacing:-.045em!important;
}
.review-hero p{font-size:clamp(18px,1.5vw,21px)!important;line-height:1.45!important;max-width:760px!important;margin-bottom:18px!important;}
.review-hero .breadcrumbs{margin-bottom:18px!important;}
.review-hero .award-badge{margin-bottom:8px!important;}
.review-meta-strip{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:14px 0 22px!important;}
.ggl-quick-verdict-card{
  max-width:390px!important;
  padding:18px!important;
  border-radius:24px!important;
  align-self:center!important;
}
.ggl-qv-image{
  height:250px!important;
  aspect-ratio:auto!important;
  margin-bottom:14px!important;
  border-radius:20px!important;
  background:radial-gradient(circle at 50% 42%,rgba(24,82,142,.65),rgba(3,10,16,.98) 72%)!important;
}
.ggl-qv-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:12px!important;
  box-sizing:border-box!important;
}
.ggl-qv-kicker{font-size:11px!important;margin-bottom:8px!important;}
.ggl-qv-top{margin-bottom:8px!important;padding-bottom:10px!important;}
.ggl-qv-award{font-size:18px!important;}
.ggl-qv-score strong{font-size:42px!important;}
.ggl-qv-row{margin-top:9px!important;}
.ggl-qv-row p{font-size:13.5px!important;line-height:1.35!important;margin:0!important;}
.ggl-qv-actions{margin-top:14px!important;gap:10px!important;}
.ggl-qv-actions a{padding:10px 12px!important;border-radius:12px!important;font-size:14px!important;}
.bp-sticky{display:none!important;}
@media(max-width:980px){
  .review-hero .review-hero-inner{grid-template-columns:1fr!important;}
  .ggl-quick-verdict-card{max-width:none!important;}
  .ggl-qv-image{height:260px!important;}
}
@media(max-width:640px){
  .review-hero .container,.review-hero .wrap{width:min(100% - 32px,1180px)!important;}
  .review-hero h1{font-size:clamp(34px,12vw,50px)!important;}
  .ggl-qv-image{height:220px!important;}
}

/* V6.0.1 — restore premium light product-image panels on non-simulator internal pages.
   This final override intentionally wins over legacy dark media rules introduced by the V6 homepage merge. */
:root{--ggl-product-light:#f4f6f4;--ggl-product-light-edge:#dde4df;}

/* Category/product cards: clean light panel, contained product, consistent with homepage. */
.product-card-v2:not(.simulator-card-v2) .product-media-v2,
body:not(.simulator-page) .product-image-link,
body:not(.simulator-page) .review-product-card img.product-image--review,
body:not(.simulator-page) .compare-products .panel img.compare-product-img{
  background:radial-gradient(circle at 50% 42%,#ffffff 0%,#f5f7f5 58%,#edf1ee 100%)!important;
  border-color:var(--ggl-product-light-edge)!important;
}
.product-card-v2:not(.simulator-card-v2) .product-media-v2 img,
body:not(.simulator-page) img.product-image,
body:not(.simulator-page) img.product-image--card,
body:not(.simulator-page) .review-product-card img.product-image--review,
body:not(.simulator-page) .compare-products .panel img.compare-product-img{
  background:transparent!important;
  object-fit:contain!important;
  padding:16px!important;
  filter:drop-shadow(0 14px 14px rgba(10,20,15,.12));
}

/* Keep simulator room/package photography full-bleed and dark. */
.product-card-v2.simulator-card-v2 .product-media-v2,
.product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image,
.simulator-page .product-media-v2,
.simulator-page .product-image-link{
  background:#080d14!important;
}
.product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image{
  padding:0!important;
  object-fit:cover!important;
  filter:none!important;
}


/* GGL 10.1.1 CANONICAL LIGHT PRODUCT MEDIA — SOURCE OF TRUTH
   This block is intentionally last. All isolated products use light panels.
   Only complete simulator-room/package cards may use dark lifestyle imagery. */
:root{--ggl-product-panel:#f7f8f6;--ggl-product-panel-edge:#dde5df;}
html body .product-card-v2:not(.simulator-card-v2) .product-media-v2,
html body .recommendation-card-v2:not(.simulator-card-v2) .product-media-v2,
html body:not(.simulator-page) .product-image-link,
html body:not(.simulator-page) .ranking-card-img-wrap,
html body:not(.simulator-page) .gsr-media,
html body:not(.simulator-page) .review-product-card .product-image--review,
html body:not(.simulator-page) .compare-image-frame{
  position:relative!important;
  background:var(--ggl-product-panel)!important;
  background-image:none!important;
  border-color:var(--ggl-product-panel-edge)!important;
  overflow:hidden!important;
}
html body .product-card-v2:not(.simulator-card-v2) .product-media-v2 img.primary-product-image,
html body .recommendation-card-v2:not(.simulator-card-v2) .product-media-v2 img.primary-product-image,
html body:not(.simulator-page) .product-image-link>img,
html body:not(.simulator-page) .ranking-card-img-wrap>img,
html body:not(.simulator-page) .gsr-media>img,
html body:not(.simulator-page) .review-product-card img.product-image--review,
html body:not(.simulator-page) .compare-image-frame>img{
  width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;
  padding:24px!important;background:transparent!important;background-image:none!important;
  filter:drop-shadow(0 14px 16px rgba(10,24,16,.12))!important;
}
html body .product-media-v2 .ggl-score-overlay{
  position:absolute!important;top:14px!important;right:14px!important;z-index:10!important;
  width:76px!important;height:76px!important;border-radius:50%!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  background:#08110d!important;color:#fff!important;border:3px solid #78d34b!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
}
html body .product-card-v2 .score-row-v2 .ggl-score{display:none!important;}
html body .product-card-v2.simulator-card-v2 .product-media-v2{background:#080d14!important;}
html body .product-card-v2.simulator-card-v2 .product-media-v2 img.primary-product-image{padding:0!important;object-fit:cover!important;filter:none!important;}
