/* Extracted from templates/home.html style block 1. */
/* 首页主面板：与 body 底纹区分，避免区块之间露出背景“断层” */
.qf-home-main {
    background-color: #ffffff;
    /* 主页在大缩放/窄视口下也保持“内框感” */
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

/* 首页主内容轨：统一最大宽度与水平居中，子区块不再各自 max-width + auto margin */
.qf-home-inner {
    width: 100%;
    max-width: min(72rem, 100%);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    /* 关键：无论缩放多大，都至少保留一定左右内边距 */
    padding-left: clamp(0.9rem, 2.4vw, 1.75rem);
    padding-right: clamp(0.9rem, 2.4vw, 1.75rem);
}

/* 首页手机端：正文 .container 在 ≤576px 时仅 10px 边距易显局促，与导航区对齐为更舒适留白 */
@media (max-width: 575.98px) {
    body.qf-page-home > .container.mt-5 {
        padding-left: max(1rem, env(safe-area-inset-left, 0px));
        padding-right: max(1rem, env(safe-area-inset-right, 0px));
    }
}

/* 大区块之间的分隔线（避免「拼贴」感） */
.qf-home-inner > .hero-section + .feature-showcase,
.qf-home-inner > .hero-section + .qf-qflink-zone,
.qf-home-inner > .qf-qflink-zone + .feature-showcase,
.qf-home-inner > .feature-showcase + .faq-section,
.qf-home-inner > .faq-section + .feature-showcase,
.qf-home-inner > .feature-showcase + .social-proof {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
}

/* 统一的区块主标题（灵感广场 / 常见问题 / 关于 等同尺度） */
.qf-home-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
}

.qf-home-section-lead {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 42rem;
}

/* QFLink 专区：与首页白底一致，标题左对齐（与下方灵感广场右对齐标题形成左右节奏） */
.qf-qflink-zone {
    padding: 2.25rem 0 2.5rem;
    background: #ffffff;
}

.qf-qflink-zone-inner {
    position: relative;
}

.qf-qflink-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.qf-qflink-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.15rem 1.25rem;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.qf-qflink-card:hover {
    transform: translateY(-3px);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.14);
    color: inherit;
}

.qf-qflink-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

.qf-qflink-card-sub {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.5;
    flex: 1 1 auto;
    margin-bottom: 0.75rem;
}

.qf-qflink-card-url {
    font-size: 0.75rem;
    color: #94a3b8;
    word-break: break-all;
    margin-bottom: 0.65rem;
}

.qf-qflink-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb;
}

.qf-qflink-card:hover .qf-qflink-card-cta {
    color: #1d4ed8;
}

/* 双栏布局：FAQ 左侧标题 + 右侧内容（与栅格 gutter 脱钩，左右缘与整页内容轨对齐） */
.qf-home-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 1.5rem 2.5rem;
    align-items: start;
}

@media (max-width: 767.98px) {
    .qf-home-split {
        grid-template-columns: 1fr;
    }
}

/* Hero区域：与首页白底一致，无叠层染色 */
.hero-section {
    background: #ffffff;
    color: #111827;
    padding: 4rem 0 2rem;
    margin: 0;
    position: relative;
    overflow: visible;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title-line1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.15;
    color: #111827;
    letter-spacing: -0.02em;
}

.hero-title-line2 {
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
    color: #64748b;
    line-height: 1.5;
}

.hero-tagline {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #94a3b8;
    line-height: 1.65;
    max-width: 100%;
}

.hero-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    padding: 0.65rem 1.35rem;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 500;
}

/* 首页：四步流程（横向卡片） */
.qf-steps-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.qf-steps-heading {
    font-size: 1.05rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.qf-steps-flow {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.qf-step-card {
    flex: 1 1 0;
    min-width: 200px;
    max-width: 260px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* 第 3 步（AI 链接 + 示例提示词）内容多：加宽并提高 flex 占比，随视口上限自适应 */
.qf-step-card--wide {
    flex: 2.15 1 260px;
    min-width: clamp(220px, 34vw, 280px);
    max-width: min(26rem, calc(100vw - 2rem));
}

.qf-step-card-hd {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 0.85rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

.qf-step-num {
    flex: 0 0 auto;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.qf-step-title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
}

.qf-step-card-bd {
    padding: 0.75rem 0.85rem 0.85rem;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #475569;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.qf-step-card-bd p {
    margin: 0;
}

.qf-step-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.15rem;
}

.qf-step-actions a {
    font-size: 0.72rem;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    background: #eff6ff;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #bfdbfe;
    white-space: nowrap;
}

.qf-step-actions a:hover {
    background: #dbeafe;
    color: #1e3a8a;
}

.qf-step-ai-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.qf-step-ai-row a {
    font-size: 0.68rem;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    text-decoration: none;
    border: 1px solid #e2e8f0;
}

.qf-step-ai-row a:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
    background: #eff6ff;
}

/* 从任务详情「去 AI 生成网页」跳转时短暂高亮第 3 步与 AI 链接行 */
@keyframes qf-home-step-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45); }
    100% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
}
@keyframes qf-home-ai-pulse {
    0% { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.4); }
    100% { box-shadow: 0 0 0 8px rgba(14, 165, 233, 0); }
}
.qf-home-step-pulse {
    animation: qf-home-step-pulse 1.1s ease-out 2;
    border-color: #93c5fd !important;
}
.qf-home-ai-pulse {
    border-radius: 10px;
    padding: 0.15rem 0.2rem !important;
    margin: -0.15rem -0.2rem 0 !important;
    animation: qf-home-ai-pulse 1.1s ease-out 2;
    background: rgba(239, 246, 255, 0.85) !important;
}

.qf-step-prompt {
    margin: 0;
    padding: 0.45rem 0.5rem;
    font-size: 0.65rem;
    line-height: 1.45;
    color: #475569;
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.qf-step-prompt-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: #64748b;
    text-transform: none;
    letter-spacing: 0;
}

/* 第 2 步：专属提交入口一行示例（比真实地址更短，仅示意） */
.qf-step-prompt--short {
    white-space: normal;
    font-size: 0.64rem;
    padding: 0.35rem 0.45rem;
    line-height: 1.4;
}

.qf-step-arrow {
    flex: 0 0 auto;
    align-self: center;
    color: #cbd5e1;
    font-size: 1.1rem;
    padding: 0 0.15rem;
    user-select: none;
}

@media (min-width: 992px) {
    .qf-step-card--wide {
        max-width: min(28rem, 48vw);
        flex-basis: 300px;
    }
}

/* 新手入门（视频）：固定悬浮层（不占栅格），可拖动、可收起 */
.qf-video-float {
    position: fixed;
    z-index: 1040;
    width: 220px;
    max-width: calc(100vw - 1.5rem);
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.15);
    overflow: hidden;
    right: 1rem;
    bottom: 5.5rem;
    left: auto;
    top: auto;
}

.qf-video-float.is-dragging {
    box-shadow: 0 14px 48px rgba(15, 23, 42, 0.22);
    cursor: grabbing;
    touch-action: none;
}

.qf-video-float-hd {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.4rem 0.35rem 0.55rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    min-height: 2.25rem;
}

.qf-video-float-drag {
    flex: 1 1 auto;
    cursor: grab;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #334155;
    padding: 0.15rem 0;
}

.qf-video-float-drag:active {
    cursor: grabbing;
}

.qf-video-float-drag .bi-grip-vertical {
    color: #94a3b8;
    font-size: 1rem;
}

.qf-video-float-close {
    flex: 0 0 auto;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.qf-video-float-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.qf-video-float-play {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.qf-video-float-play:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: -2px;
}

.qf-video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #1d4ed8 0%, #38bdf8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qf-video-thumb .bi-play-circle-fill {
    font-size: 2.25rem;
    color: rgba(255, 255, 255, 0.95);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.qf-video-float-peek {
    position: fixed;
    z-index: 1040;
    right: 1rem;
    bottom: 5.5rem;
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(29, 78, 216, 0.4);
    display: none;
    align-items: center;
    gap: 0.35rem;
}

.qf-video-float-peek.is-visible {
    display: inline-flex;
}

.qf-video-float.is-collapsed {
    display: none !important;
}

/* 首页内嵌视频：与主面板同系圆角与描边，无标题栏；底部轻量分段指示 */
.qf-home-video-shell {
    max-width: 820px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    background: #0f172a;
}
.qf-home-video-stage {
    position: relative;
    outline: none;
}
.qf-home-video-stage:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.55);
}
.qf-home-video-stage .ratio {
    background: #0f172a;
}
.qf-home-video-chrome {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5rem 1rem 0.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.12) 35%, rgba(15, 23, 42, 0.55) 100%);
}
.qf-home-video-tracks {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}
.qf-home-carousel-dot {
    width: 6px;
    height: 6px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    transition: width 0.28s ease, background 0.22s ease, transform 0.2s ease, opacity 0.2s ease;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.qf-home-carousel-dot:hover {
    background: rgba(255, 255, 255, 0.62);
    transform: scale(1.08);
}
.qf-home-carousel-dot.active {
    width: 1.35rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.35);
}

/* 社会认同区域 */
.social-proof {
    text-align: center;
    padding: 2rem 0 3rem;
    margin-top: 0;
    background: #ffffff;
}

.social-proof--home-bottom {
    margin-top: 0;
    padding: 3rem 0 3.5rem;
    border-top: none;
}

.social-proof-text {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    font-weight: 400;
}

.social-proof-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    opacity: 0.6;
    filter: grayscale(100%);
}

.social-proof-logo {
    height: 40px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.social-proof-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* 功能展示区域（水平留白交给内容轨，避免与首屏错位） */
.feature-showcase {
    padding: 3.25rem 0;
    background: #ffffff;
}

.feature-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem 2.5rem;
    max-width: 100%;
    margin: 0;
    align-items: start;
}

.feature-showcase-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.feature-showcase-content p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.qf-home-about-text {
    margin-bottom: 1.25rem;
    color: #6b7280;
    line-height: 1.7;
    font-size: 0.95rem;
}

.qf-home-about-text--last {
    margin-bottom: 0;
}

.feature-showcase-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s;
}

.feature-showcase-link:hover {
    color: #1d4ed8;
}

.feature-showcase-visual {
    background: #f9fafb;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.qf-about-us-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qf-about-us-carousel-img {
    max-width: 100%;
    max-height: 260px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    margin: 0 auto 1rem;
    transition: opacity 0.45s ease;
}

.qf-about-us-carousel-img.is-fading {
    opacity: 0.15;
}

/* 首页「灵感广场」（随机公开项目预览；外框用低饱和色，避免与全站主色冲突） */
.home-random-inner {
    max-width: 100%;
    margin: 0;
}
.community-random-section {
    margin-bottom: 0;
}
.community-random-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.community-random-head--mirrored .community-random-head-text {
    text-align: right;
}
.community-random-head--mirrored .qf-home-section-lead {
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .community-random-head--mirrored .community-random-head-text {
        text-align: left;
    }
    .community-random-head--mirrored .qf-home-section-lead {
        margin-left: 0;
    }
}
.community-random-actions .btn {
    font-weight: 500;
}
.community-random-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 1.25rem;
    align-items: stretch;
}
.home-random-inner .community-spot-card {
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #eef2f7 0%, #e2e8f0 100%);
    padding: 1px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
}
.home-random-inner .community-spot-card-inner {
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 1px solid rgba(226, 232, 240, 0.9);
}
.community-spot-title {
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 600;
    color: #0f172a;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}
.community-spot-title a {
    color: #1d4ed8;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.community-spot-title a:hover { text-decoration: underline; }
.home-random-inner .community-preview-frame {
    position: relative;
    height: 300px;
    background: #f8fafc;
    isolation: isolate;
    /* 预览页若色彩很花，整体略降饱和，更接近首页蓝灰主调 */
    filter: saturate(0.88) contrast(0.98);
}
.home-random-inner .community-preview-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    background: #fff;
    position: relative;
    z-index: 0;
}
/* 半透明遮罩：压低预览页色彩冲击；pointer-events:none 以便滚动/点击穿透到 iframe */
.home-random-inner .qf-preview-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.38) 0%,
        rgba(241, 245, 249, 0.52) 45%,
        rgba(226, 232, 240, 0.48) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.home-random-inner .community-preview-placeholder {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.9rem;
    padding: 1rem;
    text-align: center;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

/* 常见问题区域样式 */
.faq-section {
    padding: 3.25rem 0 3.75rem;
    background: #ffffff;
}

.faq-container {
    max-width: 100%;
    margin: 0;
}

.faq-section .qf-home-section-title {
    margin-bottom: 0;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.faq-button {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 隐藏 Bootstrap 自带的折叠箭头，只保留右侧自定义箭头 */
.faq-section .accordion-button::after {
    display: none !important;
}

.faq-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-icon {
    margin-left: 1rem;
    color: #6b7280;
    transition: transform 0.2s ease;
}

.faq-button[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-body {
    padding-top: 0.5rem;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0 2.5rem;
    }
    .hero-title-line1 {
        font-size: 2rem;
    }
    .hero-title-line2 {
        font-size: 0.98rem;
    }
    .hero-tagline {
        font-size: 0.85rem;
    }
    .feature-showcase-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .social-proof-logos {
        gap: 2rem;
    }
    .qf-step-card {
        min-width: 240px;
        max-width: 100%;
    }
    .qf-step-card--wide {
        min-width: min(300px, 88vw);
        max-width: min(24rem, 92vw);
        flex: 1 1 auto;
    }
}
