/* ===== base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #0a0e12;
    --secondary: #131a20;
    --accent: #00ffa3;
    --gold: #ff8a00;
    --light: #f0f0f0;
    --gray: #888;
    --radius: 16px;
    --shadow: 0 8px 32px rgba(0,0,0,0.18);
    --font: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    --transition: 0.3s cubic-bezier(.4,0,.2,1);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: #fafafa; color: #222; line-height: 1.7; font-size: 16px; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
img { display: block; max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.sec { padding: 70px 0; }
.alt { background: #f5f7fa; }
.tc { text-align: center; }
.sec-title { font-size: 32px; font-weight: 700; color: var(--primary); margin-bottom: 12px; line-height: 1.3; }
.sec-title span { color: var(--accent); }
.sec-sub { color: #666; max-width: 680px; margin-bottom: 40px; }
.tc .sec-sub { margin-left: auto; margin-right: auto; }

/* ===== breadcrumb ===== */
.bc { background: #f5f5f5; padding: 10px 0; font-size: 13px; color: #666; }
.bc a { color: #666; }
.bc a:hover { color: var(--accent); }
.bc .bc-sep { margin: 0 8px; color: #bbb; }

/* ===== friend links ===== */
.flinks { background: #f7f8fa; padding: 32px 0; border-top: 1px solid #e8ecf2; }
.flinks .fl-title { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 14px; }
.flinks ul { list-style: none; display: flex; flex-wrap: wrap; gap: 9px 24px; }
.flinks a { color: #666; font-size: 13px; }
.flinks a:hover { color: var(--accent); }
.flinks.g2 ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; }
.flinks.g2 a { position: relative; padding-left: 13px; }
.flinks.g2 a::before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }
.flinks.col ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 11px 22px; }
.flinks.col a { display: block; padding: 7px 12px; background: #fff; border-radius: calc(var(--radius) - 4px); border: 1px solid #e8ecf2; }
.flinks.col a:hover { border-color: var(--accent); }
@media (max-width: 768px) {
    .flinks.g2 ul, .flinks.col ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ===== modal ===== */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); display: flex; align-items: center; justify-content: center; z-index: 2000; opacity: 0; pointer-events: none; transition: opacity var(--transition); padding: 20px; }
.modal-overlay.active { opacity: 1; pointer-events: auto; }
.modal-box { background: #fff; border-radius: var(--radius); max-width: 560px; width: 100%; padding: 30px; position: relative; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border: none; background: #f0f0f0; border-radius: 50%; cursor: pointer; font-size: 18px; line-height: 1; color: #444; }
.modal-box h2 { font-size: 24px; margin-bottom: 8px; color: var(--primary); }
.modal-box .m-year { color: #888; margin-bottom: 16px; }
.modal-box .m-desc { color: #555; line-height: 1.8; margin-bottom: 16px; }
.modal-box .m-meta { color: var(--accent); font-size: 14px; font-weight: 600; }

/* ===== demo -> detail links (works cards / faq questions become real anchors) ===== */
a.wk1-btn { display: inline-block; text-align: center; }
.fq1-link { color: inherit; }
.fq1-link:hover { color: var(--accent); }

.nv6-bar { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.1); }
.nv6-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 62px; flex-wrap: wrap; }
.nv6-toggle { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.nv6-logo { display: flex; align-items: center; gap: 9px; color: var(--primary); text-decoration: none; white-space: nowrap; }
.nv6-ico { font-size: 22px; line-height: 1; }
.nv6-kw { font-size: 20px; font-weight: 800; letter-spacing: 1px; }
.nv6-kw em { font-style: normal; color: var(--accent); }
.nv6-brand { font-size: 12px; color: var(--gray); padding-left: 9px; border-left: 1px solid rgba(0,0,0,0.14); }
.nv6-burger { display: none; }
.nv6-drawer { display: block; }
.nv6-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.nv6-menu a { display: block; padding: 8px 14px; font-size: 14px; color: #3d3d3d; border-radius: var(--radius); text-decoration: none; }
.nv6-menu a:hover { background: var(--light); color: var(--accent); }
@media (max-width:768px) {
    .nv6-burger { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 42px; height: 42px; border: 1px solid rgba(0,0,0,0.16); border-radius: var(--radius); cursor: pointer; }
    .nv6-burger span { display: block; width: 20px; height: 2px; background: var(--primary); transition: transform 0.28s ease, opacity 0.28s ease; }
    .nv6-drawer { order: 9; width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
    .nv6-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .nv6-menu a { padding: 12px 4px; font-size: 14px; border-bottom: 1px solid rgba(0,0,0,0.07); border-radius: 0; }
    .nv6-toggle:checked ~ .nv6-drawer { max-height: 460px; }
    .nv6-toggle:checked ~ .nv6-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nv6-toggle:checked ~ .nv6-burger span:nth-child(2) { opacity: 0; }
    .nv6-toggle:checked ~ .nv6-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nv6-ico { font-size: 19px; }
    .nv6-kw { font-size: 18px; }
    .nv6-brand { font-size: 11px; padding-left: 8px; }
}
.hr8-hero {
    padding: 74px 0 84px;
    background: linear-gradient(180deg, #ffffff 0%, var(--light) 100%);
}
.hr8-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 34px;
}
.hr8-title {
    max-width: 560px;
    color: var(--primary);
    font-size: 42px;
    font-weight: 800;
    line-height: 1.24;
}
.hr8-title span {
    color: var(--accent);
}
.hr8-desc {
    max-width: 460px;
    padding-bottom: 6px;
    color: #555;
    font-size: 15px;
    line-height: 1.85;
}
.hr8-cover {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius);
    background: var(--primary);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.hr8-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hr8-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.05) 42%, rgba(0,0,0,0.74) 100%);
}
.hr8-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin: -46px 0 0 -46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    transition: transform 0.3s ease, background 0.3s ease;
}
.hr8-play::after {
    content: '';
    position: absolute;
    inset: -14px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}
.hr8-play span {
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 26px solid var(--accent);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.hr8-play:hover {
    transform: scale(1.08);
    background: #fff;
}
.hr8-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 28px;
}
.hr8-genre {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}
.hr8-cta {
    padding-bottom: 3px;
    border-bottom: 2px solid var(--gold);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.hr8-cta:hover {
    color: var(--gold);
}
@media (max-width: 768px) {
    .hr8-hero {
        padding: 46px 0 52px;
    }
    .hr8-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 22px;
    }
    .hr8-title {
        font-size: 26px;
    }
    .hr8-desc {
        font-size: 14px;
        line-height: 1.72;
        padding-bottom: 0;
    }
    .hr8-cover {
        aspect-ratio: 16 / 10;
    }
    .hr8-play {
        width: 62px;
        height: 62px;
        margin: -31px 0 0 -31px;
    }
    .hr8-play::after {
        inset: -10px;
    }
    .hr8-play span {
        margin-left: 6px;
        border-left-width: 18px;
        border-top-width: 11px;
        border-bottom-width: 11px;
    }
    .hr8-cap {
        padding: 14px 16px;
    }
    .hr8-genre {
        padding: 5px 12px;
        font-size: 12px;
    }
    .hr8-cta {
        font-size: 13px;
    }
}
.it4-head { margin-bottom: 34px; }
.it4-head .sec-sub { margin-bottom: 0; }
.it4-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.it4-card { padding: 30px 32px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.it4-card p { color: #555; line-height: 1.9; font-size: 15px; margin-bottom: 14px; }
.it4-card p:last-child { margin-bottom: 0; }
.it4-card p strong { color: var(--primary); }
.it4-card-wide { grid-column: span 2; }
.it4-card-data { display: flex; flex-direction: column; justify-content: center; gap: 18px; background: var(--primary); }
.it4-metric { display: flex; align-items: baseline; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.it4-metric:last-child { padding-bottom: 0; border-bottom: 0; }
.it4-mnum { font-size: 30px; line-height: 1; font-weight: 800; color: #fff; }
.it4-mlbl { font-size: 13px; color: rgba(255, 255, 255, .72); }
@media (max-width: 768px) {
    .it4-grid { grid-template-columns: 1fr; gap: 16px; }
    .it4-card { padding: 22px 20px; }
    .it4-card-wide { grid-column: span 1; }
    .it4-card-data { gap: 14px; }
    .it4-mnum { font-size: 24px; }
}
.wk10-zig {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.wk10-zig .wk1-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wk10-zig .wk1-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(15,23,42,0.17);
}
.wk10-zig .wk1-thumb {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    min-height: 272px;
    overflow: hidden;
    background: var(--light);
}
.wk10-zig .wk1-item:nth-child(even) .wk1-thumb {
    grid-column: 2;
    grid-row: 1;
}
.wk10-zig .wk1-thumb img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.wk10-zig .wk1-item:hover .wk1-thumb img {
    transform: scale(1.05);
}
.wk10-zig .wk1-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.wk10-zig .wk1-idx {
    position: absolute;
    left: 18px;
    bottom: 12px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    opacity: 0.82;
}
.wk10-zig .wk1-info {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 40px;
    background: #fff;
}
.wk10-zig .wk1-item:nth-child(even) .wk1-info {
    grid-column: 1;
    grid-row: 1;
}
.wk10-zig .wk1-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.wk10-zig .wk1-title {
    margin: 0;
    color: var(--primary);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.36;
}
.wk10-zig .wk1-tag {
    flex: none;
    padding: 3px 13px;
    border-radius: 999px;
    background: var(--light);
    color: var(--secondary);
    font-size: 12px;
}
.wk10-zig .wk1-meta {
    margin-top: 10px;
    padding-left: 14px;
    border-left: 3px solid var(--gold);
    color: var(--gray);
    font-size: 13px;
    line-height: 1.6;
}
.wk10-zig .wk1-desc {
    margin: 14px 0 20px;
    color: var(--gray);
    font-size: 14px;
    line-height: 1.85;
}
.wk10-zig .wk1-btn {
    align-self: flex-start;
    padding: 10px 28px;
    border: 1px solid var(--primary);
    border-radius: 999px;
    background: transparent;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}
.wk10-zig .wk1-btn:hover {
    background: var(--primary);
    color: #fff;
}
@media (max-width: 768px) {
    .wk10-zig {
        gap: 18px;
    }
    .wk10-zig .wk1-item {
        grid-template-columns: minmax(0, 1fr);
    }
    .wk10-zig .wk1-thumb {
        grid-column: 1;
        grid-row: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
    .wk10-zig .wk1-item:nth-child(even) .wk1-thumb {
        grid-column: 1;
        grid-row: auto;
    }
    .wk10-zig .wk1-info {
        grid-column: 1;
        grid-row: auto;
        padding: 18px;
    }
    .wk10-zig .wk1-item:nth-child(even) .wk1-info {
        grid-column: 1;
        grid-row: auto;
    }
    .wk10-zig .wk1-badge {
        top: 10px;
        left: 10px;
        padding: 4px 11px;
    }
    .wk10-zig .wk1-idx {
        left: 12px;
        bottom: 8px;
        font-size: 22px;
    }
    .wk10-zig .wk1-title {
        font-size: 17px;
    }
    .wk10-zig .wk1-meta {
        margin-top: 8px;
        font-size: 12px;
    }
    .wk10-zig .wk1-desc {
        margin: 10px 0 14px;
        font-size: 13px;
        line-height: 1.75;
    }
    .wk10-zig .wk1-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
}
.ad1-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ad1-grid > .ad1-item{position:relative;background:#fff;border:1px solid #e8ecf2;border-radius:var(--radius);box-shadow:var(--shadow);padding:32px 22px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.ad1-grid > .ad1-item:hover{transform:translateY(-6px);box-shadow:0 16px 34px rgba(0,0,0,.1);border-color:var(--accent)}
.ad1-grid .ad1-toggle{display:none}
.ad1-grid .ad1-num{display:none}
.ad1-grid .ad1-label{display:inline;cursor:inherit}
.ad1-grid .ad1-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:16px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1}
.ad1-grid .ad1-title{font-size:17px;font-weight:700;color:var(--primary);margin:0 0 9px;line-height:1.4}
.ad1-grid .ad1-desc{font-size:14px;line-height:1.75;color:#666;margin:0}
@media (max-width:768px){
  .ad1-grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .ad1-grid > .ad1-item{padding:22px 14px}
  .ad1-grid .ad1-icon{width:46px;height:46px;font-size:20px;border-radius:13px;margin-bottom:12px}
  .ad1-grid .ad1-title{font-size:15px;margin-bottom:7px}
  .ad1-grid .ad1-desc{font-size:13px;line-height:1.7}
}
.nw8-tags { border-top:1px solid #e8ecf2 }
.nw8-tags .nw1-item { display:flex; align-items:center; gap:16px; padding:16px 6px; border-bottom:1px solid #e8ecf2; text-decoration:none; transition:padding .25s ease, background .25s ease, border-color .25s ease }
.nw8-tags .nw1-item::before { content:"动态"; order:1; flex:none; width:58px; padding:3px 0; border:1px solid var(--accent); border-radius:6px; text-align:center; font-size:12px; line-height:1.6; font-weight:600; color:var(--accent); transition:background .25s ease, color .25s ease, border-color .25s ease }
.nw8-tags .nw1-item:nth-child(3n+2)::before { content:"榜单"; border-color:var(--primary); color:var(--primary) }
.nw8-tags .nw1-item:nth-child(3n)::before { content:"合作"; border-color:var(--gold); color:var(--gold) }
.nw8-tags .nw1-title { order:2; flex:1; min-width:0; font-size:16px; line-height:1.5; font-weight:600; color:var(--primary); transition:color .25s ease }
.nw8-tags .nw1-date { order:3; flex:none; font-size:12px; letter-spacing:.5px; color:var(--gray); transition:color .25s ease }
.nw8-tags .nw1-idx { order:4; flex:none; min-width:20px; text-align:right; font-size:12px; line-height:1.6; color:#c9d2dd; transition:color .25s ease }
.nw8-tags .nw1-item:hover { padding-left:14px; background:#f7f9fc; border-bottom-color:var(--accent) }
.nw8-tags .nw1-item:hover::before { background:var(--accent); border-color:var(--accent); color:#fff }
.nw8-tags .nw1-item:hover .nw1-title { color:var(--accent) }
.nw8-tags .nw1-item:hover .nw1-date { color:var(--primary) }
.nw8-tags .nw1-item:hover .nw1-idx { color:var(--accent) }
@media (max-width:768px) {
    .nw8-tags .nw1-item { flex-wrap:wrap; gap:6px 10px; padding:13px 4px }
    .nw8-tags .nw1-item::before { width:52px; padding:2px 0; font-size:11px }
    .nw8-tags .nw1-title { order:4; flex:1 1 100%; font-size:14px; line-height:1.55 }
    .nw8-tags .nw1-date { order:2; margin-left:auto; font-size:11px }
    .nw8-tags .nw1-idx { order:3; font-size:11px }
    .nw8-tags .nw1-item:hover { padding-left:8px }
}
.faq6-deck { display: flex; flex-direction: column; gap: 16px; max-width: 900px; margin: 0 auto; }
.faq6-deck .fq1-item { position: relative; border-left: 4px solid transparent; border-radius: 20px; background: #fff; box-shadow: 0 4px 18px rgba(0, 0, 0, .06); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.faq6-deck .fq1-item:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 0, 0, .1); }
.faq6-deck .fq1-item.open { border-left-color: var(--accent); box-shadow: 0 14px 32px rgba(0, 0, 0, .12); }
.faq6-deck .fq1-q { display: flex; align-items: center; gap: 14px; padding: 20px 22px; font-size: 16px; line-height: 1.6; font-weight: 700; color: var(--primary); cursor: pointer; transition: color .3s ease; }
.faq6-deck .fq1-item.open .fq1-q { color: var(--accent); }
.faq6-deck .fq1-no { flex: none; display: block; width: 34px; height: 34px; border-radius: 12px; background: var(--light); color: var(--gray); font-size: 13px; font-weight: 700; line-height: 34px; text-align: center; transition: background .3s ease, color .3s ease; }
.faq6-deck .fq1-item.open .fq1-no { background: var(--accent); color: #fff; }
.faq6-deck .fq1-q::after { content: "+"; flex: none; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-left: auto; border-radius: 50%; background: var(--primary); color: #fff; font-size: 18px; line-height: 1; transition: background .3s ease, transform .3s ease; }
.faq6-deck .fq1-item.open .fq1-q::after { background: var(--accent); transform: rotate(45deg); }
.faq6-deck .fq1-a { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.faq6-deck .fq1-item.open .fq1-a { max-height: 480px; }
.faq6-deck .fq1-a-in { margin: 0 22px; padding: 14px 0 20px 48px; border-top: 1px solid rgba(0, 0, 0, .07); font-size: 14px; line-height: 1.9; color: var(--gray); }
@media (max-width: 768px) {
    .faq6-deck { gap: 12px; }
    .faq6-deck .fq1-item { border-radius: 14px; }
    .faq6-deck .fq1-q { gap: 10px; padding: 15px 16px; font-size: 15px; }
    .faq6-deck .fq1-no { width: 28px; height: 28px; border-radius: 9px; font-size: 12px; line-height: 28px; }
    .faq6-deck .fq1-q::after { width: 24px; height: 24px; font-size: 16px; }
    .faq6-deck .fq1-item.open .fq1-a { max-height: 640px; }
    .faq6-deck .fq1-a-in { margin: 0 16px; padding: 12px 0 16px; font-size: 13px; }
}
.cm8-flow { position:relative; padding-left:6px }
.cm8-flow::before { content:""; position:absolute; top:8px; bottom:8px; left:32px; width:2px; background:linear-gradient(180deg,var(--accent),rgba(15,23,42,.06)) }
.cm8-flow .cm1-item { position:relative; padding:0 0 30px 84px; min-height:64px }
.cm8-flow .cm1-item:last-child { padding-bottom:0 }
.cm8-flow .cm1-head { position:absolute; left:0; top:0; display:flex; flex-direction:column; align-items:center; gap:6px; width:64px }
.cm8-flow .cm1-av { width:46px; height:46px; border-radius:50%; object-fit:cover; background:var(--light); border:3px solid #fff; box-shadow:0 4px 12px rgba(15,23,42,.16) }
.cm8-flow .cm1-who { display:flex; flex-direction:column; align-items:center; gap:1px; width:100% }
.cm8-flow .cm1-name { font-size:11px; font-weight:600; line-height:1.35; text-align:center; color:var(--primary); word-break:break-all }
.cm8-flow .cm1-date { font-size:11px; color:var(--gray); white-space:nowrap }
.cm8-flow .cm1-text { margin:0; padding:16px 20px; background:#fff; border:1px solid #e8ecf2; border-left:3px solid var(--accent); border-radius:0 var(--radius) var(--radius) 0; box-shadow:var(--shadow); font-size:14px; line-height:1.85; color:#4b5563 }
.cm8-flow .cm1-item:nth-child(even) .cm1-text { border-left-color:var(--secondary) }
.cm8-flow .cm1-idx { display:none }
.cm8-flow .cm1-initial { position:absolute; right:16px; bottom:10px; font-size:44px; font-weight:700; line-height:1; color:var(--light); pointer-events:none }
@media (max-width:768px) {
    .cm8-flow { padding-left:0 }
    .cm8-flow::before { left:22px }
    .cm8-flow .cm1-item { padding:0 0 22px 58px }
    .cm8-flow .cm1-head { width:46px; gap:4px }
    .cm8-flow .cm1-av { width:36px; height:36px; border-width:2px }
    .cm8-flow .cm1-name { font-size:10px }
    .cm8-flow .cm1-date { font-size:10px }
    .cm8-flow .cm1-text { padding:12px 14px; font-size:13px; line-height:1.75 }
    .cm8-flow .cm1-initial { font-size:30px; right:12px; bottom:8px }
}
.ft1-foot { background: var(--primary); border-top: 3px solid var(--accent); padding: 22px 0; }
.ft1-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ft1-logo { display: flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; flex-shrink: 0; }
.ft1-ico { font-size: 18px; line-height: 1; }
.ft1-kw { font-size: 17px; font-weight: 800; letter-spacing: 1px; white-space: nowrap; }
.ft1-kw em { font-style: normal; color: var(--gold); }
.ft1-brand { font-size: 11px; color: rgba(255,255,255,0.5); padding-left: 8px; border-left: 1px solid rgba(255,255,255,0.22); white-space: nowrap; }
.ft1-line { font-size: 13px; color: rgba(255,255,255,0.72); text-align: right; }
.ft1-dom { display: block; margin-top: 3px; font-size: 12px; color: rgba(255,255,255,0.44); letter-spacing: 1px; }
@media (max-width:768px) {
    .ft1-foot { padding: 18px 0; }
    .ft1-inner { flex-direction: column; justify-content: center; gap: 10px; }
    .ft1-ico { font-size: 16px; }
    .ft1-kw { font-size: 15px; }
    .ft1-brand { font-size: 10px; }
    .ft1-line { font-size: 12px; text-align: center; }
    .ft1-dom { font-size: 11px; }
}


@media (max-width: 768px) {
    .sec { padding: 50px 0; }
    .sec-title { font-size: 26px; }
}
