/* =========================================
   Slide 08: 一站式模型推理与微调服务
   风格：左侧五张能力卡 + 右侧 3x2 图片展示区
   ========================================= */

#slide-8 {
    position: absolute;
    overflow: hidden;
    padding: 56px 78px 32px;
    color: var(--color-text-main);
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 14% 16%, rgba(30, 96, 248, 0.1) 0%, rgba(30, 96, 248, 0) 28%),
        radial-gradient(circle at 86% 20%, rgba(16, 185, 129, 0.08) 0%, rgba(16, 185, 129, 0) 32%),
        linear-gradient(180deg, #FCFEFF 0%, #F5F8FE 56%, #EEF4FB 100%);
}

.slide-08-bg-grid,
.slide-08-bg-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.slide-08-bg-grid {
    background-image:
        linear-gradient(rgba(30, 96, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 96, 248, 0.04) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.94) 34%, rgba(0, 0, 0, 0.28) 74%, transparent 100%);
}

.slide-08-bg-glow {
    background:
        radial-gradient(circle at 58% 42%, rgba(96, 165, 250, 0.12) 0%, rgba(96, 165, 250, 0) 34%),
        radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 46%);
}

.slide-08-header,
.slide-08-body,
.slide-08-footer {
    position: relative;
    z-index: 2;
    gap: 4px;
}

.slide-08-header {
    max-width: 1240px;
    margin-bottom: 14px;
    opacity: 0;
    padding: 3px 6px;
    transition: opacity 0.75s ease 0.12s, transform 0.75s ease 0.12s;
}

.slide-08-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 52px;
    font-weight: 800;
    color: #0F172A;
}

.slide-08-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 62px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1E60F8, #F59E0B);;
}

.slide-08-subtitle {
    max-width: 1260px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.55;
    color: #475569;
}

.slide-08-body {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    flex: 1;
    min-height: 0;
}

.slide-08-capabilities,
.slide-08-gallery-card {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    transition: opacity 0.75s ease, transform 0.75s ease, box-shadow 0.35s ease;
}

.slide-08-capabilities {
    display: grid;
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.slide-08-capability-card,
.slide-08-gallery-card {
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.slide-08-capability-card {
    padding: 8px 10px 8px;
    border-radius: 18px;
}

.slide-08-capability-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 4px;
}

.slide-08-capability-index {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
}

.slide-08-capability-en {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.48);
}

.slide-08-capability-card h3 {
    margin-bottom: 3px;
    font-size: 22px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.12;
}

.slide-08-capability-card p {
    font-size: 15px;
    line-height: 1.22;
    color: #475569;
}

.accent-blue {
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(235, 243, 255, 0.84));
    color: #2563EB;
}

.accent-indigo {
    background: linear-gradient(180deg, rgba(248, 247, 255, 0.98), rgba(238, 240, 255, 0.88));
    color: #4338CA;
}

.accent-teal {
    background: linear-gradient(180deg, rgba(248, 255, 253, 0.98), rgba(231, 252, 246, 0.88));
    color: #0F766E;
}

.accent-cyan {
    background: linear-gradient(180deg, rgba(247, 254, 255, 0.98), rgba(232, 250, 253, 0.88));
    color: #0891B2;
}

.accent-slate {
    background: linear-gradient(180deg, rgba(251, 252, 254, 0.98), rgba(239, 242, 247, 0.9));
    color: #334155;
}

.slide-08-gallery-card {
    display: flex;
    flex-direction: column;
    padding: 14px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 253, 250, 0.84));
}

.slide-08-gallery-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.slide-08-gallery-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    min-height: 0;
    height: 100%;
}

.slide-08-image-slot {
    position: relative;
    flex: 1;
    min-height: 144px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(30, 96, 248, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.94)),
        linear-gradient(135deg, rgba(30, 96, 248, 0.05), rgba(16, 185, 129, 0.04));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.slide-08-sim-window {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 6px;
}

.slide-08-sim-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 2px;
}

.slide-08-sim-dots {
    display: inline-flex;
    gap: 5px;
}

.slide-08-sim-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.46);
}

.slide-08-sim-dots span:nth-child(1) { background: #ff5f56; }
.slide-08-sim-dots span:nth-child(2) { background: #ffbd2e; }
.slide-08-sim-dots span:nth-child(3) { background: #27c93f; }

.slide-08-sim-title {
    font-size: 7px;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* 1. 开发环境 - Development Environment UI */
.slide-08-dev-ui {
    flex: 1;
    display: flex;
    gap: 6px;
    background: #1e1e1e;
    border-radius: 6px;
    padding: 6px;
    overflow: hidden;
    color: #d4d4d4;
    font-family: monospace;
}

.slide-08-dev-sidebar {
    width: 50px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-right: 1px solid #333;
    padding-right: 4px;
}

.slide-08-dev-sidebar span {
    font-size: 6px;
    padding: 2px;
    color: #858585;
}

.slide-08-dev-sidebar span.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.slide-08-dev-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.slide-08-dev-tabs {
    display: flex;
    gap: 2px;
    margin-bottom: 6px;
    background: #252526;
    padding: 2px;
}

.slide-08-dev-tabs span {
    font-size: 7px;
    padding: 2px 6px;
    color: #969696;
    background: #2d2d2d;
    border-radius: 3px;
}

.slide-08-dev-tabs span.active {
    color: #569cd6;
    background: #1e1e1e;
}

.slide-08-dev-code {
    flex: 1;
    font-size: 7px;
    line-height: 1.4;
}

.hl-keyword { color: #c586c0; }
.hl-name { color: #dcdcaa; }
.hl-class { color: #4ec9b0; }
.hl-comment { color: #6a9955; font-style: italic; }
.hl-var { color: #9cdcfe; }
.hl-string { color: #ce9178; }
.indent { padding-left: 12px; }

.slide-08-dev-statusbar {
    display: flex;
    justify-content: space-between;
    font-size: 6px;
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
}

.ssh-badge { font-weight: bold; }

/* 2. 推理服务 - Inference UI */
.slide-08-inference-ui {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.slide-08-inf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inf-title { font-size: 10px; font-weight: 800; color: #0F172A; }
.inf-status { 
    font-size: 7px; 
    color: #10B981; 
    background: rgba(16, 185, 129, 0.1); 
    padding: 2px 6px; 
    border-radius: 999px; 
    display: flex; 
    align-items: center; 
    gap: 3px;
}

.pulse { width: 4px; height: 4px; background: #10B981; border-radius: 50%; box-shadow: 0 0 4px #10B981; }

.slide-08-inf-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.inf-stat {
    background: #f8fafc;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
}

.inf-stat strong { font-size: 11px; color: #0f172a; }
.inf-stat span { font-size: 6px; color: #64748b; text-transform: uppercase; }

.slide-08-inf-chart {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.slide-08-inf-chart span { font-size: 7px; color: #64748b; }
.inf-bars { flex: 1; display: flex; align-items: flex-end; gap: 2px; }
.inf-bars i { flex: 1; background: linear-gradient(180deg, #3b82f6, #93c5fd); border-radius: 2px 2px 0 0; }

.slide-08-inf-endpoint {
    font-size: 6px;
    background: #f1f5f9;
    padding: 3px;
    border-radius: 3px;
    color: #475569;
    font-family: monospace;
}

/* 3. 虚拟化桌面 - Desktop UI */
.slide-08-desktop-ui {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: -10px; /* offset sim-window padding */
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: url('../../assets/images/windows-bg-placeholder.jpg') no-repeat center center / cover, linear-gradient(135deg, #1E3A8A 0%, #0F172A 100%);
}

.slide-08-desktop-wallpaper {
    flex: 1;
    position: relative;
    padding: 8px;
}

.desktop-icons { display: flex; flex-direction: column; gap: 6px; width: 30px; }
.d-icon { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 6px; color: white; text-shadow: 0 1px 2px black; cursor: pointer; }

.desktop-app-window {
    position: absolute;
    top: 15px;
    left: 40px;
    right: 15px;
    bottom: 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.app-titlebar {
    background: #f1f5f9;
    padding: 4px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 7px;
    font-weight: 600;
    color: #334155;
    border-bottom: 1px solid #e2e8f0;
}

.app-controls { display: flex; gap: 3px; }
.app-controls span { width: 6px; height: 6px; border-radius: 50%; background: #cbd5e1; }

.app-content { padding: 6px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.gpu-box { font-size: 7px; font-family: monospace; color: #0f172a; background: #f8fafc; padding: 3px; border: 1px solid #e2e8f0; border-radius: 3px; }
.gpu-box span { color: #10b981; }

.slide-08-desktop-taskbar {
    height: 18px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 8px;
    position: relative;
}

.tb-start { font-size: 10px; color: #60a5fa; cursor: pointer; }
.tb-icon { font-size: 8px; color: white; padding: 2px; border-radius: 3px; opacity: 0.8; }
.tb-icon.active { opacity: 1; background: rgba(255, 255, 255, 0.15); box-shadow: inset 0 -2px 0 #60a5fa; }
.tb-time { position: absolute; right: 8px; font-size: 6px; color: white; }

/* 4. 实验数据 - Experiment UI */
.slide-08-exp-ui {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* 4. 应用市场 - Marketplace UI */
.slide-08-market-ui {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* 搜索栏 */
.mkt-search-bar {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 6px;
    border-radius: 4px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.mkt-search-ico {
    width: 8px;
    height: 8px;
    border: 1.5px solid #94a3b8;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}
.mkt-search-ico::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 4px;
    height: 1.5px;
    background: #94a3b8;
    transform: rotate(45deg);
    border-radius: 1px;
}

.mkt-search-text {
    font-size: 6px;
    color: #94a3b8;
    font-family: monospace;
}

/* 分类 Chips */
.mkt-chips {
    display: flex;
    gap: 3px;
}

.mkt-chip {
    padding: 2px 5px;
    border-radius: 999px;
    font-size: 5.5px;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    line-height: 1.2;
}

.mkt-chip.active {
    background: linear-gradient(135deg, #1e60f8, #3b82f6);
    color: #fff;
    border-color: #1e60f8;
}

/* 指标行 */
.mkt-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
}

.mkt-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 3px 2px;
    border-radius: 4px;
    background: linear-gradient(180deg, #f0f4ff 0%, #eef2ff 100%);
    border: 1px solid #dbeafe;
}

.mkt-metric strong {
    font-size: 9px;
    font-weight: 800;
    color: #1e40af;
    line-height: 1;
}

.mkt-metric span {
    font-size: 5px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* 应用卡网格 */
.mkt-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 2px;
}

.mkt-app {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 2px 3px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.15s;
}

.mkt-app:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.mkt-app-icon {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}

.mkt-app-icon.blue   { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.mkt-app-icon.cyan   { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.mkt-app-icon.purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.mkt-app-icon.green  { background: linear-gradient(135deg, #10b981, #047857); }
.mkt-app-icon.slate  { background: linear-gradient(135deg, #64748b, #475569); }
.mkt-app-icon.amber  { background: linear-gradient(135deg, #f59e0b, #d97706); }
.mkt-app-icon.rose   { background: linear-gradient(135deg, #f43f5e, #be123c); }
.mkt-app-icon.indigo { background: linear-gradient(135deg, #6366f1, #4338ca); }
.mkt-app-icon.teal   { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.mkt-app-icon.orange { background: linear-gradient(135deg, #f97316, #c2410c); }
.mkt-app-icon.sky    { background: linear-gradient(135deg, #0ea5e9, #0369a1); }
.mkt-app-icon.lime   { background: linear-gradient(135deg, #84cc16, #4d7c0f); }

.mkt-app-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    overflow: hidden;
}

.mkt-app-info strong {
    font-size: 6px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mkt-app-info span {
    font-size: 5.5px;
    color: #94a3b8;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* 底部状态栏 */
.mkt-statusbar {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin-top: auto;
    padding-top: 3px;
    border-top: 1px solid #e2e8f0;
    font-size: 5px;
    color: #94a3b8;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.exp-progress {
    background: white;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.exp-text { display: flex; justify-content: space-between; font-size: 8px; color: #475569; margin-bottom: 4px; }
.exp-text strong { color: #0f172a; }
.exp-bar { height: 4px; background: #f1f5f9; border-radius: 2px; overflow: hidden; }
.exp-bar i { display: block; height: 100%; background: linear-gradient(90deg, #3b82f6, #8b5cf6); border-radius: 2px; }

.exp-charts { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.exp-chart-box { background: white; border: 1px solid #e2e8f0; border-radius: 6px; padding: 4px 6px; flex: 1; display: flex; flex-direction: column; }
.chart-top { display: flex; justify-content: space-between; font-size: 8px; color: #64748b; margin-bottom: 2px; }
.chart-top strong { color: #0f172a; font-weight: 700; }
.exp-chart-box svg { flex: 1; width: 100%; height: 26px; }

/* 5. 运行 Metrics - Metrics UI */
.slide-08-metrics-ui {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
}

.metric-card {
    background: #1e293b;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.mc-head { display: flex; flex-direction: column; gap: 2px; }
.mc-head span { font-size: 6px; color: #94a3b8; text-transform: uppercase; }
.mc-head strong { font-size: 10px; color: white; }

.mc-graph { height: 4px; background: #0f172a; border-radius: 2px; margin-top: 4px; overflow: hidden; }
.mc-fill { height: 100%; border-radius: 2px; }
.mc-fill.green { background: #10b981; }
.mc-fill.blue { background: #3b82f6; }
.mc-fill.yellow { background: #f59e0b; }
.mc-fill.red { background: #ef4444; }

/* 6. 持久化数据管理 - Storage UI */
.slide-08-storage-ui {
    flex: 1;
    display: flex;
    gap: 6px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.storage-sidebar {
    width: 55px;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 6px 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.storage-sidebar span {
    font-size: 7px;
    color: #475569;
    padding: 3px 4px;
    border-radius: 3px;
    font-weight: 600;
}

.storage-sidebar span.active { background: #e0f2fe; color: #1d4ed8; }

.storage-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6px;
}

.storage-path { font-size: 7px; color: #64748b; font-family: monospace; margin-bottom: 6px; padding-bottom: 4px; border-bottom: 1px solid #f1f5f9; }

.storage-list { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.s-item { display: flex; justify-content: space-between; font-size: 7px; padding: 3px; border-radius: 3px; }
.s-item:hover { background: #f1f5f9; }
.s-item span { color: #334155; }
.s-item em { color: #94a3b8; font-style: normal; }

.storage-quota { margin-top: auto; background: #f8fafc; padding: 4px; border-radius: 4px; }
.sq-text { font-size: 6px; color: #64748b; margin-bottom: 2px; text-align: right; }
.sq-bar { height: 3px; background: #e2e8f0; border-radius: 1px; }
.sq-bar i { display: block; height: 100%; background: #10b981; border-radius: 1px; }

.sim-dev-env {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.95)),
        linear-gradient(135deg, rgba(30, 96, 248, 0.07), rgba(59, 130, 246, 0.04));
}

.sim-inference-service {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 250, 0.95)),
        linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(30, 96, 248, 0.04));
}

.sim-desktop {
    background:
        linear-gradient(180deg, rgba(248, 250, 255, 0.98), rgba(237, 242, 255, 0.95)),
        linear-gradient(135deg, rgba(67, 56, 202, 0.06), rgba(30, 96, 248, 0.04));
}

.sim-experiment {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 255, 0.95)),
        linear-gradient(135deg, rgba(99, 102, 241, 0.06), rgba(16, 185, 129, 0.04));
}

.sim-market {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.95)),
        linear-gradient(135deg, rgba(30, 96, 248, 0.08), rgba(245, 158, 11, 0.05));
}

.sim-metrics {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 255, 0.95)),
        linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(30, 96, 248, 0.04));
}

.sim-storage {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 252, 247, 0.95)),
        linear-gradient(135deg, rgba(16, 185, 129, 0.06), rgba(148, 163, 184, 0.05));
}

.slide-08-gallery-item figcaption {
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    color: #0F172A;
}

.slide-08-footer {
    margin-top: 12px;
    padding: 14px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1E60F8 0%, #0F172A 100%);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.75s ease 0.84s, transform 0.75s ease 0.84s;
}

.slide-08-capabilities {
    transition-delay: 0.34s;
}

.slide-08-gallery-card {
    transition-delay: 0.46s;
}

#slide-8.active .slide-08-header,
#slide-8.active .slide-08-capabilities,
#slide-8.active .slide-08-gallery-card,
#slide-8.active .slide-08-footer {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}
