:root{--ink:#07100c;--ink2:#0d1812;--lime:#7ee238;--lime2:#5fb926;--text:#142019;--muted:#667168;--line:#dfe5df;--paper:#f5f7f4;--white:#fff;--shadow:0 12px 32px rgba(5,17,10,.09)}*{box-sizing:border-box}body.ggl-home-v6{margin:0;background:var(--paper);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.v6-shell{width:min(1240px,calc(100% - 40px));margin:auto}.v6-hero{background:#07100c;color:#fff;position:relative;overflow:hidden}.v6-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,8,5,.94) 0%,rgba(3,8,5,.76) 42%,rgba(3,8,5,.2) 72%,rgba(3,8,5,.56) 100%);pointer-events:none}.v6-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8}.v6-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;margin:16px 0 20px;letter-spacing:-.045em;max-width:760px}.v6-hero p{font-size:20px;line-height:1.55;color:#e1e7e2;max-width:650px}.v6-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:9px;text-decoration:none;font-weight:900}.v6-btn.primary{background:var(--lime);color:#061006}.v6-btn.secondary{border:1px solid rgba(255,255,255,.65);color:#fff}.v6-proof{background:#0c1510;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.v6-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:18px 0}.v6-proof-item{display:flex;gap:12px;align-items:center}.v6-proof-item strong{display:block;font-size:13px}.v6-proof-item span{display:block;color:#aeb8b0;font-size:12px;margin-top:2px}.v6-main{background:#fff}.v6-section{padding:56px 0}.v6-section.alt{background:#f3f6f2}.v6-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.v6-head h2{font-size:32px;letter-spacing:-.025em;margin:0}.v6-head p{margin:5px 0 0;color:var(--muted)}.v6-link{color:#3c7e1d;font-weight:850;text-decoration:none}.v6-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.v6-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:.2s ease}.v6-card:hover{transform:translateY(-3px);box-shadow:0 17px 38px rgba(5,17,10,.13)}.v6-card-media{height:190px;background:radial-gradient(circle at 50% 40%,#fff 0,#f5f6f4 58%,#e9ede9 100%);display:flex;align-items:center;justify-content:center;padding:18px}.v6-card-media img{width:100%;height:100%;object-fit:contain}.v6-category .v6-card-media{height:160px;padding:0;background:#edf2ed}.v6-category .v6-card-media img{object-fit:cover}.v6-card-body{padding:18px}.v6-card-body h3{margin:0 0 8px;font-size:19px}.v6-card-body p{margin:0;color:var(--muted);line-height:1.5}.v6-card-body strong{display:block;margin-top:15px;color:#34791a}.v6-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#e9f8df;color:#34791a;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.v6-price{font-weight:900;font-size:16px;margin-top:10px}.v6-comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v6-compare-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow);text-decoration:none;color:inherit}.v6-compare-images{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;height:130px}.v6-compare-images img{width:100%;height:120px;object-fit:contain}.v6-vs{width:34px;height:34px;border-radius:50%;background:#3f8d20;color:#fff;display:grid;place-items:center;font-weight:900}.v6-compare-card h3{font-size:17px;margin:10px 0 4px}.v6-compare-card p{color:var(--muted);margin:0}.v6-news{display:grid;grid-template-columns:110px 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;text-decoration:none;color:inherit}.v6-news img{width:110px;height:100px;object-fit:contain;background:#f3f5f2;border-radius:10px;padding:7px}.v6-news small{color:#7b867e}.v6-news h3{margin:5px 0 8px;font-size:17px}@media(max-width:1050px){.v6-menu{gap:14px}.v6-menu a{font-size:12px}.v6-grid-5{grid-template-columns:repeat(3,1fr)}.v6-grid-4{grid-template-columns:repeat(2,1fr)}.v6-decision{grid-template-columns:1fr}.v6-footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.v6-shell{width:min(100% - 26px,1240px)}.v6-nav{min-height:70px}.v6-brand img{width:170px}.v6-menu-toggle{display:block}.v6-menu{display:none;position:absolute;top:70px;left:0;right:0;background:#07100c;padding:18px 20px;flex-direction:column;align-items:flex-start}.v6-menu.is-open{display:flex}.v6-hero-inner{min-height:530px;align-items:flex-end;padding:56px 0}.v6-hero:after{background:linear-gradient(0deg,rgba(3,8,5,.97) 0%,rgba(3,8,5,.75) 65%,rgba(3,8,5,.35) 100%)}.v6-hero h1{font-size:46px}.v6-hero p{font-size:17px}.v6-actions{flex-direction:column}.v6-btn{width:100%}.v6-proof-grid{grid-template-columns:1fr 1fr}.v6-head{align-items:flex-start;flex-direction:column}.v6-grid-5,.v6-grid-4,.v6-comparison-grid,.v6-news-grid{grid-template-columns:1fr}.v6-wide{align-items:flex-start;flex-direction:column}.v6-decision-mini{grid-template-columns:1fr 1fr}.v6-trustbar-grid{grid-template-columns:1fr 1fr}.v6-footer-grid{grid-template-columns:1fr 1fr}.v6-footer-bottom{flex-direction:column}}@media(max-width:460px){.v6-proof-grid,.v6-decision-mini,.v6-trustbar-grid,.v6-footer-grid{grid-template-columns:1fr}.v6-card-media{height:220px}.v6-category .v6-card-media{height:180px}.v6-news{grid-template-columns:90px 1fr}.v6-news img{width:90px;height:90px}}:root{--ggl-charcoal:#111315;--ggl-charcoal-2:#171a1c;--ggl-charcoal-3:#202427;--ggl-paper:#f6f7f8;--ggl-paper-2:#eef1f0;--ggl-card:#fbfcfc;--ggl-text:#171b18;--ggl-muted:#66706a;--ggl-line:#dce2df;--ggl-green:#78d83f;--ggl-green-dark:#34791a;--ggl-green-soft:#eaf6e4;--ggl-gold:#a98032;--ggl-gold-soft:#f4ecdc;--ggl-shadow:0 8px 22px rgba(17,19,21,.075);--ggl-shadow-hover:0 15px 34px rgba(17,19,21,.12)}body.ggl-home-v6{background:var(--ggl-paper);color:var(--ggl-text)}.v6-header,.v6-hero,.v6-footer{background:var(--ggl-charcoal)}.v6-menu a:hover,.v6-menu a:focus,.v6-link{color:var(--ggl-green-dark)}.v6-btn{border-radius:10px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.v6-btn:hover{transform:translateY(-1px)}.v6-btn.primary{background:var(--ggl-green);color:#101510;box-shadow:0 7px 18px rgba(120,216,63,.2)}.v6-btn.primary:hover{background:#83e249;box-shadow:0 10px 22px rgba(120,216,63,.26)}.v6-btn.secondary{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.035)}.v6-proof{background:var(--ggl-charcoal-2)}.v6-main{background:var(--ggl-paper)}.v6-section{background:var(--ggl-paper)}.v6-section.alt{background:var(--ggl-paper-2)}.v6-head h2{color:var(--ggl-text);font-weight:850}.v6-head p,.v6-card-body p,.v6-compare-card p,.v6-wide p{color:var(--ggl-muted)}.v6-card,.v6-compare-card,.v6-news{background:var(--ggl-card);border-color:var(--ggl-line);box-shadow:var(--ggl-shadow)}.v6-card:hover,.v6-compare-card:hover,.v6-news:hover{transform:translateY(-2px);box-shadow:var(--ggl-shadow-hover);border-color:#cbd5d0}.v6-card,.v6-compare-card,.v6-news{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.v6-card-media{background:radial-gradient(circle at 50% 40%,#fff 0,#f7f8f7 58%,#edf0ee 100%)}.v6-category{position:relative}.v6-category:after{content:"";position:absolute;left:18px;bottom:14px;width:34px;height:3px;border-radius:99px;background:var(--ggl-green)}.v6-category .v6-card-body{padding-bottom:28px}.v6-category .v6-card-media{background:#e9eeeb}.v6-card-body strong{color:var(--ggl-green-dark)}.v6-badge{background:var(--ggl-green-soft);color:var(--ggl-green-dark);border:1px solid #d9ebd0}.v6-card .v6-badge:first-child{background:var(--ggl-gold-soft);color:#795b22;border-color:#e4d4b4}.v6-vs{background:var(--ggl-charcoal-2);color:#fff;border:2px solid var(--ggl-green)}.v6-news img{background:#f1f3f2}.v6-news small{color:#727b76}@media (prefers-reduced-motion:reduce){.v6-card,.v6-compare-card,.v6-news,.v6-btn{transition:none}.v6-card:hover,.v6-compare-card:hover,.v6-news:hover,.v6-btn:hover{transform:none}}:root{--ggl-paper-warm:#f3f5f4;--ggl-paper-soft:#edf1ef;--ggl-paper-bright:#fafbfb;--ggl-deep:#101315;--ggl-deep-2:#181d1f;--ggl-green-glow:rgba(120,216,63,.24)}body.ggl-home-v6{background:var(--ggl-paper-warm)}.v6-main{position:relative;background:linear-gradient(180deg,#dfe5e2 0,#eef2f0 52px,var(--ggl-paper-warm) 150px)}.v6-main:before{content:"";display:block;height:34px;background:linear-gradient(180deg,var(--ggl-charcoal-2),#2b3330 42%,#cfd7d3 100%)}.v6-section{padding:68px 0;background:transparent}.v6-section.alt{background:rgba(232,237,234,.72);border-top:1px solid rgba(20,32,25,.035);border-bottom:1px solid rgba(20,32,25,.035)}.v6-section:first-of-type{padding-top:58px}.v6-head{margin-bottom:28px}.v6-head h2{font-size:clamp(31px,2.45vw,38px);line-height:1.08}.v6-head p{font-size:17px}.v6-grid-5,.v6-grid-4,.v6-comparison-grid,.v6-news-grid{gap:20px}.v6-card,.v6-compare-card,.v6-news,.v6-wide{border-radius:18px}.v6-card-media{height:210px;padding:14px;overflow:hidden}.v6-card-media img,.v6-compare-images img,.v6-news img{transition:transform .28s cubic-bezier(.2,.7,.2,1)}.v6-card:hover .v6-card-media img{transform:scale(1.035)}.v6-category .v6-card-media{height:174px}.v6-category:hover .v6-card-media img{transform:scale(1.025)}.v6-card-body{padding:20px 20px 24px}.v6-card-body h3{font-size:20px;line-height:1.18}.v6-card-body p{font-size:16px}.v6-compare-card{padding:22px}.v6-compare-images{height:148px}.v6-compare-images img{height:136px}.v6-compare-card:hover .v6-compare-images img:first-child{transform:translateX(-3px) scale(1.025)}.v6-compare-card:hover .v6-compare-images img:last-child{transform:translateX(3px) scale(1.025)}.v6-vs{position:relative;width:42px;height:42px;font-size:13px;letter-spacing:.04em;background:linear-gradient(145deg,#0e1213,#242a2c);border:2px solid var(--ggl-green);box-shadow:0 0 0 4px rgba(120,216,63,.10),0 8px 18px rgba(17,19,21,.16)}.v6-vs:after{content:"";position:absolute;inset:-7px;border:1px solid rgba(120,216,63,.22);border-radius:50%}.v6-decision .v6-btn.primary{min-height:58px;padding-inline:28px;font-size:17px}.v6-news{padding:16px;grid-template-columns:126px 1fr}.v6-news img{width:126px;height:112px}.v6-news:hover img{transform:scale(1.045)}.v6-news h3{font-size:18px}@media(max-width:1050px){.v6-section{padding:58px 0}.v6-card-media{height:200px}.v6-decision{grid-template-columns:1fr;padding:36px}}@media(max-width:760px){.v6-main:before{height:22px}.v6-section{padding:48px 0}.v6-section:first-of-type{padding-top:42px}.v6-card-media{height:230px}.v6-category .v6-card-media{height:190px}.v6-wide{padding:28px;min-height:0}.v6-decision{padding:30px 24px}.v6-decision h2{font-size:30px}.v6-news{grid-template-columns:104px 1fr}.v6-news img{width:104px;height:100px}}@media(prefers-reduced-motion:reduce){.v6-card-media img,.v6-compare-images img,.v6-news img{transition:none}.v6-card:hover .v6-card-media img,.v6-category:hover .v6-card-media img,.v6-compare-card:hover .v6-compare-images img,.v6-news:hover img{transform:none}}.ggl-home-v7{--v7-ink:#102018;--v7-pine:#123b2b;--v7-flight:#1e7a4f;--v7-mist:#eef3ef;--v7-paper:#fafbf9;--v7-rule:rgba(16,32,24,.13)}.ggl-home-v7 .v6-hero{min-height:720px;display:grid;align-items:center;overflow:hidden}.ggl-home-v7 .v6-hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,#111915);pointer-events:none}.ggl-home-v7 .v6-hero-copy{max-width:720px;padding:48px 0 72px}.ggl-home-v7 .v6-hero h1{font-size:clamp(3.4rem,7.2vw,7.25rem);line-height:.94;letter-spacing:-.065em;max-width:880px}.ggl-home-v7 .v6-hero p{font-size:clamp(1.05rem,1.5vw,1.3rem);max-width:650px}.ggl-home-v7 .v6-proof{background:#111915;border-top:1px solid rgba(255,255,255,.08)}.ggl-home-v7 .v6-proof-grid{gap:0}.ggl-home-v7 .v6-proof-item{padding:25px 28px;border-right:1px solid rgba(255,255,255,.09)}.ggl-home-v7 .v6-proof-item:last-child{border-right:0}.v7-line-icon{width:38px;height:38px;display:grid;place-items:center;color:#8cd7aa}.v7-line-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.ggl-home-v7 .v6-main{background:linear-gradient(#e6eee9 0,#f6f8f6 360px,#fafbf9 720px)}.ggl-home-v7 .v6-section{position:relative;padding-block:clamp(84px,9vw,148px);overflow:hidden}.ggl-home-v7 .v6-section.alt{background:#f0f3f0}.v7-chapter-no{position:absolute;left:max(18px,calc((100vw - 1380px)/2));top:42px;font:700 12px/1 system-ui;letter-spacing:.22em;color:rgba(18,59,43,.34)}.ggl-home-v7 .v6-head{margin-bottom:42px;align-items:end}.ggl-home-v7 .v6-head h2,.ggl-home-v7 .v6-wide h2,.ggl-home-v7 .v6-decision h2{font-size:clamp(2.5rem,4.8vw,5rem);line-height:.98;letter-spacing:-.055em}.ggl-home-v7 .v6-head p{font-size:1.08rem;max-width:620px}.ggl-home-v7 .v6-grid-5{gap:22px}.ggl-home-v7 .v6-category{border:0;box-shadow:none;background:transparent;border-radius:0}.ggl-home-v7 .v6-category .v6-card-media{border-radius:24px;background:#fff;border:1px solid var(--v7-rule);height:245px;transition:transform .35s ease,box-shadow .35s ease}.ggl-home-v7 .v6-category .v6-card-body{padding:22px 4px 0}.ggl-home-v7 .v6-category:hover .v6-card-media{transform:translateY(-6px);box-shadow:0 24px 48px rgba(16,32,24,.12)}.v7-editorial-picks{display:grid;grid-template-columns:1.45fr repeat(2,1fr);gap:22px;align-items:stretch}.v7-editorial-picks .v6-card{min-width:0}.v7-editorial-picks .v7-featured-pick{grid-row:span 2;display:grid;grid-template-rows:minmax(390px,1fr) auto;background:#102018;color:white;border:0}.v7-editorial-picks .v7-featured-pick .v6-card-media{background:#fff;min-height:430px}.v7-editorial-picks .v7-featured-pick .v6-card-body{padding:34px}.v7-editorial-picks .v7-featured-pick h3{font-size:clamp(2rem,3vw,3.45rem);line-height:1;letter-spacing:-.045em}.v7-editorial-picks .v7-featured-pick p{color:rgba(255,255,255,.74);font-size:1.08rem}.v7-editorial-picks .v7-featured-pick strong{color:#9be0b6}.v7-editorial-picks .v6-card:not(.v7-featured-pick){display:grid;grid-template-columns:42% 58%;min-height:250px}.v7-editorial-picks .v6-card:not(.v7-featured-pick) .v6-card-media{height:100%;border-radius:20px 0 0 20px}.v7-editorial-picks .v6-card:not(.v7-featured-pick) .v6-card-body{padding:24px}.v7-editorial-picks .v6-card:not(.v7-featured-pick) h3{font-size:1.35rem}.ggl-home-v7 .v6-decision{min-height:430px;padding:clamp(42px,6vw,82px);border-radius:36px;background:radial-gradient(circle at 80% 20%,rgba(55,143,96,.25),transparent 42%),linear-gradient(135deg,#0b1711,#153c2b);box-shadow:0 36px 80px rgba(8,25,16,.22);position:relative;overflow:hidden}.ggl-home-v7 .v6-decision:after{content:"";position:absolute;right:-90px;bottom:-150px;width:430px;height:430px;border:1px solid rgba(150,224,181,.24);border-radius:50%;box-shadow:0 0 0 55px rgba(150,224,181,.04),0 0 0 110px rgba(150,224,181,.025)}.ggl-home-v7 .v6-decision>*,.ggl-home-v7 .v6-decision-mini{position:relative;z-index:1}.ggl-home-v7 .v6-decision p{max-width:650px;font-size:1.17rem}.ggl-home-v7 .v6-decision-mini{margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ggl-home-v7 .v6-decision-mini a{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);padding:18px;border-radius:14px}.ggl-home-v7 .v6-wide{padding:clamp(42px,6vw,76px);border:1px solid var(--v7-rule);border-radius:30px;background:linear-gradient(135deg,#fff,#edf4ef);box-shadow:0 28px 62px rgba(16,32,24,.09)}.v7-guide-mark{width:76px;height:76px;display:grid;place-items:center;border-radius:20px;background:#143d2c;color:#a6dfba;flex:none}.v7-guide-mark svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.ggl-home-v7 .v6-comparison-grid{gap:28px}.ggl-home-v7 .v6-compare-card{border-radius:26px;padding:28px;background:#fff;border:1px solid var(--v7-rule);box-shadow:0 14px 35px rgba(16,32,24,.07)}.ggl-home-v7 .v6-vs{width:70px;height:70px;font-size:15px;letter-spacing:.12em;background:#102018;color:#a4e2bc;border:6px double #a4e2bc;box-shadow:0 0 0 7px #fff}.v7-review-magazine{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:24px}.v7-review-magazine .v6-card:first-child{grid-row:span 2;display:grid;grid-template-rows:minmax(390px,1fr) auto}.v7-review-magazine .v6-card:first-child .v6-card-media{min-height:410px}.v7-review-magazine .v6-card:first-child h3{font-size:clamp(2rem,3vw,3.25rem);letter-spacing:-.045em}.v7-review-magazine .v6-card:nth-child(n+2){display:grid;grid-template-columns:42% 58%;min-height:220px}.v7-review-magazine .v6-card:nth-child(n+2) .v6-card-media{height:100%}.ggl-home-v7 .v6-news-grid{display:block;border-top:1px solid var(--v7-rule)}.ggl-home-v7 .v6-news{display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:30px;padding:22px 0;border-bottom:1px solid var(--v7-rule);border-radius:0;background:transparent;box-shadow:none}.ggl-home-v7 .v6-news img{width:170px;height:100px;border-radius:14px}.ggl-home-v7 .v6-news:after{content:"↗";font-size:1.5rem;color:#1e7a4f}.ggl-home-v7 .v6-trustbar-grid{font-size:.88rem}.ggl-home-v7 .v6-footer{padding-top:82px}@media(max-width:1050px){.v7-editorial-picks,.v7-review-magazine{grid-template-columns:1fr 1fr}.v7-editorial-picks .v7-featured-pick,.v7-review-magazine .v6-card:first-child{grid-column:1/-1;grid-row:auto}.ggl-home-v7 .v6-decision-mini{grid-template-columns:1fr 1fr}}@media(max-width:720px){.ggl-home-v7 .v6-hero{min-height:650px}.ggl-home-v7 .v6-hero h1{font-size:3.55rem}.v7-editorial-picks,.v7-review-magazine{grid-template-columns:1fr}.v7-editorial-picks .v6-card:not(.v7-featured-pick),.v7-review-magazine .v6-card:nth-child(n+2){grid-template-columns:1fr}.v7-editorial-picks .v6-card:not(.v7-featured-pick) .v6-card-media{height:240px;border-radius:20px 20px 0 0}.ggl-home-v7 .v6-decision-mini{grid-template-columns:1fr}.ggl-home-v7 .v6-news{grid-template-columns:100px 1fr}.ggl-home-v7 .v6-news img{width:100px;height:76px}.ggl-home-v7 .v6-news:after{display:none}.v7-chapter-no{top:24px}}:root{--ggl-ink:#111714;--ggl-pine:#173d2a;--ggl-green:#62d83d;--ggl-green-dark:#28791f;--ggl-paper:#f4f6f3;--ggl-card:#fbfcfa;--ggl-muted:#66706a;--ggl-line:#dce3dd;--ggl-gold:#b88a32;--ggl-radius:18px;--ggl-shadow:0 18px 48px rgba(16,35,25,.09);--ggl-space-section:clamp(72px,8vw,128px)}.ggl-brand-v1{background:var(--ggl-paper);color:var(--ggl-ink)}.ggl-brand-v1 .v6-header{background:#0b100e;border-bottom-color:rgba(98,216,61,.18)}.ggl-brand-v1 .v6-hero{min-height:clamp(610px,76vh,840px)}.ggl-brand-v1 .v6-hero>img{object-position:center 46%;filter:saturate(.88) contrast(1.04)}.ggl-brand-v1 .v6-hero:after{background:linear-gradient(90deg,rgba(3,9,6,.95) 0%,rgba(3,9,6,.74) 38%,rgba(3,9,6,.24) 68%,rgba(3,9,6,.1) 100%)}.ggl-brand-v1 .v6-hero-copy{max-width:760px}.ggl-brand-v1 .v6-hero h1{font-size:clamp(55px,6.4vw,96px);line-height:.94;letter-spacing:-.06em;max-width:850px}.ggl-brand-v1 .v6-hero h1 span{display:block;color:var(--ggl-green)}.ggl-brand-v1 .v6-hero-copy>p{max-width:690px;font-size:clamp(18px,1.6vw,24px);line-height:1.5;color:#d5ded8}.ggl-brand-v1 .v6-proof{background:#111715;border-top:1px solid rgba(98,216,61,.16)}.ggl-brand-v1 .v6-section{padding-block:var(--ggl-space-section)}.ggl-brand-v1 .v6-section.alt{background:#edf1ed}.ggl-brand-v1 .v6-head h2{font-size:clamp(39px,4vw,63px);letter-spacing:-.045em;line-height:1}.ggl-brand-v1 .v6-head p{font-size:18px;max-width:680px}.ggl-brand-v1 .v6-card{border-radius:var(--ggl-radius);border-color:var(--ggl-line);box-shadow:0 8px 28px rgba(16,35,25,.055);overflow:hidden}.ggl-brand-v1 .v6-card:hover{box-shadow:var(--ggl-shadow)}.ggl-brand-v1 .v6-category .v6-card-media{height:230px;background:#e9eeea}.ggl-brand-v1 .v6-category .v6-card-media img{width:100%;height:100%;object-fit:cover;transform:none}.ggl-brand-v1 .v6-category:hover .v6-card-media img{transform:scale(1.025)}.ggl-brand-v1 .v6-category .v6-card-body{min-height:205px}.ggl-brand-v1 .v6-category:after{height:3px;left:20px;right:auto;width:42px;background:var(--ggl-green)}.ggl-brand-v1 .v6-badge{color:#76561d;background:#f5eddd;border-color:#ddc99e}.ggl-brand-v1 .v6-btn.primary{background:var(--ggl-green);color:#081108;box-shadow:0 12px 30px rgba(98,216,61,.2)}.ggl-brand-v1 .v6-btn.primary:hover{background:#78e554}.ggl-brand-v1 .v6-decision{min-height:290px;padding:clamp(34px,5vw,68px);border-radius:26px;background:radial-gradient(circle at 86% 45%,rgba(98,216,61,.12),transparent 26%),radial-gradient(circle at 86% 45%,transparent 0 96px,rgba(98,216,61,.1) 98px 99px,transparent 101px),linear-gradient(135deg,#0d1511,#19211d);box-shadow:0 26px 65px rgba(10,25,16,.18)}.ggl-brand-v1 .v6-decision h2{font-size:clamp(42px,5vw,72px);letter-spacing:-.05em}.ggl-brand-v1 .v6-decision p{font-size:19px;max-width:600px}.ggl-start-section{background:#f8f9f7}.ggl-brand-v1 .v6-wide{min-height:190px;border-radius:22px;border-left:4px solid var(--ggl-green);box-shadow:var(--ggl-shadow)}.ggl-compare-section{background:#edf1ed}.ggl-brand-v1 .v7-vs-badge{box-shadow:0 0 0 5px #f8faf8,0 0 0 7px var(--ggl-green-dark)}.ggl-reviews-section{background:#f7f8f6}.ggl-brand-v1 .v6-news{border-radius:16px;background:var(--ggl-card);border:1px solid var(--ggl-line);box-shadow:0 7px 24px rgba(16,35,25,.05)}.ggl-brand-v1 .v6-news img{width:118px;height:102px;object-fit:contain;background:#f1f4f1;border-radius:12px}.ggl-brand-v1 .v6-trustbar{background:#151b18}.ggl-brand-v1 .v6-footer{background:#0b100e}@media(max-width:950px){.ggl-intent-grid{grid-template-columns:1fr}.ggl-brand-v1 .v6-hero h1{max-width:650px}.ggl-brand-v1 .v6-category .v6-card-media{height:210px}}@media(max-width:650px){.ggl-intent-head{display:block}.ggl-intent-head span{display:block;margin-bottom:8px}.ggl-intent-grid>a{grid-template-columns:44px 1fr}.ggl-intent-grid>a b{grid-column:2}.ggl-brand-v1 .v6-hero{min-height:680px}.ggl-brand-v1 .v6-hero>img{object-position:61% center}.ggl-brand-v1 .v6-hero:after{background:linear-gradient(90deg,rgba(3,9,6,.92),rgba(3,9,6,.58))}}@media(prefers-reduced-motion:reduce){.ggl-intent-grid>a,.ggl-brand-v1 .v6-category .v6-card-media img{transition:none!important}}.ggl-brand-v1 .v81-category-head{align-items:flex-end}.ggl-brand-v1 .v81-category-head h2{max-width:900px;font-size:clamp(44px,5.2vw,78px);line-height:.98;letter-spacing:-.052em}.v81-kicker{margin-bottom:12px;color:var(--ggl-green-dark);font-size:12px;font-weight:850;letter-spacing:.17em;text-transform:uppercase}.ggl-start-section{background:linear-gradient(180deg,#f8f9f7 0,#eef2ee 100%)}.v81-guides{display:grid;gap:34px}.v81-guides-intro{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:34px 38px;border:1px solid var(--ggl-line);border-radius:22px;background:var(--ggl-card);box-shadow:var(--ggl-shadow)}.v81-guides-intro h2{margin:0 0 8px;font-size:clamp(38px,4vw,60px);line-height:1;letter-spacing:-.045em}.v81-guides-intro p{margin:0;max-width:720px;color:var(--ggl-muted);font-size:18px;line-height:1.55}.v81-guide-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.v81-guide-links>a{position:relative;display:flex;min-height:184px;flex-direction:column;padding:24px;border:1px solid var(--ggl-line);border-radius:17px;background:rgba(251,252,250,.92);color:var(--ggl-ink);text-decoration:none;box-shadow:0 8px 24px rgba(16,35,25,.045);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.v81-guide-links>a:after{content:'→';position:absolute;right:22px;bottom:19px;color:var(--ggl-green-dark);font-weight:900}.v81-guide-links>a:hover{transform:translateY(-4px);border-color:rgba(40,121,31,.35);box-shadow:0 18px 36px rgba(16,35,25,.09)}.v81-guide-links span{margin-bottom:15px;color:var(--ggl-green-dark);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.v81-guide-links strong{max-width:250px;font-size:20px;line-height:1.18;letter-spacing:-.02em}.v81-guide-links small{display:block;margin-top:10px;padding-right:12px;color:var(--ggl-muted);font-size:14px;line-height:1.45}.ggl-brand-v1 .v6-category .v6-card-body strong{font-weight:780}@media(max-width:1050px){.v81-guide-links{grid-template-columns:repeat(2,minmax(0,1fr))}.v81-guides-intro{grid-template-columns:auto 1fr}.v81-guides-intro .v6-btn{grid-column:2;justify-self:start}}@media(max-width:650px){.ggl-brand-v1 .v81-category-head h2{font-size:clamp(38px,12vw,56px)}.v81-guides-intro{grid-template-columns:1fr;padding:28px 24px}.v81-guides-intro .v7-guide-mark{display:none}.v81-guides-intro .v6-btn{grid-column:auto}.v81-guide-links{grid-template-columns:1fr}.v81-guide-links>a{min-height:158px}}@media(prefers-reduced-motion:reduce){.v81-guide-links>a{transition:none!important}}:root{--ggl-pub-green:#78d34b;--ggl-pub-green-dark:#28791f;--ggl-pub-ink:#111815;--ggl-pub-muted:#66716a;--ggl-pub-dark:#050907;--ggl-pub-line:rgba(16,35,25,.13)}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a:not(.btn):not(.v6-btn):not(.ggl-v1-action):not(.primary):not([class*="button"]){color:inherit}main a:not(.btn):not(.v6-btn):not(.ggl-v1-action):not(.primary):not([class*="button"]),article a:not(.btn):not(.v6-btn):not(.ggl-v1-action):not(.primary):not([class*="button"]){text-decoration-color:rgba(40,121,31,.35)}main a:not(.btn):not(.v6-btn):not(.ggl-v1-action):not(.primary):not([class*="button"]):hover,article a:not(.btn):not(.v6-btn):not(.ggl-v1-action):not(.primary):not([class*="button"]):hover{color:var(--ggl-pub-green-dark);text-decoration-color:currentColor}.ggl-publication-footer{background:#050907;color:#eef4ef;border-top:1px solid rgba(120,211,75,.16);padding:58px 0 22px}.ggl-publication-footer .pub-shell{width:min(1240px,calc(100% - 48px));margin:auto}.ggl-publication-footer .pub-grid{display:grid;grid-template-columns:1.35fr repeat(4,.72fr);gap:38px}.ggl-publication-footer .pub-brand img{width:205px;max-height:62px;object-fit:contain;margin:0 0 16px}.ggl-publication-footer p{color:#aebbb2;line-height:1.55;margin:0;max-width:360px}.ggl-publication-footer h3{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--ggl-pub-green);margin:0 0 15px}.ggl-publication-footer a{display:block;color:#d6dfd8!important;text-decoration:none;margin:9px 0;font-size:14px}.ggl-publication-footer a:hover{color:var(--ggl-pub-green)!important}.ggl-publication-footer .pub-bottom{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:20px;color:#9eaaa2;font-size:13px;line-height:1.5}.ggl-publication-footer .pub-bottom strong{color:#e7eee9;font-weight:700}body.ggl-home-v6 .v6-hero{min-height:690px;background:#030605;position:relative;display:grid;align-items:stretch}body.ggl-home-v6 .v6-hero>img{position:absolute;inset:0 0 0 auto;width:66%;height:100%;object-fit:cover;object-position:center;filter:saturate(.93) contrast(1.04)}body.ggl-home-v6 .v6-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#030605 0%,#030605 36%,rgba(3,6,5,.94) 44%,rgba(3,6,5,.45) 66%,rgba(3,6,5,.05) 100%);z-index:1}body.ggl-home-v6 .v6-hero-inner{position:relative;z-index:2;display:flex;align-items:center;min-height:690px}body.ggl-home-v6 .v6-hero-copy{max-width:620px;padding:72px 0}body.ggl-home-v6 .v6-eyebrow{color:var(--ggl-pub-green);letter-spacing:.16em;font-size:13px;text-transform:uppercase;font-weight:850;margin-bottom:20px}body.ggl-home-v6 .v6-hero h1{font-size:clamp(56px,6vw,92px);line-height:.95;letter-spacing:-.058em;max-width:650px;margin:0 0 24px;color:#fff}body.ggl-home-v6 .v6-hero h1 span{color:#fff}body.ggl-home-v6 .v6-hero p{max-width:565px;color:#d4ddd6;font-size:20px;line-height:1.55;margin:0 0 30px}body.ggl-home-v6 .v6-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}body.ggl-home-v6 .v6-btn.primary{background:var(--ggl-pub-green);color:#071006;border-color:var(--ggl-pub-green)}body.ggl-home-v6 .v6-text-link{color:#eef4ef!important;text-decoration:none;border-bottom:1px solid rgba(120,211,75,.65);padding:8px 0;font-weight:750}body.ggl-home-v6 .v6-text-link:hover{color:var(--ggl-pub-green)!important}@media(max-width:1000px){.ggl-publication-footer .pub-grid{grid-template-columns:1.25fr repeat(2,1fr)}body.ggl-home-v6 .v6-hero>img{width:100%;opacity:.48}body.ggl-home-v6 .v6-hero:before{background:linear-gradient(90deg,rgba(3,6,5,.98),rgba(3,6,5,.72))}}@media(max-width:680px){.ggl-publication-footer .pub-grid{grid-template-columns:1fr 1fr}.ggl-publication-footer .pub-brand{grid-column:1/-1}.ggl-publication-footer .pub-bottom{flex-direction:column}body.ggl-home-v6 .v6-hero,body.ggl-home-v6 .v6-hero-inner{min-height:620px}body.ggl-home-v6 .v6-hero h1{font-size:clamp(46px,14vw,68px)}body.ggl-home-v6 .v6-hero p{font-size:17px}}@media(max-width:480px){.ggl-publication-footer .pub-grid{grid-template-columns:1fr}}:root{--ggl-product-panel:#f5f7f5;--ggl-product-panel-edge:#dce3de;--ggl-product-shadow:0 18px 42px rgba(14,28,20,.12)}body:not(.simulator-page):is(.product-media-v2,.product-image-link,.ranking-card-img-wrap,.compare-image-frame,.compare-img-wrap,.gsr-media,.product-image,.product-media){background:linear-gradient(180deg,#fff,var(--ggl-product-panel))!important;border-color:var(--ggl-product-panel-edge)!important}body:not(.simulator-page):is(.product-media-v2,.product-image-link,.ranking-card-img-wrap,.compare-image-frame,.compare-img-wrap,.product-image,.product-media) img,body:not(.simulator-page) img:is(.primary-product-image,.product-image,.product-image--card,.product-image--review,.ranking-card-img,.category-card-img,.compare-product-img,.compare-table-thumb,.ggl-visual-product){object-fit:contain!important;object-position:center!important;background:transparent!important;padding:16px!important;filter:drop-shadow(0 14px 16px rgba(10,24,16,.13))}body.simulator-page:is(.product-media-v2,.product-image-link,.product-media,.product-image),.simulator-card-v2:is(.product-media-v2,.product-media){background:#080d0b!important;border-color:rgba(255,255,255,.12)!important}body.simulator-page:is(.product-media-v2,.product-image-link,.product-media,.product-image) img,.simulator-card-v2:is(.product-media-v2,.product-media) img{object-fit:cover!important;padding:0!important;filter:none!important}a,a:visited{accent-color:var(--ggl-pub-green)}main a:not([class*="btn"]):not([class*="button"]),article a:not([class*="btn"]):not([class*="button"]){color:var(--ggl-pub-green-dark)!important}:root{--ggl-action:#74d63c;--ggl-image-panel:#f5f7f5;--ggl-image-line:#dfe5e1}.product-image,.product-media,.product-media-v2,.product-card-image,.category-card-img,.ranking-card-img,.compare-image-frame,.gsr-product-media,.ggl-product-image,.ggl-visual-product-wrap,.ggl-visual-product,[class*="product-image-frame"],[class*="image-panel"]{background:var(--ggl-image-panel)!important;border-color:var(--ggl-image-line)!important;background-image:none!important}.product-image img,.product-media img,.product-media-v2 img,.product-card-image img,.category-card-img,.ranking-card-img,.compare-image-frame img,.gsr-product-media img,.ggl-product-image img,.ggl-visual-product{object-fit:contain!important;background:transparent!important;padding:clamp(12px,2vw,24px)!important;filter:none!important;mix-blend-mode:normal!important}main a:not(.btn):not([class*="button"]):not([class*="primary"]){color:#2e7d1e}main a:not(.btn):not([class*="button"]):not([class*="primary"]):hover{color:#1d5d12}.product-card-v2:not(.simulator-card-v2) .product-media-v2,.recommendation-card-v2:not(.simulator-card-v2) .product-media-v2{position:relative!important;background:#f7f8f6!important;background-image:none!important;border-color:#dfe5e1!important}.product-card-v2:not(.simulator-card-v2) .product-media-v2>img.primary-product-image,.recommendation-card-v2:not(.simulator-card-v2) .product-media-v2>img.primary-product-image{object-fit:contain!important;object-position:center!important;padding:clamp(18px,2.4vw,34px)!important;background:transparent!important;filter:drop-shadow(0 14px 16px rgba(10,24,16,.12))!important}.product-media-v2 .ggl-score-overlay{position:absolute!important;z-index:4!important;top:16px!important;right:16px!important}.product-card-v2 .score-row-v2 .ggl-score{display:none!important}body.ggl-home-v6 .v6-hero{min-height:0;padding:clamp(54px,7vw,92px) 0;background:#030605;overflow:hidden}body.ggl-home-v6 .v6-hero::before,body.ggl-home-v6 .v6-hero::after{display:none}body.ggl-home-v6 .v6-hero-inner{min-height:0;display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);align-items:center;gap:clamp(42px,6vw,88px)}body.ggl-home-v6 .v6-hero-copy{max-width:610px;padding:0}body.ggl-home-v6 .v6-hero h1{font-size:clamp(54px,5.7vw,88px);max-width:650px}body.ggl-home-v6 .v6-hero .v102-hero-media img{position:static;display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.94) contrast(1.02);opacity:1}@media (max-width:1050px){body.ggl-home-v6 .v6-hero-inner{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);gap:38px}body.ggl-home-v6 .v6-hero h1{font-size:clamp(50px,6.6vw,72px)}}@media (max-width:820px){body.ggl-home-v6 .v6-hero{padding:48px 0 34px}body.ggl-home-v6 .v6-hero-inner{grid-template-columns:1fr;gap:34px}body.ggl-home-v6 .v6-hero-copy{max-width:680px}.v102-hero-media{width:100%;border-radius:20px}}@media (max-width:560px){body.ggl-home-v6 .v6-hero{padding-top:38px}body.ggl-home-v6 .v6-hero h1{font-size:clamp(44px,13vw,60px)}.v102-hero-media{aspect-ratio:3 / 2}}body.ggl-home-v6 .v6-hero.v4131-hero{padding:clamp(22px,3vw,42px) 0}.v4131-hero-shell{display:block !important}.v4131-hero-link{position:relative;display:block;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:#0b100d;box-shadow:0 32px 80px rgba(0,0,0,.42);text-decoration:none}.v4131-hero-link img{position:static !important;display:block;width:100%;height:auto;object-fit:contain;opacity:1 !important;filter:none !important}.v4131-hero-link:focus-visible{outline:3px solid #b8ff3d;outline-offset:4px}.v4131-mobile-nav{display:none}@media (max-width:820px){body.ggl-home-v6 .v6-hero.v4131-hero{padding:18px 0 26px}.v4131-hero-link{border-radius:18px}.v4131-mobile-nav{display:block;margin-top:14px}.v4131-mobile-nav__cta{display:flex;align-items:center;justify-content:center;min-height:52px;padding:14px 18px;border-radius:14px;background:#b8ff3d;color:#0b1408;font-weight:800;font-size:1rem;text-align:center;text-decoration:none;margin-bottom:10px}.v4131-mobile-nav__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v4131-mobile-nav__grid a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:12px;color:#f7fbf4;font-weight:700;font-size:.88rem;text-decoration:none;background:rgba(255,255,255,.04)}.v4131-mobile-nav__grid a:active{background:rgba(184,255,61,.12);border-color:#b8ff3d}}.v4131-seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ggl-score-overlay-host{position:relative !important}.ggl-product-score-overlay{position:absolute;top:14px;right:14px;z-index:8;display:grid;min-width:82px;padding:10px 11px 9px;border:1px solid rgba(120,211,75,.58);border-radius:13px;background:rgba(4,12,8,.92);box-shadow:0 8px 24px rgba(0,0,0,.24);color:#fff;line-height:1;text-align:center;pointer-events:none;backdrop-filter:blur(8px)}.ggl-product-score-overlay small{display:block;margin-bottom:5px;color:#9be068;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ggl-product-score-overlay strong{display:block;color:#fff;font-size:17px;font-weight:950;letter-spacing:-.035em}@media (max-width:620px){.ggl-product-score-overlay{top:10px;right:10px;min-width:74px;padding:9px}.ggl-product-score-overlay strong{font-size:15px}}body.ggl-home-v6 .v6-hero{min-height:0 !important;padding:clamp(30px,3.2vw,46px) 0 clamp(34px,3.8vw,54px) !important}body.ggl-home-v6 .v6-hero-inner{min-height:0 !important;align-items:start !important;gap:clamp(32px,4.5vw,64px) !important;padding-top:0 !important;padding-bottom:0 !important}body.ggl-home-v6 .v6-hero-copy{padding:clamp(8px,1.1vw,16px) 0 0 !important}body.ggl-home-v6 .v6-main .v6-section{min-height:0 !important;padding-block:clamp(64px,5.8vw,84px) !important}body.ggl-home-v6 .v6-main .v6-section:first-of-type{padding-top:clamp(62px,5.6vw,80px) !important}body.ggl-home-v6 .v6-main .v6-head{margin-bottom:clamp(28px,2.8vw,38px) !important}body.ggl-home-v6 .v7-chapter-no{top:clamp(22px,2.2vw,30px) !important}body.ggl-home-v6 .v81-guides{gap:26px}body.ggl-home-v6 .v81-guides-intro{padding-block:28px}body.ggl-home-v6 .v6-proof-item{padding-block:19px}@media (max-width:820px){body.ggl-home-v6 .v6-hero{padding:30px 0 34px !important}body.ggl-home-v6 .v6-hero-inner{gap:28px !important}body.ggl-home-v6 .v6-main .v6-section,body.ggl-home-v6 .v6-main .v6-section:first-of-type{padding-block:52px !important}body.ggl-home-v6 .v6-main .v6-head{margin-bottom:24px !important}body.ggl-home-v6 .v7-chapter-no{top:18px !important}}@media (max-width:560px){body.ggl-home-v6 .v6-hero{padding-top:24px !important}body.ggl-home-v6 .v6-main .v6-section,body.ggl-home-v6 .v6-main .v6-section:first-of-type{padding-block:44px !important}}@media (min-width:821px){body.ggl-home-v6 .v6-main .v6-section,body.ggl-home-v6 .v6-main .v6-section:first-of-type{min-height:0 !important;padding-block:54px !important}body.ggl-home-v6 .v6-main .v6-head{margin-bottom:24px !important}body.ggl-home-v6 .v6-main .v6-head h2,body.ggl-home-v6 .v6-main .v6-wide h2,body.ggl-home-v6 .v6-main .v6-decision h2{font-size:clamp(34px,3.3vw,52px) !important;line-height:1.02 !important}body.ggl-home-v6 .v6-main .v6-head p{font-size:16px !important}body.ggl-home-v6 .v7-chapter-no{top:18px !important;font-size:12px !important}body.ggl-home-v6 .v81-category-head h2{max-width:760px !important;font-size:clamp(40px,4.2vw,62px) !important}body.ggl-home-v6 .v6-grid-5{gap:16px !important}body.ggl-home-v6 .v6-category .v6-card-media{height:150px !important;border-radius:18px !important}body.ggl-home-v6 .v6-category .v6-card-body{padding:16px 4px 6px !important}body.ggl-home-v6 .v6-category .v6-card-body h3{font-size:19px !important}body.ggl-home-v6 .v6-category .v6-card-body p{font-size:14px !important;line-height:1.42 !important}body.ggl-home-v6 .v7-editorial-picks{grid-template-columns:1.28fr repeat(2,1fr) !important;gap:16px !important}body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick{grid-template-rows:285px auto !important}body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick .v6-card-media{min-height:0 !important;height:285px !important}body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick .v6-card-body{padding:24px !important}body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick h3{font-size:clamp(28px,2.4vw,40px) !important}body.ggl-home-v6 .v7-editorial-picks .v6-card:not(.v7-featured-pick){min-height:190px !important;grid-template-columns:40% 60% !important}body.ggl-home-v6 .v7-editorial-picks .v6-card:not(.v7-featured-pick) .v6-card-body{padding:17px !important}body.ggl-home-v6 .v7-editorial-picks .v6-card:not(.v7-featured-pick) h3{font-size:19px !important}body.ggl-home-v6 .v7-editorial-picks .v6-card-body p{font-size:14px !important;line-height:1.4 !important}body.ggl-home-v6 .v7-editorial-picks .v6-price{font-size:14px !important}body.ggl-home-v6 .v81-guides{gap:22px !important}body.ggl-home-v6 .v81-guides-intro{padding:22px 28px !important;gap:18px !important}body.ggl-home-v6 .v81-guides-intro h2{font-size:clamp(32px,3.2vw,46px) !important}body.ggl-home-v6 .v81-guides-intro p{font-size:15px !important}body.ggl-home-v6 .v81-guide-links{gap:16px !important}body.ggl-home-v6 .v81-guide-links>a{min-height:150px !important;padding:20px !important}body.ggl-home-v6 .v81-guide-links strong{font-size:18px !important}body.ggl-home-v6 .v81-guide-links small{font-size:13px !important}body.ggl-home-v6 .v6-comparison-grid{gap:18px !important}body.ggl-home-v6 .v6-compare-card{padding:16px !important}body.ggl-home-v6 .v6-compare-images{height:105px !important}body.ggl-home-v6 .v6-compare-images img{height:96px !important}body.ggl-home-v6 .v6-vs{width:48px !important;height:48px !important;border-width:4px !important;box-shadow:0 0 0 4px #fff !important}body.ggl-home-v6 .v7-review-magazine{grid-template-columns:1.28fr 1fr 1fr !important;gap:16px !important}body.ggl-home-v6 .v7-review-magazine .v6-card:first-child{grid-template-rows:285px auto !important}body.ggl-home-v6 .v7-review-magazine .v6-card:first-child .v6-card-media{min-height:0 !important;height:285px !important}body.ggl-home-v6 .v7-review-magazine .v6-card:first-child h3{font-size:clamp(28px,2.4vw,40px) !important}body.ggl-home-v6 .v7-review-magazine .v6-card:nth-child(n+2){min-height:180px !important;grid-template-columns:40% 60% !important}body.ggl-home-v6 .v7-review-magazine .v6-card-body{padding:17px !important}body.ggl-home-v6 .v7-review-magazine .v6-card-body h3{font-size:19px !important}body.ggl-home-v6 .v7-review-magazine .v6-card-body p{font-size:14px !important;line-height:1.4 !important}body.ggl-home-v6 .v6-news{min-height:118px !important;padding:12px !important}body.ggl-home-v6 .v6-news img{width:92px !important;height:88px !important}body.ggl-home-v6 .v6-news h3{font-size:16px !important}}@media (max-width:820px){body.ggl-home-v6 .v6-main .v6-section,body.ggl-home-v6 .v6-main .v6-section:first-of-type{padding-block:42px !important}body.ggl-home-v6 .v6-main .v6-head h2,body.ggl-home-v6 .v81-category-head h2{font-size:clamp(34px,10vw,48px) !important}}@media (min-width:821px){body.ggl-home-v6 .v6-main .ggl-compare-section,body.ggl-home-v6 .v6-main .ggl-reviews-section,body.ggl-home-v6 .v6-main .ggl-newsroom-section{min-height:0 !important;padding-top:28px !important;padding-bottom:34px !important}body.ggl-home-v6 .v6-main .ggl-compare-section .v6-head,body.ggl-home-v6 .v6-main .ggl-reviews-section .v6-head,body.ggl-home-v6 .v6-main .ggl-newsroom-section .v6-head{margin-bottom:20px !important}}@media (max-width:820px){body.ggl-home-v6 .v6-main .ggl-compare-section,body.ggl-home-v6 .v6-main .ggl-reviews-section,body.ggl-home-v6 .v6-main .ggl-newsroom-section{min-height:0 !important;padding-block:34px !important}}.ggl-home-journeys{padding:34px 0;background:#050b09;border-bottom:1px solid rgba(255,255,255,.09)}.ggl-home-journeys__heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:18px}.ggl-home-journeys__heading span{display:block;color:#9be068;font-size:.76rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:6px}.ggl-home-journeys__heading h2{margin:0;font-size:clamp(1.55rem,2.5vw,2.2rem);letter-spacing:-.035em}.ggl-home-journeys__heading>p{max-width:420px;margin:0;color:#b7c3ba}.ggl-home-journeys__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ggl-home-journeys__grid>a{display:block;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));color:#f7fbf4;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.ggl-home-journeys__grid>a:hover{border-color:rgba(120,211,75,.55);transform:translateY(-2px)}.ggl-home-journeys__grid span{color:#9be068;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ggl-home-journeys__grid h3{margin:8px 0 7px;font-size:1.16rem;color:#f7fbf4!important}.ggl-home-journeys__grid p{margin:0 0 13px;color:#b7c3ba;font-size:.91rem;line-height:1.5}.ggl-home-journeys__grid strong{color:#9be068;font-size:.9rem}@media(max-width:800px){.ggl-home-journeys__heading{display:block}.ggl-home-journeys__heading>p{margin-top:8px}.ggl-home-journeys__grid{grid-template-columns:1fr}}@media (min-width:1100px){body.ggl-home-v6 .v6-shell{width:min(1360px,calc(100% - 64px))}body.ggl-home-v6 .v6-nav{gap:18px}body.ggl-home-v6 .v6-menu{margin-left:clamp(24px,3vw,48px);margin-right:auto;gap:22px}body.ggl-home-v6 .ggl-home-journeys__grid{gap:18px}body.ggl-home-v6 .ggl-home-journeys__grid>a{padding:23px 24px}}body.ggl-home-v6 .ggl-home-journeys__heading h2{color:#f7fbf4}body.ggl-home-v6 .ggl-home-journeys__heading>p{color:#c5d0c8}.v41318-hero-map{position:relative}.v41318-planner-hit{position:absolute;left:0;top:0;width:100%;height:74%;z-index:2;border-radius:26px}.v41318-category-hits{position:absolute;left:0;right:0;bottom:0;height:26%;display:grid;grid-template-columns:repeat(5,1fr);z-index:3}.v41318-category-hits a{display:block;border-radius:8px}.v41318-planner-hit:focus-visible,.v41318-category-hits a:focus-visible{outline:3px solid #b8ff3d;outline-offset:-4px}.v41318-category-hits a:hover{background:rgba(184,255,61,.045)}.ggl-publication-footer .pub-bottom .ggl-privacy-link{display:inline!important;margin:5px 0 0!important;color:#aebbb2!important;text-decoration:none!important;font-size:.82rem!important}.ggl-publication-footer .pub-bottom .ggl-privacy-link:hover,.ggl-publication-footer .pub-bottom .ggl-privacy-link:focus{color:#9be068!important;text-decoration:underline!important}@media(max-width:820px){.v41318-planner-hit{height:72%}.v41318-category-hits{height:28%}}
/* Golf Gear Lab 4.13.19 — shared desktop layout grid */
:root{
  --ggl-max:1320px!important;
  --gps-max:1320px!important;
  --v13-max:1320px!important;
  --review-max:1320px!important;
  --max:1320px!important;
}
@media (min-width:981px){
  .v6-shell{width:min(1320px,calc(100% - 40px))!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;}
  .gps-v4 .gps-shell{width:min(1320px,calc(100% - 44px))!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;}
  .ggl-gps-intro,.ggl-gps-section{max-width:1320px!important;width:calc(100% - 44px)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;}
  .ggl-authority-shell{width:min(1320px,calc(100% - 44px))!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;}
  .ggl-v411-shell,.ggl-ss-shell{max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;}
  .ggl-publication-footer .pub-shell,.pub-shell{width:min(1320px,calc(100% - 44px))!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;}
  .ggl-shell-nav{width:min(1480px,calc(100% - 44px))!important;}
  .ggl-shell-links{margin-right:30px!important;}
}

/* Golf Gear Lab 4.17.50 — tighten homepage transition from search header to hero. */
body.ggl-home-v6 .v6-hero.v4131-hero{padding:16px 0 34px !important}
@media (max-width:820px){body.ggl-home-v6 .v6-hero.v4131-hero{padding:14px 0 26px !important}}

/* 4.17.72 — restrained Watches & Golf editorial feature */
.ggl-watch-story{border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(212,175,55,.055),rgba(120,211,75,.025) 55%,transparent)}
.ggl-watch-story-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:28px;align-items:stretch}
.ggl-watch-story-copy,.ggl-watch-story-card{border:1px solid rgba(255,255,255,.11);border-radius:24px;background:rgba(4,10,9,.78)}
.ggl-watch-story-copy{padding:38px 40px}.ggl-watch-story-copy h2{max-width:900px;margin:8px 0 16px}.ggl-watch-story-copy p{max-width:850px;color:var(--muted,#b9c5bc);font-size:1.08rem}
.ggl-watch-story-kicker{display:inline-block;color:#e5bd58;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.16em}
.ggl-watch-story-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 18px}.ggl-watch-story-primary,.ggl-watch-story-secondary{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border-radius:999px;font-weight:900}.ggl-watch-story-primary{background:#8fe84f;color:#071006}.ggl-watch-story-secondary{border:1px solid rgba(143,232,79,.42);color:#a5ef72}.ggl-watch-story-copy small{display:block;color:#87938a;max-width:760px}
.ggl-watch-story-card{padding:30px;color:inherit;text-decoration:none;display:flex;flex-direction:column;justify-content:center;transition:.18s ease}.ggl-watch-story-card:hover{transform:translateY(-2px);border-color:rgba(229,189,88,.42)}.ggl-watch-story-card span{color:#e5bd58;font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.ggl-watch-story-card strong{font-size:1.65rem;line-height:1.05;margin:10px 0}.ggl-watch-story-card p{color:#b9c5bc}.ggl-watch-story-card b{color:#9be068;margin-top:8px}.ggl-watch-story-copy h2,.ggl-watch-story-card strong{color:#f7fbf4}
@media(max-width:820px){.ggl-watch-story-grid{grid-template-columns:1fr}.ggl-watch-story-copy{padding:28px 24px}.ggl-watch-story-card{padding:24px}}

/* 4.17.74 — monthly featured editorial story */
.ggl-featured-story{border-top:1px solid rgba(229,189,88,.22);border-bottom:1px solid rgba(229,189,88,.12);padding-top:34px;padding-bottom:34px}
.ggl-featured-story .ggl-watch-story-copy{box-shadow:0 18px 50px rgba(0,0,0,.16)}
.ggl-featured-story .ggl-watch-story-kicker{font-size:.82rem}
@media(max-width:820px){.ggl-featured-story{padding-top:24px;padding-bottom:24px}}