:root{
  --bg:#ffffff;--soft:#f6f7f9;--text:#111111;--body:#333333;--muted:#666666;--line:#e5e7eb;
  --brand:#e31b23;--dark:#21242b;--card:#ffffff;--shadow:0 18px 36px rgba(15,23,42,.08);--radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--body);font:16px/1.75 "Microsoft YaHei","PingFang SC",sans-serif}
img{max-width:100%;height:auto;display:block} a{text-decoration:none;color:inherit}
.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}
.nav-row{min-height:72px;display:flex;align-items:center;gap:18px}.brand img{height:34px;width:auto;object-fit:contain}
.nav{margin-left:auto;display:flex;gap:20px}.nav a{font-size:14px;color:#465063}.header-cta{padding:10px 18px;border-radius:999px;background:var(--brand);color:#fff;font-size:14px;font-weight:700}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:0}.menu-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:#111}
.hero{padding:56px 0;background:linear-gradient(180deg,#fff,#f9fafb)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.eyebrow{margin:0;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--brand)}
.hero-copy h1,.section-head h2,.cta-box h2{margin:10px 0 16px;line-height:1.15;color:var(--text)} .hero-copy h1{font-size:clamp(34px,4.5vw,56px)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;font-weight:700}
.btn-primary{background:var(--brand);color:#fff}.btn-ghost{background:#fff;border:1px solid var(--line);color:var(--dark)}
.hero-media{display:grid;grid-template-columns:1.1fr .8fr;gap:16px;align-items:end}
.phone-frame,.hero-side-image,.fit-grid article,.feature-image,.feature-list div,.system-grid article,.check-row article,.faq-item,.cta-box{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.phone-frame{padding:18px;background:linear-gradient(180deg,#20242d,#2d3441)} .phone-frame img{width:100%;object-fit:contain}
.hero-side-image{margin:0;padding:12px}.hero-side-image img{width:100%;object-fit:contain}
.section{padding:68px 0}.section-soft,.section-check{background:var(--soft)}
.section-head{max-width:760px;margin-bottom:24px}.section-head p{margin:0;color:var(--muted)}
.fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fit-grid article{padding:24px;border-top:4px solid var(--brand)}
.fit-grid h3,.feature-list strong,.system-grid h3{margin:0 0 10px;color:var(--text)} .fit-grid p,.feature-list span,.system-grid p{margin:0;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center}.feature-image{margin:0;padding:18px}.feature-image img{width:100%;object-fit:contain}
.feature-list{display:grid;gap:14px;margin-top:18px}.feature-list div{padding:18px 20px}.feature-list strong{display:block}
.system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.system-grid article{padding:22px;background:#fff}
.check-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.check-row article{padding:18px;text-align:center}
.check-row span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:999px;background:#fff2f2;color:var(--brand);font-weight:800;margin-bottom:12px}
.faq-list{display:grid;gap:14px}.faq-item{overflow:hidden}
.faq-question{width:100%;display:flex;justify-content:space-between;gap:18px;padding:18px 22px;border:0;background:transparent;color:var(--text);font:inherit;font-weight:700;text-align:left;cursor:pointer}
.faq-question b{color:var(--brand);font-size:24px}.faq-answer{display:none;padding:0 22px 18px;color:var(--muted)}.faq-item.open .faq-answer{display:block}
.tag-cloud{display:flex;flex-wrap:wrap;gap:12px}.tag-cloud span{padding:12px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#435065}
.cta-section{padding:24px 0 72px}.cta-box{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px;background:linear-gradient(90deg,#fff,#f2f4f7)}
@media (max-width:980px){
  .hero-grid,.hero-media,.fit-grid,.feature-grid,.system-grid,.check-row{grid-template-columns:1fr}
  .nav{display:none;width:100%;order:4;flex-direction:column;padding-bottom:16px}.nav.open{display:flex}
  .menu-toggle{display:block}.header-cta{display:none}.nav-row{flex-wrap:wrap}.cta-box{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){.wrap{width:min(100% - 24px,1120px)}.section{padding:54px 0}.hero-copy h1{font-size:34px}}

.site-logo,
.logo img,
.brand img,
.header-logo img,
.nav-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 40px !important;
  max-width: 180px !important;
  object-fit: contain !important;
}

.brand,
.logo,
.header-logo,
.nav-logo {
  overflow: visible !important;
}

.site-header .brand,
header .brand,
header .logo,
header .header-logo,
header .nav-logo {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
