/* ============ GPG · Mark Spain–style homepage mockup v1 ============ */
.gpgms{
  --blue:#2E6DA4; --blue-deep:#235687; --navy:#0A1F3C; --navy2:#061429;
  --ink:#232a32; --muted:#5d6b79; --mist:#F4F7FB; --panel:#F1F5FA;
  --line:#E3EAF2; --white:#fff;
  /* spacing cadence (4pt grid): 4 8 12 16 24 32 48 64 96 128 160 */
  --sp-4:16px; --sp-6:32px; --sp-7:48px; --sp-8:64px; --sp-9:96px; --sp-10:128px;
  --sec:clamp(36px,4.5vw,64px);
  font-family:"Onest",system-ui,-apple-system,sans-serif;
  color:var(--ink); line-height:1.55; -webkit-font-smoothing:antialiased; overflow-x:hidden; overflow-x:clip; overflow-wrap:anywhere;
}
.gpgms *{box-sizing:border-box}
.gpgms section,.gpgms .hero,.gpgms .hero__card{min-height:0!important}
.gpgms input,.gpgms textarea,.gpgms select{min-width:0;max-width:100%}
.gpgms .gate,.gpgms .leadgate,.gpgms .leadgate__form,.gpgms .wrap{max-width:100%}
.gpgms,.gpgms button,.gpgms input,.gpgms select,.gpgms textarea{font-family:"Onest",system-ui,-apple-system,sans-serif}
.gpgms h1,.gpgms h2,.gpgms h3,.gpgms h4,.gpgms h5,.gpgms h6{font-family:"Onest",system-ui,-apple-system,sans-serif!important;color:inherit!important;font-weight:inherit}
.gpgms img{max-width:100%;display:block}
.gpgms a{color:inherit;text-decoration:none}
.gpgms .wrap{max-width:1300px;margin:0 auto;padding:0 8px}
/* content sections below hero share the footer's side margin (hero stays full-bleed) */
.gpgms .proof .wrap,.gpgms .feat .wrap,.gpgms .easy .wrap,.gpgms .cta .wrap,.gpgms .meet .wrap,.gpgms .faq .wrap{padding-left:clamp(20px,2.6vw,36px);padding-right:clamp(20px,2.6vw,36px)}
.gpgms .accent{color:var(--blue)}

/* ---- Buttons ---- */
.gpgms .btn{display:inline-flex;align-items:center;justify-content:center;
  font-weight:700;font-size:18px;letter-spacing:.01em;border-radius:40px;
  padding:13px 30px;border:none;cursor:pointer;transition:background .15s,transform .15s;white-space:nowrap}
.gpgms .btn--blue{background:var(--blue);color:#fff}
.gpgms .btn--blue:hover{background:var(--blue-deep)!important;color:#fff!important;text-decoration:none!important}
.gpgms .btn--ghost{background:transparent;color:var(--blue);font-weight:600;padding:0}
.gpgms .btn--ghost:hover{color:var(--blue-deep)!important;text-decoration:none!important}

/* ---- Header ---- */
.gpgms{padding-top:74px}
.gpgms .hdr{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.92);
  backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}
.gpgms .hdr__in{display:flex;align-items:center;justify-content:space-between;height:74px}
.gpgms .brandlogo{display:flex;align-items:center;gap:12px;flex-shrink:0;text-decoration:none}
.gpgms .brandlogo:hover{opacity:.85}
.gpgms .brandlogo__icon{width:32px;height:32px;color:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gpgms .brandlogo__icon svg{width:100%;height:100%;display:block}
.gpgms .brandlogo__wordmark{font-family:"Onest",system-ui,sans-serif;font-weight:800;font-size:21px;color:var(--navy);letter-spacing:-.01em;line-height:1;white-space:nowrap}
.gpgms .brandlogo__wordmark .bl-gp{color:var(--ink)}
.gpgms .brandlogo__wordmark .bl-pg{color:var(--blue)}
.gpgms .brandlogo--light .brandlogo__icon{color:#fff}
.gpgms .brandlogo--light .brandlogo__wordmark .bl-gp,.gpgms .brandlogo--light .brandlogo__wordmark .bl-pg{color:#fff}
.gpgms .hdr__r{display:flex;align-items:center;gap:22px}
.gpgms .hdr__tel{font-weight:600;color:var(--ink);font-size:15px}
.gpgms .hdr__burger{width:30px;height:20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;flex-shrink:0}
.gpgms .hdr__burger span{height:2.5px;background:var(--navy);border-radius:2px}

/* ---- Nav drawer (hamburger, all viewports) ---- */
.gpgms .navdrawer{position:fixed;inset:0;z-index:200;visibility:hidden}
.gpgms .navdrawer.is-open{visibility:visible}
.gpgms .navdrawer__scrim{position:absolute;inset:0;background:rgba(6,20,41,.5);opacity:0;transition:opacity .3s ease}
.gpgms .navdrawer.is-open .navdrawer__scrim{opacity:1}
.gpgms .navdrawer__panel{position:absolute;top:0;right:0;height:100%;width:min(384px,87vw);background:#fff;background-image:radial-gradient(60% 32% at 92% 0,rgba(46,109,164,.18),transparent 72%);box-shadow:-24px 0 60px rgba(6,20,41,.26);transform:translateX(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:22px 0 28px;overflow-y:auto}
.gpgms .navdrawer.is-open .navdrawer__panel{transform:translateX(0)}
.gpgms .navdrawer__close{align-self:flex-end;margin:0 18px 6px;width:44px;height:44px;border:none;background:transparent;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}
.gpgms .navdrawer__close:hover{background:var(--mist)}
.gpgms .navdrawer__close svg{flex-shrink:0}
.gpgms .navdrawer__nav{display:flex;flex-direction:column;flex:1;padding:4px 0}
.gpgms .navdrawer__eyebrow{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);padding:8px 44px 4px}
.gpgms .navdrawer__link{font-family:"Onest",system-ui,sans-serif;font-size:19px;font-weight:600;color:var(--ink);padding:10px 44px;transition:color .15s,background .15s;text-decoration:none}
.gpgms .navdrawer__link:hover{color:var(--blue);background:var(--mist)}
.gpgms .navdrawer__link--top{font-size:21px;font-weight:700}
.gpgms .navdrawer__divider{height:1px;background:var(--line);margin:14px 44px}
.gpgms .navdrawer__link--sec{font-size:16px;font-weight:500;color:var(--muted);padding-top:7px;padding-bottom:7px}
.gpgms .navdrawer__cta{display:flex;margin:16px 44px 4px;justify-content:center}

/* ---- Hero ---- */
.gpgms .hero{padding:18px 0 var(--sec)}
.gpgms .hero__card{position:relative;overflow:hidden;border-radius:30px;
  background:linear-gradient(101deg,rgba(19,52,88,.86) 0%,rgba(36,88,142,.66) 46%,rgba(46,109,164,.38) 100%),url(https://goodpublicgroup.com/wp-content/uploads/2026/06/gpg-hero.webp) center right/cover no-repeat;
  color:#fff;padding:clamp(40px,7vw,92px) clamp(26px,5vw,72px) clamp(34px,5vw,64px)}
.gpgms .hero h1{font-size:clamp(2.5rem,6.4vw,4rem);line-height:1.02;letter-spacing:-.02em;margin:0 0 20px;font-weight:300;text-wrap:balance;max-width:14ch;text-shadow:0 2px 22px rgba(8,24,46,.32)}
.gpgms .hero h1 b{font-weight:800;display:block}
.gpgms .hero__sub{font-size:clamp(1.0625rem,1.7vw,1.25rem);color:rgba(255,255,255,.86);max-width:46ch;margin:0 0 30px}
.gpgms .hero__sub b{color:#fff;font-weight:700}
/* address pill */
.gpgms .gate{display:flex;align-items:center;gap:8px;background:#fff;border-radius:46px;
  padding:8px 8px 8px 24px;max-width:680px;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.gpgms .gate input{flex:1;border:none;outline:none;background:transparent;font:inherit;
  font-size:18px;color:var(--ink);padding:14px 6px}
.gpgms .gate input::placeholder{color:#8A98A6}
.gpgms .gate .btn{font-size:18px;padding:15px 30px}
.gpgms .hero__trust{margin:20px 0 0;font-size:13.5px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.7);font-weight:600}

/* ---- Proof cards ---- */
.gpgms .proof{padding:var(--sec) 0}
.gpgms .proof__h{text-align:center;font-size:clamp(1.7rem,3.6vw,2.5rem);font-weight:300;letter-spacing:-.018em;color:var(--ink);margin:0 0 clamp(44px,5vw,64px);text-wrap:balance}
.gpgms .proof__h b{font-weight:800;color:var(--blue)}
.gpgms .proof__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.gpgms .pcard{background:var(--mist);border:1px solid var(--line);border-radius:18px;padding:40px 26px 36px;text-align:center}
.gpgms .pcard__ico{width:108px;height:108px;margin:2px auto 18px;display:flex;align-items:center;justify-content:center}
.gpgms .pcard__ico img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}
.gpgms .pcard__n{color:var(--blue);font-weight:800;font-size:clamp(1.25rem,1.9vw,1.6rem);line-height:1.12;letter-spacing:-.01em}
.gpgms .pcard__l{color:var(--ink);font-weight:500;font-size:15px;margin-top:6px}

/* ---- Feature rows ---- */
.gpgms .feat{padding:var(--sec) 0}
.gpgms .feat__row{display:flex;align-items:center;justify-content:center;gap:clamp(56px,8vw,116px);margin:0 auto;text-align:left}
.gpgms .feat__row+.feat__row{margin-top:clamp(72px,9vw,128px)}
.gpgms .feat__row--rev{flex-direction:row-reverse}
.gpgms .feat__media{flex:0 0 auto;display:flex;align-items:center;justify-content:center}
.gpgms .feat__media svg{width:clamp(150px,16vw,210px);height:auto;color:var(--blue);opacity:.9}
.gpgms .feat__txt{max-width:30rem}
.gpgms .feat__k{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin:0 0 16px}
.gpgms .feat h2{font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.12;letter-spacing:-.015em;font-weight:400;margin:0 0 22px;text-wrap:balance}
.gpgms .feat h2 b{font-weight:800;color:var(--blue)}
.gpgms .feat p{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--muted);margin:0 0 28px;max-width:none}
.gpgms .feat p b{color:var(--ink);font-weight:700}

/* ---- Big band ---- */
.gpgms .easy{padding:var(--sec) 0;text-align:center}
.gpgms .easy h2{font-size:clamp(2.1rem,5.2vw,3.4rem);line-height:1.04;letter-spacing:-.02em;font-weight:300;margin:0 0 24px}
.gpgms .easy h2 b{font-weight:800;color:var(--blue);display:block}
.gpgms .easy p{font-size:clamp(1.05rem,1.6vw,1.2rem);color:var(--muted);max-width:48ch;margin:0 auto}

/* ---- CTA band ---- */
.gpgms .cta{padding:var(--sec) 0}
.gpgms .cta__card{background:var(--mist);border:1px solid var(--line);border-radius:28px;
  padding:clamp(44px,6vw,72px) clamp(28px,5vw,56px);text-align:center}
.gpgms .cta__card h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:400;letter-spacing:-.015em;margin:0 0 32px}
.gpgms .cta__card h2 b{font-weight:800;color:var(--blue)}
.gpgms .cta .gate{margin:0 auto;box-shadow:0 14px 30px rgba(10,31,60,.12);border:1px solid var(--line)}
.gpgms .cta .gate input{color:var(--ink)}

/* ---- Reviews ---- */
.gpgms .rev{padding:var(--sec) 0;text-align:center}
.gpgms .rev__h{font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.08;font-weight:300;letter-spacing:-.018em;margin:0 0 clamp(44px,5vw,64px)}
.gpgms .rev__h b{font-weight:800;color:var(--blue);display:block}
.gpgms .rev__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}
.gpgms .rcard{background:var(--mist);border:1px solid var(--line);border-radius:20px;padding:36px 30px;display:flex;flex-direction:column}
.gpgms .rcard__q{font-family:Georgia,serif;font-size:46px;line-height:.6;color:var(--blue);font-weight:700;margin-bottom:14px}
.gpgms .rcard__t{font-size:16px;color:var(--ink);margin:0 0 24px;flex:1}
.gpgms .rcard__by{font-size:14px;font-weight:700;color:var(--ink)}
.gpgms .rcard__by span{display:block;font-weight:500;color:var(--muted);font-size:13px;margin-top:2px}
.gpgms .rev__note{margin-top:32px;font-size:13px;color:var(--muted)}

/* ---- FAQ ---- */
.gpgms .faq{padding:var(--sec) 0}
.gpgms .faq__h{text-align:center;font-size:clamp(1.9rem,4vw,2.7rem);font-weight:300;letter-spacing:-.018em;margin:0 0 clamp(44px,5vw,64px)}
.gpgms .faq__h b{font-weight:800;color:var(--blue)}
.gpgms .faq__list{max-width:820px;margin:0 auto}
.gpgms details{border-top:1px solid var(--line);padding:28px 0}
.gpgms details:last-child{border-bottom:1px solid var(--line)}
.gpgms summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;
  font-weight:700;font-size:18px;color:var(--blue)}
.gpgms summary::-webkit-details-marker{display:none}
.gpgms summary .ico{flex:0 0 auto;width:22px;height:22px;position:relative;transition:transform .2s}
.gpgms summary .ico::before,.gpgms summary .ico::after{content:"";position:absolute;background:var(--blue);border-radius:2px}
.gpgms summary .ico::before{top:10px;left:0;width:22px;height:2.5px}
.gpgms summary .ico::after{left:10px;top:0;width:2.5px;height:22px;transition:opacity .2s}
.gpgms details[open] summary .ico::after{opacity:0}
.gpgms details p{margin:16px 0 0;color:var(--muted);font-size:16px;max-width:64ch}

/* ---- Footer ---- */
.gpgms .ft{background:var(--blue);color:rgba(255,255,255,.85);padding:clamp(48px,6vw,72px) 0 48px;margin-top:clamp(30px,5vw,60px)}
.gpgms .ft .wrap{padding-left:clamp(20px,2.6vw,36px);padding-right:clamp(20px,2.6vw,36px)}
.gpgms .ft__top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px 48px;align-items:flex-start}
.gpgms .ft__brandcol{flex:0 0 auto;max-width:300px}
.gpgms .ft__tag{font-size:14px;line-height:1.6;color:rgba(255,255,255,.9);margin:0 0 16px;max-width:30ch}
.gpgms .ft__contact{display:flex;flex-direction:column;gap:4px}
.gpgms .ft__contact a{font-size:14px;color:rgba(255,255,255,.96);font-weight:600}
.gpgms .ft__contact a:hover{color:#fff}
.gpgms .ft__links{flex:1 1 560px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 28px}
.gpgms .ft__col h4{color:#fff;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-weight:700}
.gpgms .ft__col a{display:block;font-size:14px;margin-bottom:9px;color:rgba(255,255,255,.92);line-height:1.3}
.gpgms .ft__col a:hover{color:#fff}
.gpgms .ft__trec{display:flex;flex-direction:column;align-items:center;gap:9px;margin-top:44px;text-align:center}
.gpgms .ft__trec a{font-size:13.5px;color:rgba(255,255,255,.95)}
.gpgms .ft__trec a:hover{color:#fff;text-decoration:underline}
.gpgms .ft__legalrow{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;border-top:1px solid rgba(255,255,255,.3);margin-top:18px;padding-top:18px}
.gpgms .ft__legalrow a{font-size:13px;color:rgba(255,255,255,.92)}
.gpgms .ft__legalrow a:hover{color:#fff}
.gpgms .ft__base{display:flex;align-items:flex-start;gap:18px;margin-top:22px}
.gpgms .ft__base img{flex:0 0 auto;opacity:.92}
.gpgms .ft__legal{font-size:13.5px;line-height:1.72;color:rgba(255,255,255,.96);margin:0}

/* ---- Lead toggle (hero) ---- */
.gpgms .leadgate{max-width:680px}
.gpgms .leadgate__toggle{display:inline-flex;gap:4px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);border-radius:40px;padding:5px;margin-bottom:14px}
.gpgms .leadgate__opt{border:none;background:transparent;color:#fff;font:inherit;font-weight:700;font-size:15px;padding:9px 22px;border-radius:40px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}
.gpgms .leadgate__opt.is-active{background:#fff;color:var(--blue)}
.gpgms .leadgate--light{margin:0 auto}
.gpgms .leadgate--light .leadgate__toggle{background:#E3EAF2;border-color:#D3DEEB}
.gpgms .leadgate--light .leadgate__opt{color:var(--muted)}
.gpgms .leadgate--light .leadgate__opt.is-active{background:var(--blue);color:#fff}
.gpgms .leadgate__opt:hover{background:rgba(255,255,255,.24)}
.gpgms .leadgate__opt.is-active:hover{background:#fff;color:var(--blue)}
.gpgms .leadgate--light .leadgate__opt:hover{background:#fff;color:var(--blue)}
.gpgms .leadgate--light .leadgate__opt.is-active:hover{background:var(--blue);color:#fff}
.gpgms .hero__sched{display:inline-block;margin-top:16px;color:rgba(255,255,255,.92);font-weight:600;font-size:14.5px;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:1px}
.gpgms .hero__sched:hover{color:#fff;border-color:#fff}
/* ---- Meet Adam + Note ---- */
.gpgms .meet{padding:var(--sec) 0}
.gpgms .meet__grid{display:flex;align-items:flex-start;gap:clamp(32px,5vw,64px);max-width:1000px;margin:0 auto}
.gpgms .meet__aside{flex:0 0 auto;width:clamp(150px,18vw,210px);text-align:center}
.gpgms .meet__name{font-weight:800;font-size:18px;color:var(--ink);margin:16px 0 2px;line-height:1.2}
.gpgms .meet__role{font-size:12.5px;color:var(--muted);margin:0;line-height:1.45}
.gpgms .meet__note-text p{font-size:clamp(1rem,1.2vw,1.0625rem);line-height:1.75;color:var(--ink);margin:0 0 16px}
.gpgms .meet__note-text p b{color:var(--blue-deep);font-weight:700}
.gpgms .meet__portrait{width:100%;aspect-ratio:1;border-radius:26px;overflow:hidden;background:#16324f;box-shadow:0 18px 40px rgba(10,31,60,.16)}
.gpgms .meet__portrait img{width:100%;height:100%;object-fit:cover;display:block}
.gpgms .meet__portrait span{font-weight:800;font-size:clamp(2.4rem,4vw,3.4rem);color:#fff;letter-spacing:.02em}
.gpgms .meet__body{flex:1 1 auto;max-width:560px}
.gpgms .meet__k{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin:0 0 14px}
.gpgms .meet__body h2{font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.12;letter-spacing:-.015em;font-weight:400;margin:0 0 18px;text-wrap:balance}
.gpgms .meet__body h2 b{font-weight:800;color:var(--blue)}
.gpgms .meet__body>p{font-size:clamp(1rem,1.4vw,1.125rem);color:var(--muted);margin:0 0 24px;max-width:54ch}
.gpgms .meet__body>p b{color:var(--ink);font-weight:700}
.gpgms .meet__note{background:var(--mist);border-left:3px solid var(--blue);border-radius:0 14px 14px 0;padding:22px 26px;margin:0 0 24px}
.gpgms .meet__note-k{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin:0 0 8px}
.gpgms .meet__note p{font-size:15.5px;line-height:1.65;color:var(--ink);margin:0;font-style:italic}
/* ---- Responsive ---- */
@media(max-width:900px){
  .gpgms .proof__grid{grid-template-columns:repeat(2,1fr)}
  .gpgms .ft__links{grid-template-columns:repeat(2,1fr)}
  .gpgms .rev__grid{grid-template-columns:1fr}
  .gpgms .feat__row{flex-direction:column;text-align:center;gap:clamp(20px,5vw,28px)}
  .gpgms .feat__row--rev{flex-direction:column}
  .gpgms .feat__media svg{width:clamp(120px,32vw,150px)}
  .gpgms .hdr__tel{display:none}
  .gpgms .hdr__cta{display:none}
  .gpgms .hdr__burger{display:flex}
  .gpgms .meet__grid{flex-direction:column;gap:28px;align-items:center}
}
@media(max-width:560px){
  .gpgms .wrap{padding:0 16px}
  .gpgms .hero{padding:0}
  .gpgms .hero .wrap{padding:0}
  .gpgms .hero__card{border-radius:0;padding:clamp(34px,9vw,52px) 16px 18px}
  .gpgms .proof{padding-top:28px}
  .gpgms .proof__grid{grid-template-columns:1fr 1fr;gap:16px}
  .gpgms .gate{padding:7px 7px 7px 18px;gap:6px}
  .gpgms .gate input{padding:13px 4px;font-size:16px}
  .gpgms .gate .btn{width:52px;height:52px;min-width:52px;padding:0;border-radius:50%;font-size:0;flex-shrink:0}
  .gpgms .gate .btn::after{content:'\2192';font-size:22px;font-weight:700;line-height:1}
  .gpgms .brandlogo__wordmark{font-size:18px}
  .gpgms .ft__base{flex-direction:column;gap:12px}
  .gpgms .rev__h{font-size:1.55rem;line-height:1.14}
}
.gpgms .compare{padding:var(--sec) 0}
.gpgms .compare .wrap{padding-left:clamp(20px,2.6vw,36px);padding-right:clamp(20px,2.6vw,36px)}
.gpgms .compare__head{text-align:center;max-width:720px;margin:0 auto clamp(34px,4vw,50px)}
.gpgms .compare__k{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--blue-deep);font-weight:700;margin:0 0 12px}
.gpgms .compare h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;margin:0 0 14px;line-height:1.14}
.gpgms .compare h2 b{color:var(--blue)}
.gpgms .compare__sub{font-size:1.0625rem;color:var(--muted);margin:0;line-height:1.6}
.gpgms .ctable{display:grid;grid-template-columns:1fr 1fr;max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 30px 70px -44px rgba(10,31,60,.5)}
.gpgms .ct__head{padding:34px 28px 26px;text-align:center;color:#fff}
.gpgms .ct__head--cash{background:var(--blue)}
.gpgms .ct__head--flex{background:var(--navy)}
.gpgms .ct__ico{display:inline-flex;width:60px;height:60px;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border-radius:15px;margin-bottom:14px}
.gpgms .ct__ico img{width:34px;height:34px;filter:brightness(0) invert(1)}
.gpgms .ct__name{font-size:1.3rem;font-weight:800;margin:0 0 5px;color:#fff}
.gpgms .ct__tag{font-size:.9375rem;opacity:.86;margin:0;font-weight:600;color:#fff}
.gpgms .ct__dim{grid-column:1/-1;text-align:center;padding:12px 18px;background:var(--panel);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:700;border-top:1px solid var(--line)}
.gpgms .ct__cell{padding:20px 26px;text-align:center;font-size:1rem;color:var(--ink);font-weight:600;line-height:1.45;display:flex;align-items:center;justify-content:center}
.gpgms .ct__cell--cash{border-right:1px solid var(--line)}
.gpgms .ct__foot{padding:30px 26px 34px;text-align:center;border-top:1px solid var(--line)}
.gpgms .ct__foot--cash{border-right:1px solid var(--line)}
.gpgms .ct__foot .btn{width:100%;justify-content:center}
.gpgms .ct__foot--flex .btn{background:var(--navy)}
.gpgms .ct__foot--flex .btn:hover{background:var(--navy2)!important;color:#fff!important}
body.has-gpg-sticky-bar .gpgms .ft{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}
@media(max-width:720px){
  .gpgms .ctable{grid-template-columns:1fr;background:transparent;border:none;box-shadow:none;border-radius:0;overflow:visible}
  .gpgms .ct__head{border-radius:40px;margin:7px 12px 2px;padding:22px}
  .gpgms .ct__dim{background:transparent;border:none;padding:15px 0 6px}
  .gpgms .ct__cell{display:block;text-align:left;padding:14px 26px;color:#fff;border-radius:40px;margin:5px 12px}
  .gpgms .ct__cell::before{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:3px;color:rgba(255,255,255,.72)}
  .gpgms .ct__cell--cash{background:var(--blue);border-right:none}
  .gpgms .ct__cell--cash::before{content:"Cash Offer"}
  .gpgms .ct__cell--flex{background:var(--navy)}
  .gpgms .ct__cell--flex::before{content:"Flexible Commission"}
  .gpgms .ct__foot{border-top:none;padding:5px 12px}
  .gpgms .ct__foot--cash{border-right:none}
  .gpgms .ct__foot .btn{white-space:normal;line-height:1.3;height:auto;padding:14px 20px}
}
.gpgms .hero__eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.82);font-weight:700;margin:0 0 12px}
.gpgms .hero__chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px 10px;margin:20px 0 0;padding:0}
.gpgms .hero__chips li{font-size:.76rem;font-weight:600;color:#fff;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.24);border-radius:40px;padding:6px 13px}
.gpgms .steps{padding:var(--sec) 0}
.gpgms .steps .wrap{padding-left:clamp(20px,2.6vw,36px);padding-right:clamp(20px,2.6vw,36px)}
.gpgms .steps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1000px;margin:0 auto}
.gpgms .step{background:var(--mist);border:1px solid var(--line);border-radius:22px;padding:30px 26px}
.gpgms .step__n{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;background:var(--blue);color:#fff;border-radius:50%;font-weight:800;font-size:1.1rem;margin-bottom:16px}
.gpgms .step h3{font-size:1.2rem;font-weight:800;margin:0 0 9px}
.gpgms .step p{font-size:1rem;color:var(--muted);line-height:1.6;margin:0}
@media(max-width:720px){.gpgms .steps__grid{grid-template-columns:1fr}}
/* === Narrow-viewport fluidity (Samsung screen-zoom / small Android) === */
.gpgms .pcard__ico{width:clamp(54px,16vw,108px);height:clamp(54px,16vw,108px)}
.gpgms .pcard__ico img,.gpgms .ct__ico img{max-width:100%;height:auto}
.gpgms .navdrawer__panel{max-width:90vw}
@media(max-width:560px){
  .gpgms .hero h1{font-size:clamp(1.5rem,8vw,2.3rem)}
  .gpgms .pcard{padding-left:14px;padding-right:14px}
  .gpgms .proof__grid{gap:12px}
}
/* === Android font-boosting / overflow hardening === */
html,body{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.gpgms{-webkit-text-size-adjust:100%;text-size-adjust:100%}
.gpgms .gate>*,.gpgms .proof__grid>*,.gpgms .meet__grid>*,.gpgms .ctable>*,.gpgms .feat__row>*{min-width:0}
.gpgms .ctable{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
@media(max-width:720px){.gpgms .ctable{grid-template-columns:minmax(0,1fr)}}
@media(max-width:560px){.gpgms .proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
