/* ==========================================================================
   Imperial Tech — Church & Ministry Technology
   Shared landing-page design layer (dark theme, sits on top of homepage-3d.css)
   Prefix: .ch-   ·   Pillar accent via [data-pillar="a|b|c"] on .ch-page
   ========================================================================== */

:root {
    --ch-gold: #C9A24B;
    --ch-gold-soft: #D8B968;
    --ch-teal: #1FB6A6;
    --ch-coral: #E2703A;
    --ch-emerald: #10b981;

    --ch-ink: #e9e9ef;
    --ch-muted: #a1a1aa;
    --ch-faint: #71717a;
    --ch-line: rgba(255, 255, 255, 0.08);
    --ch-card: rgba(255, 255, 255, 0.035);
    --ch-card-hover: rgba(255, 255, 255, 0.06);
    --ch-navy: #0B1F33;
}

/* Default accent (Pillar A) — applies to .ch-page and any nested [data-pillar] */
.ch-page { --ch-accent: var(--ch-teal); --ch-accent-rgb: 31, 182, 166; }
[data-pillar="a"] { --ch-accent: var(--ch-teal);  --ch-accent-rgb: 31, 182, 166; }
[data-pillar="b"] { --ch-accent: var(--ch-gold);  --ch-accent-rgb: 201, 162, 75; }
[data-pillar="c"] { --ch-accent: var(--ch-coral); --ch-accent-rgb: 226, 112, 58; }

/* --------------------------------------------------------------------------
   Layout primitives
   -------------------------------------------------------------------------- */
.ch-page { color: var(--ch-ink); overflow-x: hidden; }
.ch-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ch-section { padding: clamp(4rem, 9vw, 8rem) 0; position: relative; }
.ch-section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.ch-section--alt { background: rgba(255, 255, 255, 0.015); }

.ch-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.78rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ch-accent); margin-bottom: 1.1rem;
}
.ch-eyebrow::before {
    content: ""; width: 26px; height: 1px; background: var(--ch-accent); opacity: 0.7;
}

.ch-heading {
    font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.12; font-weight: 800;
    color: #fff; margin: 0 0 1rem; letter-spacing: -0.01em;
}
.ch-heading--xl { font-size: clamp(2.4rem, 5.2vw, 4.2rem); line-height: 1.05; }
.ch-accent-text {
    background: linear-gradient(120deg, var(--ch-accent), var(--ch-gold-soft));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ch-lead { font-size: 1.0625rem; line-height: 1.7; color: var(--ch-muted); max-width: 60ch; }
.ch-section-head { text-align: center; max-width: 760px; margin: 0 auto 3.2rem; }
.ch-section-head .ch-eyebrow { justify-content: center; }
.ch-section-head .ch-lead { margin: 0 auto; }

/* --------------------------------------------------------------------------
   Buttons (extend hp-btn-* with accent variants)
   -------------------------------------------------------------------------- */
.ch-btn {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.95rem 2.1rem; border-radius: 12px; font-weight: 700; font-size: 1rem;
    text-decoration: none !important; cursor: pointer; border: none;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), box-shadow 0.3s, background 0.3s;
}
.ch-btn-primary {
    color: #0b1220 !important;
    background: linear-gradient(135deg, var(--ch-accent), var(--ch-gold-soft));
    box-shadow: 0 6px 26px rgba(var(--ch-accent-rgb), 0.32);
}
.ch-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 38px rgba(var(--ch-accent-rgb), 0.5); }
.ch-btn-ghost {
    color: #fff !important; background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(8px);
}
.ch-btn-ghost:hover { transform: translateY(-3px); background: rgba(255,255,255,0.09); }
.ch-btn i { transition: transform 0.3s; }
.ch-btn:hover i { transform: translateX(4px); }
.ch-btn-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

/* --------------------------------------------------------------------------
   Hero (asymmetric + full-bleed variants)
   -------------------------------------------------------------------------- */
.ch-hero { position: relative; padding: clamp(7rem, 14vw, 11rem) 0 clamp(4rem, 8vw, 7rem); overflow: hidden; }
.ch-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ch-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.34; }
.ch-hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,10,15,0.55) 0%, rgba(10,10,15,0.82) 60%, var(--hp-bg, #0a0a0f) 100%),
                radial-gradient(80% 60% at 80% 20%, rgba(var(--ch-accent-rgb),0.18), transparent 60%);
}
.ch-hero-inner { position: relative; z-index: 2; }
.ch-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3.5rem; align-items: center; }
.ch-hero-grid .ch-lead { margin-bottom: 0.5rem; }
.ch-hero--center { text-align: center; }
.ch-hero--center .ch-eyebrow, .ch-hero--center .ch-btn-row { justify-content: center; }
.ch-hero--center .ch-lead { margin-left: auto; margin-right: auto; }

.ch-hero-orb { position: absolute; border-radius: 50%; filter: blur(140px); opacity: 0.16; pointer-events: none; z-index: 1; }
.ch-hero-orb--1 { width: 460px; height: 460px; background: var(--ch-accent); top: -12%; right: -6%; }
.ch-hero-orb--2 { width: 320px; height: 320px; background: var(--ch-gold); bottom: -18%; left: -8%; }

/* --------------------------------------------------------------------------
   Trust bar
   -------------------------------------------------------------------------- */
.ch-trustbar { border-top: 1px solid var(--ch-line); border-bottom: 1px solid var(--ch-line); background: rgba(255,255,255,0.02); }
.ch-trustbar ul {
    list-style: none; margin: 0; padding: 1.3rem 0; display: flex; flex-wrap: wrap;
    justify-content: center; gap: 1rem 2.4rem;
}
.ch-trustbar li {
    display: inline-flex; align-items: center; gap: 0.55rem;
    font-size: 0.86rem; font-weight: 600; color: var(--ch-muted); letter-spacing: 0.02em;
}
.ch-trustbar li i { color: var(--ch-accent); font-size: 0.95rem; }

/* --------------------------------------------------------------------------
   Grids / cards
   -------------------------------------------------------------------------- */
.ch-grid { display: grid; gap: 1.4rem; }
.ch-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ch-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ch-grid-4 { grid-template-columns: repeat(4, 1fr); }

.ch-card {
    background: var(--ch-card); border: 1px solid var(--ch-line); border-radius: 16px;
    padding: 1.8rem; transition: transform 0.35s, border-color 0.35s, background 0.35s;
}
.ch-card:hover { transform: translateY(-4px); border-color: rgba(var(--ch-accent-rgb), 0.35); background: var(--ch-card-hover); }
.ch-card-icon {
    width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
    font-size: 1.2rem; margin-bottom: 1.1rem; color: var(--ch-accent);
    background: rgba(var(--ch-accent-rgb), 0.12); border: 1px solid rgba(var(--ch-accent-rgb), 0.22);
}
.ch-card h3 { font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0 0 0.5rem; }
.ch-card p { font-size: 0.95rem; line-height: 1.6; color: var(--ch-muted); margin: 0; }

/* Stat cards */
.ch-stat { text-align: center; padding: 1.8rem 1.2rem; }
.ch-stat-num { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; line-height: 1; margin-bottom: 0.5rem; }
.ch-stat-label { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ch-muted); font-weight: 600; }

/* --------------------------------------------------------------------------
   Steps (How it works)
   -------------------------------------------------------------------------- */
.ch-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.ch-step { position: relative; padding: 1.9rem 1.6rem; border: 1px solid var(--ch-line); border-radius: 16px; background: var(--ch-card); }
.ch-step-num {
    font-family: "IBM Plex Mono", monospace; font-size: 0.95rem; font-weight: 600;
    color: var(--ch-accent); letter-spacing: 0.1em; margin-bottom: 0.8rem; display: block;
}
.ch-step h3 { font-size: 1.08rem; color: #fff; margin: 0 0 0.45rem; font-weight: 700; }
.ch-step p { font-size: 0.92rem; color: var(--ch-muted); line-height: 1.6; margin: 0; }
.ch-steps--vertical { grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
.ch-steps--vertical .ch-step { padding-left: 4.2rem; }
.ch-steps--vertical .ch-step-num {
    position: absolute; left: 1.6rem; top: 1.9rem; width: 2rem; height: 2rem;
    border-radius: 50%; display: grid; place-items: center; margin: 0;
    background: rgba(var(--ch-accent-rgb), 0.12); border: 1px solid rgba(var(--ch-accent-rgb), 0.3);
}

/* --------------------------------------------------------------------------
   Callout band
   -------------------------------------------------------------------------- */
.ch-callout {
    border: 1px solid rgba(var(--ch-accent-rgb), 0.25); border-radius: 20px;
    padding: clamp(2rem, 4vw, 3.2rem); text-align: center;
    background: radial-gradient(120% 120% at 50% 0%, rgba(var(--ch-accent-rgb), 0.1), transparent 70%);
}
.ch-callout h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); color: #fff; margin: 0 0 0.8rem; font-weight: 800; }
.ch-callout p { color: var(--ch-muted); max-width: 60ch; margin: 0 auto; line-height: 1.7; }

/* --------------------------------------------------------------------------
   Pills (languages / platforms / output formats)
   -------------------------------------------------------------------------- */
.ch-pills { display: flex; flex-wrap: wrap; gap: 0.65rem; justify-content: center; }
.ch-pill {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.55rem 1.15rem; border-radius: 999px; font-size: 0.88rem; font-weight: 600;
    color: var(--ch-ink); background: rgba(255,255,255,0.04); border: 1px solid var(--ch-line);
}
.ch-pill i { color: var(--ch-accent); }

/* --------------------------------------------------------------------------
   Comparison table
   -------------------------------------------------------------------------- */
.ch-compare { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--ch-line); border-radius: 16px; overflow: hidden; }
.ch-compare th, .ch-compare td { padding: 1rem 1.2rem; text-align: left; font-size: 0.95rem; border-bottom: 1px solid var(--ch-line); }
.ch-compare thead th { background: rgba(255,255,255,0.03); color: #fff; font-weight: 700; }
.ch-compare thead th:last-child { color: var(--ch-accent); }
.ch-compare td { color: var(--ch-muted); }
.ch-compare tr:last-child td { border-bottom: none; }
.ch-compare td:last-child { color: var(--ch-ink); font-weight: 600; }
.ch-compare .ch-yes { color: var(--ch-emerald); }
.ch-compare .ch-no { color: var(--ch-faint); }

/* --------------------------------------------------------------------------
   Testimonial
   -------------------------------------------------------------------------- */
.ch-testimonial { max-width: 820px; margin: 0 auto; text-align: center; }
.ch-testimonial blockquote {
    font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.5; color: #fff;
    font-weight: 500; margin: 0 0 1.4rem; font-style: italic;
    /* Override global style.css blockquote (light bg + dark text) */
    background: transparent;
    border-left: none;
    padding: 0;
    clear: none;
}
.ch-testimonial blockquote::before {
    content: "\201C"; color: var(--ch-accent); font-size: 2.2em; line-height: 0;
    vertical-align: -0.35em; margin-right: 0.1em;
    font-family: inherit; font-weight: 500; position: static;
}
.ch-testimonial cite { color: var(--ch-muted); font-style: normal; font-size: 0.95rem; }
.ch-testimonial cite strong { color: var(--ch-ink); display: block; font-size: 1rem; }

/* --------------------------------------------------------------------------
   FAQ accordion (accessible <details>)
   -------------------------------------------------------------------------- */
.ch-faq { max-width: 820px; margin: 0 auto; }
.ch-faq details { border: 1px solid var(--ch-line); border-radius: 14px; margin-bottom: 0.9rem; background: var(--ch-card); overflow: hidden; }
.ch-faq summary {
    list-style: none; cursor: pointer; padding: 1.15rem 1.4rem; font-weight: 700; color: #fff;
    display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1rem;
}
.ch-faq summary::-webkit-details-marker { display: none; }
.ch-faq summary::after { content: "\002B"; color: var(--ch-accent); font-size: 1.4rem; line-height: 1; transition: transform 0.3s; }
.ch-faq details[open] summary::after { transform: rotate(45deg); }
.ch-faq summary:focus-visible { outline: 2px solid var(--ch-accent); outline-offset: 2px; }
.ch-faq .ch-faq-body { padding: 0 1.4rem 1.25rem; color: var(--ch-muted); line-height: 1.7; font-size: 0.95rem; }

/* --------------------------------------------------------------------------
   CTA band (navy / accent)
   -------------------------------------------------------------------------- */
.ch-cta { position: relative; overflow: hidden; }
.ch-cta-inner {
    border-radius: 24px; padding: clamp(2.5rem, 6vw, 4.5rem); text-align: center;
    background: linear-gradient(135deg, var(--ch-navy), #122B45);
    border: 1px solid rgba(var(--ch-accent-rgb), 0.25);
}
.ch-cta--accent .ch-cta-inner {
    background: linear-gradient(135deg, rgba(var(--ch-accent-rgb),0.92), rgba(var(--ch-accent-rgb),0.6)), var(--ch-navy);
}
.ch-cta h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); color: #fff; margin: 0 0 1rem; font-weight: 800; }
.ch-cta p { color: rgba(255,255,255,0.8); max-width: 56ch; margin: 0 auto 1.8rem; line-height: 1.6; }
.ch-cta .ch-btn-row { justify-content: center; }

/* --------------------------------------------------------------------------
   Cross-sell strip
   -------------------------------------------------------------------------- */
.ch-crosssell {
    display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; justify-content: space-between;
    padding: 1.4rem 1.8rem; border: 1px dashed rgba(var(--ch-accent-rgb), 0.3); border-radius: 16px;
    background: rgba(var(--ch-accent-rgb), 0.05);
}
.ch-crosssell p { margin: 0; color: var(--ch-muted); }
.ch-crosssell a { color: var(--ch-accent); font-weight: 700; text-decoration: none; white-space: nowrap; }
.ch-crosssell a:hover { text-decoration: underline; }

/* ==========================================================================
   CSS-only UI MOCKUPS (never AI-generated)
   ========================================================================== */
.ch-mock {
    border: 1px solid var(--ch-line); border-radius: 18px; background: linear-gradient(160deg, #11131c, #0c0e15);
    box-shadow: 0 30px 70px rgba(0,0,0,0.5); overflow: hidden;
}
.ch-mock-bar { display: flex; gap: 0.4rem; padding: 0.8rem 1rem; border-bottom: 1px solid var(--ch-line); background: rgba(255,255,255,0.02); }
.ch-mock-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.15); }

/* Dashboard mock */
.ch-dash { padding: 1.4rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ch-dash-tile { background: rgba(255,255,255,0.03); border: 1px solid var(--ch-line); border-radius: 12px; padding: 1.1rem; }
.ch-dash-tile .ch-stat-num { font-size: 1.7rem; color: #fff; }
.ch-dash-tile .ch-stat-label { text-align: left; }
.ch-dash-tile span.ch-accent-text { font-size: 1.7rem; font-weight: 800; }

/* Phone frame */
.ch-phone { width: 280px; max-width: 100%; margin: 0 auto; border-radius: 36px; padding: 14px; background: #0c0e15; border: 1px solid var(--ch-line); box-shadow: 0 30px 70px rgba(0,0,0,0.55); }
.ch-phone-screen { border-radius: 26px; overflow: hidden; background: linear-gradient(180deg, #11131c, #0a0c12); aspect-ratio: 9 / 18; padding: 1.2rem; display: flex; flex-direction: column; gap: 0.8rem; }
.ch-phone-card { background: rgba(255,255,255,0.04); border: 1px solid var(--ch-line); border-radius: 12px; padding: 0.8rem 0.9rem; }
.ch-phone-nav { margin-top: auto; display: flex; justify-content: space-around; padding-top: 0.8rem; border-top: 1px solid var(--ch-line); color: var(--ch-faint); }
.ch-phone-nav i.active { color: var(--ch-accent); }
.ch-store-badges { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.ch-store-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.6rem 1.1rem; border: 1px solid var(--ch-line); border-radius: 12px; color: var(--ch-ink); background: rgba(255,255,255,0.03); font-weight: 600; }
.ch-store-badge i { font-size: 1.3rem; }

/* Chat widget */
.ch-chat { padding: 1.2rem; display: flex; flex-direction: column; gap: 0.7rem; }
.ch-chat-msg { max-width: 80%; padding: 0.7rem 1rem; border-radius: 14px; font-size: 0.9rem; line-height: 1.45; }
.ch-chat-bot { align-self: flex-start; background: rgba(255,255,255,0.05); border: 1px solid var(--ch-line); color: var(--ch-ink); border-bottom-left-radius: 4px; }
.ch-chat-user { align-self: flex-end; background: rgba(var(--ch-accent-rgb), 0.18); border: 1px solid rgba(var(--ch-accent-rgb), 0.3); color: #fff; border-bottom-right-radius: 4px; }
.ch-typing { display: inline-flex; gap: 4px; }
.ch-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--ch-accent); animation: ch-blink 1.2s infinite; }
.ch-typing span:nth-child(2) { animation-delay: 0.2s; }
.ch-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes ch-blink { 0%, 60%, 100% { opacity: 0.3; } 30% { opacity: 1; } }

/* Kanban board */
.ch-kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1.4rem; }
.ch-kanban-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ch-muted); margin: 0 0 0.8rem; }
.ch-kanban-card { background: rgba(255,255,255,0.04); border: 1px solid var(--ch-line); border-left: 3px solid var(--ch-accent); border-radius: 10px; padding: 0.7rem 0.85rem; margin-bottom: 0.7rem; font-size: 0.85rem; color: var(--ch-ink); }

/* Pipeline / simulcast diagram */
.ch-flow { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.8rem; padding: 1.4rem; }
.ch-flow-node { padding: 0.85rem 1.2rem; border-radius: 12px; border: 1px solid rgba(var(--ch-accent-rgb), 0.3); background: rgba(var(--ch-accent-rgb), 0.08); color: #fff; font-weight: 600; font-size: 0.9rem; text-align: center; }
.ch-flow-node--source { background: linear-gradient(135deg, var(--ch-accent), var(--ch-gold-soft)); color: #0b1220; border: none; }
.ch-flow-arrow { color: var(--ch-accent); font-size: 1.2rem; }
.ch-flow-out { display: flex; flex-direction: column; gap: 0.6rem; }

/* Progress bar (fundraising) */
.ch-progress { height: 14px; border-radius: 999px; background: rgba(255,255,255,0.07); overflow: hidden; }
.ch-progress-fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--ch-accent), var(--ch-gold-soft)); transition: width 1.4s cubic-bezier(0.22,1,0.36,1); }
.ch-progress-fill.is-filled { width: var(--ch-progress, 68%); }

/* Course / LMS UI */
.ch-course { padding: 1.4rem; display: flex; flex-direction: column; gap: 0.7rem; }
.ch-course-lesson { display: flex; align-items: center; gap: 0.8rem; padding: 0.75rem 0.9rem; border: 1px solid var(--ch-line); border-radius: 10px; background: rgba(255,255,255,0.03); font-size: 0.9rem; color: var(--ch-ink); }
.ch-course-lesson i { color: var(--ch-accent); }
.ch-course-lesson.is-done { color: var(--ch-muted); }
.ch-course-lesson.is-done i { color: var(--ch-emerald); }

/* Before / after dubbing cards */
.ch-ba { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.2rem; }
.ch-ba-card { border: 1px solid var(--ch-line); border-radius: 16px; padding: 1.4rem; background: var(--ch-card); text-align: center; }
.ch-ba-card.is-after { border-color: rgba(var(--ch-accent-rgb), 0.4); box-shadow: 0 0 40px rgba(var(--ch-accent-rgb), 0.15); }
.ch-ba-play { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 0.9rem; background: rgba(var(--ch-accent-rgb), 0.15); border: 1px solid rgba(var(--ch-accent-rgb), 0.3); color: var(--ch-accent); font-size: 1.1rem; }
.ch-ba-arrow { color: var(--ch-accent); font-size: 1.6rem; }

/* Live badge */
.ch-live { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; color: #fff; }
.ch-live::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #ef4444; box-shadow: 0 0 0 0 rgba(239,68,68,0.6); animation: ch-pulse 1.8s infinite; }
@keyframes ch-pulse { 0% { box-shadow: 0 0 0 0 rgba(239,68,68,0.6); } 70% { box-shadow: 0 0 0 12px rgba(239,68,68,0); } 100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); } }

/* ==========================================================================
   Hub page
   ========================================================================== */
.ch-hub-pillar { margin-bottom: 3.5rem; }
.ch-hub-pillar-head { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.6rem; }
.ch-hub-pillar-head .ch-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--ch-accent); }
.ch-hub-pillar-head h2 { font-size: 1.4rem; color: #fff; margin: 0; font-weight: 800; }
.ch-hub-pillar-head span { color: var(--ch-muted); font-size: 0.92rem; }
.ch-hub-card { display: flex; flex-direction: column; height: 100%; text-decoration: none !important; }
.ch-hub-card .ch-hub-num { font-family: "IBM Plex Mono", monospace; font-size: 0.78rem; color: var(--ch-accent); letter-spacing: 0.1em; margin-bottom: 0.7rem; }
.ch-hub-card h3 { font-size: 1.1rem; color: #fff; margin: 0 0 0.45rem; font-weight: 700; }
.ch-hub-card p { color: var(--ch-muted); font-size: 0.9rem; line-height: 1.55; margin: 0 0 1rem; }
.ch-hub-card .ch-hub-go { margin-top: auto; color: var(--ch-accent); font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.4rem; }
.ch-hub-card:hover .ch-hub-go i { transform: translateX(4px); }
.ch-hub-card .ch-hub-go i { transition: transform 0.3s; }
.ch-bundles { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }
.ch-bundle { padding: 0.7rem 1.3rem; border-radius: 999px; border: 1px solid var(--ch-line); background: rgba(255,255,255,0.03); font-size: 0.88rem; color: var(--ch-ink); }
.ch-bundle strong { color: var(--ch-accent); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
    .ch-hero-grid { grid-template-columns: 1fr; gap: 2.2rem; }
    .ch-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .ch-steps { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .ch-grid-2, .ch-grid-3, .ch-grid-4 { grid-template-columns: 1fr; }
    .ch-dash { grid-template-columns: 1fr; }
    .ch-kanban { grid-template-columns: 1fr; }
    .ch-ba { grid-template-columns: 1fr; }
    .ch-ba-arrow { transform: rotate(90deg); }
    .ch-compare { display: block; overflow-x: auto; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
    .ch-btn, .ch-card, .ch-progress-fill, .ch-hub-card .ch-hub-go i, .ch-btn i { transition: none !important; }
    .ch-typing span, .ch-live::before { animation: none !important; }
    .ch-progress-fill.is-filled { transition: none !important; }
}
