:root{--brand:#E02B8A;--brand-deep:#B5179E;--brand-soft:#FCE4F3;--orange:#FF7A18;--ink:#26262B;--muted:#9AA0A8;--line:#F3ECEC;--bg:#F6F6F8;--shadow:0 4px 20px rgba(193,53,132,.08);--shadow-hover:0 12px 36px rgba(193,53,132,.16)}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--bg);color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hero{position:relative;overflow:hidden;background:linear-gradient(165deg,#7B2FF7 0%,#C13584 38%,#FF2E63 68%,#FF7A18 100%);color:#fff}
.hero::before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(255,255,255,.07);top:-300px;right:-150px}
.hero::after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.05);bottom:-200px;left:-100px}
.hero-nav{position:relative;z-index:3;display:flex;align-items:center;gap:34px;height:72px}
.brand{display:flex;align-items:center;gap:11px}
.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--brand);font-size:19px;font-weight:900;box-shadow:0 4px 14px rgba(0,0,0,.18)}
.brand-text{display:grid;line-height:1.1}
.brand-text b{font-size:17px;letter-spacing:.5px}
.brand-text small{font-size:9px;letter-spacing:2.5px;opacity:.75;margin-top:3px}
.hero-nav nav{display:flex;gap:4px;margin-left:12px}
.hero-nav nav a{color:rgba(255,255,255,.82);font-size:14px;font-weight:500;padding:8px 15px;border-radius:99px;transition:.22s}
.hero-nav nav a:hover{color:#fff;background:rgba(255,255,255,.12)}
.hero-cta{background:#fff;color:var(--brand);font-size:13px;font-weight:800;padding:10px 20px;border-radius:99px;box-shadow:0 4px 14px rgba(0,0,0,.15);transition:.22s;white-space:nowrap}
.page-hero-body{position:relative;z-index:2;text-align:center;padding:30px 0 96px}
.svc-hero-icon{width:72px;height:72px;margin:0 auto 18px;border-radius:20px;display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.svc-hero-icon svg{width:38px;height:38px}
.svc-hero-pair{display:flex;justify-content:center;gap:12px;margin:0 auto 18px}
.svc-hero-pair .svc-hero-icon{margin:0;width:60px;height:60px}
.svc-hero-pair .svc-hero-icon svg{width:32px;height:32px}
.page-hero-body h1{font-size:clamp(28px,4vw,44px);font-weight:900;letter-spacing:2px;text-shadow:0 4px 20px rgba(0,0,0,.18)}
.page-hero-body p{color:rgba(255,255,255,.88);font-size:14px;margin-top:12px;letter-spacing:.5px;max-width:640px;margin-left:auto;margin-right:auto}
.main{position:relative;z-index:4;margin-top:-52px;padding-bottom:20px}
.crumbs-panel{max-width:860px;margin:0 auto 16px;background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:14px 22px;display:flex;gap:8px;font-size:12px;color:var(--muted)}
.crumbs-panel a:hover{color:var(--brand)}
.crumbs-panel b{color:#D8C9CA;font-weight:400}
.crumbs-panel em{color:var(--ink);font-style:normal;font-weight:700}
.panel{max-width:860px;margin:0 auto 22px;background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:38px 44px}
.panel h2{font-size:21px;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.panel h2::before{content:"";width:5px;height:19px;border-radius:3px;background:linear-gradient(180deg,#FF2E63,#A55EEA)}
.panel p{color:#45454C;font-size:14px;line-height:1.9;margin:11px 0}
.panel ul{margin:11px 0;padding-left:20px;color:#45454C;font-size:14px}
.panel li{margin:8px 0;line-height:1.8}
.panel strong{color:var(--ink)}
.price-table{width:100%;border-collapse:separate;border-spacing:0;border:1.5px solid var(--line);border-radius:14px;overflow:hidden;margin-top:8px}
.price-table th{background:linear-gradient(135deg,#FF2E63,#A55EEA 55%,#4E8CFF);color:#fff;font-size:13px;padding:14px 16px;text-align:left;letter-spacing:1px}
.price-table td{padding:15px 16px;font-size:14px;border-top:1px solid var(--line);background:#fff}
.price-table tr:nth-child(even) td{background:#FDF6F6}
.price-table .p-price{color:var(--brand);font-weight:900;font-size:17px;font-family:Arial;white-space:nowrap}
.price-table .p-old{color:#B5BBC3;text-decoration:line-through;font-size:12px;margin-left:6px;font-weight:500}
.price-table .p-hot{display:inline-block;font-size:10px;font-weight:800;color:#fff;background:linear-gradient(90deg,var(--orange),#FFB800);padding:3px 9px;border-radius:99px;margin-left:8px;vertical-align:2px}
.price-table .p-go{color:var(--brand);font-weight:800;font-size:13px;white-space:nowrap}
.price-note{font-size:12px;color:var(--muted);margin-top:14px;line-height:1.8}
.cta-panel{max-width:860px;margin:0 auto 60px;background:linear-gradient(120deg,#7B2FF7,#C13584 50%,#FF2E63);border-radius:20px;padding:36px 40px;color:#fff;text-align:center;box-shadow:0 16px 44px rgba(193,53,132,.35)}
.cta-panel h2{font-size:22px;letter-spacing:1px}
.cta-panel p{color:rgba(255,255,255,.85);font-size:13px;margin:10px 0 22px}
.cta-panel a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--brand);font-weight:800;font-size:14px;padding:13px 32px;border-radius:99px;box-shadow:0 8px 20px rgba(0,0,0,.18);transition:.22s}
.cta-panel a:hover{transform:translateY(-2px)}
.float-consult{position:fixed;right:22px;bottom:22px;z-index:99;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#FF2E63,#A55EEA 55%,#4E8CFF);color:#fff;font-weight:800;font-size:14px;padding:14px 22px;border-radius:99px;box-shadow:0 10px 28px rgba(193,53,132,.45);transition:.25s}
.float-consult:hover{transform:translateY(-3px)}
.mobile-cta{display:none}
@media(max-width:720px){
  .mobile-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:98;background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 20px rgba(0,0,0,.08);padding:10px 14px;gap:10px}
  .mobile-cta a{flex:1;height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;font-weight:800;font-size:14px}
  .mobile-cta .m-tel{background:linear-gradient(135deg,#FF2E63,#A55EEA 55%,#4E8CFF);color:#fff}
  .mobile-cta .m-top{background:var(--bg);color:var(--ink);border:1.5px solid var(--line)}
  body{padding-bottom:70px}
  .float-consult{display:none!important}
}
footer{background:#231F20;color:#9C9294;padding:60px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:46px}
.footer-brand .brand-text b{color:#fff}
.footer-brand p{font-size:12px;line-height:1.9;margin-top:16px}
.footer-grid h3{color:#fff;font-size:14px;margin:0 0 16px;display:flex;align-items:center;gap:8px}
.footer-grid h3::before{content:"";width:4px;height:13px;border-radius:2px;background:var(--brand)}
.footer-grid a{font-size:12px;transition:.2s}
.footer-grid a:hover{color:#FF8A95}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px}
.footer-warn p{font-size:12px;line-height:1.9}
.copyright{border-top:1px solid rgba(255,255,255,.08);margin-top:44px;padding-top:20px;display:flex;justify-content:space-between;font-size:11px;color:#6E6567}
@media(max-width:1040px){.hero-nav nav{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.hero-nav{height:62px;gap:14px}.brand-mark{width:34px;height:34px;font-size:16px}.brand-text b{font-size:15px}.hero-cta{padding:8px 13px;font-size:11px}.panel{padding:26px 20px}.price-table th,.price-table td{padding:11px 10px;font-size:12px}.footer-grid{grid-template-columns:1fr;gap:30px}}
