a { color: #0b66c3; text-decoration: none; }
.gs-container { max-width: 1100px; margin: 0 auto; padding: 28px; }
.gs-header { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.gs-brand { display:flex; align-items:center; gap:12px; }
.gs-logo { width:48px; height:48px; border-radius:8px; background:linear-gradient(135deg,#0b66c3,#00b4ff); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:18px; }
.gs-nav { display:flex; gap:14px; align-items:center; }
.gs-cta { background:#0b66c3; color:#fff; padding:10px 14px; border-radius:8px; font-weight:600; }
.gs-hero { display:grid; grid-template-columns:1fr 420px; gap:28px; align-items:center; margin-top:28px; }
.gs-hero h1 { font-size:28px; margin:0 0 12px 0; line-height:1.05; }
.gs-hero p { margin:0 0 18px