/* ============================================================
   /creator — Creator-Landingpage (Layout "Kampagne", 09.09.2026)
   Tokens aus main.css; Gold-Akzent literal (#c4a24e), weil --gold rot ist.
   ============================================================ */

.creator-page { --cr-gold: #c4a24e; }
.creator-page .chub-breadcrumbs { margin-top: -1.5rem; }

.creator-page svg { width: 20px; height: 20px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

.cr-kicker { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 0.75rem; }

/* --- Hero --------------------------------------------------- */
.cr-hero {
    position: relative; overflow: hidden; min-height: 520px;
    border: 1px solid rgba(196, 162, 78, 0.2); border-radius: var(--border-radius-lg, 8px);
    background: #0f1015; margin-bottom: 4rem;
}
.cr-hero__art {
    position: absolute; right: 0; top: 0; bottom: 0; width: 62%;
    background: url('/assets/img/general/cover-art-banner.webp') 70% 30% / cover no-repeat;
}
.cr-hero__veil {
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, #0f1015 0%, #0f1015 32%, rgba(15, 16, 21, 0.9) 46%, rgba(15, 16, 21, 0.35) 66%, rgba(15, 16, 21, 0.2) 100%),
        linear-gradient(0deg, #0f1015 0%, transparent 35%);
}
.cr-hero__inner { position: relative; padding: 3.5rem 2.5rem 2.75rem; max-width: 640px; }
.cr-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cr-gold); margin-bottom: 1.25rem; }
.cr-hero__eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--cr-gold); }
.cr-hero__title { font-family: var(--font-heading); font-size: clamp(2.2rem, 4.2vw, 3.6rem); line-height: 1; text-transform: uppercase; letter-spacing: 0.03em; color: var(--text-primary); margin: 0; text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7); }
.cr-hero__title span { display: block; }
.cr-hero__title em { font-style: normal; color: var(--gold); text-shadow: 0 0 34px rgba(212, 11, 6, 0.55); }
.cr-hero__lead { margin: 1.25rem 0 0; font-size: 1.1rem; line-height: 1.5; color: var(--text-secondary); max-width: 48ch; }
.cr-hero__ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.6rem; }
.cr-hero__facts { display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; margin: 2rem 0 0; font-size: 0.85rem; color: var(--text-dimmed); }
.cr-hero__facts div { display: flex; gap: 0.35rem; }
.cr-hero__facts dt { color: var(--text-primary); font-weight: 600; }
.cr-hero__facts dt::after { content: ' ·'; color: var(--text-dimmed); font-weight: 400; }
.cr-hero__facts dd { margin: 0; }

/* --- Pillars ------------------------------------------------ */
.cr-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 0 0 4rem; }
.cr-pillar {
    position: relative; min-height: 280px; overflow: hidden; border-radius: var(--border-radius-lg, 8px);
    border: 1px solid rgba(196, 162, 78, 0.25); background: #0f1015; display: flex; flex-direction: column; justify-content: flex-end;
}
.cr-pillar__art { position: absolute; inset: 0; background-size: cover; background-position: top center; opacity: 0.55; }
.cr-pillar__veil { position: absolute; inset: 0; background: linear-gradient(0deg, #0f1015 18%, rgba(15, 16, 21, 0.75) 55%, rgba(15, 16, 21, 0.1) 100%); }
.cr-pillar__body { position: relative; padding: 1.25rem 1.35rem 1.4rem; }
.cr-pillar__num { font-family: var(--font-heading); font-size: 0.85rem; letter-spacing: 0.14em; color: var(--cr-gold); margin-bottom: 0.4rem; text-transform: uppercase; }
.cr-pillar__title { font-family: var(--font-heading); font-size: 1.55rem; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.03em; margin: 0 0 0.6rem; color: var(--text-primary); }
.cr-pillar__text { margin: 0; font-size: 0.95rem; line-height: 1.5; color: var(--text-secondary); }

/* --- KPIs --------------------------------------------------- */
.cr-kpis { display: grid; gap: 0.75rem; margin: -2.75rem 0 4rem; }
.cr-kpis--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cr-kpis--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cr-kpis--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cr-kpis--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cr-kpis--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.cr-kpi { padding: 1rem 1.1rem; background: rgba(10, 10, 15, 0.55); border: 1px solid rgba(196, 162, 78, 0.18); border-radius: var(--border-radius-lg, 8px); min-width: 0; }
.cr-kpi dd { margin: 0 0 0.35rem; font-family: var(--font-heading); font-size: 1.9rem; line-height: 1; color: var(--cr-gold); letter-spacing: 0.02em; }
.cr-kpi dt { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.35; }

/* --- Showcase ------------------------------------------------ */
/* Two columns; the gallery is pinned to the intro's box: top edge = headline, bottom edge = last check item.
   The kicker sits in its own row above, the caption hangs below the figure (absolute) so it never shifts the edges. */
.cr-show { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); grid-template-rows: auto auto; column-gap: 2.5rem; row-gap: 0; align-items: stretch; margin-bottom: 4rem; padding-bottom: 2rem; }
.cr-show__kicker { grid-column: 1; grid-row: 1; }
.cr-show__intro { grid-column: 1; grid-row: 2; min-width: 0; }
.cr-show__intro .cr-points { margin-bottom: 0; }
.cr-show .cr-gal { grid-column: 2; grid-row: 2; position: relative; display: flex; flex-direction: column; }
/* 2x2 gallery (profile + planner views), click opens the site lightbox in gallery mode */
.cr-gal { margin: 0; min-width: 0; }
.cr-gal__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(0, 1fr); gap: 0.6rem; flex: 1 1 auto; min-height: 0; }
.cr-gal__grid--1 { grid-template-columns: minmax(0, 1fr); }
.cr-gal__grid--3 .cr-gal__item:first-child { grid-column: 1 / -1; }
.cr-gal__item { position: relative; display: block; width: 100%; padding: 0; border: 1px solid rgba(196, 162, 78, 0.28); border-radius: var(--border-radius-lg, 8px); background: #0f1015; overflow: hidden; cursor: zoom-in; min-height: 0; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); transition: border-color 0.18s, transform 0.18s; }
.cr-gal__item:hover { border-color: rgba(196, 162, 78, 0.6); transform: translateY(-2px); }
.cr-gal__item:focus-visible { outline: 2px solid var(--cr-gold); outline-offset: 3px; }
/* absolute: the image must not contribute intrinsic height, the intro column dictates the row */
.cr-gal__item img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cr-gal__label { position: absolute; left: 10px; bottom: 10px; padding: 0.2rem 0.55rem; border-radius: 4px; background: rgba(10, 10, 15, 0.85); border: 1px solid rgba(196, 162, 78, 0.4); color: var(--text-primary); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.cr-gal__zoom { position: absolute; right: 10px; bottom: 10px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(10, 10, 15, 0.8); border: 1px solid rgba(196, 162, 78, 0.45); color: var(--cr-gold); opacity: 0.85; transition: opacity 0.18s; }
.cr-gal__item:hover .cr-gal__zoom { opacity: 1; }
.cr-gal__zoom svg { width: 16px; height: 16px; }
.cr-gal figcaption { position: absolute; top: 100%; left: 0; right: 0; margin-top: 0.6rem; font-size: 0.86rem; color: var(--text-dimmed); }
.cr-gal figcaption a { color: var(--cr-gold); }
/* Comparison table */
.cr-cmp__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border-color); }
.cr-cmp__title { font-family: var(--font-heading); font-size: clamp(1.5rem, 2.6vw, 2.1rem); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; margin: 0; color: var(--text-primary); }
.cr-cmp__sub { font-size: 0.9rem; color: var(--text-dimmed); }
.cr-cmp__wrap { overflow-x: auto; }
.cr-cmp { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.cr-cmp th, .cr-cmp td { padding: 0.75rem 0.9rem; border-bottom: 1px solid var(--border-color); text-align: left; vertical-align: middle; }
.cr-cmp th { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-secondary); font-weight: 700; }
.cr-cmp th.c, .cr-cmp td.c { text-align: center; width: 190px; }
.cr-cmp th.cr-cmp__creator { color: var(--cr-gold); }
.cr-cmp td.cr-cmp__creator { background: rgba(196, 162, 78, 0.05); }
.cr-cmp td b { color: var(--text-primary); }
.cr-cmp td small { display: block; color: var(--text-dimmed); font-size: 0.82rem; margin-top: 0.1rem; }
.cr-cmp__yes { color: #4ade80; display: inline-flex; }
.cr-cmp__yes svg { width: 20px; height: 20px; }
.cr-cmp__no { color: var(--text-dark); }
.cr-cmp__txt { color: var(--text-secondary); font-weight: 600; font-size: 0.88rem; }
@media (max-width: 767px) { .cr-cmp th.c, .cr-cmp td.c { width: 96px; } .cr-cmp { min-width: 560px; } }
.cr-show__title { font-family: var(--font-heading); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.05; text-transform: uppercase; letter-spacing: 0.03em; margin: 0 0 0.9rem; color: var(--text-primary); }
.cr-show__title em { font-style: normal; color: var(--gold); }
.cr-show__text { margin: 0 0 0.9rem; font-size: 1.03rem; line-height: 1.55; color: var(--text-secondary); }
.cr-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.cr-points li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.97rem; }
.cr-points svg { color: var(--cr-gold); width: 18px; height: 18px; margin-top: 4px; }
.cr-card { background: var(--bg-panel); border: 1px solid var(--border-panel); border-radius: var(--border-radius-lg, 8px); overflow: hidden; }
.cr-card__art { height: 200px; background-size: cover; background-position: center 20%; position: relative; }
.cr-card__art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, var(--bg-panel) 0%, transparent 60%); }
.cr-card__body { padding: 1.1rem 1.35rem 1.35rem; }
.cr-card__row { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.5rem; }
.cr-card__title { font-size: 1.35rem; font-weight: 700; line-height: 1.2; }
.cr-card__sub { font-size: 0.88rem; color: var(--text-dimmed); margin-top: 0.15rem; }
.cr-card__author { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; color: var(--text-secondary); margin-top: 0.7rem; flex-wrap: wrap; }
.cr-card__author img { width: 28px; height: 28px; border-radius: 50%; }
.cr-card__stats { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; font-size: 0.85rem; color: var(--text-dimmed); margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid var(--border-color); }
.cr-tier { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 4px; font-family: var(--font-heading); font-size: 0.95rem; color: #fff; background: linear-gradient(135deg, #ff6b6b, #c83030); }
.cr-chip { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.03em; padding: 2px 7px; border-radius: 3px; border: 1px solid var(--border-color); background: #1e1f27; color: var(--text-primary); }
.cr-chip--meta { border-color: rgba(212, 11, 6, 0.5); color: #ff6b6b; }
.cr-badge { display: inline-flex; align-items: center; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; color: #0a0a0f; background: linear-gradient(135deg, #c4a24e, #a37e2c); }
.cr-live { display: inline-flex; align-items: center; gap: 6px; color: #9146ff; font-weight: 600; font-size: 0.85rem; }
.cr-live i { width: 8px; height: 8px; background: #ff0000; border-radius: 50%; display: inline-block; animation: cr-pulse 1.5s ease-in-out infinite; }
@keyframes cr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* --- Showcase: real creator profile --------------------------- */
.cr-profile { background: rgba(10, 10, 15, 0.55); border: 1px solid rgba(196, 162, 78, 0.18); border-radius: var(--border-radius-lg, 8px); padding: 1.1rem 1.2rem 1.2rem; display: flex; flex-direction: column; gap: 0.9rem; }
.cr-profile__head { display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap; }
.cr-profile__avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex: none; display: grid; place-items: center; font-size: 1.6rem; font-weight: 700; color: #0a0a0f; background: linear-gradient(135deg, #c4a24e 0%, #a37e2c 100%); border: 2px solid rgba(196, 162, 78, 0.35); }
.cr-profile__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cr-profile__ident { min-width: 0; flex: 1; }
.cr-profile__name { font-size: 1.35rem; font-weight: 700; line-height: 1.15; display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.cr-profile__name a { color: var(--text-primary); }
.cr-profile__name a:hover { color: var(--cr-gold); }
.cr-profile__stats { display: flex; gap: 0.9rem; font-size: 0.86rem; color: var(--text-secondary); margin-top: 0.25rem; flex-wrap: wrap; }
.cr-profile__stats b { color: var(--text-primary); font-size: 0.95rem; }
.cr-profile__links { display: flex; gap: 0.4rem; }
.cr-profile__link { font-size: 0.8rem; padding: 0.25rem 0.55rem; border-radius: 4px; border: 1px solid var(--border-color); color: var(--text-dimmed); }
.cr-profile__link--twitch:hover { color: #9146ff; border-color: #9146ff; }
.cr-profile__link--youtube:hover { color: #ff0000; border-color: #ff0000; }
.cr-classes { display: grid; gap: 0.6rem; }
.cr-classes--1 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cr-classes--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cr-classes--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cr-classes--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cr-classes .class-card { padding: 0.4rem 0.4rem 0.5rem; }
.cr-classes .class-card__name { font-size: 0.85rem; }
.cr-classes .class-card__resource { font-size: 0.72rem; color: var(--cr-gold); }
.cr-builds { display: flex; flex-direction: column; gap: 0.5rem; }
.cr-build { display: flex; align-items: stretch; min-height: 64px; background: rgba(10, 10, 15, 0.55); border: 1px solid rgba(196, 162, 78, 0.18); border-radius: 8px; overflow: hidden; color: inherit; transition: border-color 0.15s; }
.cr-build:hover { border-color: rgba(212, 11, 6, 0.5); color: inherit; }
.cr-build__art { width: 64px; flex: none; background-size: cover; background-position: top center; background-color: var(--class-color, #1a1a24); }
.cr-build__body { padding: 0.55rem 0.85rem; display: flex; flex-direction: column; justify-content: center; gap: 0.25rem; min-width: 0; }
.cr-build__title { font-weight: 700; font-size: 0.97rem; line-height: 1.25; color: var(--text-primary); }
.cr-build__meta { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; font-size: 0.8rem; color: var(--text-dimmed); }
.cr-build__class { color: var(--text-secondary); }
.cr-tier--a { background: linear-gradient(135deg, #c4a24e, #a37e2c); color: #0a0a0f; }
.cr-tier--b, .cr-tier--c, .cr-tier--d { background: #2a2a35; color: var(--text-primary); }
.cr-profile__more { align-self: flex-end; font-size: 0.86rem; font-weight: 600; color: var(--cr-gold); }
.cr-profile__more:hover { color: var(--text-primary); }
@media (max-width: 767px) { .cr-classes--3, .cr-classes--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* --- Feature grid ------------------------------------------- */
.cr-sec { margin-bottom: 4rem; }
.cr-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--border-color); border: 1px solid var(--border-color); }
.cr-g { background: var(--bg-primary); padding: 1.25rem 1.25rem 1.35rem; display: flex; flex-direction: column; gap: 0.5rem; }
.cr-g svg { color: var(--cr-gold); width: 26px; height: 26px; }
.cr-g h3 { margin: 0; font-size: 0.97rem; font-weight: 700; color: var(--text-primary); }
.cr-g p { margin: 0; font-size: 0.86rem; line-height: 1.45; color: var(--text-dimmed); }

/* --- Quotes -------------------------------------------------- */
.cr-quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.cr-quotes--1 { grid-template-columns: minmax(0, 1fr); }
.cr-quotes--1 .cr-quote { padding: 2rem 2.5rem 1.75rem 3.25rem; }
.cr-quotes--1 .cr-quote p { font-size: 1.15rem; max-width: 70ch; }
.cr-quote footer img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(196, 162, 78, 0.45); }
.cr-quote footer a { color: var(--text-primary); font-weight: 700; }
.cr-quote footer a:hover { color: var(--cr-gold); }
.cr-quote { position: relative; margin: 0; padding: 1.6rem 1.75rem; background: var(--bg-panel); border: 1px solid var(--border-panel); border-radius: var(--border-radius-lg, 8px); }
.cr-quote::before { content: '\201C'; position: absolute; top: 6px; left: 16px; font-family: var(--font-heading); font-size: 4rem; color: rgba(196, 162, 78, 0.25); line-height: 1; }
.cr-quote p { margin: 0 0 0.9rem; font-size: 1.05rem; line-height: 1.5; font-style: italic; color: var(--text-primary); }
.cr-quote footer { display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: var(--text-secondary); }
.cr-quote footer i { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #c4a24e, #a37e2c); display: inline-block; }

/* --- Steps: three cards in the tile language of the page (pillars / KPIs) --- */
.cr-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; counter-reset: none; }
.cr-step {
    position: relative; display: flex; flex-direction: column; gap: 0.45rem; padding: 1.25rem 1.35rem 1.4rem;
    background: rgba(10, 10, 15, 0.55); border: 1px solid rgba(196, 162, 78, 0.18); border-radius: var(--border-radius-lg, 8px);
    transition: border-color 0.18s, transform 0.18s;
}
.cr-step:hover { border-color: rgba(196, 162, 78, 0.45); transform: translateY(-2px); }
.cr-step::after {
    /* connector to the next card (desktop only) */
    content: ''; position: absolute; top: 50%; right: -1rem; width: 1rem; height: 1px; background: rgba(196, 162, 78, 0.35);
}
.cr-step:last-child::after { display: none; }
.cr-step__head { display: flex; align-items: center; margin-bottom: 0.35rem; }
.cr-step__num { font-family: var(--font-heading); font-size: 2.1rem; line-height: 1; letter-spacing: 0.06em; color: var(--gold); text-shadow: 0 0 18px rgba(165, 9, 5, 0.35); }
/* faded background motif, masked towards the text so it never competes with the copy */
.cr-step { overflow: hidden; }
.cr-step__bg {
    position: absolute; inset: 0; pointer-events: none; background-repeat: no-repeat; opacity: 0.22;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 45%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 45%, #000 100%);
    transition: opacity 0.25s;
}
.cr-step:hover .cr-step__bg { opacity: 0.32; }
.cr-step--emblem .cr-step__bg { background-size: 200px auto; background-position: right -56px bottom -62px; opacity: 0.26; }
.cr-step--map .cr-step__bg { background-size: cover; background-position: center; opacity: 0.34; }
.cr-step--map:hover .cr-step__bg { opacity: 0.45; }
.cr-step > :not(.cr-step__bg) { position: relative; }
.cr-step__title { margin: 0; font-family: var(--font-heading); font-size: 1.3rem; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.03em; color: var(--text-primary); }
.cr-step__text { margin: 0; font-size: 0.95rem; line-height: 1.5; color: var(--text-secondary); }
.cr-step__link { margin-top: auto; padding-top: 0.5rem; font-size: 0.9rem; font-weight: 700; color: var(--cr-gold); }
.cr-step__link:hover { color: var(--text-primary); }

/* --- FAQ ----------------------------------------------------- */
.cr-faq { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 2.5rem; margin-bottom: 4rem; }
.cr-faq__title { font-family: var(--font-heading); font-size: clamp(1.6rem, 2.6vw, 2.1rem); text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; margin: 0; color: var(--text-primary); }
.cr-faq__lead { color: var(--text-secondary); margin: 0.6rem 0 0; font-size: 0.97rem; }
.cr-faq__list details { border-bottom: 1px solid var(--border-color); }
.cr-faq__list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.9rem 0; font-size: 1rem; font-weight: 700; color: var(--text-primary); }
.cr-faq__list summary::-webkit-details-marker { display: none; }
.cr-faq__list summary svg { width: 16px; height: 16px; color: var(--text-dimmed); transition: transform 0.15s; }
.cr-faq__list details[open] summary { color: var(--cr-gold); }
.cr-faq__list details[open] summary svg { transform: rotate(180deg); }
.cr-faq__list details p { margin: 0; padding: 0 0 1rem; font-size: 0.95rem; line-height: 1.55; color: var(--text-secondary); max-width: 78ch; }

/* --- CTA band ------------------------------------------------ */
.cr-band {
    text-align: center; padding: 3.25rem 1.5rem 3.5rem; margin-bottom: 2rem;
    border: 1px solid rgba(196, 162, 78, 0.2); border-radius: var(--border-radius-lg, 8px);
    background: radial-gradient(70% 120% at 50% 100%, rgba(165, 9, 5, 0.35) 0%, transparent 70%), #0f1015;
}
.cr-band__title { font-family: var(--font-heading); font-size: clamp(1.8rem, 3.6vw, 3rem); text-transform: uppercase; letter-spacing: 0.04em; line-height: 1; margin: 0; color: var(--text-primary); }
.cr-band__title em { font-style: normal; color: var(--gold); text-shadow: 0 0 30px rgba(212, 11, 6, 0.5); }
.cr-band__text { color: var(--text-secondary); margin: 0.9rem auto 1.6rem; max-width: 56ch; font-size: 1.03rem; }
.cr-band__note { margin: 0.9rem 0 0; font-size: 0.85rem; color: var(--text-dimmed); }

/* --- Responsive ---------------------------------------------- */
@media (max-width: 1023px) {
    .cr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cr-kpis--4, .cr-kpis--5, .cr-kpis--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cr-show, .cr-faq { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
    .cr-show { grid-template-rows: auto auto auto; row-gap: 0.75rem; margin-bottom: 4rem; padding-bottom: 0; }
    .cr-show .cr-gal { grid-column: 1; grid-row: 3; }
    .cr-gal__item { aspect-ratio: 16 / 10; }
    .cr-gal figcaption { position: static; }
    .cr-pillars, .cr-steps { grid-template-columns: minmax(0, 1fr); }
    .cr-step::after { display: none; }
    .cr-pillar { min-height: 220px; }
}
@media (max-width: 767px) {
    .cr-hero { min-height: 0; }
    .cr-hero__art { width: 100%; opacity: 0.45; }
    .cr-hero__veil { background: linear-gradient(0deg, #0f1015 0%, #0f1015 45%, rgba(15, 16, 21, 0.55) 100%); }
    .cr-hero__inner { padding: 2.25rem 1.25rem 1.75rem; }
    .cr-kpis--2, .cr-kpis--3, .cr-kpis--4, .cr-kpis--5, .cr-kpis--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cr-quotes { grid-template-columns: minmax(0, 1fr); }
    .cr-grid { grid-template-columns: minmax(0, 1fr); }
}
