.gr-section{background:var(--gr-bg);padding:64px 0;}
.gr-wrapper{display:flex;align-items:center;gap:56px;flex-wrap:wrap;}
.gr-badge-visual{flex:0 0 180px;width:180px;height:180px;}
.gr-badge-visual img{width:100%;height:100%;object-fit:contain;}
.gr-shield{width:100%;height:100%;fill:var(--gr-accent);}
.gr-content{flex:1 1 400px;}
.gr-heading{font-size:clamp(24px,2.8vw,32px);font-weight:600;margin:0 0 12px;}
.gr-text{color:#5B5B57;font-size:16px;line-height:1.6;margin:0 0 28px;max-width:60ch;}
.gr-points{display:flex;flex-direction:column;gap:16px;}
.gr-point{display:flex;gap:12px;align-items:flex-start;}
.gr-check{width:20px;height:20px;fill:var(--gr-accent);flex:0 0 auto;margin-top:2px;}
.gr-point strong{display:block;font-size:14.5px;margin-bottom:2px;}
.gr-point p{margin:0;font-size:13.5px;color:#8A8A85;}
