:root{
  --bg:#ffffff;
  --soft:#f5f3ff;
  --line:#dcdcf1;
  --text:#23253d;
  --muted:#696d8c;
  --violet:#7c3aed;
  --violet-soft:#ede9fe;
  --green:#22c55e;
  --green-soft:#dcfce7;
  --navy:#10172a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI","Microsoft YaHei",sans-serif;background:linear-gradient(180deg,#fff 0,#fbfaff 100%);color:var(--text)}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.wp-shell{width:min(1140px,calc(100% - 40px));margin:0 auto}
.wp-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.wp-header-row{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand-logo,.logo-wrap,.header-logo,.nav-brand{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:6px 14px;border-radius:12px;background:#10172a;text-decoration:none;line-height:1;flex-shrink:0}
.site-logo,.brand-logo img,.logo-wrap img,.header-logo img,.nav-brand img,.logo img{display:block;width:auto;height:auto;max-height:36px;max-width:190px;object-fit:contain}
.wp-nav{display:flex;gap:20px;color:var(--muted);font-weight:700}
.wp-menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px}
.hero,.section,.cta{padding:72px 0}
.hero-grid,.system-layout,.cta-box{display:grid;gap:28px;align-items:center}
.hero-grid{grid-template-columns:1.02fr .98fr}
.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--violet-soft);color:var(--violet);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3{margin:0 0 14px;line-height:1.18}
h1{font-size:44px}
h2{font-size:31px}
p{margin:0;color:var(--muted);line-height:1.84}
.hero-copy p + p{margin-top:16px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;font-weight:800}
.btn-primary{background:linear-gradient(135deg,var(--violet),#8b5cf6);color:#fff}
.btn-light{background:#fff;border:1px solid var(--line)}
.phone-stage,.green-tags,.check-grid article,.system-card,.system-image,.feature-grid article,.faq-list details,.cta-box{border:1px solid var(--line);border-radius:24px;background:#fff}
.phone-stage{padding:24px;background:linear-gradient(180deg,#f7f5ff,#fff)}
.phone-screen{max-width:260px;margin:0 auto;padding:18px;border-radius:30px;background:#131a33}
.phone-screen img{max-height:260px;margin:0 auto;object-fit:contain}
.green-tags{display:flex;flex-wrap:wrap;gap:10px;padding:18px;margin-top:16px}
.green-tags span{padding:9px 12px;border-radius:999px;background:var(--green-soft);color:#15803d;font-weight:800}
.section-head{max-width:760px;margin-bottom:20px}
.check-grid,.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.check-grid article,.feature-grid article,.system-card,.faq-list details{padding:22px}
.check-grid span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--green-soft);color:var(--green);font-size:24px;margin-bottom:14px}
.soft{background:var(--soft)}
.system-layout{grid-template-columns:repeat(3,1fr)}
.system-image{padding:18px}
.system-image img{max-height:280px;margin:0 auto;object-fit:contain}
.feature-grid strong{display:block;color:var(--violet);margin-bottom:8px}
.faq-list{display:grid;gap:16px}
.faq-list summary{cursor:pointer;font-weight:800}
.tag-list{display:flex;flex-wrap:wrap;gap:12px}
.tag-list span{padding:11px 15px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:700}
.cta{padding-top:0}
.cta-box{grid-template-columns:1fr auto;padding:30px;background:linear-gradient(135deg,#23253d,#7c3aed);color:#fff}
.cta-box h2,.cta-box .eyebrow{color:#fff}
.cta-box .eyebrow{background:rgba(255,255,255,.16)}
.wp-backtop{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border:0;border-radius:50%;background:var(--violet);color:#fff;display:none}
.wp-backtop.is-visible{display:block}
@media (max-width:920px){
  .wp-menu-btn{display:block}
  .wp-nav{display:none;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;padding:16px;background:#fff;border:1px solid var(--line);border-radius:18px}
  .wp-nav.is-open{display:flex}
  .hero,.section,.cta{padding:56px 0}
  .hero-grid,.check-grid,.system-layout,.feature-grid,.cta-box{grid-template-columns:1fr}
  h1{font-size:33px}
}
