.cs-gcb-page { color: #111; }
.cs-gcb-hero { padding: 12px 0 28px; }
.cs-gcb-hero h1 { margin: 0 0 12px; font-size: 32px; font-weight: 800; color: #0f172a; }
.cs-gcb-lead { max-width: 46rem; margin: 0 0 16px; font-size: 17px; line-height: 1.55; color: #334155; }
.cs-gcb-links { margin: 12px 0 0; font-size: 15px; }
.cs-gcb-links a { font-weight: 600; }
.cs-gcb-subhead { margin: 0 0 16px; font-size: 22px; font-weight: 700; }
.cs-gcb-grid-wrap { padding-bottom: 32px; }
.cs-gcb-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px 16px;
}
.cs-gcb-grid a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}
.cs-gcb-grid a:hover { border-color: #16a34a; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08); }
.cs-gcb-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  background: #16a34a;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}
.cs-gcb-btn:hover { background: #15803d; }
.cs-gcb-note { margin-top: 10px; color: #64748b; font-size: 14px; }
.cs-gcb-section { padding: 8px 0 28px; }
.cs-gcb-section h2 { margin: 0 0 12px; font-size: 22px; }
.cs-gcb-faq h3 { margin: 18px 0 6px; font-size: 17px; }
.cs-gcb-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media (min-width: 768px) {
  .cs-gcb-hero__grid { grid-template-columns: 1fr minmax(260px, 420px); }
}
.cs-gcb-hero__figure {
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
}
.cs-gcb-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.cs-gcb-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 8px;
}
.cs-gcb-btn--ghost {
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid #cbd5e1;
}
.cs-gcb-btn--ghost:hover { background: #f8fafc !important; }

.cs-crypto-page .cs-crypto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.cs-crypto-page .cs-crypto-grid a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}
.cs-crypto-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.cs-crypto-payments { margin: 12px 0 0; padding-left: 18px; }
