/* Hub /guides */

/* Hero bleu ciel — même langage que VPS Linux (surface.css) */
.gh .hc-hero {
  background:
    radial-gradient(ellipse 55% 70% at 88% 18%, rgba(56, 189, 248, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 40% 50% at 8% 85%, rgba(37, 99, 235, 0.12) 0%, transparent 55%),
    linear-gradient(118deg, #eaf5fc 0%, #d7eefb 48%, #c8e5f7 100%);
}

.gh .hc-hero h1 {
  color: #16315f;
}

.gh .hc-brand {
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1f44;
}

.gh .hc-lead {
  color: #4a6285;
}

.gh .hc-seo-guides {
  padding: 56px 0 48px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.gh .hc-seo-guides__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.gh .hc-seo-guides__head h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.gh .hc-seo-guides__head p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.gh .hc-seo-guides__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gh .hc-seo-guides__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: border-color .15s, box-shadow .15s, color .15s;
}

.gh .hc-seo-guides__links a:hover {
  border-color: #93c5fd;
  color: #2563eb;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
}

.gh .gh-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 1100px;
  margin: 0 auto;
}

.gh .gh-doc-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.2rem 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gh .gh-doc-card:hover {
  transform: translateY(-3px);
  border-color: #93c5fd;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.gh .gh-doc-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eff6ff;
  color: #1d4ed8;
  margin-bottom: 0.25rem;
}

.gh .gh-doc-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.gh .gh-doc-card p {
  margin: 0;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #64748b;
}

.gh .gh-doc-card__go {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2563eb;
}

.gh .gh-docs-more {
  text-align: center;
  margin: 2rem 0 0;
}

.gh .gh-checkout {
  padding: 3.5rem 0 4rem;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(147, 197, 253, 0.45), transparent 60%),
    linear-gradient(180deg, #e8f1fa 0%, #f0f7fc 55%, #eaf3fb 100%);
  color: #0f172a;
  border-top: 1px solid #dbe7f3;
}

.gh .gh-checkout .hc-section-head h2 {
  color: #0f172a;
}

.gh .gh-checkout .hc-section-head p {
  color: #64748b;
}

.gh .gh-checkout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.gh .gh-checkout .hc-btn-primary {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

.gh .gh-checkout .hc-btn-primary:hover {
  background: #1d4ed8;
}

.gh .gh-checkout .hc-btn-ghost {
  background: #fff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}

.gh .gh-checkout .hc-btn-ghost:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1e40af;
}

@media (max-width: 991px) {
  .gh .gh-doc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .gh .gh-doc-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .gh .gh-checkout__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gh .gh-checkout__actions .hc-btn {
    justify-content: center;
  }
}
