﻿/* ===== Aliniere pagini text la stilul maxauto ===== */
/* Hero-uri: gradient albastru inchis, ca hero-ul maxauto */
.gh-hero, .tp-hero, .fq-hero, .ins-hero {
  background: linear-gradient(135deg, #101827 0%, #0d1d3a 55%, #0d6efd 160%) !important;
  border-radius: 0 0 24px 24px; padding: 56px 0 48px !important;
}
.gh-hero h1, .tp-hero h1, .fq-hero h1, .ins-hero h1 { color: #fff !important; font-weight: 800; }
.gh-hero p, .tp-hero p, .fq-hero p, .ins-hero p { color: rgba(255,255,255,.75) !important; }

/* Sectiuni si carduri: fundal card, borduri fine, colturi 16px */
.gh-section, .tp-body, .fq-page-body, .ins-section { background: transparent; }
.gh-card, .tp-card, .fq-item, .ins-card,
[class^="gh-"] .card, [class^="tp-"] .card {
  background: var(--bs-background-card); border: 1px solid var(--bs-border-color);
  border-radius: 16px;
}
/* Titluri de sectiune: greutate maxauto */
.gh-section h2, .tp-body h2, .fq-page-body h2, .ins-section h2 { font-weight: 800; }
/* Linkuri si accente: albastru */
[class^="gh-"] a, [class^="tp-"] a, [class^="fq-"] a, [class^="ins-"] a { color: var(--bs-brand-2); }
