/* FolgeQuest support page. Every rule is confined to this template's main. */
.cq-support-page {
	background: var(--cq-paper, #f3eee4);
	color: var(--cq-ink, #0d0d10);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

.cq-support-page *,
.cq-support-page *::before,
.cq-support-page *::after { box-sizing: border-box; }
.cq-support-page .cq-support-article { margin: 0; padding: 0; }
.cq-support-page .container { padding-inline: clamp(20px, 3vw, 32px); }
.cq-support-page p { margin: 0 0 1.15rem; }
.cq-support-page a { text-underline-offset: 0.2em; }
.cq-support-page a:focus-visible,
.cq-support-page summary:focus-visible { outline: 3px solid #b12d29; outline-offset: 5px; }
.cq-support-page .cq-button { line-height: 1.5; text-align: center; text-decoration: none; }
.cq-support-page .cq-button:focus-visible,
.cq-support-page .cq-support-hero a:focus-visible { outline-color: var(--cq-gold-bright, #e0bd7d); }
.cq-support-page [id] { scroll-margin-top: 7rem; }
.cq-support-page h2,
.cq-support-page h3 { color: inherit; margin: 0 0 1rem; }
.cq-support-page h2 { font-size: clamp(1.9rem, 3.3vw, 3rem); font-weight: 900; letter-spacing: -0.045em; line-height: 1.1; }
.cq-support-page h3 { font-size: 1.25rem; font-weight: 850; letter-spacing: -0.025em; line-height: 1.25; }
.cq-support-page .cq-eyebrow { line-height: 1.5; }
.cq-support-page .cq-support-kicker { display: block; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.12em; line-height: 1.6; margin-bottom: 0.8rem; text-transform: uppercase; }
.cq-support-page .cq-support-section { padding-block: clamp(3.5rem, 6vw, 6rem); }
.cq-support-page .cq-support-section-heading > :last-child,
.cq-support-page .cq-support-prose > :last-child,
.cq-support-page .cq-support-format > :last-child { margin-bottom: 0; }
.cq-support-page .cq-support-section-heading .cq-eyebrow { color: #82551f; }
.cq-support-page .cq-support-section-heading h2 span { color: #8f211e; }
.cq-support-page .cq-support-section-heading p { color: #60594f; max-width: 44rem; }
.cq-support-page .cq-support-wide-heading { margin-bottom: 2.5rem; }

/* A content-led hero, without a fixed height or sidebar-sized main column. */
.cq-support-page .cq-support-hero { padding-block: clamp(3rem, 6vw, 6rem); }
.cq-support-page .cq-support-hero-grid { align-items: center; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr); position: relative; z-index: 1; }
.cq-support-page .cq-support-hero h1 { font-size: clamp(2.25rem, 5.8vw, 5.9rem); line-height: 0.98; overflow-wrap: normal; }
.cq-support-page .cq-support-hero .cq-breadcrumbs { display: flex; flex-wrap: wrap; font-size: 0.72rem; gap: 0.7rem; line-height: 1.5; margin-bottom: 2rem; }
.cq-support-page .cq-support-hero .cq-breadcrumbs a { color: var(--cq-gold-bright, #e0bd7d); }
.cq-support-page .cq-support-hero .cq-eyebrow { font-size: 0.68rem; letter-spacing: 0.1em; }
.cq-support-page .cq-support-hero p { color: #d4cec4; }
.cq-support-page .cq-support-hero .cq-support-hero-note { color: #bdb6ac; font-size: 0.78rem; line-height: 1.6; margin-top: 1.2rem; }
.cq-support-page .cq-support-hero-card { background: rgba(23, 22, 27, 0.84); border: 1px solid var(--cq-line, #c9a467); border-top: 3px solid var(--cq-red, #c93630); padding: clamp(1.5rem, 3vw, 2.3rem); }
.cq-support-page .cq-support-hero-token { background: #0d0d10; border: 1px solid rgba(201, 164, 103, 0.3); display: inline-flex; margin-bottom: 1.8rem; padding: 0.5rem; }
.cq-support-page .cq-support-hero-token img { display: block; height: 72px; width: 72px; }
.cq-support-page .cq-support-hero-card .cq-support-kicker { color: var(--cq-gold-bright, #e0bd7d); }
.cq-support-page .cq-support-hero-card h2 { color: var(--cq-white, #fffdf8); font-size: clamp(1.75rem, 2.4vw, 2.35rem); }
.cq-support-page .cq-support-hero-card p { font-size: 0.95rem; line-height: 1.7; margin: 1.2rem 0; }
.cq-support-page .cq-support-hero-card-foot { border-top: 1px solid rgba(201, 164, 103, 0.22); color: #c3baad; font-size: 0.75rem; padding-top: 1.2rem; }

.cq-support-page .cq-support-intro-grid,
.cq-support-page .cq-support-monthly-grid,
.cq-support-page .cq-support-faq-grid { display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr); }
.cq-support-page .cq-support-prose { max-width: 46rem; }
.cq-support-page .cq-support-prose .cq-verdict-box { margin: 2rem 0 0; padding: clamp(1.5rem, 3vw, 2.3rem); }
.cq-support-page .cq-support-prose .cq-verdict-box strong { color: var(--cq-gold-bright, #e0bd7d); margin: 0 0 0.65rem; }
.cq-support-page .cq-support-prose .cq-verdict-box p { color: #e0d9cd; margin: 0; }

/* Dark membership cards share the site's charcoal / red / gold language. */
.cq-support-page .cq-support-memberships { background: #e9e1d3; border-block: 1px solid #d9cdb9; }
.cq-support-page .cq-support-tier-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cq-support-page .cq-support-tier { background: var(--cq-ink-soft, #17161b); border: 1px solid #3c3630; color: var(--cq-white, #fffdf8); display: flex; flex-direction: column; padding: clamp(1.5rem, 3.5vw, 3rem); }
.cq-support-page .cq-support-tier-plus { background: linear-gradient(140deg, rgba(117, 38, 32, 0.2), transparent 60%), var(--cq-ink-soft, #17161b); border-top: 3px solid var(--cq-gold, #c9a467); }
.cq-support-page .cq-support-tier .cq-support-kicker { color: var(--cq-gold-bright, #e0bd7d); }
.cq-support-page .cq-support-tier h3 { color: var(--cq-white, #fffdf8); font-size: clamp(1.9rem, 3vw, 2.7rem); }
.cq-support-page .cq-support-tier-top > p:not(.cq-support-price) { color: #c9c1b5; margin-bottom: 0; }
.cq-support-page .cq-support-price { align-items: baseline; display: flex; flex-wrap: wrap; gap: 0.6rem; margin-block: 1.3rem 1rem; }
.cq-support-page .cq-support-price strong { color: var(--cq-white, #fffdf8); font-size: clamp(2.5rem, 4vw, 3.4rem); font-weight: 900; letter-spacing: -0.06em; line-height: 1; }
.cq-support-page .cq-support-price span { color: #c9c1b5; font-size: 0.87rem; }
.cq-support-page .cq-support-benefits { border-top: 1px solid #40392f; display: grid; gap: 1.1rem; list-style: none; margin: 1.7rem 0 2rem; padding: 1.7rem 0 0; }
.cq-support-page .cq-support-benefits li { color: #ece5d9; line-height: 1.55; margin: 0; padding-left: 1.5rem; position: relative; }
.cq-support-page .cq-support-benefits li::before { color: var(--cq-gold-bright, #e0bd7d); content: "+"; font-size: 1.2rem; font-weight: 800; left: 0; line-height: 1.25; position: absolute; top: 0; }
.cq-support-page .cq-support-benefit-detail { color: #bfb6aa; display: block; font-size: 0.85rem; margin-top: 0.25rem; }
.cq-support-page .cq-support-benefits em { color: var(--cq-gold-bright, #e0bd7d); font-style: normal; font-weight: 700; }
.cq-support-page .cq-support-included { border-top: 1px solid #40392f; margin-top: 1.7rem; padding-top: 1.7rem; }
.cq-support-page .cq-support-included strong { color: var(--cq-gold-bright, #e0bd7d); display: block; font-size: 1rem; margin-bottom: 0.5rem; }
.cq-support-page .cq-support-included p { color: #c9c1b5; font-size: 0.9rem; line-height: 1.65; margin: 0; }
.cq-support-page .cq-support-extra-benefits { border-top: 0; margin-top: 1.3rem; padding-top: 0; }
.cq-support-page .cq-support-tier > .cq-button { margin-top: auto; width: 100%; }
.cq-support-page .cq-support-platform-note { color: #60594f; font-size: 0.82rem; line-height: 1.65; margin: 1.5rem 0 0; max-width: 62rem; }

.cq-support-page .cq-support-monthly-formats { align-items: stretch; display: flex; flex-direction: column; }
.cq-support-page .cq-support-format { border-left: 3px solid var(--cq-red, #c93630); padding: 0.25rem 0 0.25rem 1.4rem; }
.cq-support-page .cq-support-format .cq-support-kicker { color: #82551f; margin-bottom: 0.35rem; }
.cq-support-page .cq-support-format p { color: #60594f; }
.cq-support-page .cq-support-or { align-self: start; background: #e9e1d3; color: #746449; font-size: 0.75rem; font-weight: 850; letter-spacing: 0.1em; margin: 1rem 0; padding: 0.2rem 0.7rem; text-transform: uppercase; }

.cq-support-page .cq-support-identity { background: var(--cq-ink, #0d0d10); color: var(--cq-white, #fffdf8); }
.cq-support-page .cq-support-identity .cq-support-section-heading .cq-eyebrow,
.cq-support-page .cq-support-identity .cq-support-section-heading h2 span { color: var(--cq-gold-bright, #e0bd7d); }
.cq-support-page .cq-support-identity .cq-support-section-heading p { color: #c9c1b5; }
.cq-support-page .cq-support-identity-grid { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.8fr); }
.cq-support-page .cq-support-badge-panel,
.cq-support-page .cq-support-emoji-panel { border-top: 1px solid #40392f; padding-top: 1.5rem; }
.cq-support-page .cq-support-identity h3 { color: var(--cq-white, #fffdf8); font-size: 1rem; margin-bottom: 1.5rem; }
.cq-support-page .cq-support-badge-journey,
.cq-support-page .cq-support-emoji-list { display: grid; gap: 0.8rem; list-style: none; margin: 0; padding: 0; }
.cq-support-page .cq-support-badge-journey { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cq-support-page .cq-support-emoji-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cq-support-page .cq-support-badge-journey li,
.cq-support-page .cq-support-emoji-list li { align-items: center; display: flex; flex-direction: column; margin: 0; min-width: 0; text-align: center; }
.cq-support-page .cq-support-identity img { aspect-ratio: 1; display: block; height: auto; margin-bottom: 0.75rem; max-width: 100%; object-fit: contain; width: 72px; }
.cq-support-page .cq-support-badge-journey strong { color: #f0e7d6; font-size: 0.8rem; font-weight: 700; line-height: 1.4; }
.cq-support-page .cq-support-badge-journey span,
.cq-support-page .cq-support-emoji-list span { color: #bfb6aa; font-size: 0.75rem; line-height: 1.4; margin-top: 0.35rem; }

.cq-support-page .cq-support-faq-list { border-top: 1px solid #cbbda5; }
.cq-support-page .cq-support-faq details { border-bottom: 1px solid #cbbda5; }
.cq-support-page .cq-support-faq summary { cursor: pointer; font-size: 1rem; font-weight: 800; line-height: 1.5; padding: 1.3rem 0.2rem; }
.cq-support-page .cq-support-faq summary::marker { color: #a72e28; }
.cq-support-page .cq-support-faq summary:hover { color: #8f211e; }
.cq-support-page .cq-support-faq details[open] summary { color: #8f211e; }
.cq-support-page .cq-support-faq details > div { color: #60594f; font-size: 0.95rem; padding: 0 0.2rem 1.3rem; }
.cq-support-page .cq-support-faq details > div > :last-child { margin-bottom: 0; }
.cq-support-page .cq-support-faq a { color: #8f211e; font-weight: 750; }

.cq-support-page .cq-support-closing { background: var(--cq-ink-soft, #17161b); border-top: 3px solid var(--cq-red, #c93630); color: var(--cq-white, #fffdf8); padding-block: clamp(3rem, 5vw, 4.5rem); }
.cq-support-page .cq-support-closing-grid { align-items: center; display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr) auto; }
.cq-support-page .cq-support-closing h2 { color: var(--cq-white, #fffdf8); }
.cq-support-page .cq-support-closing p { color: #c9c1b5; margin-bottom: 0; max-width: 42rem; }
.cq-support-page .cq-support-closing .cq-button { max-width: 24rem; }

@media (max-width: 991px) {
	.cq-support-page .cq-support-hero-grid { gap: 2rem; grid-template-columns: minmax(0, 1fr); }
	.cq-support-page .cq-support-hero-card { max-width: 40rem; }
	.cq-support-page .cq-support-hero h1 { font-size: clamp(2.25rem, 7vw, 4.5rem); }
	.cq-support-page .cq-support-intro-grid,
	.cq-support-page .cq-support-monthly-grid,
	.cq-support-page .cq-support-faq-grid,
	.cq-support-page .cq-support-identity-grid,
	.cq-support-page .cq-support-closing-grid { grid-template-columns: minmax(0, 1fr); }
	.cq-support-page .cq-support-identity-grid { gap: 2.5rem; }
	.cq-support-page .cq-support-emoji-panel { max-width: 28rem; width: 100%; }
	.cq-support-page .cq-support-closing .cq-button { justify-self: start; }
}

@media (max-width: 767px) {
	.cq-support-page .cq-support-tier-grid { grid-template-columns: minmax(0, 1fr); }
	.cq-support-page .cq-support-tier { padding: 1.5rem; }
	.cq-support-page .cq-support-tier > .cq-button { margin-top: 0; }
	.cq-support-page .cq-support-hero .cq-eyebrow { max-width: 100%; }
	.cq-support-page .cq-support-hero .cq-eyebrow::before { flex: 0 0 20px; width: 20px; }
}

@media (max-width: 479px) {
	.cq-support-page .cq-hero-actions { align-items: stretch; flex-direction: column; }
	.cq-support-page .cq-hero-actions .cq-button { width: 100%; }
	.cq-support-page .cq-support-badge-journey { gap: 1.2rem 0.7rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cq-support-page .cq-support-emoji-list { gap: 0.5rem; }
	.cq-support-page .cq-support-emoji-list img { width: 60px; }
	.cq-support-page .cq-support-closing .cq-button { max-width: none; width: 100%; }
	.cq-support-page .cq-support-hero h1 { letter-spacing: -0.06em; }
}

@media (prefers-reduced-motion: reduce) {
	.cq-support-page .cq-button { transition: none; }
	.cq-support-page .cq-button:hover { transform: none; }
}
