/* 泰剧兔app tjtapp · 深夜暖场 Soft Night Lounge（图集色柔化：深夜蓝灰+珊瑚红+香槟金，大圆角毛玻璃软光晕） */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #232a3d;
    background: #f3f5fa;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ol, ul { list-style: none; }
.qv2w { width: 1200px; margin: 0 auto; }
.tt6 { font-size: 18.5px; font-weight: 800; }
.ds5 { font-size: 14.5px; color: #6a7690; }
.light5 { color: #97a2bd; }
.light-tt { color: #f0f3fa; }
.lk4 { color: #ff7d72; font-weight: 800; border-bottom: 2px solid rgba(255,109,98,.45); border-radius: 2px; }

/* 柔和光晕通用 */
.glow { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.glow-a { width: 460px; height: 460px; right: -120px; top: -80px; background: radial-gradient(circle, rgba(255,90,77,.28), transparent 68%); }
.glow-b { width: 380px; height: 380px; left: -140px; bottom: -120px; background: radial-gradient(circle, rgba(233,205,136,.16), transparent 68%); }
.glow-c { width: 420px; height: 420px; left: 50%; top: -160px; transform: translateX(-50%); background: radial-gradient(circle, rgba(255,90,77,.18), transparent 68%); }
.glow-d { width: 520px; height: 520px; right: -160px; bottom: -200px; background: radial-gradient(circle, rgba(255,90,77,.3), transparent 68%); }

/* ===== 头部：毛玻璃胶囊 ===== */
.hd7q {
    position: fixed; top: 0; left: 0; right: 0; z-index: 90;
    transition: background .3s, box-shadow .3s, backdrop-filter .3s;
}
.hd7q.sld {
    background: rgba(28,34,51,.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 12px 34px -12px rgba(10,14,28,.55);
}
.hd-row { display: flex; align-items: center; height: 82px; }
.lk3v img { width: 46px; height: 46px; object-fit: contain; background: rgba(255,255,255,.96); border-radius: 14px; padding: 7px; box-shadow: 0 8px 20px -10px rgba(8,11,22,.5); }
.nv9z { display: flex; gap: 6px; margin-left: 46px; }
.nv9z a {
    font-size: 15.5px; font-weight: 600; color: rgba(238,241,248,.78);
    padding: 8px 17px; border-radius: 999px;
    transition: color .22s, background .22s;
}
.nv9z a:hover { color: #fff; background: rgba(255,255,255,.12); }
.hd-act { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.dl8k {
    background: linear-gradient(135deg, #ff6a5e, #ff3d2e);
    color: #fff; font-weight: 800; font-size: 15px;
    padding: 12px 26px; border-radius: 999px;
    box-shadow: 0 10px 24px -6px rgba(255,61,46,.6), inset 0 1px 0 rgba(255,255,255,.35);
    transition: transform .18s, box-shadow .18s;
}
.dl8k:hover { transform: translateY(-2px); box-shadow: 0 15px 30px -6px rgba(255,61,46,.7), inset 0 1px 0 rgba(255,255,255,.35); }
.mb4r {
    display: none; width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.1); color: #fff; font-size: 20px; cursor: pointer;
}
.mm5x { display: none; }

/* ===== Hero：深夜暖场 ===== */
.hr2t {
    position: relative; overflow: hidden;
    padding: 168px 0 100px;
    background: linear-gradient(180deg, #1b2132 0%, #202739 55%, #242c40 100%);
}
.hr-box { display: flex; align-items: center; gap: 60px; position: relative; z-index: 2; }
.hl6q { flex: 1.12; }
.hl-tag {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: #d7deee; font-size: 13px; font-weight: 700; letter-spacing: 1px;
    padding: 9px 20px; border-radius: 999px; margin-bottom: 26px;
    backdrop-filter: blur(8px);
}
.hl-dot { width: 9px; height: 9px; border-radius: 50%; background: #ff6a5e; box-shadow: 0 0 0 5px rgba(255,106,94,.22); animation: breath 1.8s ease-in-out infinite; }
@keyframes breath { 0%,100% { box-shadow: 0 0 0 4px rgba(255,106,94,.25); } 50% { box-shadow: 0 0 0 9px rgba(255,106,94,0); } }
h1 { font-size: 56px; line-height: 1.3; font-weight: 900; color: #f4f6fb; letter-spacing: 2px; }
h1 em {
    font-style: normal;
    background: linear-gradient(120deg, #ff7d72, #ff4a3d);
    color: #fff; display: inline-block; margin: 8px 0 2px;
    padding: 3px 18px 8px; border-radius: 20px;
    box-shadow: 0 14px 34px -8px rgba(255,61,46,.55), inset 0 1px 0 rgba(255,255,255,.35);
}
.hl-desc { margin: 30px 0 34px; font-size: 16.5px; color: #a4aec7; max-width: 560px; }
.hl-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hl-main {
    display: inline-flex; align-items: center; gap: 9px;
    background: linear-gradient(135deg, #ff6a5e, #ff3d2e);
    color: #fff; font-size: 19px; font-weight: 900;
    padding: 17px 38px; border-radius: 999px;
    box-shadow: 0 16px 36px -8px rgba(255,61,46,.65), inset 0 1px 0 rgba(255,255,255,.35);
    transition: transform .18s, box-shadow .18s;
}
.hl-main:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -8px rgba(255,61,46,.75), inset 0 1px 0 rgba(255,255,255,.35); }
.hl-sub {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.18);
    color: #e6eaf4; font-weight: 700; font-size: 16px;
    padding: 15px 28px; border-radius: 999px;
    backdrop-filter: blur(8px);
    transition: background .2s, border-color .2s;
}
.hl-sub:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.32); }
.hl-pills { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.hl-pills li {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px; padding: 9px 18px;
    font-size: 13.5px; font-weight: 600; color: #c6cde0;
}
.hl-pills i { font-size: 16px; color: #ff7d72; }

/* hero 右：柔光手机 + 漂浮玻璃卡 */
.hr8n { flex: .88; display: flex; justify-content: center; padding: 20px 0; }
.ph9k { position: relative; width: 400px; padding: 30px 0; }
.ph-glow {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 320px; height: 460px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,106,94,.3), rgba(233,205,136,.12) 45%, transparent 70%);
    filter: blur(18px);
}
.ph-frame {
    position: relative;
    width: 272px; margin: 0 auto;
    background: linear-gradient(160deg, #3a435e, #222a3d);
    border-radius: 42px; padding: 12px;
    box-shadow: 0 40px 80px -20px rgba(8,11,22,.8), inset 0 1px 0 rgba(255,255,255,.18);
}
.ph-notch { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 92px; height: 20px; background: #12151f; border-radius: 999px; z-index: 2; }
.ph-frame img { width: 100%; border-radius: 32px; height: 520px; object-fit: cover; object-position: top; }
.float-card {
    position: absolute; z-index: 3;
    display: flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
    border-radius: 17px; padding: 9px 13px;
    box-shadow: 0 20px 44px -12px rgba(8,11,22,.55);
    animation: floaty 4.2s ease-in-out infinite;
}
.float-card p { display: flex; flex-direction: column; line-height: 1.35; }
.float-card b { font-size: 13px; color: #232a3d; white-space: nowrap; }
.float-card small { font-size: 10.5px; color: #8b96b3; white-space: nowrap; }
.fc-ic {
    flex: none; width: 36px; height: 36px; border-radius: 12px;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
.fc-ic.gold { background: linear-gradient(135deg, #f0d89a, #dcb968); color: #5b4a1e; }
.fc-ic.blue { background: linear-gradient(135deg, #93a4cc, #6f81ad); }
.fc-a { top: 52px; left: -44px; animation-delay: 0s; }
.fc-b { top: 216px; right: -44px; animation-delay: 1.1s; }
.fc-c { bottom: 78px; left: -48px; animation-delay: 2.1s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

/* ===== 版块 ===== */
.sft { padding: 96px 0; background: #f3f5fa; position: relative; }
.drk { padding: 96px 0; background: linear-gradient(180deg, #1f2638, #232b3e); position: relative; overflow: hidden; }
.st6m {
    text-align: center; font-size: 33px; font-weight: 900; color: #232a3d;
    margin-bottom: 56px; display: flex; flex-direction: column; align-items: center; gap: 12px;
    letter-spacing: 1px;
}
.st6m.light { color: #f2f5fb; }
.st-k {
    font-size: 12px; letter-spacing: 3px; font-weight: 800;
    color: #ff5749;
    background: rgba(255,90,77,.12);
    padding: 7px 18px; border-radius: 999px;
}
.drk .st-k { background: rgba(255,106,94,.16); }

/* ===== 展示：软白卡 ===== */
.sh3k { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.si4 {
    background: #fff; border-radius: 26px; overflow: hidden;
    box-shadow: 0 18px 44px -18px rgba(35,42,61,.22);
    transition: transform .28s, box-shadow .28s;
}
.si4:hover { transform: translateY(-9px); box-shadow: 0 30px 58px -20px rgba(35,42,61,.32); }
.si-img { height: 330px; overflow: hidden; background: #12151f; }
.si-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .4s; }
.si4:hover .si-img img { transform: scale(1.045); }
.si4 figcaption { padding: 20px 20px 24px; position: relative; }
.si-num {
    position: absolute; top: -22px; right: 20px;
    width: 44px; height: 44px; border-radius: 16px;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    color: #fff; font-size: 14px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 20px -6px rgba(255,61,46,.6), inset 0 1px 0 rgba(255,255,255,.35);
}
.si4 figcaption b { font-size: 16.5px; display: block; margin: 6px 0 7px; }

/* ===== 优势：毛玻璃卡 ===== */
.ad8q { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 2; }
.fi2 {
    background: linear-gradient(150deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 26px; padding: 34px 30px 32px;
    backdrop-filter: blur(14px);
    transition: transform .25s, border-color .25s, background .25s;
}
.fi2:hover {
    transform: translateY(-7px);
    border-color: rgba(255,106,94,.4);
    background: linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
}
.fi-ic {
    width: 60px; height: 60px; border-radius: 20px;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    display: flex; align-items: center; justify-content: center;
    font-size: 27px; color: #fff; margin-bottom: 18px;
    box-shadow: 0 14px 28px -8px rgba(255,61,46,.55), inset 0 1px 0 rgba(255,255,255,.35);
}
.fi-ic.gold { background: linear-gradient(135deg, #f0d89a, #d9b45f); color: #5b4a1e; box-shadow: 0 14px 28px -8px rgba(217,180,95,.45), inset 0 1px 0 rgba(255,255,255,.4); }
.fi-ic.blue { background: linear-gradient(135deg, #93a4cc, #6f81ad); box-shadow: 0 14px 28px -8px rgba(111,129,173,.5), inset 0 1px 0 rgba(255,255,255,.3); }
.fi2 .tt6 { color: #f2f5fb; margin-bottom: 9px; }

/* ===== 流程：柔光时间轴 ===== */
.fl5m {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
    position: relative; padding-top: 12px;
}
.fl5m::before {
    content: ""; position: absolute; top: 52px; left: 12%; right: 12%;
    height: 4px; border-radius: 4px;
    background: repeating-linear-gradient(90deg, #ffb3ab 0 10px, transparent 10px 20px);
    opacity: .8;
}
.fl5m li {
    position: relative;
    background: #fff; border-radius: 26px;
    padding: 70px 24px 28px; text-align: center;
    box-shadow: 0 18px 44px -18px rgba(35,42,61,.2);
}
.fl-dot {
    position: absolute; top: -8px; left: 50%; transform: translateX(-50%);
    width: 80px; height: 80px; border-radius: 50%;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    display: flex; align-items: center; justify-content: center;
    font-size: 32px; color: #fff;
    box-shadow: 0 0 0 9px rgba(255,106,94,.14), 0 16px 30px -8px rgba(255,61,46,.55), inset 0 2px 0 rgba(255,255,255,.35);
}
.fl5m .tt6 { margin-bottom: 7px; }

/* ===== 资讯：深软卡 ===== */
.nw7k { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 2; }
.ni6 {
    background: linear-gradient(150deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 26px; padding: 30px 28px 26px;
    backdrop-filter: blur(14px);
    transition: transform .25s, border-color .25s;
}
.ni6:hover { transform: translateY(-7px); border-color: rgba(255,106,94,.4); }
.ni-tag {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,106,94,.16);
    border: 1px solid rgba(255,106,94,.3);
    color: #ff9b91; font-size: 12.5px; font-weight: 800;
    padding: 7px 16px; border-radius: 999px; margin-bottom: 17px;
}
.ni-tag.gold { background: rgba(233,205,136,.14); border-color: rgba(233,205,136,.3); color: #e9cd88; }
.ni6 .tt6 { font-size: 17.5px; line-height: 1.65; margin-bottom: 10px; }
.ni-time { margin-top: 18px; font-size: 12.5px; color: #74809c; font-weight: 600; }

/* ===== FAQ：软白手风琴 ===== */
.fq9z { max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.fi8 {
    background: #fff; border-radius: 22px; overflow: hidden;
    box-shadow: 0 14px 36px -18px rgba(35,42,61,.2);
    transition: box-shadow .25s;
}
.fi8.xk-open { box-shadow: 0 20px 44px -16px rgba(255,61,46,.3); }
.fq-h { display: flex; align-items: center; gap: 16px; padding: 20px 26px; cursor: pointer; }
.fq-q {
    flex: none; width: 42px; height: 42px; border-radius: 50%;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    color: #fff; font-size: 19px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 18px -5px rgba(255,61,46,.55), inset 0 1px 0 rgba(255,255,255,.35);
}
.fq-h b { flex: 1; font-size: 16.5px; font-weight: 700; color: #2a3247; }
.fq-h > i {
    flex: none; width: 34px; height: 34px; border-radius: 50%;
    background: rgba(255,90,77,.1); color: #ff5749; font-size: 19px;
    display: flex; align-items: center; justify-content: center;
    transition: transform .3s, background .3s;
}
.fi8.xk-open .fq-h > i { transform: rotate(45deg); background: rgba(255,90,77,.18); }
.fq-b { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.fq-b .ds5 { padding: 0 26px 23px 84px; }

/* ===== 评价：柔光气泡卡 ===== */
.rv4k { column-count: 3; column-gap: 26px; position: relative; z-index: 2; }
.ri7 {
    break-inside: avoid; margin-bottom: 26px;
    background: linear-gradient(155deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 26px; padding: 28px 26px 22px;
    backdrop-filter: blur(14px);
    transition: transform .25s, border-color .25s;
}
.ri7:hover { transform: translateY(-5px); border-color: rgba(255,106,94,.38); }
.ri-txt { font-size: 14.5px; color: #d2d9ea; line-height: 2; }
.ri-f { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.ri-a {
    flex: none; width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    color: #fff; font-size: 16px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 18px -5px rgba(255,61,46,.55), inset 0 1px 0 rgba(255,255,255,.35);
}
.ri-f p { display: flex; flex-direction: column; line-height: 1.4; }
.ri-f b { font-size: 13.5px; color: #eef1f8; }
.ri-f time { font-size: 11.5px; color: #7c87a3; }

/* ===== CTA：暖场圆卡 ===== */
.ct3m { position: relative; overflow: hidden; padding: 110px 0; background: linear-gradient(180deg, #232b3e, #1a2030); }
.ct-card {
    position: relative; z-index: 2;
    text-align: center;
    background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 36px;
    padding: 66px 50px 62px;
    backdrop-filter: blur(16px);
    box-shadow: 0 40px 90px -30px rgba(8,11,22,.8);
}
.ct-ic {
    width: 76px; height: 76px; margin: 0 auto 24px; border-radius: 26px;
    background: linear-gradient(135deg, #ff7d72, #ff3d2e);
    display: flex; align-items: center; justify-content: center;
    font-size: 36px; color: #fff;
    box-shadow: 0 18px 40px -10px rgba(255,61,46,.6), inset 0 2px 0 rgba(255,255,255,.35);
}
.ct-t { font-size: 42px; font-weight: 900; line-height: 1.55; color: #f4f6fb; letter-spacing: 2px; }
.ct-d { margin: 18px 0 38px; font-size: 15.5px; color: #97a2bd; }
.ct-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: linear-gradient(135deg, #ff6a5e, #ff3d2e);
    color: #fff; font-size: 20px; font-weight: 900;
    padding: 19px 52px; border-radius: 999px;
    box-shadow: 0 20px 44px -10px rgba(255,61,46,.65), inset 0 2px 0 rgba(255,255,255,.35);
    transition: transform .18s, box-shadow .18s;
}
.ct-btn:hover { transform: translateY(-3px); box-shadow: 0 26px 52px -10px rgba(255,61,46,.78), inset 0 2px 0 rgba(255,255,255,.35); }

/* ===== 页脚 ===== */
.ft9p { background: #161b29; padding: 46px 0 32px; }
.ft-row { display: flex; align-items: center; justify-content: space-between; }
.ft-lg img { height: 34px; width: auto; background: rgba(255,255,255,.96); border-radius: 11px; padding: 4px 11px; }
.ft-nv { display: flex; gap: 8px; }
.ft-nv a { font-size: 14px; color: #97a2bd; padding: 7px 15px; border-radius: 999px; transition: color .2s, background .2s; }
.ft-nv a:hover { color: #fff; background: rgba(255,255,255,.1); }
.ft-rule { border-top: 1px solid rgba(255,255,255,.09); margin: 24px 0 16px; }
.ft-cp { font-size: 12.5px; text-align: center; color: #69758f; }

/* 入场 */
.rv-fade { opacity: 0; transition: opacity .6s ease, transform .6s ease; transform: translateY(18px); }
.rv-on { opacity: 1; transform: translateY(0); }

/* ===== 移动端 768 ===== */
@media (max-width: 768px) {
    .qv2w { width: 100%; padding: 0 18px; }
    .hd-row { height: 66px; }
    .lk3v img { width: 40px; height: 40px; padding: 6px; }
    .nv9z, .dl8k { display: none; }
    .mb4r { display: flex; align-items: center; justify-content: center; }
    .mm5x {
        display: flex; flex-direction: column;
        max-height: 0; overflow: hidden;
        background: rgba(28,34,51,.96); backdrop-filter: blur(18px);
        transition: max-height .38s;
    }
    .mm5x.xk-on { max-height: 460px; }
    .mm5x a { padding: 15px 24px; font-size: 15px; font-weight: 600; color: rgba(238,241,248,.85); border-top: 1px solid rgba(255,255,255,.08); }
    .mm5x a:last-child { margin: 12px 18px 18px; text-align: center; background: linear-gradient(135deg, #ff6a5e, #ff3d2e); color: #fff; border-radius: 999px; padding: 15px; font-weight: 800; border-top: 0; }
    .hr2t { padding: 112px 0 60px; }
    .hr-box { flex-direction: column; gap: 56px; }
    h1 { font-size: 36px; letter-spacing: 1px; }
    h1 em { padding: 2px 13px 6px; border-radius: 15px; }
    .hl-desc { font-size: 15px; }
    .hl-btns { flex-direction: column; align-items: stretch; }
    .hl-main { width: 100%; justify-content: center; font-size: 18px; padding: 16px 24px; }
    .hl-sub { justify-content: center; }
    .hl-pills li { font-size: 12.5px; padding: 8px 14px; }
    .ph9k { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding-bottom: 0; }
    .ph-glow { display: none; }
    .ph-frame { width: 264px; flex: 0 0 100%; }
    .ph-frame img { height: 470px; }
    .float-card { position: static; flex: 1 1 30%; min-width: 0; animation: none; transform: none; justify-content: center; gap: 7px; padding: 10px 8px; text-align: center; }
    .float-card p { align-items: center; }
    .fc-ic { width: 32px; height: 32px; border-radius: 11px; font-size: 16px; }
    .fc-a, .fc-b, .fc-c { top: auto; bottom: auto; left: auto; right: auto; }
    .sft, .drk, .ct3m { padding: 66px 0; }
    .st6m { font-size: 26px; margin-bottom: 40px; }
    .sh3k { display: flex; overflow-x: auto; gap: 16px; padding: 8px 4px 22px; scroll-snap-type: x mandatory; }
    .si4 { flex: 0 0 74%; scroll-snap-align: center; }
    .si-img { height: 310px; }
    .ad8q { grid-template-columns: 1fr; gap: 16px; }
    .fl5m { grid-template-columns: 1fr; gap: 30px; }
    .fl5m::before { display: none; }
    .fl5m li { padding-top: 64px; }
    .fl-dot { width: 68px; height: 68px; font-size: 27px; }
    .nw7k { grid-template-columns: 1fr; gap: 16px; }
    .fq-h { padding: 16px 18px; gap: 13px; }
    .fq-h b { font-size: 15px; }
    .fq-q { width: 38px; height: 38px; font-size: 17px; }
    .fq-b .ds5 { padding: 0 18px 20px; }
    .rv4k { column-count: 1; }
    .ct-card { padding: 48px 24px 46px; border-radius: 28px; }
    .ct-t { font-size: 27px; letter-spacing: 1px; }
    .ct-btn { width: 100%; justify-content: center; font-size: 18px; padding: 17px 24px; }
    .ft-row { flex-direction: column; gap: 18px; }
    .ft-nv { flex-wrap: wrap; justify-content: center; gap: 4px; }
}
