/**
 * 球小策数据服务 · 介绍页样式（[abv2_creator_intro]）v2.4
 * 设计语言：清透浅色底座 + 暗色 Hero + 项目绿 #07C160 + tabular-nums
 */

.qxci-root {
    --qx-green: #07C160;
    --qx-green-deep: #059048;
    --qx-green-glow: rgba(7, 193, 96, 0.16);
    --qx-ink: #111827;
    --qx-ink-2: #374151;
    --qx-ink-3: #6B7280;
    --qx-line: #E5E7EB;
    --qx-bg: #F8FAFC;
    --qx-dark: #0B132B;
    --qx-dark-2: #1C2541;
    --qx-card: #FFFFFF;
    color: var(--qx-ink);
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
.qxci-root *, .qxci-root *::before, .qxci-root *::after { box-sizing: border-box; }
.qxci-root a { text-decoration: none; }
.qxci-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* 彻底抵消 DUX 主题侵入样式 */
.qxci-root h1, .qxci-root h2, .qxci-root h3, .qxci-root h4 {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 0;
}
.qxci-root h1::before, .qxci-root h1::after,
.qxci-root h2::before, .qxci-root h2::after,
.qxci-root h3::before, .qxci-root h3::after {
    display: none !important;
}

/* ---------- 1. Hero ---------- */
.qxci-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(165deg, #F0FBF5 0%, #FFFFFF 82%);
    color: var(--qx-ink); text-align: center;
    padding: 96px 0 72px;
    border-radius: 0 0 28px 28px;
    border-bottom: 1px solid var(--qx-line);
}
.qxci-hero-glow {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(420px 220px at 18% 20%, rgba(7,193,96,.10), transparent 65%),
        radial-gradient(500px 260px at 85% 75%, rgba(7,193,96,.06), transparent 60%);
}
.qxci-eyebrow {
    display: inline-block; font-size: 13px; letter-spacing: 1.5px; font-weight: 700;
    color: #059048; border: 1px solid rgba(7,193,96,.3);
    padding: 6px 18px; border-radius: 999px; margin: 0 0 24px;
    background: rgba(7,193,96,.07);
}
.qxci-h1 {
    font-size: 42px; line-height: 1.3; font-weight: 800; margin: 0 0 22px !important;
    letter-spacing: .5px; color: #1A2333;
}
.qxci-h1-accent {
    color: #059048;
}
.qxci-hero-sub { font-size: 17px; color: #5B6B82; margin: 0 auto 34px; max-width: 720px; line-height: 1.85; }
.qxci-hero-sub strong { color: #1A2333; font-weight: 700; }
.qxci-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.qxci-hero-trust { margin-top: 36px; font-size: 13.5px; color: #7C8AA0; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.qxci-hero-trust i { font-style: normal; opacity: .5; }

/* ---------- 按钮 ---------- */
.qxci-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 13px 30px; border-radius: 12px;
    font-size: 15px; font-weight: 700; cursor: pointer; border: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.qxci-btn:active { transform: scale(.97); }
.qxci-btn-primary {
    background: var(--qx-green); color: #fff !important;
    box-shadow: 0 8px 24px rgba(7,193,96,.35);
}
.qxci-btn-primary:hover { background: var(--qx-green-deep); color: #fff !important; }
.qxci-btn-ghost {
    background: #fff; color: var(--qx-ink) !important;
    border: 1px solid var(--qx-line);
}
.qxci-btn-ghost:hover { border-color: var(--qx-green); color: #059048 !important; background: rgba(7,193,96,.06); }
.qxci-btn-line { border: 1px solid var(--qx-line); color: var(--qx-ink) !important; background: transparent; }
.qxci-btn-line:hover { border-color: var(--qx-green); color: #059048 !important; }
.qxci-btn-line-dark { border: 1px solid var(--qx-line); color: var(--qx-ink); background: #fff; }
.qxci-btn-line-dark:hover { border-color: var(--qx-green); color: var(--qx-green-deep); }
.qxci-btn-mini {
    padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 700;
    background: var(--qx-green); color: #fff !important;
    box-shadow: 0 4px 12px rgba(7, 193, 96, 0.25);
    border: none; cursor: pointer; align-self: flex-start;
}
.qxci-btn-mini:hover { background: var(--qx-green-deep); }

/* ---------- 区块通用 ---------- */
.qxci-section { padding: 80px 0; }
.qxci-section-tint { background: var(--qx-bg); }
.qxci-section-dark {
    background: linear-gradient(165deg, #F4FAF7, #EDF7F1);
    color: var(--qx-ink); border-radius: 28px; margin: 0 12px;
    border: 1px solid rgba(7,193,96,.12);
    box-shadow: 0 12px 32px rgba(11, 19, 43, 0.06);
}
.qxci-h2 { font-size: 32px; font-weight: 800; text-align: center; margin: 0 0 12px !important; letter-spacing: .5px; }
.qxci-h2-light { color: #1A2333; }
.qxci-h2-sub { text-align: center; color: var(--qx-ink-2); margin: 0 auto 46px; max-width: 720px; line-height: 1.85; font-size: 15.5px; }
.qxci-h2-sub-light { color: #5B6B82; }

/* ---------- 2. 对比区 ---------- */
.qxci-versus { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.qxci-vs-card {
    border-radius: 20px; padding: 32px 30px 28px; position: relative;
    border: 1px solid var(--qx-line); background: var(--qx-card);
    transition: transform .2s ease, box-shadow .2s ease;
}
.qxci-vs-old { background: #FBFCFE; }
.qxci-vs-new {
    border: 1.5px solid rgba(7,193,96,.5);
    background: linear-gradient(170deg, #FFFFFF 60%, #F0FBF5);
    box-shadow: 0 16px 40px rgba(7,193,96,.12);
}
.qxci-vs-tag {
    display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: 1px;
    padding: 4px 14px; border-radius: 999px; margin: 0 0 16px;
}
.qxci-vs-old .qxci-vs-tag { background: #EEF2F6; color: var(--qx-ink-3); }
.qxci-vs-new .qxci-vs-tag { background: rgba(7,193,96,.12); color: var(--qx-green-deep); }
.qxci-vs-title { font-size: 20px; font-weight: 800; margin: 0 0 18px !important; color: var(--qx-ink); }
.article-content .qxci-vs-list,
.qxci-vs-list { margin: 0 0 22px 0 !important; padding-left: 18px !important; list-style: disc !important; }
.article-content .qxci-vs-list li,
.qxci-vs-list li { margin: 0 0 12px 0 !important; padding: 0 0 0 2px !important; color: var(--qx-ink-2); font-size: 14.5px; line-height: 1.75; list-style: disc !important; }
.qxci-vs-list strong { color: var(--qx-ink); font-weight: 700; }
.qxci-vs-verdict {
    margin: 0; padding-top: 18px; border-top: 1px dashed var(--qx-line);
    font-size: 15px; color: var(--qx-ink-2);
}
.qxci-vs-verdict strong { color: var(--qx-green-deep); font-size: 16px; font-weight: 800; }
.qxci-vs-old .qxci-vs-verdict strong { color: #DC2626; }

.qxci-quote {
    margin-top: 42px; text-align: center; padding: 32px 28px;
    background: linear-gradient(160deg, #F4FAF7, #EDF7F1); border-radius: 18px; color: #3D4A5E;
    border: 1px solid rgba(7,193,96,.14);
}
.qxci-quote p { margin: 0; font-size: 16.5px; line-height: 1.9; font-weight: 500; }

/* ---------- 3. 智能体扫盲区 ---------- */
.qxci-agent-explainer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.qxci-agent-box {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 28px 24px; position: relative;
    box-shadow: 0 8px 24px rgba(12,20,36,.04);
}
.qxci-agent-badge {
    display: inline-block; font-size: 12px; font-weight: 700;
    padding: 3px 10px; border-radius: 6px; margin-bottom: 14px;
    background: #F1F5F9; color: var(--qx-ink-3);
}
.qxci-badge-green { background: rgba(7,193,96,.12); color: var(--qx-green-deep); }
.qxci-badge-blue { background: rgba(37,99,235,.1); color: #2563EB; }
.qxci-agent-box h3 { font-size: 18px; font-weight: 800; margin: 0 0 12px !important; }
.qxci-agent-box p { margin: 0; font-size: 14.5px; color: var(--qx-ink-2); line-height: 1.75; }

/* ---------- 4. 数据使用方式与可调用资源 ---------- */
.qxci-gen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.qxci-gen-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.qxci-gen-card {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 26px 20px; position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}
.qxci-gen-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(12,20,36,.06); }
.qxci-gen-num {
    display: inline-block; font-size: 12px; font-weight: 800; color: var(--qx-ink-3);
    letter-spacing: .5px; padding: 3px 8px; border-radius: 6px; background: #F1F5F9;
    margin-bottom: 10px;
}
.qxci-gen-hot { color: var(--qx-green-deep); background: rgba(7, 193, 96, 0.12); }
.qxci-gen-card h3 { font-size: 17.5px; font-weight: 800; margin: 0 0 10px !important; }
.qxci-gen-desc {
    font-size: 13.5px; font-weight: 600; color: var(--qx-ink);
    margin: 0 0 10px; padding-bottom: 10px; border-bottom: 1px dashed var(--qx-line);
}
.qxci-gen-sub { font-size: 13px; color: var(--qx-ink-2); margin: 0; line-height: 1.7; }
.qxci-gen-highlight {
    border: 1.5px solid var(--qx-green);
    background: linear-gradient(180deg, #FFFFFF, #F1FAF5);
    box-shadow: 0 14px 34px rgba(7,193,96,.14);
}
.qxci-assets {
    margin-top: 40px; background: #fff; border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 32px; box-shadow: 0 4px 20px rgba(12,20,36,.03);
}
.qxci-assets-head { text-align: center; margin-bottom: 24px; }
.qxci-assets-head > span {
    display: inline-block; padding: 4px 12px; border-radius: 999px;
    background: #E8F8EE; color: var(--qx-green-deep); font-size: 12px; font-weight: 700;
}
.qxci-assets-head h3 { margin: 8px 0 4px !important; font-size: 22px; font-weight: 800; color: var(--qx-ink); }
.qxci-assets-head p { margin: 0; font-size: 14px; color: var(--qx-ink-2); }
.qxci-assets-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.qxci-asset-card { background: #F8FAFC; border: 1px solid var(--qx-line); border-radius: 12px; padding: 20px; }
.qxci-asset-card-highlight { background: #F0FBF5; border-color: #BCEACD; }
.qxci-asset-card > div { font-size: 11px; font-weight: 700; color: var(--qx-green-deep); margin-bottom: 6px; }
.qxci-asset-card h4 { margin: 0 0 8px !important; font-size: 16px; font-weight: 800; color: var(--qx-ink); }
.qxci-asset-card p { margin: 0; font-size: 13px; color: var(--qx-ink-2); line-height: 1.65; }

/* ---------- 5. 诚实人设 ---------- */
.qxci-honest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 44px; }
.qxci-honest-card {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 28px 28px; position: relative;
}
.qxci-card-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 8px; background: rgba(7,193,96,.12);
    color: var(--qx-green-deep); font-weight: 800; font-size: 14px; margin-bottom: 14px;
}
.qxci-honest-card h3 { margin: 0 0 12px !important; font-size: 18px; font-weight: 800; }
.qxci-honest-card p { margin: 0; font-size: 14.5px; color: var(--qx-ink-2); line-height: 1.75; }

.qxci-stats-band {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
    background: linear-gradient(160deg, #F4FAF7, #EDF7F1); border-radius: 20px; padding: 36px 28px;
    text-align: center; border: 1px solid rgba(7,193,96,.14);
}
.qxci-stat b {
    display: block; font-size: 38px; font-weight: 800; color: #059048;
    font-variant-numeric: tabular-nums; letter-spacing: .5px; line-height: 1.2;
    margin-bottom: 4px;
}
.qxci-stat span { font-size: 13.5px; color: #5B6B82; line-height: 1.5; display: block; }
.qxci-stat small { font-size: 11.5px; color: #7C8AA0; }
.qxci-stats-date {
    width: max-content; max-width: 100%; margin: 0 auto 12px; padding: 5px 12px;
    border-radius: 999px; background: #E8F8EE; color: var(--qx-green-deep);
    font-size: 12px; font-weight: 700; text-align: center;
}
.qxci-stats-note { margin: 18px auto 0; max-width: 840px; text-align: center; font-size: 13px; color: var(--qx-ink-3); line-height: 1.8; }
.qxci-stats-note a { color: var(--qx-green-deep); font-weight: 600; }

/* ---------- 6. 数据流水线 ---------- */
.qxci-pipeline {
    display: grid; grid-template-columns: repeat(9, minmax(0, auto)); align-items: stretch;
    gap: 10px; margin: 0 0 46px;
}
.qxci-pipe-step {
    min-width: 0; text-align: center; background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 16px; padding: 18px 10px; font-size: 15px;
    box-shadow: 0 4px 14px rgba(12,20,36,.03);
}
.qxci-pipe-step i {
    display: inline-block; font-style: normal; font-size: 11px; color: var(--qx-green);
    font-weight: 800; letter-spacing: 1px; margin-bottom: 4px;
    padding: 2px 8px; border-radius: 4px; background: rgba(7, 193, 96, 0.08);
}
.qxci-pipe-step strong { display: block; margin-bottom: 4px; color: var(--qx-ink); font-weight: 800; font-size: 14px; }
.qxci-pipe-step small { display: block; font-weight: 400; color: var(--qx-ink-3); font-size: 11.5px; line-height: 1.5; }
.qxci-pipe-arrow { display: flex; align-items: center; justify-content: center; color: var(--qx-green); font-weight: 800; font-size: 18px; opacity: .7; }
.qxci-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.qxci-feat {
    background: var(--qx-card); border: 1px solid var(--qx-line); border-radius: 18px;
    padding: 26px 24px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.qxci-feat:hover { transform: translateY(-3px); border-color: rgba(7,193,96,.45); box-shadow: 0 14px 34px rgba(12,20,36,.08); }
.qxci-feat h3 { margin: 0 0 10px !important; font-size: 17px; font-weight: 800; }
.qxci-feat h3::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 2px; background: var(--qx-green); margin-right: 9px; vertical-align: 2px; }
.qxci-feat p { margin: 0; font-size: 14px; color: var(--qx-ink-2); line-height: 1.7; }

/* ---------- 7. 使用方法 ---------- */
.qxci-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.qxci-use-card {
    background: #fff; border: 1px solid var(--qx-line);
    border-radius: 20px; padding: 28px 24px;
    box-shadow: 0 8px 22px rgba(12,20,36,.04);
}
.qxci-use-hot {
    border-color: rgba(7,193,96,.5);
    background: linear-gradient(175deg, #FFFFFF 55%, #F0FBF5);
}
.qxci-use-step {
    display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1px;
    color: #059048; background: rgba(7,193,96,.1);
    padding: 4px 12px; border-radius: 999px; margin: 0 0 14px;
}
.qxci-use-card h3 { margin: 0 0 14px !important; font-size: 18px; color: #1A2333; font-weight: 800; }
.qxci-use-card p { font-size: 14px; color: #5B6B82; margin: 0; line-height: 1.8; }
.qxci-use-card p strong { color: #1A2333; }
.qxci-use-card p em { color: #059048; font-style: normal; display: block; margin-top: 4px; }

/* 智能体安装口令框美化 */
.qxci-prompt-box {
    background: #060D1E;
    border: 1px solid rgba(7, 193, 96, 0.35);
    border-radius: 12px;
    padding: 14px;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.5);
}
.qxci-prompt-box code {
    font-size: 12.5px !important;
    color: #85E89D !important;
    line-height: 1.65;
    word-break: break-all;
    white-space: pre-wrap;
    background: transparent !important;
    border: none;
    padding: 0 !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.qxci-fallback-box {
    background: #fff; border: 1px dashed rgba(7,193,96,.35);
    border-radius: 16px; padding: 22px 28px; display: flex; align-items: center;
    justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.qxci-fallback-text h4 { margin: 0 0 6px !important; font-size: 16px; color: #1A2333; }
.qxci-fallback-text p { margin: 0; font-size: 13.5px; color: #7C8AA0; line-height: 1.6; }

/* ---------- 8. 价格 ---------- */
.qxci-pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 22px; }
.qxci-pack {
    position: relative; text-align: center; background: var(--qx-card);
    border: 1px solid var(--qx-line); border-radius: 20px; padding: 36px 24px 30px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.qxci-pack:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(12,20,36,.1); }
.qxci-pack.is-hot { border: 1.5px solid var(--qx-green); box-shadow: 0 16px 44px rgba(7,193,96,.16); }
.qxci-pack-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--qx-green); color: #fff; font-size: 12px; font-weight: 800;
    padding: 4px 16px; border-radius: 999px;
}
.qxci-pack h3 { margin: 0 0 8px !important; font-size: 18px; font-weight: 800; }
.qxci-pack-credits { margin: 0; font-size: 36px; font-weight: 800; color: var(--qx-ink); font-variant-numeric: tabular-nums; }
.qxci-pack-credits small { font-size: 15px; font-weight: 600; color: var(--qx-ink-3); }
.qxci-pack-price { margin: 4px 0 0; font-size: 24px; font-weight: 800; color: var(--qx-green-deep); font-variant-numeric: tabular-nums; }
.qxci-pack-unit { margin: 2px 0 22px; font-size: 12.5px; color: var(--qx-ink-3); }
.qxci-pack-note { text-align: center; font-size: 13.5px; color: var(--qx-ink-3); max-width: 720px; margin: 0 auto; line-height: 1.8; }

/* ---------- 9. FAQ ---------- */
.qxci-faq { max-width: 820px; margin: 0 auto; }
.qxci-faq-item {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 16px; margin-bottom: 14px; overflow: hidden;
}
.qxci-faq-item summary {
    cursor: pointer; padding: 18px 24px; font-weight: 700; font-size: 16px;
    list-style: none; position: relative; padding-right: 48px;
}
.qxci-faq-item summary::after {
    content: '+'; position: absolute; right: 22px; top: 15px;
    font-size: 22px; color: var(--qx-green); font-weight: 700;
}
.qxci-faq-item[open] summary::after { content: '−'; }
.qxci-faq-item summary::-webkit-details-marker { display: none; }
.qxci-faq-item p { margin: 0; padding: 0 24px 20px; font-size: 14.5px; color: var(--qx-ink-2); line-height: 1.8; }
.qxci-faq-item a { color: var(--qx-green-deep); font-weight: 600; }

/* ---------- 10. 底部 CTA ---------- */
.qxci-final {
    text-align: center; padding: 88px 0 96px;
    background: linear-gradient(175deg, #FFFFFF 0%, #EFFAF3 100%);
    color: #1A2333; border-radius: 28px 28px 0 0;
    border-top: 1px solid rgba(7,193,96,.14);
}
.qxci-final h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px !important; }
.qxci-final p { color: #5B6B82; margin: 0 0 34px; font-size: 16px; }

/* ---------- 1.5 首屏极速接入卡 ---------- */
.qxci-quickstart {
    background: #fff; border: 1px solid var(--qx-line); border-radius: 18px;
    padding: 28px 30px; box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}
.qxci-quickstart-head { text-align: center; margin-bottom: 22px; }
.qxci-quickstart-head .qxci-h2 { font-size: 26px; }
.qxci-quickstart-steps { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 16px; }
.qxci-qs-step {
    display: flex; gap: 12px; align-items: flex-start;
    background: #F8FAFC; border: 1px solid var(--qx-line); border-radius: 12px; padding: 16px;
}
.qxci-qs-step-main { background: #F0FBF5; border-color: #BCEACD; }
.qxci-qs-num {
    flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
    background: var(--qx-green); color: #fff; font-size: 13px; font-weight: 800;
    display: inline-flex; align-items: center; justify-content: center;
}
.qxci-qs-step strong { display: block; font-size: 15px; color: var(--qx-ink); margin-bottom: 4px; }
.qxci-qs-step p { margin: 0; font-size: 13px; color: var(--qx-ink-2); line-height: 1.65; }
.qxci-qs-step .qxci-prompt-box { box-shadow: none; }

/* ---------- 响应式 ---------- */
@media (max-width: 900px) {
    .qxci-quickstart-steps { grid-template-columns: 1fr; }
    .qxci-h1 { font-size: 32px; }
    .qxci-versus, .qxci-honest-grid, .qxci-agent-explainer, .qxci-use-grid, .qxci-pack-grid, .qxci-gen-grid { grid-template-columns: 1fr; }
    .qxci-assets-grid, .qxci-feat-grid { grid-template-columns: 1fr 1fr; }
    .qxci-stats-band { grid-template-columns: 1fr 1fr; gap: 24px 10px; }
    .qxci-pipe-arrow { display: none; }
    .qxci-pipeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .qxci-pipe-step:last-of-type { grid-column: 1 / -1; }
    .qxci-fallback-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .qxci-section { padding: 56px 0; }
    .qxci-h1 { font-size: 26px; }
    .qxci-h2 { font-size: 24px; }
    .qxci-assets { padding: 22px 18px; }
    .qxci-assets-grid, .qxci-feat-grid, .qxci-pipeline { grid-template-columns: 1fr; }
    .qxci-pipe-step:last-of-type { grid-column: auto; }
    .qxci-hero { padding: 72px 0 56px; }
}
