
:root {
    --bg: #0b0615;
    --bg-soft: #130822;
    --panel: rgba(32, 16, 50, 0.62);
    --panel-strong: rgba(28, 13, 45, 0.9);
    --line: rgba(255, 255, 255, 0.12);
    --line-hot: rgba(255, 71, 176, 0.4);
    --text: #fff9fd;
    --muted: #c9b8d1;
    --pink: #ff37ae;
    --pink-light: #ff82c9;
    --coral: #ff916c;
    --cyan: #70e6e2;
    --violet: #9c75ff;
    --radius: 8px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        var(--bg);
    background-size: 64px 64px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 13% 8%, rgba(255, 55, 174, 0.16), transparent 28%),
        radial-gradient(circle at 88% 34%, rgba(112, 230, 226, 0.08), transparent 25%),
        radial-gradient(circle at 45% 72%, rgba(156, 117, 255, 0.1), transparent 28%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #16091f; background: var(--pink-light); }

.talk-rq { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.talk-mk { position: relative; padding: 112px 0; }
.talk-mk-bq {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--pink-light);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.talk-mk-bt { max-width: 720px; margin: 0 auto; font-size: 42px; line-height: 1.18; font-weight: 800; }
.talk-mk-sm { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.talk-mk-tb { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; margin-bottom: 46px; text-align: center; }
.talk-mk-tb .talk-mk-sm { margin: 0 auto; }

.talk-wz-tb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    border-bottom: 1px solid transparent;
}
.talk-wz-tb.talk-ygd { background: rgba(11, 6, 21, 0.76); border-color: var(--line); backdrop-filter: blur(20px); }
.talk-dh { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.talk-pp { display: flex; align-items: center; gap: 11px; min-width: max-content; font-size: 20px; font-weight: 850; }
.talk-pp img { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; object-fit: cover; box-shadow: 0 0 24px rgba(255,55,174,.22); }
.talk-pp b { color: var(--pink-light); font-weight: 850; }
.talk-dh-lj { display: flex; align-items: center; gap: 30px; color: #dbcfe1; font-size: 14px; font-weight: 650; }
.talk-dh-lj a { }
.talk-dh-lj a:hover { color: #fff; }
.talk-dh-an, .talk-z-an, .talk-c-an {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 800;
}
.talk-dh-an, .talk-z-an { color: #1b0818; background: linear-gradient(110deg, var(--pink) 0%, #ff72b7 48%, var(--coral) 100%); box-shadow: 0 10px 32px rgba(255,55,174,.28), inset 0 1px rgba(255,255,255,.5); }
.talk-dh-an:hover, .talk-z-an:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(255,55,174,.38), inset 0 1px rgba(255,255,255,.55); }
.talk-c-an { border: 1px solid var(--line); background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.talk-c-an:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.talk-cd-kg { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.05); cursor: pointer; }
.talk-cd-kg span, .talk-cd-kg::before, .talk-cd-kg::after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; }

.talk-sp { min-height: 790px; padding: 150px 0 88px; display: grid; align-items: center; }
.talk-sp-bj { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 52px; }
.talk-sp-bq { display: inline-flex; align-items: center; gap: 10px; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,130,201,.24); border-radius: 999px; background: rgba(255,55,174,.08); color: #ffd5ec; font-size: 13px; font-weight: 750; }
.talk-sp-bq i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px var(--pink); }
.talk-sp h1 { margin: 24px 0 22px; max-width: 650px; font-size: 62px; line-height: 1.05; font-weight: 900; }
.talk-sp h1 span { color: transparent; background: linear-gradient(100deg, #fff 0%, var(--pink-light) 38%, var(--coral) 74%, #fff1e9 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 24px rgba(255,55,174,.16)); }
.talk-sp-wa { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; }
.talk-sp-an { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.talk-sp-an .talk-z-an, .talk-sp-an .talk-c-an { min-height: 54px; padding: 0 25px; }
.talk-an-jt { font-size: 19px; }
.talk-z-an:hover .talk-an-jt { transform: translateX(3px); }
.talk-sp-bz { display: flex; align-items: center; gap: 13px; margin-top: 30px; color: #aa99b4; font-size: 13px; }
.talk-tx-z { display: flex; }
.talk-tx-z span { display: grid; place-items: center; width: 30px; height: 30px; margin-right: -7px; border: 2px solid var(--bg); border-radius: 50%; font-size: 11px; font-weight: 850; }
.talk-tx-z span:nth-child(1) { background: #ff64b8; }
.talk-tx-z span:nth-child(2) { background: #8d70ff; }
.talk-tx-z span:nth-child(3) { color: #142322; background: #70e6e2; }

.talk-sp-sj { position: relative; height: 590px; isolation: isolate; }
.talk-js-gh { position: absolute; inset: 42px 34px 36px 48px; border-radius: 48% 52% 44% 56% / 52% 42% 58% 48%; background: conic-gradient(from 130deg, #fff, #65516d 10%, #f6a8cf 18%, #43294e 30%, #ff94c8 41%, #f5f1ff 49%, #493652 61%, #7ee1e0 74%, #fceaff 84%, #6f4a69 93%, #fff); filter: drop-shadow(0 0 44px rgba(255,55,174,.2)); }
.talk-js-gh::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: #10071d; box-shadow: inset 0 0 60px rgba(255,55,174,.2); }
.talk-dh-gd { position: absolute; z-index: 2; inset: 76px 72px 66px 90px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 46% 54% 45% 55% / 50% 44% 56% 50%; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.34), var(--shadow); backdrop-filter: blur(24px); }
.talk-dh-gd::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 38% 20%, rgba(255,91,181,.2), transparent 38%), radial-gradient(circle at 78% 74%, rgba(112,230,226,.1), transparent 32%); }
.talk-js-hx { position: absolute; z-index: 3; top: 108px; left: 50%; width: 178px; transform: translateX(-50%); text-align: center; }
.talk-js-hx img { width: 112px; height: 112px; margin: 0 auto 13px; border: 2px solid rgba(255,255,255,.62); border-radius: 50%; object-fit: cover; object-position: top; box-shadow: 0 0 0 8px rgba(255,255,255,.055), 0 0 36px rgba(255,55,174,.36); }
.talk-js-hx strong { display: block; font-size: 17px; }
.talk-js-hx small { color: #bcabbf; font-size: 12px; }
.talk-zx-gd { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #7af0ca; box-shadow: 0 0 10px #7af0ca; }
.talk-dh-qp { position: absolute; z-index: 4; max-width: 240px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px 18px 18px 4px; color: #f9f3fb; background: rgba(29,15,43,.73); box-shadow: 0 14px 34px rgba(0,0,0,.25); backdrop-filter: blur(16px); font-size: 13px; }
.talk-dh-qp-y { top: 286px; left: 2px; }
.talk-dh-qp-e { right: 0; bottom: 94px; color: #230a1d; background: linear-gradient(120deg, #ff55b4, #ff9b79); border-radius: 18px 18px 4px 18px; animation-delay: -2s; }
.talk-dh-qp-s { left: 94px; bottom: 24px; animation-delay: -3.5s; }
.talk-zt-bq { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #e9ddeb; background: rgba(22,12,34,.68); backdrop-filter: blur(14px); font-size: 11px; font-weight: 750; }
.talk-zt-bq i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.talk-zt-bq-y { top: 88px; right: 8px; }
.talk-zt-bq-e { left: 20px; top: 194px; }
.talk-xg { position: absolute; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px 4px var(--pink-light); }
.talk-xg.talk-xg-y { top: 46px; left: 30%; }
.talk-xg.talk-xg-e { top: 38%; right: 14px; background: var(--cyan); box-shadow: 0 0 14px 4px var(--cyan); }
.talk-xg.talk-xg-s { bottom: 76px; left: 36px; background: var(--coral); box-shadow: 0 0 14px 4px var(--coral); }

.talk-cp { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(19, 8, 34, .62); }
.talk-cp-bj { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.talk-cp-kp { position: relative; aspect-ratio: .72; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #170a2a; box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.talk-cp-kp::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(9,4,16,.24) 66%, rgba(9,4,16,.96) 100%); }
.talk-cp-kp img { width: 100%; height: 100%; object-fit: cover; }
.talk-cp-kp:hover img { transform: scale(1.035); filter: saturate(1.08); }
.talk-cp-sm { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; }
.talk-cp-sm strong { display: block; margin-bottom: 3px; font-size: 18px; }
.talk-cp-sm span { color: #cbbbd0; font-size: 12px; }
.talk-kp-xh { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(11,6,21,.45); backdrop-filter: blur(12px); font-size: 11px; font-weight: 850; }

.talk-ys-bj { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.talk-ys-x { min-height: 250px; padding: 36px 32px; background: linear-gradient(145deg, rgba(31,15,47,.94), rgba(18,9,30,.94)); }
.talk-ys-x:hover { background: linear-gradient(145deg, rgba(47,20,64,.96), rgba(23,10,37,.96)); }
.talk-ys-tb { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 27px; border: 1px solid rgba(255,130,201,.22); border-radius: 8px; color: var(--pink-light); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,55,174,.06)); box-shadow: inset 0 1px rgba(255,255,255,.17), 0 0 24px rgba(255,55,174,.08); font-size: 21px; }
.talk-ys-x:nth-child(3n+2) .talk-ys-tb { color: var(--cyan); border-color: rgba(112,230,226,.2); }
.talk-ys-x:nth-child(3n) .talk-ys-tb { color: var(--coral); border-color: rgba(255,145,108,.2); }
.talk-ys-x .talk-nr-bt { margin: 0 0 10px; font-size: 19px; font-weight: 700; }
.talk-ys-x p { margin: 0; color: var(--muted); font-size: 14px; }

.talk-lc { overflow: hidden; background: linear-gradient(180deg, rgba(20,9,34,.35), rgba(20,9,34,.82)); }
.talk-lc .talk-mk-tb { margin-bottom: 0; }
.talk-sjz { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 62px; }
.talk-sjz::before { content: ""; position: absolute; top: 29px; right: 10%; left: 10%; height: 1px; background: linear-gradient(90deg, var(--pink), var(--violet), var(--cyan), var(--coral)); box-shadow: 0 0 18px rgba(255,55,174,.34); }
.talk-bz { position: relative; z-index: 1; }
.talk-bz-bj { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #1b0a19; background: linear-gradient(135deg, #fff 0%, var(--pink-light) 52%, var(--coral) 100%); box-shadow: 0 0 0 8px var(--bg-soft), 0 0 30px rgba(255,55,174,.32); font-size: 12px; font-weight: 900; }
.talk-bz:nth-child(2) .talk-bz-bj { background: linear-gradient(135deg, #fff, #c5b0ff 50%, var(--violet)); }
.talk-bz:nth-child(3) .talk-bz-bj { background: linear-gradient(135deg, #fff, #a7f3ef 55%, var(--cyan)); }
.talk-bz:nth-child(4) .talk-bz-bj { background: linear-gradient(135deg, #fff, #ffc0a6 55%, var(--coral)); }
.talk-bz small { color: var(--pink-light); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.talk-bz .talk-nr-bt { margin: 7px 0 10px; font-size: 20px; font-weight: 700; }
.talk-bz p { margin: 0; color: var(--muted); font-size: 14px; }

.talk-wt-lb { width: min(900px, 100%); margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; display: flex; align-items: center; min-height: 80px; padding: 20px 54px 20px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::before, summary::after { content: ""; position: absolute; right: 6px; width: 18px; height: 2px; background: var(--pink-light); }
summary::after { transform: rotate(90deg); }
details[open] summary::after { transform: rotate(0); }
details[open] summary { color: var(--pink-light); }
.talk-wt-da { max-width: 650px; padding: 0 54px 25px 0; color: var(--muted); font-size: 14px; }

.talk-pj { border-top: 1px solid var(--line); background: rgba(17,7,31,.72); }
.talk-pj-pb { columns: 3; column-gap: 18px; }
.talk-pj-x { break-inside: avoid; margin: 0 0 18px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 18px 44px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.talk-pj-x:nth-child(2), .talk-pj-x:nth-child(5) { padding-bottom: 38px; }
.talk-pf { color: #ffae78; font-size: 13px; }
.talk-pj-x blockquote { margin: 17px 0 24px; color: #f3eaf4; font-size: 15px; line-height: 1.85; }
.talk-pj-yh { display: flex; align-items: center; gap: 12px; }
.talk-pj-tx { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 13px; font-weight: 850; }
.talk-pj-tx.talk-fs, .talk-pj-tx.talk-mh { background: linear-gradient(135deg, #ff82c9, #8b316b); }
.talk-pj-tx.talk-qs, .talk-pj-tx.talk-ls { color: #102323; background: linear-gradient(135deg, #adfffa, #4d8e9d); }
.talk-pj-tx.talk-cs { color: #2b150e; background: linear-gradient(135deg, #ffd0ad, #e8755a); }
.talk-pj-tx.talk-zs { background: linear-gradient(135deg, #c2afff, #654bc0); }
.talk-pj-yh strong { display: block; font-size: 14px; }
.talk-pj-yh span { display: block; color: #a894af; font-size: 11px; }

footer { border-top: 1px solid var(--line); background: #08040f; }
.talk-db-zt { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 50px; padding: 64px 0 48px; }
.talk-db-pp p { max-width: 320px; margin: 18px 0 0; color: #9f8daa; font-size: 13px; }
.talk-db-l .talk-nr-bt { margin: 6px 0 17px; font-size: 13px; font-weight: 700; }
.talk-db-l a { display: block; width: fit-content; margin: 9px 0; color: #9f8daa; font-size: 13px; }
.talk-db-l a:hover { color: #fff; }
.talk-db-bz { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.07); color: #7f7087; font-size: 11px; }

.talk-jr { opacity: 0; transform: translateY(18px); }
.talk-jr.talk-yxs { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .talk-jr { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .talk-rq { width: min(100% - 36px, 760px); }
    .talk-mk { padding: 90px 0; }
    .talk-dh-lj { position: fixed; top: 72px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(18,8,31,.95); box-shadow: var(--shadow); backdrop-filter: blur(24px); }
    .talk-dh-lj.talk-ydk { display: flex; }
    .talk-dh-lj a { padding: 13px 12px; }
    .talk-dh-lj .talk-dh-an { margin-top: 8px; }
    .talk-cd-kg { display: block; }
    .talk-sp { min-height: auto; padding: 128px 0 80px; }
    .talk-sp-bj { grid-template-columns: 1fr; gap: 40px; }
    .talk-sp h1 { font-size: 54px; }
    .talk-sp-sj { width: min(100%, 580px); margin: 0 auto; }
    .talk-cp-bj { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .talk-ys-bj { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .talk-sjz { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
    .talk-sjz::before { display: none; }
    .talk-pj-pb { columns: 2; }
    .talk-db-zt { grid-template-columns: 1.4fr repeat(3, .6fr); gap: 28px; }
}

@media (max-width: 640px) {
    .talk-rq { width: min(100% - 28px, 520px); }
    .talk-mk { padding: 76px 0; }
    .talk-mk-bt { font-size: 32px; }
    .talk-mk-tb { margin-bottom: 34px; }
    .talk-dh { min-height: 70px; }
    .talk-pp img { width: 38px; height: 38px; }
    .talk-pp { font-size: 18px; }
    .talk-sp { padding: 112px 0 24px; }
    .talk-sp h1 { font-size: 43px; }
    .talk-sp-wa { font-size: 16px; }
    .talk-sp-an { align-items: stretch; flex-direction: column; }
    .talk-sp-an a { width: 100%; }
    .talk-sp-bj { gap: 20px; }
    .talk-sp-bz { display: none; }
    .talk-sp-sj { height: 250px; margin-top: 0; }
    .talk-js-gh { inset: 15px 42px 0; }
    .talk-dh-gd { inset: 31px 65px 18px; }
    .talk-js-hx { top: 43px; }
    .talk-js-hx img { width: 70px; height: 70px; margin-bottom: 7px; }
    .talk-js-hx strong { font-size: 14px; }
    .talk-js-hx small { font-size: 10px; }
    .talk-dh-qp { max-width: 205px; padding: 11px 13px; font-size: 11px; }
    .talk-dh-qp-y { top: 161px; left: 3px; }
    .talk-dh-qp-e { right: 0; bottom: 7px; }
    .talk-dh-qp-s { display: none; }
    .talk-zt-bq-y { top: 24px; }
    .talk-zt-bq-e { left: 0; top: 119px; }
    .talk-cp-bj { display: flex; gap: 12px; margin-right: -14px; overflow-x: auto; padding: 0 14px 16px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .talk-cp-bj::-webkit-scrollbar { display: none; }
    .talk-cp-kp { min-width: 76vw; scroll-snap-align: start; }
    .talk-ys-bj { grid-template-columns: 1fr; }
    .talk-ys-x { min-height: 220px; padding: 30px 26px; }
    .talk-sjz { grid-template-columns: 1fr; gap: 0; margin-top: 42px; }
    .talk-bz { display: grid; grid-template-columns: 54px 1fr; column-gap: 18px; padding-bottom: 34px; }
    .talk-bz::before { content: ""; position: absolute; top: 54px; bottom: 0; left: 26px; width: 1px; background: rgba(255,255,255,.14); }
    .talk-bz:last-child::before { display: none; }
    .talk-bz-bj { grid-row: 1 / 5; width: 52px; height: 52px; margin: 0; box-shadow: 0 0 0 6px var(--bg-soft), 0 0 24px rgba(255,55,174,.25); }
    .talk-bz small { margin-top: 2px; }
    .talk-bz .talk-nr-bt { margin: 3px 0 6px; }
    .talk-pj-pb { columns: 1; }
    .talk-db-zt { grid-template-columns: repeat(2, 1fr); }
    .talk-db-pp { grid-column: 1 / -1; }
    .talk-db-bz { flex-direction: column; }
}
body.talk-fa-e {
    --bg: #0e0912;
    --bg-soft: #17101c;
    --panel: rgba(28, 20, 34, 0.76);
    --panel-strong: rgba(20, 14, 25, 0.94);
    --line: rgba(255, 255, 255, 0.14);
    --text: #fff9fb;
    --muted: #c8bac8;
    --pink: #ff3d9f;
    --pink-light: #ff91c7;
    --coral: #ff9a78;
    --cyan: #78e2da;
    --violet: #a789ff;
    background:
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        #0e0912;
    background-size: 80px 80px;
}

body.talk-fa-e::before {
    background:
        linear-gradient(118deg, rgba(255,61,159,.12), transparent 28%),
        linear-gradient(300deg, rgba(120,226,218,.07), transparent 24%);
}

.talk-fa-e .talk-rq { width: min(1240px, calc(100% - 56px)); }
.talk-fa-e .talk-mk { padding: 128px 0; }
.talk-fa-e .talk-mk-tb { gap: 12px; margin-bottom: 58px; }
.talk-fa-e .talk-mk-bq { color: var(--coral); }
.talk-fa-e .talk-mk-bt { font-size: 46px; font-weight: 850; }
.talk-fa-e .talk-mk-sm { color: #bbaebd; }

.talk-fa-e .talk-wz-tb {
    top: 18px;
    right: auto;
    left: 50%;
    width: min(1180px, calc(100% - 48px));
    transform: translateX(-50%);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: rgba(14,9,18,.68);
    box-shadow: 0 16px 50px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.08);
    backdrop-filter: blur(22px);
}

.talk-fa-e .talk-wz-tb.talk-ygd { background: rgba(14,9,18,.9); border-color: rgba(255,255,255,.2); }
.talk-fa-e .talk-dh { width: 100%; min-height: 66px; padding: 0 14px 0 18px; }
.talk-fa-e .talk-pp img { width: 38px; height: 38px; }
.talk-fa-e .talk-dh-lj { gap: 25px; }
.talk-fa-e .talk-dh-an { min-height: 42px; color: #fff; background: transparent; border: 1px solid rgba(255,145,199,.5); box-shadow: none; }

.talk-fa-e .talk-sp { min-height: 900px; padding: 140px 0 72px; }
.talk-fa-e .talk-sp-bj { grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr); gap: 70px; }
.talk-fa-e .talk-sp-nr { position: relative; z-index: 3; }
.talk-fa-e .talk-sp-bq { border: 0; padding: 0; background: transparent; color: var(--coral); }
.talk-fa-e .talk-sp-bq::before { content: ""; width: 44px; height: 1px; background: currentColor; }
.talk-fa-e .talk-sp-bq i { display: none; }
.talk-fa-e .talk-sp h1 { margin: 30px 0 24px; font-size: 68px; line-height: 1.02; }
.talk-fa-e .talk-sp h1 span { background: linear-gradient(100deg, var(--pink-light), var(--coral) 60%, #fff); -webkit-background-clip: text; background-clip: text; }
.talk-fa-e .talk-sp-wa { max-width: 530px; color: #c8bbc9; }
.talk-fa-e .talk-sp-an { margin-top: 38px; }
.talk-fa-e .talk-z-an { background: var(--text); color: #190f18; box-shadow: 10px 10px 0 rgba(255,61,159,.34); }
.talk-fa-e .talk-z-an:hover { box-shadow: 6px 6px 0 rgba(255,61,159,.48); }
.talk-fa-e .talk-c-an { border-color: rgba(255,255,255,.25); background: transparent; }
.talk-fa-e .talk-sp-bz { padding-top: 22px; border-top: 1px solid var(--line); }

.talk-fa-e .talk-sp-sj { height: 660px; }
.talk-hb-zt { position: absolute; top: 6px; right: 0; width: 64%; height: 610px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: #180e20; box-shadow: 28px 30px 0 rgba(255,61,159,.08), 0 30px 80px rgba(0,0,0,.42); }
.talk-hb-zt::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(14,9,18,.12) 70%, rgba(14,9,18,.84)); }
.talk-hb-zt img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.9) contrast(1.04); }
.talk-hb-bs { position: absolute; z-index: 4; right: 23px; bottom: 58px; text-align: right; }
.talk-hb-bs span { display: block; color: var(--coral); font-size: 11px; font-weight: 850; }
.talk-hb-bs strong { display: block; margin-top: 3px; font-size: 22px; }
.talk-dh-mb { position: absolute; z-index: 5; top: 168px; left: 0; width: 355px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(25,16,31,.78); box-shadow: 0 24px 60px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(24px); }
.talk-dh-mb-tb { display: flex; align-items: center; gap: 12px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.talk-dh-mb-tb img { width: 46px; height: 46px; border-radius: 8px; object-fit: cover; }
.talk-dh-mb-tb strong, .talk-dh-mb-tb span { display: block; }
.talk-dh-mb-tb strong { font-size: 15px; }
.talk-dh-mb-tb span { color: #a99bac; font-size: 10px; }
.talk-dh-mb-tb i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }
.talk-dh-h { max-width: 88%; margin-top: 16px; padding: 11px 13px; border-radius: 8px 8px 8px 2px; background: rgba(255,255,255,.08); color: #eee5ef; font-size: 12px; }
.talk-dh-h-y { margin-left: auto; border-radius: 8px 8px 2px 8px; color: #1c1019; background: linear-gradient(110deg, var(--pink-light), var(--coral)); }
.talk-hb-sx { position: absolute; z-index: 5; top: 70px; left: 28px; display: flex; flex-direction: column; gap: 8px; }
.talk-hb-sx span { padding: 7px 10px; border-left: 2px solid var(--pink); color: #cdbfd0; background: rgba(14,9,18,.66); font-size: 10px; font-weight: 800; }

.talk-fa-e .talk-cp { padding-bottom: 166px; border: 0; background: #120b17; }
.talk-fa-e .talk-cp-bj { align-items: start; gap: 14px; }
.talk-fa-e .talk-cp-kp { aspect-ratio: .69; border-color: rgba(255,255,255,.16); box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.talk-fa-e .talk-cp-kp:nth-child(even) { margin-top: 54px; }
.talk-fa-e .talk-cp-kp:nth-child(3) { margin-top: 18px; }
.talk-fa-e .talk-kp-xh { top: auto; right: auto; bottom: 18px; left: 18px; width: auto; height: auto; border: 0; border-radius: 0; color: var(--coral); background: transparent; backdrop-filter: none; font-size: 10px; }
.talk-fa-e .talk-cp-sm { right: 18px; bottom: 18px; left: 52px; text-align: right; }

.talk-fa-e .talk-ys-bj { gap: 18px; overflow: visible; border: 0; background: transparent; }
.talk-fa-e .talk-ys-x { position: relative; min-height: 245px; padding: 34px 28px 30px; border-top: 1px solid rgba(255,255,255,.25); border-right: 1px solid rgba(255,255,255,.07); background: transparent; }
.talk-fa-e .talk-ys-x::before { position: absolute; top: 28px; right: 25px; color: rgba(255,255,255,.16); font-size: 34px; font-weight: 850; }
.talk-fa-e .talk-ys-x:nth-child(1)::before { content: "01"; }
.talk-fa-e .talk-ys-x:nth-child(2)::before { content: "02"; }
.talk-fa-e .talk-ys-x:nth-child(3)::before { content: "03"; }
.talk-fa-e .talk-ys-x:nth-child(4)::before { content: "04"; }
.talk-fa-e .talk-ys-x:nth-child(5)::before { content: "05"; }
.talk-fa-e .talk-ys-x:nth-child(6)::before { content: "06"; }
.talk-fa-e .talk-ys-x:hover { background: rgba(255,255,255,.025); }
.talk-fa-e .talk-ys-tb { width: 38px; height: 38px; margin-bottom: 34px; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 26px; }

.talk-fa-e .talk-lc { background: linear-gradient(180deg, #120b17, #0e0912); }
.talk-fa-e .talk-sjz { display: block; width: min(900px, 100%); margin: 76px auto 0; }
.talk-fa-e .talk-sjz::before { top: 0; bottom: 0; left: 50%; width: 1px; height: auto; background: linear-gradient(var(--pink), var(--coral), var(--cyan)); }
.talk-fa-e .talk-bz { width: 50%; min-height: 190px; padding: 16px 82px 45px 0; text-align: right; }
.talk-fa-e .talk-bz:nth-child(even) { margin-left: 50%; padding: 16px 0 45px 82px; text-align: left; }
.talk-fa-e .talk-bz-bj { position: absolute; top: 10px; right: -29px; width: 58px; height: 58px; margin: 0; box-shadow: 0 0 0 10px #100a14, 0 0 28px rgba(255,61,159,.25); }
.talk-fa-e .talk-bz:nth-child(even) .talk-bz-bj { right: auto; left: -29px; }
.talk-fa-e .talk-bz small { color: var(--coral); }
.talk-fa-e .talk-bz p { max-width: 330px; margin-left: auto; }
.talk-fa-e .talk-bz:nth-child(even) p { margin-right: auto; margin-left: 0; }

.talk-fa-e .talk-wt-lb { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; width: 100%; border-top: 0; }
.talk-fa-e .talk-wt-lb details { border-top: 1px solid var(--line); border-bottom: 0; }
.talk-fa-e .talk-wt-lb summary { min-height: 88px; padding-right: 48px; }
.talk-fa-e .talk-wt-da { padding-right: 28px; }

.talk-fa-e .talk-pj { border: 0; background: #120b17; }
.talk-fa-e .talk-pj-pb { column-gap: 22px; }
.talk-fa-e .talk-pj-x { position: relative; margin-bottom: 22px; padding: 30px; border: 0; border-top: 2px solid var(--pink); background: rgba(255,255,255,.045); box-shadow: none; }
.talk-fa-e .talk-pj-x:nth-child(2n) { border-top-color: var(--cyan); }
.talk-fa-e .talk-pj-x:nth-child(3n) { border-top-color: var(--coral); }
.talk-fa-e .talk-pf { color: var(--pink-light); }
.talk-fa-e .talk-pj-x blockquote { font-size: 16px; }

.talk-fa-e footer { background: #09060b; }
.talk-fa-e .talk-db-zt { padding-top: 72px; }

@media (max-width: 980px) {
    .talk-fa-e .talk-rq { width: min(100% - 36px, 760px); }
    .talk-fa-e .talk-wz-tb { top: 12px; width: calc(100% - 24px); }
    .talk-fa-e .talk-dh-lj { top: 88px; }
    .talk-fa-e .talk-sp { min-height: auto; padding-top: 126px; }
    .talk-fa-e .talk-sp-bj { grid-template-columns: 1fr; gap: 55px; }
    .talk-fa-e .talk-sp-sj { width: min(100%, 650px); height: 620px; }
    .talk-fa-e .talk-cp-bj { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .talk-fa-e .talk-cp-kp:nth-child(even), .talk-fa-e .talk-cp-kp:nth-child(3) { margin-top: 0; }
    .talk-fa-e .talk-ys-bj { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .talk-fa-e .talk-wt-lb { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .talk-fa-e .talk-rq { width: min(100% - 28px, 520px); }
    .talk-fa-e .talk-mk { padding: 82px 0; }
    .talk-fa-e .talk-mk-bt { font-size: 32px; }
    .talk-fa-e .talk-sp { padding: 112px 0 34px; }
    .talk-fa-e .talk-sp h1 { font-size: 43px; }
    .talk-fa-e .talk-sp-bj { gap: 20px; }
    .talk-fa-e .talk-sp-sj { height: 250px; }
    .talk-hb-zt { width: 72%; height: 235px; }
    .talk-dh-mb { top: 42px; width: 82%; padding: 12px; }
    .talk-dh-mb-tb { padding-bottom: 9px; }
    .talk-dh-mb-tb img { width: 36px; height: 36px; }
    .talk-dh-h { margin-top: 8px; padding: 7px 9px; font-size: 10px; }
    .talk-hb-bs { right: 10px; bottom: 8px; }
    .talk-hb-bs strong { font-size: 15px; }
    .talk-hb-sx { display: none; }
    .talk-fa-e .talk-cp { padding-bottom: 84px; }
    .talk-fa-e .talk-cp-bj { display: flex; }
    .talk-fa-e .talk-cp-kp { min-width: 78vw; }
    .talk-fa-e .talk-ys-bj { grid-template-columns: 1fr; }
    .talk-fa-e .talk-ys-x { min-height: 210px; }
    .talk-fa-e .talk-sjz { margin-top: 54px; }
    .talk-fa-e .talk-sjz::before { left: 26px; }
    .talk-fa-e .talk-bz, .talk-fa-e .talk-bz:nth-child(even) {display:block; width: 100%; min-height: 0; margin-left: 0; padding: 8px 0 42px 78px; text-align: left; }
    .talk-fa-e .talk-bz-bj, .talk-fa-e .talk-bz:nth-child(even) .talk-bz-bj { top: 0; right: auto; left: 0; width: 52px; height: 52px; }
    .talk-fa-e .talk-bz p, .talk-fa-e .talk-bz:nth-child(even) p { margin-right: 0; margin-left: 0; }
    .talk-fa-e .talk-wt-lb summary { min-height: 76px; }
}
.talk-fa-e .talk-wz-tb {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    border-radius: 0;
    background: rgba(10, 6, 13, .82);
    box-shadow: 0 12px 42px rgba(0,0,0,.2);
    backdrop-filter: blur(24px);
}

.talk-fa-e .talk-wz-tb::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--pink) 20%, var(--coral) 50%, var(--cyan) 80%, transparent 100%);
    opacity: .65;
}

.talk-fa-e .talk-wz-tb.talk-ygd {
    background: rgba(10, 6, 13, .95);
    border-color: rgba(255,255,255,.16);
}

.talk-fa-e .talk-dh {
    width: min(1240px, calc(100% - 56px));
    min-height: 84px;
    padding: 0;
    gap: 42px;
}

.talk-fa-e .talk-pp { gap: 12px; }
.talk-fa-e .talk-pp img {
    width: 46px;
    height: 46px;
    border-color: rgba(255,145,199,.42);
    box-shadow: 0 0 0 4px rgba(255,61,159,.06), 0 0 28px rgba(255,61,159,.24);
}

.talk-pp-wz { display: flex; flex-direction: column; line-height: 1.12; }
.talk-pp-wz strong { font-size: 18px; }
.talk-pp-wz small { margin-top: 5px; color: #9e8fa2; font-size: 9px; font-weight: 700; }

.talk-fa-e .talk-dh-lj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 24px;
}

.talk-dh-zy { display: flex; align-items: stretch; align-self: stretch; }
.talk-dh-zy a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #cbbfcd;
    font-size: 13px;
}

.talk-dh-zy a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 2px;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--pink), var(--coral));
}

.talk-dh-zy a:hover { color: #fff; }
.talk-dh-zy a:hover::after { transform: scaleX(1); }

.talk-dh-cz { display: flex; align-items: center; gap: 16px; }
.talk-dh-zt { display: inline-flex; align-items: center; gap: 7px; color: #a99eac; font-size: 10px; font-weight: 750; white-space: nowrap; }
.talk-dh-zt i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }

.talk-fa-e .talk-dh-an {
    min-height: 44px;
    padding: 0 19px;
    color: #170d16;
    border: 0;
    background: linear-gradient(105deg, #fff 0%, #ffd3e8 48%, var(--coral) 100%);
    box-shadow: 0 10px 26px rgba(255,61,159,.2);
}

.talk-fa-e .talk-dh-an:hover { color: #170d16; box-shadow: 0 14px 34px rgba(255,61,159,.3); }

.talk-fa-e .talk-cd-kg {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.055);
}

@media (max-width: 980px) {
    .talk-fa-e .talk-wz-tb { top: 0; width: 100%; }
    .talk-fa-e .talk-dh { width: min(100% - 28px, 760px); min-height: 76px; }
    .talk-fa-e .talk-dh-lj {
        top: 76px;
        right: 0;
        left: 0;
        width: 100%;
        display: none;
        padding: 16px 20px 20px;
        border: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
        border-radius: 0;
        background: rgba(10,6,13,.97);
    }
    .talk-fa-e .talk-dh-lj.talk-ydk { display: flex; }
    .talk-dh-zy { flex-direction: column; align-items: stretch; }
    .talk-dh-zy a { min-height: 46px; padding: 0 10px; }
    .talk-dh-zy a::after { right: auto; bottom: 8px; left: 10px; width: 28px; }
    .talk-dh-cz { justify-content: space-between; margin-top: 10px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); }
    .talk-fa-e .talk-dh-lj .talk-dh-an { margin-top: 0; }
}

@media (max-width: 640px) {
    .talk-fa-e .talk-dh { min-height: 72px; }
    .talk-fa-e .talk-dh-lj { top: 72px; }
    .talk-fa-e .talk-pp img { width: 40px; height: 40px; }
    .talk-pp-wz strong { font-size: 17px; }
    .talk-pp-wz small { font-size: 8px; }
    .talk-dh-zt { font-size: 9px; }
}
.talk-fa-e .talk-db {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.14);
    background: #08050a;
}

.talk-fa-e .talk-db::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--pink), var(--coral) 48%, var(--cyan));
}

.talk-db-tb {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 42px;
    padding: 44px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.talk-db-pp { display: flex; align-items: center; gap: 13px; min-width: max-content; }
.talk-db-pp img { width: 52px; height: 52px; border: 1px solid rgba(255,145,199,.38); border-radius: 8px; object-fit: cover; box-shadow: 0 0 28px rgba(255,61,159,.18); }
.talk-db-pp span, .talk-db-pp strong, .talk-db-pp small { display: block; }
.talk-db-pp strong { font-size: 19px; }
.talk-db-pp b { color: var(--pink-light); }
.talk-db-pp small { margin-top: 4px; color: #8f8193; font-size: 9px; }
.talk-db-tb p { margin: 0; color: #a99cab; font-size: 13px; }

.talk-db-an {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    color: #f8edf5;
    background: rgba(255,255,255,.045);
    font-size: 12px;
    font-weight: 800;
}
.talk-db-an span { color: var(--coral); font-size: 18px; }
.talk-db-an:hover { transform: translateY(-2px); border-color: rgba(255,145,199,.58); background: rgba(255,61,159,.08); }

.talk-fa-e .talk-db-zt {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1.15fr);
    gap: 100px;
    padding: 72px 0 64px;
}

.talk-db-xy span { display: block; margin-bottom: 18px; color: var(--coral); font-size: 10px; font-weight: 850; }
.talk-db-xy strong { display: block; max-width: 500px; font-size: 34px; line-height: 1.3; font-weight: 800; }
.talk-db-lj { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.talk-fa-e .talk-db-l .talk-nr-bt { margin: 0 0 20px; color: #f6edf4; font-size: 12px; }
.talk-fa-e .talk-db-l a { position: relative; margin: 11px 0; color: #988b9b; font-size: 12px; }
.talk-fa-e .talk-db-l a::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--pink-light); }
.talk-fa-e .talk-db-l a:hover { color: #fff; }
.talk-fa-e .talk-db-l a:hover::after { transform: scaleX(1); }

.talk-fa-e .talk-db-bz {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #716576;
    font-size: 10px;
}

@media (max-width: 980px) {
    .talk-db-tb { grid-template-columns: auto 1fr; gap: 24px; }
    .talk-db-tb p { text-align: right; }
    .talk-db-an { grid-column: 1 / -1; width: 100%; }
    .talk-fa-e .talk-db-zt { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 640px) {
    .talk-db-tb { grid-template-columns: 1fr; padding: 38px 0; }
    .talk-db-tb p { text-align: left; }
    .talk-db-an { justify-content: space-between; }
    .talk-fa-e .talk-db-zt { padding: 54px 0 46px; }
    .talk-db-xy strong { font-size: 27px; }
    .talk-db-lj { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; }
    .talk-db-lj .talk-db-l:last-child { grid-column: 1 / -1; }
    .talk-fa-e .talk-db-bz { flex-direction: column; gap: 8px; }
}
html { scroll-behavior: auto !important; }
*, *::before, *::after {
    transition: none !important;
    animation: none !important;
}
.talk-jr,
.talk-jr.talk-yxs {
    opacity: 1 !important;
    transform: none !important;
}