.gs-wgs-pillars{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.gs-wgs-pillar{background:var(--color-bg);border:2px solid var(--color-brand-accent);border-radius:24px;box-shadow:0 18px 40px rgba(246,89,84,.1);display:flex;flex-direction:column;padding:2.75rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.gs-wgs-pillar:hover{box-shadow:0 24px 48px rgba(246,89,84,.16);transform:translateY(-6px)}.gs-wgs-pillar__icon{align-items:center;background:#ffe9e7;border-radius:10px;color:var(--color-brand-accent);display:inline-flex;height:44px;justify-content:center;line-height:1;margin:0 0 1.25rem;width:44px}.gs-wgs-pillar__icon svg{height:20px;stroke-width:2;width:20px}.gs-wgs-pillar__title{color:var(--color-fg);font-size:var(--text-h5);margin:0 0 .75rem;text-wrap:balance}.gs-wgs-pillar__desc{color:var(--color-fg-body);font-size:var(--text-base);line-height:var(--leading-relaxed);margin:0;text-wrap:pretty}.gs-wgs-features{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.gs-wgs-features--4up{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.gs-wgs-feature{background:var(--color-bg);border:1.5px solid #e3e6ec;border-radius:16px;display:flex;flex-direction:column;padding:2.5rem 2rem;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.gs-wgs-feature:hover{border-color:var(--color-accent);box-shadow:inset 0 0 0 .5px var(--color-accent),0 12px 24px rgba(0,38,69,.1);transform:translateY(-6px)}.gs-wgs-feature__icon{align-items:center;background:#e8f4ff;border-radius:10px;color:var(--color-accent);display:inline-flex;height:44px;justify-content:center;line-height:1;margin:0 0 1.25rem;width:44px}.gs-wgs-feature__icon svg{height:20px;stroke-width:2;width:20px}.gs-wgs-feature__title{color:var(--color-fg);font-size:var(--text-h5);margin:0 0 .75rem;text-wrap:balance}.gs-wgs-feature__desc{color:var(--color-fg-body);font-size:var(--text-base);line-height:var(--leading-relaxed);margin:0;text-wrap:pretty}@media (max-width:900px){.gs-wgs-pillars{gap:1.25rem;grid-template-columns:1fr;justify-items:center}.gs-wgs-pillar{max-width:480px;width:100%}.gs-wgs-features{gap:1.25rem;grid-template-columns:1fr;justify-items:center}.gs-wgs-feature{max-width:480px;width:100%}}@media (max-width:767px){.gs-wgs-features--4up{grid-template-columns:1fr}}