/* Electronic bus stop system page. Scoped to keep shared header/footer independent. */
#mwe-system-page {
    --sys-brand: #2b5ae1;
    --sys-deep: #123b8c;
    --sys-text: #1a1f2b;
    --sys-muted: #596579;
    --sys-line: #dce5f2;
    color: var(--sys-text);
    background: #fff;
    font: 16px/1.75 "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    overflow-wrap: anywhere;
}
#mwe-system-page *, #mwe-system-page *::before, #mwe-system-page *::after { box-sizing: border-box; }
#mwe-system-page :where(h1,h2,h3,h4,p,ul) { margin: 0; padding: 0; }
#mwe-system-page p { word-spacing: normal; }
#mwe-system-page :where(h1,h2,h3,h4) { color: inherit; line-height: 1.4; }
#mwe-system-page :where(a,button,input,textarea):focus-visible { outline: 3px solid #00a6df; outline-offset: 4px; }
#mwe-system-page .fas { flex-shrink: 0; }
#mwe-system-page .sys-container { width: min(100%, 1464px); margin-inline: auto; padding-inline: 32px; }
#mwe-system-page .sys-section { padding-block: 64px; }
#mwe-system-page section[id] { scroll-margin-top: 24px; }
#mwe-system-page .sys-section-title { margin-bottom: 48px; text-align: center; font-size: 32px; font-weight: 700; }
#mwe-system-page .sys-hero { padding: 64px 32px; color: #fff; background: linear-gradient(110deg, var(--sys-brand), var(--sys-deep)); }
#mwe-system-page .sys-hero-inner { max-width: 960px; margin: auto; text-align: center; }
#mwe-system-page .sys-hero-title { margin-bottom: 24px; font-size: 48px; font-weight: 700; }
#mwe-system-page .sys-hero-lead { margin-bottom: 32px; font-size: 24px; }
#mwe-system-page .sys-hero-benefits { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
#mwe-system-page .sys-hero-benefit { width: 160px; padding: 16px; border-radius: 12px; background: rgb(255 255 255 / 20%); backdrop-filter: blur(4px); }
#mwe-system-page .sys-hero-icon { margin-bottom: 8px; font-size: 24px; line-height: 1.4; }
#mwe-system-page .sys-benefit-label { font-size: 14px; }
#mwe-system-page .sys-hero-action { display: flex; justify-content: center; margin-top: 32px; }
#mwe-system-page .sys-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 28px; border: 0; border-radius: 8px; color: #fff; background: linear-gradient(110deg, var(--sys-brand), var(--sys-deep)); box-shadow: 0 6px 18px rgb(43 90 225 / 20%); font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; transition: box-shadow .2s, transform .2s; }
#mwe-system-page .sys-button-pill { border: 1px solid rgb(255 255 255 / 65%); border-radius: 32px; background: #fff; color: var(--sys-deep); }
#mwe-system-page .sys-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(18 59 140 / 25%); }
#mwe-system-page .sys-painpoints { background: #f3f6fc; }
#mwe-system-page :where(.sys-three-grid,.sys-two-grid,.sys-feature-grid,.sys-extra-grid,.sys-overview-grid) { display: grid; gap: 32px; }
#mwe-system-page :where(.sys-three-grid,.sys-feature-grid,.sys-extra-grid) { grid-template-columns: repeat(3,minmax(0,1fr)); }
#mwe-system-page :where(.sys-two-grid,.sys-overview-grid) { grid-template-columns: repeat(2,minmax(0,1fr)); }
#mwe-system-page :where(.sys-three-grid,.sys-two-grid,.sys-feature-grid,.sys-extra-grid,.sys-overview-grid) > * { min-width: 0; }
#mwe-system-page .sys-extra-grid { gap: 24px; }
#mwe-system-page .sys-group { margin-bottom: 64px; }
#mwe-system-page .sys-pain-card { padding: 24px; border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgb(18 59 140 / 7%); }
#mwe-system-page .sys-panel { padding: 32px; border: 1px solid var(--sys-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgb(18 59 140 / 6%); }
#mwe-system-page .sys-card { transition: transform .2s, box-shadow .2s; }
#mwe-system-page .sys-card-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
#mwe-system-page .sys-pain-heading { font-size: 20px; font-weight: 700; }
#mwe-system-page .sys-pain-symbol { color: #ef4444; }
#mwe-system-page .sys-pain-list { list-style: none; }
#mwe-system-page .sys-pain-item { display: flex; align-items: flex-start; gap: 8px; }
#mwe-system-page .sys-pain-item + .sys-pain-item { margin-top: 12px; }
#mwe-system-page .sys-pain-item > .fas { margin-top: 6px; color: var(--sys-brand); }
#mwe-system-page .sys-intro { margin-bottom: 16px; }
#mwe-system-page .sys-highlight { color: var(--sys-brand); font-weight: 600; }
#mwe-system-page .sys-advantages { margin-block: 24px; }
#mwe-system-page .sys-subtitle { margin-bottom: 12px; font-size: 18px; font-weight: 600; }
#mwe-system-page :where(.sys-tags,.sys-case-tags) { display: flex; flex-wrap: wrap; gap: 8px; }
#mwe-system-page .sys-tag { padding: 5px 12px; border-radius: 24px; color: var(--sys-deep); background: #eaf2ff; font-size: 14px; }
#mwe-system-page .sys-tag .fas { margin-right: 4px; }
#mwe-system-page .sys-image { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 8px; }
#mwe-system-page :where(.sys-overview-image,.sys-feature-image) { box-shadow: 0 6px 18px rgb(18 59 140 / 12%); }
#mwe-system-page .sys-feature-image { margin-top: 8px; }
#mwe-system-page .sys-icon { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--sys-brand), var(--sys-deep)); }
#mwe-system-page .sys-icon-soft { width: 40px; height: 40px; color: var(--sys-accent); background: var(--sys-tint); }
#mwe-system-page .sys-feature-title { font-size: 24px; font-weight: 600; }
#mwe-system-page .sys-card-title { font-size: 20px; font-weight: 600; }
#mwe-system-page .sys-detail-list { padding-left: 20px; color: var(--sys-muted); }
#mwe-system-page .sys-detail-list > li { list-style: disc; }
#mwe-system-page .sys-detail-list > li + li { margin-top: 8px; }
#mwe-system-page .sys-feature-row { display: flex; align-items: center; gap: 32px; }
#mwe-system-page .sys-feature-copy { flex: 1; min-width: 0; }
#mwe-system-page .sys-feature-media { flex: 0 0 33.333%; min-width: 0; }
#mwe-system-page .sys-copy { color: var(--sys-muted); }
#mwe-system-page .sys-small-copy { color: var(--sys-muted); font-size: 14px; }
#mwe-system-page .sys-tone-red { --sys-accent: #dc2626; --sys-tint: #fee2e2; --sys-border: #fca5a5; }
#mwe-system-page .sys-tone-green { --sys-accent: #16803d; --sys-tint: #dcfce7; --sys-border: #86efac; }
#mwe-system-page .sys-tone-blue { --sys-accent: #2563eb; --sys-tint: #dbeafe; --sys-border: #93c5fd; }
#mwe-system-page .sys-tone-purple { --sys-accent: #9333ea; --sys-tint: #f3e8ff; --sys-border: #d8b4fe; }
#mwe-system-page .sys-tone-indigo { --sys-accent: #4f46e5; }
#mwe-system-page .sys-tone-yellow { --sys-accent: #a16207; }
#mwe-system-page .sys-accent-card { border-left: 4px solid var(--sys-border); }
#mwe-system-page .sys-extra-heading { margin-bottom: 24px; }
#mwe-system-page .sys-extra-card { padding: 16px; border-radius: 12px; }
#mwe-system-page .sys-extra-blue-indigo { background: linear-gradient(90deg,#eff6ff,#eef2ff); }
#mwe-system-page .sys-extra-purple-pink { background: linear-gradient(90deg,#faf5ff,#fdf2f8); }
#mwe-system-page .sys-extra-green-teal { background: linear-gradient(90deg,#f0fdf4,#f0fdfa); }
#mwe-system-page .sys-extra-yellow-orange { background: linear-gradient(90deg,#fefce8,#fff7ed); }
#mwe-system-page .sys-extra-blue-cyan { background: linear-gradient(90deg,#eff6ff,#ecfeff); }
#mwe-system-page .sys-extra-indigo-violet { background: linear-gradient(90deg,#eef2ff,#f5f3ff); }
#mwe-system-page .sys-extra-red-pink { background: linear-gradient(90deg,#fef2f2,#fdf2f8); }
#mwe-system-page .sys-extra-title { margin-bottom: 8px; color: var(--sys-accent); font-size: 20px; }
#mwe-system-page .sys-extra-title .fas { margin-right: 8px; }
#mwe-system-page .sys-quote { padding: 8px 16px; margin-bottom: 16px; border-left: 4px solid var(--sys-accent); border-radius: 0 8px 8px 0; background: var(--sys-tint); }
#mwe-system-page .sys-case-tags { margin-top: 16px; }
#mwe-system-page .sys-contact-panel { margin-bottom: 64px; }
#mwe-system-page .sys-contact-title { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 32px; font-weight: 700; }
#mwe-system-page .sys-contact-subtitle { margin-bottom: 16px; font-size: 20px; font-weight: 600; }
#mwe-system-page .sys-contact-intro { margin-bottom: 24px; }
#mwe-system-page .sys-contact-phone { padding: 16px; border-radius: 12px; background: #eaf2ff; }
#mwe-system-page .sys-phone-row { display: flex; align-items: center; gap: 12px; }
#mwe-system-page .sys-phone-row > .fas { color: var(--sys-brand); }
#mwe-system-page .sys-phone-label { color: var(--sys-deep); font-weight: 500; }
#mwe-system-page .sys-form > * + * { margin-top: 16px; }
#mwe-system-page .sys-label { display: block; margin-bottom: 4px; color: #374151; font-size: 14px; font-weight: 500; }
#mwe-system-page .sys-input { display: block; width: 100%; min-height: 44px; padding: 8px 16px; border: 1px solid #cbd5e1; border-radius: 8px; color: var(--sys-text); background: #fff; font: inherit; }
#mwe-system-page textarea.sys-input { resize: vertical; }
#mwe-system-page .sys-input:focus { border-color: var(--sys-brand); }
#mwe-system-page .sys-submit { width: 100%; }
#mwe-system-page .sys-revealed { animation: sys-reveal .65s ease-out both; }
@keyframes sys-reveal { from { opacity: .3; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@media (hover: hover) {
    #mwe-system-page .sys-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgb(18 59 140 / 12%); }
}
@media (max-width: 1100px) {
    #mwe-system-page .sys-panel { padding: 24px; }
    #mwe-system-page .sys-feature-title { font-size: 21px; }
    #mwe-system-page .sys-feature-row { flex-direction: column; align-items: stretch; gap: 16px; }
    #mwe-system-page .sys-feature-media { flex-basis: auto; }
}
@media (max-width: 1023px) {
    #mwe-system-page .sys-feature-grid { grid-template-columns: 1fr; }
    #mwe-system-page .sys-extra-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
    #mwe-system-page .sys-container { padding-inline: 20px; }
    #mwe-system-page .sys-section { padding-block: 40px; }
    #mwe-system-page .sys-hero { padding: 48px 20px; }
    #mwe-system-page .sys-hero-title { font-size: 32px; }
    #mwe-system-page .sys-hero-lead { font-size: 18px; }
    #mwe-system-page .sys-hero-benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 400px; margin: auto; gap: 12px; }
    #mwe-system-page .sys-hero-benefit { width: auto; }
    #mwe-system-page :where(.sys-section-title,.sys-contact-title) { font-size: 26px; margin-bottom: 28px; }
    #mwe-system-page :where(.sys-three-grid,.sys-two-grid,.sys-extra-grid,.sys-overview-grid) { grid-template-columns: 1fr; }
    #mwe-system-page :where(.sys-three-grid,.sys-two-grid,.sys-feature-grid,.sys-extra-grid,.sys-overview-grid) { gap: 20px; }
    #mwe-system-page :where(.sys-panel,.sys-pain-card) { padding: 20px; }
    #mwe-system-page :where(.sys-group,.sys-contact-panel) { margin-bottom: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    #mwe-system-page *, #mwe-system-page *::before, #mwe-system-page *::after { animation: none !important; transition: none !important; }
}