/* ==========================================================
   RuiMusic 官网覆盘样式 v2 —— 青蓝渐变玻璃版
   适配重设计模板结构(导航/左文右图Hero/三步走/3x2卡/六边形墙/三档定价)
   布局保持不变, 仅配色为青蓝渐变 #7c9eff → #a78bfa
   加载顺序必须在 style-0406.css 之后。
   ========================================================== */

.rm-v2 {
    --rm-c1: #7c9eff;
    --rm-c2: #a78bfa;
    --rm-ink: #131a2b;
    --rm-navy: #0d1226;
}
.rm-v2 body, .rm-v2 { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; }
.rm-v2 html { scroll-behavior: smooth; }
.rm-v2 .rm-section-gray { background: #f4f7fc; }
.rm-v2 .rm-section-gray .container { padding-top: 20px; padding-bottom: 20px; }
.rm-v2 [id] { scroll-margin-top: 84px; }

/* ---------- 玻璃导航栏 ---------- */
.rm-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 999;
    background: rgba(7, 23, 55, .55);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: background .35s;
}
.rm-nav.rm-solid { background: rgba(7, 23, 55, .92); box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.rm-nav-inner { display: flex; align-items: center; height: 68px; gap: 24px; }
.rm-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 17px; color: #fff; white-space: nowrap; }
.rm-brand i { font-size: 22px; background: var(--rm-c1); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rm-menu { display: flex; gap: 28px; margin: 0 auto; }
.rm-menu a { color: rgba(255,255,255,.72); font-size: 14px; padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .25s, border-color .25s; }
.rm-menu a:hover { color: #fff; border-bottom-color: var(--rm-c1); }
.rm-nav-btns { display: flex; gap: 10px; }
.rm-nav-btns .btn { margin: 0; }
.rm-btn-sm { padding: 7px 18px; font-size: 13px; border-radius: 999px; }
.rm-burger { display: none; color: #fff; font-size: 20px; margin-left: auto; }
.rm-menu-mobile { display: none; flex-direction: column; background: rgba(7,23,55,.97); padding: 10px 6% 18px; }
.rm-menu-mobile a { color: rgba(255,255,255,.8); padding: 11px 4px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 14px; }
.rm-menu-mobile.open { display: flex; }

/* ---------- 按钮 ---------- */
.rm-btn-gradient {
    background: linear-gradient(90deg, #7c9eff, #a78bfa); border: none; color: #101626; font-weight: 700;
    border-radius: 999px; box-shadow: 0 10px 26px rgba(124, 158, 255, .35);
    transition: transform .2s, box-shadow .2s;
}
.rm-btn-gradient:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(167, 139, 250, .45); color: #101626; }
.rm-v2 .btn.btn-tran {
    background: transparent; border: 1px solid rgba(255,255,255,.45); color: #fff;
    border-radius: 999px; transition: all .25s;
}
.rm-v2 .btn.btn-tran:hover { background: #fff; color: var(--rm-navy); border-color: #fff; }
.rm-v2 .btn { text-transform: none; letter-spacing: 0; }

/* ---------- Hero ---------- */
.rm-hero { margin-bottom: 0 !important; }
.rm-v2 .as_tm_ripple_wrap { height: auto; min-height: 100vh; background-color: var(--rm-navy); }
.rm-hero .overlay { background: linear-gradient(160deg, rgba(7,23,55,.72), rgba(10,32,70,.82)) !important; }
.rm-hero .inner_content {
    position: static !important; transform: none !important; text-align: left !important;
    min-height: 100vh; display: flex; align-items: center;
    padding: 130px 0 90px !important;
}
.rm-hero-grid { display: flex; align-items: center; gap: 60px; }
.rm-hero-copy { flex: 1 1 56%; min-width: 0; }
.rm-badge {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px;
    padding: 7px 18px; border-radius: 999px; font-size: 13px; color: #dbe3ff;
    background: rgba(124, 158, 255, .12); border: 1px solid rgba(124, 158, 255, .35);
}
.rm-badge i { color: var(--rm-c1); }
.rm-h1 {
    font-size: clamp(30px, 4.6vw, 54px) !important; font-weight: 800 !important;
    line-height: 1.22 !important; color: #fff !important; text-transform: none !important;
    margin: 0 0 18px !important;
}
.rm-h1 span {
    background: linear-gradient(90deg, #7c9eff, #a78bfa);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; font-weight: 800;
}
.rm-hero .text_typing { float: none !important; text-align: left; margin-bottom: 34px; }
.rm-hero .text_typing p { font-size: 16px !important; color: rgba(255,255,255,.75) !important; line-height: 1.8; font-family: inherit !important; }
.as_tm_animation_text_word { color: var(--rm-c1) !important; }
.rm-hero-btns { display: flex; gap: 14px; }
.rm-hero-btns .btn { padding: 13px 34px; font-size: 15px; }

.rm-hero-vis { position: relative; flex: 0 1 44%; max-width: 560px; }
.rm-hero-vis > img {
    display: block; width: 100%; border-radius: 18px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 40px 90px rgba(0, 10, 40, .55), 0 0 0 1px rgba(124,158,255,.08);
    animation: rm-hero-float 6s ease-in-out infinite alternate;
}
@keyframes rm-hero-float { from { transform: translateY(0) rotate(-.6deg); } to { transform: translateY(-16px) rotate(.6deg); } }
.rm-hero-spark { position: absolute; inset: -28px -18px auto auto; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(124,158,255,.5), transparent 65%); filter: blur(6px); animation: rm-hero-float 8s ease-in-out infinite alternate-reverse; }
.rm-spark-2 { inset: auto -34px -30px auto; width: 110px; height: 110px; background: radial-gradient(circle, rgba(167,139,250,.45), transparent 65%); }
.rm-hero-spark span { display: none; }
.rm-hero .as_tm_arrow_wrap { position: absolute; left: 50%; bottom: 26px; float: none; padding: 0; transform: translateX(-50%); }
.rm-hero .as_tm_arrow_wrap a { color: rgba(255,255,255,.65); font-size: 26px; }
.rm-hero .as_tm_arrow_wrap a:hover { color: var(--rm-c1); }

/* ---------- 区块标题 ---------- */
.rm-title { text-align: center !important; margin-bottom: 64px !important; padding: 0 !important; }
.rm-title:before { display: none !important; }
.rm-title h3 {
    padding: 0 !important; float: none !important; font-size: 36px !important;
    font-weight: 800 !important; color: var(--rm-ink) !important;
    display: inline-block; letter-spacing: 2px;
}
.rm-title h3:after {
    content: ""; display: block; width: 46px; height: 4px; border-radius: 2px;
    background: linear-gradient(90deg,#7c9eff,#a78bfa); margin: 14px auto 0;
}
.rm-title span { float: none !important; display: block; padding: 8px 0 0 !important; color: #8a96ab !important; letter-spacing: 3px; }

/* ---------- 关于 ---------- */
.rm-quote-hero { border-left: 4px solid var(--rm-c1) !important; border-radius: 12px; background: #fff !important; box-shadow: 0 8px 22px rgba(16, 37, 79, .06); font-size: 15px !important; color: #46536b !important; margin-bottom: 46px !important; }
.rm-v2 .as_tm_about_wrap { float: none; width: 100%; }
.rm-v2 .as_tm_about_wrap .author_wrap { display: flex; align-items: center; gap: 56px; float: none; }
.rm-v2 .as_tm_about_wrap .leftbox { float: none; width: 42%; }
.rm-v2 .as_tm_about_wrap .rightbox { float: none; width: 58%; }
.rm-about-img .image { border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px rgba(16,37,79,.22); }
.rm-about-img .image .inner { border-radius: 18px; }

.rm-steps { margin-bottom: 30px; }
.rm-step { display: flex; gap: 18px; align-items: flex-start; padding: 14px 0; }
.rm-step i {
    flex: 0 0 52px; height: 52px; border-radius: 16px; font-size: 21px; color: #101626;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(90deg, #7c9eff, #a78bfa); box-shadow: 0 10px 22px rgba(124,158,255,.35);
}
.rm-step b { font-size: 16px; color: var(--rm-ink); }
.rm-step p { margin: 4px 0 0; font-size: 13.5px; color: #7d879c; }
.rm-jquery-tip { background: linear-gradient(160deg,#141a36,#0d1226); border-radius: 18px; padding: 20px 22px; }
.rm-jquery-tip-label { color: #dfe6ff; font-size: 13.5px; margin-bottom: 12px; }
.rm-jquery-tip-label i { color: var(--rm-c1); margin-right: 6px; }
.rm-jquery-tip-label code { background: rgba(255,255,255,.1); color: #fff; border-radius: 4px; padding: 1px 6px; }
.rm-jquery-code { background: #07070d !important; border: 1px solid rgba(124,158,255,.3) !important; color: #b7f0c8 !important; border-radius: 10px !important; height: 66px; font-size: 12px; font-family: Consolas, Menlo, monospace; }

/* ---------- 功能网格卡 ---------- */
.rm-v2 .rm-services .list_wrap ul { margin: 0; }
.rm-v2 .rm-services .list_wrap ul li { float: left; width: 33.333%; }
.rm-v2 .rm-services .list_wrap ul li .inner {
    background: #fff; border-radius: 18px; box-shadow: 0 8px 22px rgba(16, 37, 79, .06);
    padding: 34px 28px; margin: 0 12px 24px; border: 1px solid transparent;
    transition: transform .3s, border-color .3s, box-shadow .3s; text-align: left; float: none;
}
.rm-v2 .rm-services .list_wrap ul li .inner:hover { transform: translateY(-6px); border-color: rgba(124, 158, 255, .55); box-shadow: 0 24px 50px rgba(16,37,79,.16); }
.rm-v2 .rm-services .list_wrap ul li .icon { margin-bottom: 18px; float: none; }
.rm-v2 .rm-services .list_wrap ul li .icon .fa {
    color: #101626 !important; background: linear-gradient(90deg,#7c9eff,#a78bfa); width: 54px; height: 54px;
    border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
    font-size: 24px !important; box-shadow: 0 10px 20px rgba(124,158,255,.35); margin: 0 !important; float: none !important;
}
.rm-v2 .rm-services .title_service h3 { color: var(--rm-ink) !important; font-size: 17px !important; font-weight: 700 !important; text-transform: none; float: none; }
.rm-v2 .rm-services .list_wrap ul li .text { float: none; }
.rm-v2 .rm-services .list_wrap ul li .text p { color: #7d879c !important; font-size: 13.5px; }

/* ---------- 统计带 ---------- */
.rm-stats-band .content { padding: 90px 0 !important; }
.rm-v2 .as_tm_universal_box_wrap .overlay_color.testimonial { background: linear-gradient(120deg, rgba(7, 23, 55, .95), rgba(12, 31, 75, .9)) !important; }
.rm-stats-grid { display: flex; align-items: center; gap: 60px; }
.rm-stats-copy { flex: 1; }
.rm-stats-copy h3 { color: #fff !important; font-size: 32px; font-weight: 800; margin-bottom: 14px; }
.rm-stats-copy h3:after { content: ""; display: block; width: 46px; height: 4px; border-radius: 2px; background: linear-gradient(90deg,#7c9eff,#a78bfa); margin-top: 14px; }
.rm-stats-copy p { color: rgba(255,255,255,.65); font-size: 15px; margin: 0; }
.rm-stats-cards { flex: 1.3; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 !important; }
.rm-v2 .rm-stats-cards:before, .rm-v2 .rm-stats-cards:after { content: none !important; display: none !important; }
.rm-v2 .rm-stats-cards [class*="col-"] { float: none; width: auto !important; padding: 0; margin: 0; }
.rm-v2 .rm-stats-band .count-block {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px; padding: 28px 18px; text-align: center;
    backdrop-filter: blur(6px); transition: border-color .3s, transform .3s;
}
.rm-v2 .rm-stats-band .count-block:hover { border-color: rgba(124,158,255,.6); transform: translateY(-4px); }
.rm-v2 .rm-stats-band .count-icon { margin-bottom: 12px; }
.rm-v2 .rm-stats-band .count-icon .fa, .rm-v2 .rm-stats-band .count-icon i { color: var(--rm-c1); font-size: 28px; }
.rm-v2 .rm-stats-band .count-amount { color: #fff !important; font-size: 34px !important; font-weight: 800; line-height: 1.2; }
.rm-v2 .rm-stats-band .count-name { color: rgba(255,255,255,.6) !important; letter-spacing: 1px; }

/* ---------- 用户墙(六边形) ---------- */
.rm-users-wall .item-list { margin: 0 !important; padding: 0; list-style: none; }
.rm-hex-list { display: flex; flex-wrap: wrap; justify-content: center; }
.rm-v2 .rm-hex-list li { float: none; width: 16.666%; margin: 0 !important; padding: 0; }
.rm-v2 .rm-hex-list li a { background: none; padding: 14px 8px; }
.rm-v2 .rm-hex-list li a:hover { background: rgba(124,158,255,.07); }
.rm-hex {
    display: block; width: 96px; height: 108px; margin: 0 auto 12px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: linear-gradient(135deg,#7c9eff,#a78bfa); padding: 3px;
    transition: transform .3s;
}
.rm-hex img { width: 100%; height: 100%; object-fit: cover; border-radius: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: none !important;
}
.rm-v2 .rm-hex-list li a:hover .rm-hex { transform: scale(1.08) rotate(-3deg); }
.rm-v2 .rm-hex-list li p { color: #55617a !important; font-size: 13px; margin-top: 0 !important; text-shadow: none !important; font-weight: 400 !important; }

/* ---------- 优势(左图标列表条) ---------- */
.rm-v2 .rm-adv .list_wrap ul li { float: left; width: 33.333%; }
.rm-v2 .rm-adv .list_wrap ul li .inner {
    display: flex; gap: 20px; align-items: flex-start;
    background: #fff; border-radius: 18px; box-shadow: 0 8px 22px rgba(16, 37, 79, .06);
    padding: 26px 26px 26px 22px; margin: 0 12px 24px; float: none; border: 1px solid transparent;
    transition: transform .3s, border-color .3s;
}
.rm-v2 .rm-adv .list_wrap ul li .inner:hover { transform: translateY(-4px); border-color: rgba(167,139,250,.55); }
.rm-v2 .rm-adv .list_wrap ul li .icon { flex: 0 0 56px; margin: 0 !important; float: none !important; }
.rm-v2 .rm-adv .list_wrap ul li .icon .fa {
    color: #101626 !important; background: linear-gradient(90deg,#7c9eff,#a78bfa); width: 56px; height: 56px;
    border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px !important; margin: 0 !important; box-shadow: 0 10px 20px rgba(124,158,255,.3);
}
.rm-adv-body { flex: 1; min-width: 0; }
.rm-v2 .rm-adv .title_service { margin-bottom: 6px; }
.rm-v2 .rm-adv .title_service h3 { color: var(--rm-ink) !important; font-size: 16.5px !important; text-transform: none; float: none; }
.rm-v2 .rm-adv .list_wrap ul li .text { float: none; }
.rm-v2 .rm-adv .list_wrap ul li .text p { color: #7d879c !important; font-size: 13.5px; }

/* ---------- 定价(三档) ---------- */
.rm-v2 .rm-plan-row { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -14px; }
.rm-v2 .rm-plan-row .col-sm-4 { width: 33.333%; padding: 0 14px; }
.rm-v2 .pricing-tab {
    background: #fff; border-radius: 18px !important; overflow: visible; position: relative;
    box-shadow: 0 8px 22px rgba(16, 37, 79, .06); border: none !important; margin-bottom: 24px !important; margin-top: 0 !important;
    transition: transform .3s, box-shadow .3s;
}
.rm-v2 .pricing-tab:hover { transform: translateY(-6px); box-shadow: 0 26px 55px rgba(16,37,79,.18); }
.rm-v2 .package-title { text-transform: none; font-size: 17px !important; font-weight: 700 !important; color: var(--rm-ink) !important; padding: 26px 0 10px !important; }
.rm-v2 .package-price { border-bottom: 1px solid #eef2f8; padding-bottom: 22px !important; }
.rm-v2 .package-price span { font-size: 40px !important; font-weight: 800; background: linear-gradient(90deg,#7c9eff,#a78bfa); -webkit-background-clip: text; background-clip: text; color: transparent !important; }
.rm-v2 .package-advantage li { border-color: #eef2f8 !important; color: #6b7689 !important; padding: 9px 20px !important; font-size: 13.5px; }
.rm-v2 .package-advantage li:last-child { border-bottom: none !important; }
.rm-plan-recommend .pricing-tab { border: 2px solid var(--rm-c1) !important; box-shadow: 0 30px 60px rgba(124,158,255,.18) !important; }
.rm-ribbon {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 2;
    background: linear-gradient(90deg,#7c9eff,#a78bfa); color: #101626; font-weight: 800;
    font-size: 12px; letter-spacing: 2px; padding: 4px 18px; border-radius: 999px;
}

/* ---------- 页脚 ---------- */
.rm-footer { background: var(--rm-navy); padding-top: 60px; }
.rm-footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; padding-bottom: 40px; }
.rm-footer-brand { display: flex; gap: 14px; align-items: center; color: #fff; }
.rm-footer-brand > i { font-size: 34px; background: linear-gradient(90deg,#7c9eff,#a78bfa); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rm-footer-brand b { font-size: 17px; }
.rm-footer-brand p { margin: 2px 0 0; font-size: 12.5px; color: rgba(255,255,255,.55); }
.rm-footer-links { display: flex; gap: 26px; }
.rm-footer-links a { color: rgba(255,255,255,.6); font-size: 13.5px; transition: color .25s; }
.rm-footer-links a:hover { color: var(--rm-c1); }
.rm-v2 .as_tm_footer_wrap { background: var(--rm-navy) !important; border-top: 1px solid rgba(255,255,255,.08); }
.rm-v2 .as_tm_footer_wrap p { color: rgba(255,255,255,.5) !important; font-size: 13px; padding: 20px 0 !important; }
.rm-v2 .as_tm_footer_wrap a { color: rgba(255,255,255,.6); }
.rm-v2 .as_tm_footer_wrap a:hover { color: var(--rm-c1); }
.rm-footer-copy .heart { color: var(--rm-c1); }

/* ---------- 回顶按钮 ---------- */
.rm-v2 .as_tm_totop {
    background: linear-gradient(90deg,#7c9eff,#a78bfa) !important; border-radius: 50% !important;
    right: 26px; bottom: 34px; border: none !important;
    width: 48px !important; height: 48px !important; padding: 0 !important;
    display: flex !important; align-items: center; justify-content: center;
    box-shadow: 0 14px 30px rgba(124,158,255,.4);
}
.rm-v2 .as_tm_totop:before { display: none !important; }
.rm-v2 .as_tm_totop:after {
    content: "\f106" !important; font-family: FontAwesome !important;
    position: static !important; border: none !important; background: none !important;
    width: auto !important; height: auto !important; top: auto !important; left: auto !important;
    margin: 0 !important; transform: none !important;
    color: #fff !important; font-size: 24px !important; line-height: 1 !important;
}

/* ---------- 预载动画 ---------- */
.rm-v2 .as_tm_preloader { background: var(--rm-navy) !important; }
.rm-v2 .spinner { border-top-color: var(--rm-c1) !important; border-right-color: var(--rm-c1) !important; }

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
    .rm-v2 .rm-menu { display: none; }
    .rm-v2 .rm-burger { display: block; }
    .rm-v2 .rm-nav-btns .rm-btn-sm.btn-tran { display: none; }
}
@media (max-width: 900px) {
    .rm-hero-grid { flex-direction: column; text-align: center; }
    .rm-hero-copy { flex: none; width: 100%; }
    .rm-hero .text_typing { text-align: center; }
    .rm-hero-btns { justify-content: center; }
    .rm-hero-vis { flex: none; width: 100%; margin-top: 30px; }
    .rm-stats-grid { flex-direction: column; text-align: center; gap: 36px; }
    .rm-stats-copy h3:after { margin-left: auto; margin-right: auto; }
    .rm-v2 .as_tm_about_wrap .author_wrap { flex-direction: column; gap: 36px; }
    .rm-v2 .as_tm_about_wrap .leftbox, .rm-v2 .as_tm_about_wrap .rightbox { width: 100%; }
}
@media (max-width: 768px) {
    .rm-v2 .rm-services .list_wrap ul li, .rm-v2 .rm-adv .list_wrap ul li { width: 50%; }
    .rm-v2 .rm-plan-row .col-sm-4 { width: 50%; }
    .rm-v2 .rm-hex-list li { width: 25%; }
    .rm-v2 .rm-hero .inner_content { padding-top: 120px !important; }
}
@media (max-width: 480px) {
    .rm-v2 .rm-services .list_wrap ul li, .rm-v2 .rm-adv .list_wrap ul li, .rm-v2 .rm-plan-row .col-sm-4 { width: 100%; }
    .rm-v2 .rm-hex-list li { width: 33.333%; }
    .rm-v2 .rm-stats-cards { grid-template-columns: 1fr 1fr; }
    .rm-hero-btns { flex-direction: column; align-items: stretch; }
}

/* ==========================================================
   液体玻璃增强层 (v3)
   ========================================================== */
/* 页面底光, 让浅色区的玻璃卡有景可透 */
.rm-v2 .as_tm_section.rm-section-gray { position: relative; }
.rm-v2 .as_tm_section { background-image:
    radial-gradient(640px 320px at 90% 0%, rgba(124, 158, 255, .07), transparent 60%),
    radial-gradient(560px 300px at 5% 100%, rgba(167, 139, 250, .06), transparent 60%); }

/* 功能/优势白卡 → 白玻璃 */
.rm-v2 .rm-services .list_wrap ul li .inner,
.rm-v2 .rm-adv .list_wrap ul li .inner {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(16px) saturate(1.35); -webkit-backdrop-filter: blur(16px) saturate(1.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 12px 32px rgba(30, 40, 80, .08);
    border: 1px solid rgba(255, 255, 255, .7);
}
.rm-v2 .rm-services .list_wrap ul li .inner:hover,
.rm-v2 .rm-adv .list_wrap ul li .inner:hover { border-color: rgba(124, 158, 255, .6); }

/* 引言卡 / 统计卡 / 定价卡 玻璃化 */
.rm-v2 .rm-quote-hero {
    background: rgba(255, 255, 255, .65) !important;
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 10px 28px rgba(30, 40, 80, .07) !important;
}
.rm-v2 .pricing-tab {
    background: rgba(255, 255, 255, .62) !important;
    backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 14px 36px rgba(30, 40, 80, .09) !important;
    border: 1px solid rgba(255, 255, 255, .7) !important;
}
.rm-plan-recommend .pricing-tab { border: 2px solid rgba(124, 158, 255, .65) !important; background: rgba(255, 255, 255, .78) !important; }

/* 深色区(导航/Hero遮罩/统计带/页脚)液体玻璃统一 */
.rm-v2 .rm-nav { background: rgba(13, 18, 38, .5); border-bottom: 1px solid rgba(255,255,255,.08); }
.rm-v2 .rm-nav.rm-solid { background: rgba(13, 18, 38, .88); }
.rm-hero .overlay { background: linear-gradient(160deg, rgba(13,18,38,.7), rgba(26,20,64,.72)) !important; }
.rm-v2 .as_tm_universal_box_wrap .overlay_color.testimonial { background: rgba(13, 18, 38, .72) !important; backdrop-filter: blur(22px) saturate(1.4); -webkit-backdrop-filter: blur(22px) saturate(1.4); }
.rm-v2 .rm-stats-band .count-block {
    background: rgba(255, 255, 255, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}
.rm-v2 .rm-footer, .rm-v2 .as_tm_footer_wrap { background: rgba(13, 18, 38, .92) !important; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.rm-v2 .rm-jquery-tip { background: rgba(20, 26, 54, .75); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(124, 158, 255, .22); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); }

/* 玻璃按钮: 顶部高光 */
.rm-v2 .rm-btn-gradient { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 10px 26px rgba(124, 158, 255, .4) !important; }
.rm-v2 .btn.btn-tran { background: rgba(255, 255, 255, .07); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18); }
.rm-v2 .rm-badge { background: rgba(124, 158, 255, .12); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2); }

/* 用户墙六边形描边发光 */
.rm-hex img { box-shadow: none !important; }
.rm-v2 .rm-hex-list li a:hover .rm-hex { filter: drop-shadow(0 6px 18px rgba(124, 158, 255, .4)); }

/* 回顶按钮液滴高光 */
.rm-v2 .as_tm_totop { box-shadow: inset 0 2px 6px rgba(255, 255, 255, .45), 0 14px 30px rgba(124, 158, 255, .45) !important; }

/* ==========================================================
   Hero 自绘播放器演示卡(替代 player.png 截图)
   ========================================================== */
.rm-hero-vis.rm-demo { border: none; background: none; box-shadow: none; padding: 0; max-width: 480px; }
.rm-hero-vis.rm-demo:after { display: none; }
.rm-demo-card {
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 34px 80px rgba(8, 10, 34, .55);
    animation: rm-hero-float 6s ease-in-out infinite alternate;
    overflow: hidden;
}
.rm-demo-head {
    display: flex; align-items: center; gap: 6px; padding: 13px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px; color: rgba(235, 240, 255, .6); letter-spacing: .5px;
}
.rm-demo-head span { margin-left: 8px; }
.rm-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .22); }
.rm-dot:nth-of-type(1) { background: rgba(169, 188, 255, .75); }
.rm-dot:nth-of-type(2) { background: rgba(201, 184, 255, .65); }
.rm-dot:nth-of-type(3) { background: rgba(255, 255, 255, .3); }
.rm-demo-body { display: flex; gap: 20px; padding: 22px 20px; align-items: center; }
.rm-disc {
    flex: 0 0 84px; height: 84px; border-radius: 50%; position: relative;
    background: conic-gradient(#7c9eff, #a78bfa, #5b6bd6, #a9bcff, #7c9eff);
    display: flex; align-items: center; justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 12px 30px rgba(124, 158, 255, .45);
    animation: rm-spin 7s linear infinite;
}
.rm-disc::after { content: ""; position: absolute; inset: 27px; border-radius: 50%; background: #171b34; }
.rm-disc i { position: relative; z-index: 1; font-size: 19px; color: #fff; }
@keyframes rm-spin { to { transform: rotate(360deg); } }
.rm-demo-info { flex: 1; min-width: 0; }
.rm-demo-info b { display: block; font-size: 15px; margin-bottom: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
.rm-lyric { font-size: 12px; color: rgba(235, 240, 255, .45); display: flex; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.rm-lyric-on { color: #a9bcff; }
.rm-progress { height: 5px; border-radius: 3px; background: rgba(255, 255, 255, .14); overflow: hidden; margin-bottom: 15px; }
.rm-progress i { display: block; height: 100%; width: 35%; border-radius: 3px; background: linear-gradient(90deg, #7c9eff, #a78bfa); animation: rm-load 7s linear infinite; }
@keyframes rm-load { from { width: 6%; } to { width: 94%; } }
.rm-controls { display: flex; align-items: center; gap: 24px; color: rgba(235, 240, 255, .55); font-size: 16px; }
.rm-controls .rm-play { font-size: 32px; color: #fff; text-shadow: 0 4px 16px rgba(124, 158, 255, .6); }
.rm-demo-fab {
    position: absolute; right: -14px; bottom: -24px; width: 60px; height: 60px;
    border-radius: 50%; color: #fff; font-size: 21px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #7c9eff, #a78bfa);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 14px 34px rgba(124, 158, 255, .5);
    animation: rm-pulse 2.6s ease-out infinite;
}
@keyframes rm-pulse {
    0% { box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 14px 34px rgba(124,158,255,.5), 0 0 0 0 rgba(124,158,255,.45); }
    70% { box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 14px 34px rgba(124,158,255,.5), 0 0 0 20px rgba(124,158,255,0); }
    100% { box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 14px 34px rgba(124,158,255,.5), 0 0 0 0 rgba(124,158,255,0); }
}

/* ==========================================================
   液态玻璃版播放器卡
   ========================================================== */
.rm-v2 .rm-demo-card {
    position: relative;
    background: linear-gradient(155deg, rgba(255,255,255,.16), rgba(255,255,255,.05) 45%, rgba(255,255,255,.11));
    backdrop-filter: blur(26px) saturate(1.9) brightness(1.1); -webkit-backdrop-filter: blur(26px) saturate(1.9) brightness(1.1);
    border: none;
    border-radius: 26px;
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, .55),
        inset 0 -1px 1px rgba(255, 255, 255, .14),
        inset 0 26px 44px -24px rgba(255, 255, 255, .3),
        0 24px 64px rgba(70, 80, 180, .38),
        0 4px 14px rgba(8, 10, 34, .4);
}
.rm-v2 .rm-demo-card::before {
    content: ""; position: absolute; top: 0; left: 6%; right: 6%; height: 42%;
    border-radius: 26px 26px 45% 45% / 26px 26px 100% 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .02));
    pointer-events: none;
}
.rm-v2 .rm-demo-card::after {
    content: ""; position: absolute; inset: -40%; pointer-events: none;
    background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, .16) 50%, transparent 58%);
    animation: rm-liquid-sheen 6s ease-in-out infinite;
}
@keyframes rm-liquid-sheen { 0%, 100% { transform: translateX(-28%); } 55% { transform: translateX(28%); } }
.rm-v2 .rm-demo-head { border-bottom-color: rgba(255, 255, 255, .1); position: relative; z-index: 1; }
.rm-v2 .rm-demo-body { position: relative; z-index: 1; }
.rm-v2 .rm-disc {
    background:
        radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, 0) 42%),
        conic-gradient(#7c9eff, #a78bfa, #5b6bd6, #a9bcff, #7c9eff);
    box-shadow:
        inset 0 2px 5px rgba(255, 255, 255, .6),
        inset 0 -6px 12px rgba(40, 40, 110, .35),
        0 12px 30px rgba(124, 158, 255, .5);
}
.rm-v2 .rm-progress { background: rgba(255, 255, 255, .18); box-shadow: inset 0 1px 2px rgba(10, 12, 40, .3); }
.rm-v2 .rm-demo-fab {
    background:
        radial-gradient(120% 120% at 30% 22%, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 0) 40%),
        linear-gradient(135deg, #8fb0ff, #b79aff);
    border-radius: 50%;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, .6),
        inset 0 -8px 14px rgba(50, 50, 140, .4),
        0 16px 40px rgba(124, 158, 255, .6);
}
/* ==========================================================
   v5 浅色工作台统一层 —— 与 Vue 控制台后台同风格
   背景 #f6f7fb · 白卡 #fff · 主色 accent #5b6bd6 · 文字 #1a1d24/#8a90a0
   必须加载在文件末尾(覆盖 v2/v3 暗色定义)
   ========================================================== */
.rm-v2 {
    --rm-c1: #5b6bd6;
    --rm-c2: #8a90ff;
    --rm-ink: #1a1d24;
    --rm-navy: #f6f7fb;
    --rm-soft: #8a90a0;
    --rm-line: #eceef2;
}

/* ---------- 全局底色 ---------- */
.rm-v2 body { background: #f6f7fb !important; color: #1a1d24 !important; }
.rm-v2 .as_tm_section { background-image: none !important; }
.rm-v2 .rm-section-gray { background: #eef0f7 !important; }

/* ---------- 导航: 白玻璃深字 ---------- */
.rm-v2 .rm-nav { background: rgba(255, 255, 255, .82) !important; backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); border-bottom: 1px solid #eceef2 !important; }
.rm-v2 .rm-nav.rm-solid { background: rgba(255, 255, 255, .95) !important; box-shadow: 0 6px 24px rgba(26, 29, 36, .08) !important; }
.rm-v2 .rm-brand { color: #1a1d24 !important; }
.rm-v2 .rm-brand i { background: none !important; -webkit-background-clip: initial !important; background-clip: initial !important; color: #5b6bd6 !important; }
.rm-v2 .rm-menu a { color: #8a90a0 !important; }
.rm-v2 .rm-menu a:hover { color: #5b6bd6 !important; border-bottom-color: #5b6bd6 !important; }
.rm-v2 .rm-burger { color: #1a1d24 !important; }
.rm-v2 .rm-menu-mobile { background: #fff !important; border-bottom: 1px solid #eceef2 !important; }
.rm-v2 .rm-menu-mobile a { color: #4a4f5c !important; border-bottom-color: #eceef2 !important; }

/* ---------- 按钮: accent 实心圆角 ---------- */
.rm-v2 .rm-btn-gradient {
    background: #5b6bd6 !important; color: #fff !important; font-weight: 600;
    border-radius: 9px !important;
    box-shadow: 0 4px 12px rgba(91, 107, 214, .3) !important;
}
.rm-v2 .rm-btn-gradient:hover { background: #6d7ae0 !important; color: #fff !important; box-shadow: 0 6px 16px rgba(91, 107, 214, .4) !important; }
.rm-v2 .btn.btn-tran {
    background: #fff !important; border: 1px solid #eceef2 !important; color: #4a4f5c !important;
    border-radius: 9px !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; box-shadow: none !important;
}
.rm-v2 .btn.btn-tran:hover { color: #5b6bd6 !important; border-color: rgba(91, 107, 214, .5) !important; background: #fff !important; }
.rm-btn-sm { border-radius: 9px !important; }

/* ---------- Hero: 浅色 + 径向光斑 ---------- */
.rm-v2 .as_tm_ripple_wrap {
    background-color: #f6f7fb !important;
    background-image: radial-gradient(720px 380px at 88% 8%, rgba(91, 107, 214, .12), transparent 62%), radial-gradient(620px 340px at 4% 92%, rgba(138, 144, 255, .1), transparent 60%) !important;
}
.rm-hero .overlay { background: none !important; }
.rm-badge { color: #5b6bd6 !important; background: #eef0fc !important; border: 1px solid rgba(91, 107, 214, .35) !important; box-shadow: none !important; }
.rm-badge i { color: #5b6bd6 !important; }
.rm-v2 .rm-h1 { color: #1a1d24 !important; }
.rm-v2 .rm-h1 span { background: linear-gradient(90deg, #5b6bd6, #8a90ff) !important; -webkit-background-clip: text !important; background-clip: text !important; color: transparent !important; }
.rm-v2 .as_tm_animation_text_word { color: #5b6bd6 !important; }
.rm-hero .text_typing p { color: #8a90a0 !important; }
.rm-hero .as_tm_arrow_wrap a { color: #8a90a0 !important; }
.rm-hero .as_tm_arrow_wrap a:hover { color: #5b6bd6 !important; }

/* ---------- Hero 播放器演示卡: 白玻璃深字 ---------- */
.rm-v2 .rm-demo-card {
    background: #fff !important; border: 1px solid #eceef2 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
    box-shadow: 0 24px 60px rgba(26, 29, 36, .12), 0 4px 14px rgba(26, 29, 36, .06) !important;
}
.rm-v2 .rm-demo-card::before { background: linear-gradient(180deg, rgba(91, 107, 214, .05), transparent) !important; }
.rm-v2 .rm-demo-card::after { display: none !important; }
.rm-v2 .rm-demo-head { color: #8a90a0 !important; border-bottom-color: #eceef2 !important; }
.rm-dot:nth-of-type(1) { background: #9aa6e8 !important; }
.rm-dot:nth-of-type(2) { background: #b9a8ff !important; }
.rm-dot:nth-of-type(3) { background: #dcdfe8 !important; }
.rm-v2 .rm-demo-info b { color: #1a1d24 !important; }
.rm-v2 .rm-lyric { color: #8a90a0 !important; }
.rm-v2 .rm-lyric-on { color: #5b6bd6 !important; }
.rm-v2 .rm-progress { background: #eef0f5 !important; box-shadow: none !important; }
.rm-v2 .rm-progress i { background: linear-gradient(90deg, #5b6bd6, #8a90ff) !important; }
.rm-v2 .rm-controls { color: #b9bdd1 !important; }
.rm-v2 .rm-controls .rm-play { color: #1a1d24 !important; text-shadow: none !important; }
.rm-v2 .rm-disc {
    background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, .5) 0%, transparent 42%), conic-gradient(#5b6bd6, #8a90ff, #9aa6e8, #b9a8ff, #5b6bd6) !important;
    box-shadow: 0 12px 30px rgba(91, 107, 214, .35) !important;
}
.rm-v2 .rm-disc::after { background: #fff !important; border: 1px solid #eceef2 !important; }
.rm-v2 .rm-demo-fab {
    background: #5b6bd6 !important;
    box-shadow: 0 14px 34px rgba(91, 107, 214, .45) !important; animation: none !important;
}
.rm-hero-spark { background: radial-gradient(circle, rgba(91, 107, 214, .28), transparent 65%) !important; }
.rm-spark-2 { background: radial-gradient(circle, rgba(138, 144, 255, .24), transparent 65%) !important; }

/* ---------- 功能/优势/引言/定价卡: 纯白工作台卡 ---------- */
.rm-v2 .rm-services .list_wrap ul li .inner,
.rm-v2 .rm-adv .list_wrap ul li .inner,
.rm-v2 .rm-quote-hero,
.rm-v2 .pricing-tab {
    background: #fff !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
    border: 1px solid #eceef2 !important;
    box-shadow: 0 8px 22px rgba(26, 29, 36, .05) !important;
}
.rm-v2 .rm-services .list_wrap ul li .inner:hover,
.rm-v2 .rm-adv .list_wrap ul li .inner:hover { border-color: rgba(91, 107, 214, .55) !important; box-shadow: 0 18px 40px rgba(26, 29, 36, .1) !important; }
.rm-v2 .pricing-tab:hover { box-shadow: 0 20px 44px rgba(26, 29, 36, .12) !important; }
.rm-plan-recommend .pricing-tab { border: 2px solid #5b6bd6 !important; background: #fff !important; box-shadow: 0 22px 48px rgba(91, 107, 214, .16) !important; }
.rm-v2 .package-price span { background: linear-gradient(90deg, #5b6bd6, #8a90ff) !important; -webkit-background-clip: text !important; background-clip: text !important; }
.rm-ribbon { background: #5b6bd6 !important; color: #fff !important; box-shadow: 0 6px 16px rgba(91, 107, 214, .3) !important; }

/* ---------- 图标块: accent 圆角块白图标 ---------- */
.rm-v2 .rm-services .list_wrap ul li .icon .fa,
.rm-v2 .rm-adv .list_wrap ul li .icon .fa,
.rm-step i {
    color: #fff !important; background: #5b6bd6 !important;
    box-shadow: 0 8px 18px rgba(91, 107, 214, .3) !important; border-radius: 12px !important;
}

/* ---------- 代码提示卡: 白卡 ---------- */
.rm-v2 .rm-jquery-tip { background: #fff !important; border: 1px solid #eceef2 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; box-shadow: 0 8px 22px rgba(26, 29, 36, .05) !important; }
.rm-v2 .rm-jquery-tip-label { color: #4a4f5c !important; }
.rm-v2 .rm-jquery-tip-label code { background: #eef0f5 !important; color: #5b6bd6 !important; }
.rm-v2 .rm-jquery-code { background: #1a1d24 !important; border: 1px solid #2a2e3a !important; color: #9fe0b7 !important; }

/* ---------- 统计带: 白卡网格(去暗色带) ---------- */
.rm-v2 .as_tm_universal_box_wrap .overlay_color.testimonial { background: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
.rm-v2 .as_tm_universal_box_wrap .content { padding: 40px 0 !important; }
.rm-stats-grid { gap: 44px; }
.rm-v2 .rm-stats-copy h3 { color: #1a1d24 !important; }
.rm-v2 .rm-stats-copy h3:after { background: linear-gradient(90deg, #5b6bd6, #8a90ff) !important; }
.rm-v2 .rm-stats-copy p { color: #8a90a0 !important; }
.rm-v2 .rm-stats-band .count-block { background: #fff !important; border: 1px solid #eceef2 !important; backdrop-filter: none !important; box-shadow: 0 8px 22px rgba(26, 29, 36, .05) !important; }
.rm-v2 .rm-stats-band .count-block:hover { border-color: rgba(91, 107, 214, .55) !important; }
.rm-v2 .rm-stats-band .count-icon .fa, .rm-v2 .rm-stats-band .count-icon i { color: #5b6bd6 !important; }
.rm-v2 .rm-stats-band .count-amount { color: #1a1d24 !important; }
.rm-v2 .rm-stats-band .count-name { color: #8a90a0 !important; }

/* ---------- 六边形墙 ---------- */
.rm-v2 .rm-hex-list li a:hover { background: rgba(91, 107, 214, .06) !important; }
.rm-hex { background: linear-gradient(135deg, #5b6bd6, #8a90ff) !important; }
.rm-v2 .rm-hex-list li a:hover .rm-hex { filter: drop-shadow(0 6px 18px rgba(91, 107, 214, .35)); }

/* ---------- 页脚: 浅色 ---------- */
.rm-v2 .rm-footer, .rm-v2 .as_tm_footer_wrap { background: #fff !important; border-top: 1px solid #eceef2 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
.rm-v2 .rm-footer { padding-top: 40px !important; }
.rm-v2 .rm-footer-brand { color: #1a1d24 !important; }
.rm-v2 .rm-footer-brand > i { background: linear-gradient(90deg, #5b6bd6, #8a90ff) !important; -webkit-background-clip: text !important; background-clip: text !important; color: transparent !important; }
.rm-v2 .rm-footer-brand p { color: #8a90a0 !important; }
.rm-v2 .rm-footer-links a { color: #8a90a0 !important; }
.rm-v2 .rm-footer-links a:hover { color: #5b6bd6 !important; }
.rm-v2 .as_tm_footer_wrap p { color: #8a90a0 !important; }
.rm-v2 .as_tm_footer_wrap a { color: #8a90a0 !important; }
.rm-v2 .as_tm_footer_wrap a:hover { color: #5b6bd6 !important; }

/* ---------- 回顶/预载 ---------- */
.rm-v2 .as_tm_totop { background: #5b6bd6 !important; box-shadow: 0 10px 24px rgba(91, 107, 214, .4) !important; }
.rm-v2 .as_tm_totop:after { color: #fff !important; }
.rm-v2 .as_tm_preloader { background: #f6f7fb !important; }
.rm-v2 .spinner { border-top-color: #5b6bd6 !important; border-right-color: #5b6bd6 !important; border-bottom-color: rgba(91, 107, 214, .25) !important; }

/* v5: player.png 图片版式在浅色底的投影适配 */
.rm-v2 .rm-hero-vis > img {
    border: 1px solid #eceef2 !important;
    box-shadow: 0 34px 80px rgba(26, 29, 36, .18), 0 0 0 1px rgba(91, 107, 214, .06) !important;
}

/* v5: 统计带区块去除暗色背景图, 改浅色渐变底 */
.rm-v2 .as_tm_universal_box_wrap { background-image: none !important; }
.rm-v2 .as_tm_universal_box_wrap { background: linear-gradient(135deg, #eef0fc, #f6f7fb 60%) !important; }
.rm-v2 .as_tm_universal_box_wrap .overlay_color.testimonial { background: none !important; }
