.qh-growth-page {
    color: var(--bodyTextColor);
}
.qh-growth-page .cs-container {
    width: min(100% - 2rem, 76rem);
    margin-inline: auto;
}

.qh-growth-hero,
.qh-growth-archive-hero {
    padding: clamp(8rem, 13vw, 11rem) 0 clamp(3.5rem, 7vw, 6rem);
    background:
        radial-gradient(circle at 80% 15%, rgba(212, 175, 55, 0.17), transparent 34rem),
        linear-gradient(180deg, #241237, #180d28);
}

.qh-growth-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

.qh-growth-hero h1,
.qh-growth-archive-hero h1,
.qh-guide-header h1 {
    margin: 0.45rem 0 1.25rem;
    max-width: 15ch;
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    font-size: clamp(2.35rem, 6vw, 4.8rem);
    line-height: 1.04;
}

.qh-growth-hero-copy > p,
.qh-growth-archive-hero p,
.qh-guide-header > .cs-container > p {
    max-width: 46rem;
    color: rgba(244, 238, 216, 0.82);
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.7;
}

.qh-growth-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.75rem;
}

.qh-text-link,
.qh-breadcrumbs a,
.qh-related-links a {
    color: var(--primary);
    font-weight: 700;
    text-underline-offset: 0.2em;
}

.qh-growth-hero-image {
    margin: 0;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 1.35rem;
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}

.qh-growth-hero-image img {
    display: block;
    width: 100%;
    height: min(34rem, 55vw);
    border-radius: 0.95rem;
    object-fit: cover;
}

.qh-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding-block: 1.1rem;
    color: rgba(244, 238, 216, 0.65);
    font-size: 0.9rem;
}

.qh-growth-content,
.qh-guide-archive,
.qh-guide-content {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.qh-growth-sections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.qh-growth-section,
.qh-guide-card,
.qh-growth-faq details,
.qh-guide-cta {
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.035);
}

.qh-growth-section {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.qh-growth-section h2,
.qh-growth-related h2,
.qh-guide-cta h2,
.qh-guide-content h2,
.qh-guide-content h3 {
    margin: 0 0 0.85rem;
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    line-height: 1.2;
}

.qh-growth-section p,
.qh-growth-section li,
.qh-growth-faq p,
.qh-guide-content,
.qh-guide-content p,
.qh-guide-content li,
.qh-guide-cta p {
    color: rgba(244, 238, 216, 0.78);
    line-height: 1.7;
}

.qh-growth-section ul {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.qh-growth-products,
.qh-growth-faq,
.qh-growth-related {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.qh-growth-products,
.qh-growth-related,
.qh-guide-cta {
    background: rgba(212, 175, 55, 0.055);
}

.qh-growth-products .cs-title,
.qh-growth-faq .cs-title {
    margin-top: 0.35rem;
}

.qh-growth-product-shortcode {
    margin-top: 2rem;
}

.qh-growth-product-shortcode .woocommerce ul.products {
    margin-bottom: 0;
}

.qh-growth-faq-list {
    display: grid;
    gap: 0.75rem;
    max-width: 58rem;
    margin-top: 2rem;
}

.qh-growth-faq details {
    padding: 1.1rem 1.25rem;
}

.qh-growth-faq summary {
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    font-weight: 700;
    cursor: pointer;
}

.qh-growth-faq details p {
    margin: 0.85rem 0 0;
}

.qh-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.qh-related-links a {
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 999px;
    padding: 0.7rem 1rem;
    text-decoration: none;
}

.qh-growth-archive-hero {
    text-align: center;
}

.qh-growth-archive-hero h1,
.qh-growth-archive-hero p {
    margin-right: auto;
    margin-left: auto;
}

.qh-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.qh-guide-card {
    overflow: hidden;
}

.qh-guide-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.qh-guide-card img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}

.qh-guide-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.4rem;
}

.qh-guide-card-body span,
.qh-guide-card-body strong,
.qh-guide-date {
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.qh-guide-card h2 {
    margin: 0.5rem 0 0.75rem;
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    font-size: 1.3rem;
}

.qh-guide-card p {
    flex: 1;
    color: rgba(244, 238, 216, 0.7);
    line-height: 1.6;
}

.qh-guide-header {
    padding: clamp(8rem, 13vw, 11rem) 0 3rem;
    background: linear-gradient(180deg, #241237, #180d28);
}

.qh-guide-header h1 {
    max-width: 20ch;
}

.qh-guide-featured {
    margin-top: 2rem;
}

.qh-guide-featured img {
    display: block;
    width: 100%;
    max-height: 38rem;
    border-radius: 1.25rem;
    object-fit: cover;
}

.qh-guide-content {
    max-width: 49rem;
    font-size: 1.05rem;
}

.qh-guide-content h2 {
    margin-top: 2.4rem;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.qh-guide-content a {
    color: var(--primary);
}

.qh-guide-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.qh-guide-empty {
    padding: 4rem 1rem;
    text-align: center;
}

@media (max-width: 56rem) {
    .qh-growth-hero-grid,
    .qh-growth-sections,
    .qh-guide-grid {
        grid-template-columns: 1fr;
    }

    .qh-growth-hero-image img {
        height: min(32rem, 95vw);
    }

    .qh-guide-card img {
        height: 18rem;
    }
}

@media (max-width: 38rem) {
    .qh-guide-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}
