/* ===== base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #2a2522;
    --secondary: #3f3833;
    --accent: #c1666b;
    --gold: #e0c097;
    --light: #f0f0f0;
    --gray: #888;
    --radius: 8px;
    --shadow: 0 8px 32px rgba(0,0,0,0.18);
    --font: Georgia, "Songti SC", "SimSun", "Times New Roman", 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); }

.nv4-bar { position: sticky; top: 0; z-index: 950; background: #fff; box-shadow: 0 3px 18px rgba(0,0,0,0.09); }
.nv4-bar::before { content: ''; display: block; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.nv4-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; }
.nv4-menu { display: flex; align-items: center; flex-wrap: wrap; list-style: none; }
.nv4-menu a { display: block; position: relative; padding: 12px 14px; font-size: 13px; letter-spacing: 1px; color: #4a4a4a; text-decoration: none; }
.nv4-menu a::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left center; transition: transform 0.25s ease; }
.nv4-menu a:hover { color: var(--primary); }
.nv4-menu a:hover::after { transform: scaleX(1); }
.nv4-logo { display: flex; align-items: center; gap: 8px; color: var(--primary); text-decoration: none; white-space: nowrap; }
.nv4-ico { font-size: 24px; line-height: 1; }
.nv4-kw { font-size: 22px; font-weight: 800; letter-spacing: 2px; }
.nv4-kw em { font-style: normal; color: var(--accent); }
.nv4-brand { font-size: 12px; font-weight: 500; color: var(--gray); padding-left: 9px; border-left: 1px solid rgba(0,0,0,0.14); }
@media (max-width:768px) {
    .nv4-inner { flex-direction: column; gap: 6px; padding: 10px 0; }
    .nv4-logo { order: -1; }
    .nv4-ico { font-size: 21px; }
    .nv4-kw { font-size: 19px; letter-spacing: 1px; }
    .nv4-brand { font-size: 11px; }
    .nv4-menu { justify-content: center; }
    .nv4-menu a { padding: 7px 9px; font-size: 12px; }
    .nv4-menu a::after { left: 9px; right: 9px; bottom: 2px; }
}
.hr13-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 260px;
    padding: 34px 0;
    background: linear-gradient(100deg, var(--primary) 0%, var(--secondary) 62%, var(--accent) 100%);
    color: #fff;
    overflow: hidden;
}
.hr13-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 42%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 68%);
}
.hr13-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}
.hr13-text {
    min-width: 0;
}
.hr13-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: 13px;
    letter-spacing: 4px;
}
.hr13-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1px;
}
.hr13-title span {
    margin-left: 12px;
    color: var(--gold);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 3px;
}
.hr13-desc {
    max-width: 640px;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.65;
}
.hr13-btn {
    flex-shrink: 0;
    padding: 14px 40px;
    border: 2px solid var(--gold);
    border-radius: 999px;
    color: var(--gold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.hr13-btn:hover {
    background: var(--gold);
    color: #1a1a1a;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .hr13-hero {
        min-height: 0;
        padding: 26px 0;
    }
    .hr13-hero::before {
        width: 220px;
        height: 220px;
        top: -60px;
    }
    .hr13-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .hr13-kicker {
        margin-bottom: 6px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .hr13-title {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .hr13-title span {
        display: block;
        margin: 4px 0 0;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .hr13-desc {
        font-size: 13px;
        line-height: 1.6;
    }
    .hr13-btn {
        padding: 11px 26px;
        font-size: 14px;
    }
}
.it7-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 0; align-items: stretch; }
.it7-data { display: flex; flex-direction: column; justify-content: center; padding-right: 44px; border-right: 1px solid rgba(0, 0, 0, .08); }
.it7-data .it1-stat { display: block; padding: 22px 0; background: none; border: 0; border-left: 0; border-radius: 0; border-bottom: 1px dashed rgba(0, 0, 0, .14); }
.it7-data .it1-stat:first-child { padding-top: 0; }
.it7-data .it1-stat:last-child { padding-bottom: 0; border-bottom: 0; }
.it7-data .it1-num { display: block; font-size: 44px; line-height: 1.05; font-weight: 800; color: var(--accent); }
.it7-data .it1-lbl { display: block; margin-top: 6px; font-size: 13px; color: #666; }
.it7-text { padding-left: 46px; }
.it7-text .sec-sub { color: #666; max-width: none; margin-bottom: 20px; }
.it7-text p { color: #555; line-height: 1.95; font-size: 15px; margin-bottom: 14px; }
.it7-text p:last-child { margin-bottom: 0; }
.it7-text p strong { color: var(--primary); }
@media (max-width: 768px) {
    .it7-wrap { grid-template-columns: 1fr; }
    .it7-data { flex-direction: row; flex-wrap: wrap; padding-right: 0; padding-bottom: 22px; border-right: 0; border-bottom: 1px solid rgba(0, 0, 0, .08); }
    .it7-data .it1-stat { flex: 1 1 30%; padding: 0; border-bottom: 0; }
    .it7-data .it1-num { font-size: 26px; }
    .it7-text { padding-left: 0; padding-top: 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;
    }
}
.ad2-nums{counter-reset:ad2no;display:grid;grid-template-columns:repeat(2,1fr);column-gap:46px}
.ad2-nums > .ad1-item{counter-increment:ad2no;position:relative;display:grid;grid-template-columns:auto 1fr;column-gap:20px;row-gap:8px;padding:26px 0;border-top:1px solid #e6eaf0;background:none;border-radius:0;box-shadow:none}
.ad2-nums > .ad1-item:nth-child(1),
.ad2-nums > .ad1-item:nth-child(2){border-top:0}
.ad2-nums .ad1-toggle{display:none}
.ad2-nums .ad1-icon{display:none}
.ad2-nums .ad1-num{grid-column:1;grid-row:1 / span 2;align-self:start;font-size:0;line-height:1;color:var(--accent);font-weight:800}
.ad2-nums .ad1-num::before{content:counter(ad2no,decimal-leading-zero);font-size:54px;line-height:1}
.ad2-nums .ad1-label{display:inline}
.ad2-nums .ad1-title{grid-column:2;grid-row:1;font-size:18px;font-weight:700;color:var(--primary);margin:0;line-height:1.4}
.ad2-nums .ad1-desc{grid-column:2;grid-row:2;font-size:14px;line-height:1.8;color:#666;margin:0}
@media (max-width:768px){
  .ad2-nums{grid-template-columns:1fr;column-gap:0}
  .ad2-nums > .ad1-item{padding:20px 0;column-gap:14px}
  .ad2-nums > .ad1-item:nth-child(2){border-top:1px solid #e6eaf0}
  .ad2-nums .ad1-num::before{font-size:36px}
  .ad2-nums .ad1-title{font-size:16px}
  .ad2-nums .ad1-desc{font-size:13px}
}
.nw3-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px }
.nw3-cards .nw1-item { position:relative; display:flex; flex-direction:column; min-height:190px; overflow:hidden; padding:46px 24px 24px; border:1px solid #e8ecf2; border-top:3px solid var(--primary); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); text-decoration:none; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease }
.nw3-cards .nw1-item:hover { transform:translateY(-6px); border-top-color:var(--accent); box-shadow:0 18px 36px rgba(15,23,42,.16) }
.nw3-cards .nw1-date { position:absolute; top:0; right:0; padding:6px 14px; border-bottom-left-radius:var(--radius); background:var(--primary); color:#fff; font-size:12px; letter-spacing:.5px; transition:background .3s ease }
.nw3-cards .nw1-item:hover .nw1-date { background:var(--accent) }
.nw3-cards .nw1-title { font-size:21px; line-height:1.45; font-weight:700; color:var(--primary); transition:color .3s ease }
.nw3-cards .nw1-item:hover .nw1-title { color:var(--accent) }
.nw3-cards .nw1-idx { margin-top:auto; padding-top:20px; font-size:46px; font-weight:800; line-height:1; color:#eef1f6; letter-spacing:-1px }
@media (max-width:768px) {
    .nw3-cards { grid-template-columns:minmax(0,1fr); gap:14px }
    .nw3-cards .nw1-item { min-height:0; padding:38px 18px 18px }
    .nw3-cards .nw1-date { padding:5px 11px; font-size:11px }
    .nw3-cards .nw1-title { font-size:17px }
    .nw3-cards .nw1-idx { padding-top:14px; font-size:34px }
}
.faq7-flow { max-width: 960px; margin: 0 auto; }
.faq7-flow .fq1-item { position: relative; padding: 24px 0 24px 104px; border-top: 1px solid rgba(0, 0, 0, .1); }
.faq7-flow .fq1-item:last-child { border-bottom: 1px solid rgba(0, 0, 0, .1); }
.faq7-flow .fq1-no { position: absolute; top: 22px; left: 0; display: block; font-size: 40px; line-height: 1; font-weight: 800; letter-spacing: -.02em; color: rgba(0, 0, 0, .12); transition: color .3s ease; }
.faq7-flow .fq1-item.open .fq1-no { color: var(--accent); }
.faq7-flow .fq1-q { position: relative; padding-right: 34px; font-size: 17px; line-height: 1.6; font-weight: 700; color: var(--primary); cursor: pointer; transition: color .3s ease; }
.faq7-flow .fq1-item.open .fq1-q { color: var(--accent); }
.faq7-flow .fq1-q::after { content: "+"; position: absolute; top: -2px; right: 0; color: var(--gray); font-size: 22px; line-height: 1.3; transition: transform .3s ease, color .3s ease; }
.faq7-flow .fq1-item.open .fq1-q::after { color: var(--accent); transform: rotate(45deg); }
.faq7-flow .fq1-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq7-flow .fq1-item.open .fq1-a { max-height: 440px; }
.faq7-flow .fq1-a-in { margin: 14px 34px 2px 0; padding: 16px 20px; border-radius: var(--radius); background: var(--light); font-size: 14px; line-height: 1.9; color: var(--gray); }
@media (max-width: 768px) {
    .faq7-flow .fq1-item { padding: 18px 0 18px 62px; }
    .faq7-flow .fq1-no { top: 16px; font-size: 28px; }
    .faq7-flow .fq1-q { padding-right: 26px; font-size: 15px; }
    .faq7-flow .fq1-q::after { font-size: 20px; }
    .faq7-flow .fq1-item.open .fq1-a { max-height: 620px; }
    .faq7-flow .fq1-a-in { margin: 10px 26px 2px 0; padding: 12px 14px; 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 }
}
.ft2-foot { background: #101319; padding: 48px 0 42px; }
.ft2-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 34px; }
.ft2-logo { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; }
.ft2-ico { font-size: 20px; line-height: 1; }
.ft2-kw { font-size: 19px; font-weight: 800; letter-spacing: 1px; }
.ft2-kw em { font-style: normal; color: var(--gold); }
.ft2-brand { font-size: 11px; color: rgba(255,255,255,0.42); padding-left: 8px; border-left: 1px solid rgba(255,255,255,0.18); white-space: nowrap; }
.ft2-line { margin-top: 15px; font-size: 13px; line-height: 1.95; color: rgba(255,255,255,0.6); }
.ft2-h { margin-bottom: 15px; font-size: 14px; font-weight: 700; color: #fff; letter-spacing: 1px; }
.ft2-h::after { content: ''; display: block; width: 26px; height: 2px; margin-top: 8px; background: var(--accent); }
.ft2-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; list-style: none; }
.ft2-menu a { font-size: 13px; color: rgba(255,255,255,0.66); text-decoration: none; }
.ft2-menu a:hover { color: var(--gold); }
.ft2-info { list-style: none; font-size: 13px; }
.ft2-info li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; color: rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.12); }
.ft2-info li:last-child { border-bottom: none; }
.ft2-info b { font-weight: 600; color: #fff; }
.ft2-dom { font-weight: 600; color: var(--gold); }
@media (max-width:768px) {
    .ft2-foot { padding: 30px 0 26px; }
    .ft2-grid { grid-template-columns: 1fr; gap: 26px; }
    .ft2-ico { font-size: 18px; }
    .ft2-kw { font-size: 17px; }
    .ft2-brand { font-size: 10px; }
    .ft2-line { margin-top: 11px; font-size: 12px; }
    .ft2-h { margin-bottom: 11px; font-size: 13px; }
    .ft2-menu { gap: 8px 12px; }
    .ft2-menu a { font-size: 12px; }
    .ft2-info { font-size: 12px; }
    .ft2-info li { padding: 7px 0; }
}


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