:root {
  --ink: #10253b;
  --muted: #5d6f82;
  --line: #dbe5ec;
  --paper: #f6f9fb;
  --white: #fff;
  --software: #087f8c;
  --software-dark: #075985;
  --software-soft: #e7f7f6;
  --ai: #6d45c6;
  --ai-dark: #4c2a9a;
  --ai-warm: #e66b35;
  --ai-soft: #f3edff;
  --warning: #a24a1c;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 18px 50px rgba(25, 55, 81, .1);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; line-height: 1.7; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.25; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 6vw, 5rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: 18px; }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-tight { padding: 76px 0; }
.section-white { background: var(--white); }
.section-dark { color: #fff; background: #102a42; }
.section-dark p { color: #b8cadd; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading p { font-size: 1.1rem; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--software-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.ai { color: var(--ai); }
.tag { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 5px 10px; border-radius: 999px; color: var(--software-dark); background: var(--software-soft); font-size: .78rem; font-weight: 700; }
.tag.ai { color: var(--ai-dark); background: var(--ai-soft); }
.tag.reference { color: #7a4b1e; background: #fff4de; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16, 48, 75, .16); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--software), var(--software-dark)); }
.button-ai { color: #fff; background: linear-gradient(135deg, var(--ai), var(--ai-warm)); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.button-block { width: 100%; border-radius: 12px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button-row.center { justify-content: center; }
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.section-actions.center { justify-content: center; margin-top: 30px; }
.spaced-grid { margin-top: 22px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,229,236,.8); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 40px), 1260px); min-height: 76px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 166px; max-height: 48px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 12px; border-radius: 10px; color: #375169; font-size: .91rem; font-weight: 700; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--software-dark); background: var(--software-soft); }
.site-nav a:nth-last-child(2) { color: #fff; background: var(--ai); }
.site-nav a:nth-last-child(2):hover, .site-nav a:nth-last-child(2)[aria-current="page"] { background: var(--ai-dark); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 0; border-radius: 10px; background: #eef4f7; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.hero { position: relative; overflow: hidden; padding: 86px 0 96px; background: radial-gradient(circle at 18% 15%, rgba(28,183,180,.16), transparent 30%), radial-gradient(circle at 88% 24%, rgba(121,72,208,.18), transparent 34%), #f9fcfd; }
.hero::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(109,69,198,.15); border-radius: 50%; box-shadow: 0 0 0 42px rgba(109,69,198,.04), 0 0 0 84px rgba(8,127,140,.04); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 60px; align-items: center; }
.hero-copy > p { max-width: 700px; font-size: 1.15rem; }
.hero-title-software { color: var(--software-dark); }
.hero-title-ai { color: var(--ai); }
.hero-note { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.hero-note span { padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.8); border: 1px solid var(--line); color: #476176; font-size: .82rem; }
.dual-engine { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.engine-card { min-height: 310px; padding: 28px; border-radius: 28px; box-shadow: var(--shadow); }
.engine-card.software { color: #fff; background: linear-gradient(155deg, #087f8c, #075985); transform: translateY(-14px); }
.engine-card.ai { color: #fff; background: linear-gradient(155deg, #6d45c6, #b85371); transform: translateY(20px); }
.engine-card p { color: rgba(255,255,255,.78); }
.engine-card strong { display: block; margin-bottom: 16px; font-size: 2.7rem; line-height: 1; }
.engine-card ul { padding-left: 18px; margin-bottom: 0; color: rgba(255,255,255,.9); font-size: .9rem; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-zone { padding: 38px; border-radius: 32px; }
.service-zone.software { background: linear-gradient(145deg, #e7f7f6, #f4fbfc); }
.service-zone.ai { background: linear-gradient(145deg, #f3edff, #fff5ed); }
.zone-title { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 28px; }
.zone-title h3 { margin: 0; font-size: 1.65rem; }
.zone-title span { font-weight: 800; color: var(--muted); }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.service-card { position: relative; min-height: 220px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.86); transition: .22s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-number { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 22px; border-radius: 12px; color: #fff; background: var(--software); font-weight: 900; }
.ai .service-number, .service-card.ai .service-number { background: var(--ai); }
.service-card p { margin-bottom: 0; font-size: .93rem; }
.service-card ul { padding-left: 19px; color: var(--muted); font-size: .9rem; }

.flow-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; counter-reset: flow; }
.flow-step { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.flow-step::before { counter-increment: flow; content: counter(flow, decimal-leading-zero); display: block; margin-bottom: 18px; color: var(--ai); font-size: 1.35rem; font-weight: 900; }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 28px; right: -12px; color: var(--ai); font-weight: 900; }

.industry-pair { display: grid; grid-template-columns: 170px 1fr 1fr; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 8px 30px rgba(25,55,81,.06); }
.industry-name { display: flex; flex-direction: column; justify-content: center; padding: 28px; background: #102a42; color: #fff; }
.industry-name h3 { margin-bottom: 8px; }
.industry-name span { color: #a9bfd2; font-size: .85rem; }
.industry-solution { padding: 28px; }
.industry-solution + .industry-solution { border-left: 1px solid var(--line); }
.industry-solution.software { box-shadow: inset 0 4px var(--software); }
.industry-solution.ai { box-shadow: inset 0 4px var(--ai); }
.industry-solution p { margin: 0; font-size: .93rem; }
.industry-stack { display: grid; gap: 18px; }

.demo-card { display: flex; flex-direction: column; min-height: 285px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.demo-card h3 { margin-top: 16px; }
.demo-card p { flex-grow: 1; }
.demo-card ul { padding-left: 19px; color: #4a6072; }
.demo-card small { color: #7a8997; }
.demo-card.software { border-top: 4px solid var(--software); }
.demo-card.ai { border-top: 4px solid var(--ai); }

.hub-preview { position: relative; overflow: hidden; padding: 46px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, #172d4a, #4e3589 62%, #9b4e49); box-shadow: var(--shadow); }
.hub-preview p { color: #d7d9ed; }
.hub-flow { display: flex; gap: 8px; margin: 34px 0; overflow-x: auto; padding-bottom: 8px; }
.hub-flow span { flex: 0 0 auto; padding: 10px 13px; border: 1px solid rgba(255,255,255,.23); border-radius: 10px; background: rgba(255,255,255,.09); font-size: .84rem; }
.hub-flow span:not(:last-child)::after { content: "›"; margin-left: 14px; color: #f5b368; }
.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.boundary-card { padding: 30px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.boundary-card h3 { display: flex; gap: 10px; align-items: center; }
.boundary-card ul { margin-bottom: 0; padding-left: 20px; color: var(--muted); }

.page-hero { padding: 74px 0 66px; background: linear-gradient(145deg, #eef8f8, #f5f0ff); border-bottom: 1px solid var(--line); }
.page-hero.ai-page { background: radial-gradient(circle at 80% 10%, rgba(230,107,53,.14), transparent 35%), linear-gradient(145deg, #f3edff, #fff8f1); }
.page-hero .container { max-width: 920px; margin-left: max(20px, calc((100% - var(--container))/2)); }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 4.4rem); }
.page-hero p { max-width: 760px; font-size: 1.12rem; }
.detail-list { display: grid; gap: 20px; }
.detail-card { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.detail-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 19px; color: #fff; background: var(--software); font-size: 1.25rem; font-weight: 900; }
.detail-card.ai .detail-icon { background: var(--ai); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-pills span { padding: 6px 10px; border-radius: 8px; color: #3d586d; background: #edf3f6; font-size: .83rem; }
.process { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.process article { padding: 22px 18px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.process b { display: block; margin-bottom: 14px; color: var(--software); font-size: 1.35rem; }

.filter-panel { display: flex; flex-wrap: wrap; gap: 12px; padding: 20px; margin-bottom: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.filter-panel label { flex: 1 1 220px; color: #486075; font-size: .82rem; font-weight: 800; }
.filter-panel input, .filter-panel select { width: 100%; min-height: 46px; margin-top: 6px; padding: 9px 12px; color: var(--ink); background: #f7fafb; border: 1px solid var(--line); border-radius: 10px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.solution-card { display: flex; flex-direction: column; min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .2s; }
.solution-card:hover { border-color: #99b9c4; transform: translateY(-3px); box-shadow: var(--shadow); }
.solution-card h2 { margin: 16px 0 12px; font-size: 1.24rem; }
.solution-card p { flex-grow: 1; font-size: .9rem; }
.solution-meta { display: flex; justify-content: space-between; gap: 12px; color: #718292; font-size: .78rem; }
.empty-state { display: none; padding: 50px; text-align: center; border: 1px dashed #aebecb; border-radius: 18px; }
.empty-state.visible { display: block; }

.article-shell { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 50px; align-items: start; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #657b8e; font-size: .86rem; }
.article-header { margin-bottom: 34px; }
.article-header h1 { max-width: 900px; font-size: clamp(2.1rem, 5vw, 3.8rem); }
.article-body { padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.article-body h2 { margin-top: 2.2em; padding-top: .4em; font-size: 1.65rem; border-top: 1px solid var(--line); }
.article-body h2:first-child { margin-top: 0; border-top: 0; }
.article-body h3 { margin-top: 1.8em; }
.article-body p, .article-body li { color: #41596d; }
.article-body blockquote { margin: 24px 0; padding: 16px 20px; border-left: 4px solid var(--ai); background: var(--ai-soft); }
.article-aside { position: sticky; top: 104px; padding: 24px; border-radius: 18px; color: #fff; background: #102a42; }
.article-aside p { color: #c2d0dc; font-size: .9rem; }

.demo-shell { padding: 42px; border-radius: 30px; background: #112842; color: #fff; }
.demo-shell p { color: #bed0df; }
.demo-notice { display: flex; align-items: start; gap: 12px; padding: 14px 18px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #ffe3b3; background: rgba(230,107,53,.12); }
.page-hero .demo-notice { color: #5a3a16; border-color: rgba(182,92,35,.3); background: rgba(230,107,53,.12); }
.page-hero .demo-notice strong { color: #7a3f12; }
.demo-controls { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.demo-controls button { padding: 9px 14px; color: #d4dfeb; border: 1px solid #3d5570; border-radius: 999px; background: #1b3551; }
.demo-controls button.active, .demo-controls button[aria-selected="true"] { color: #fff; border-color: #ae88ff; background: var(--ai); }
.hub-stage { display: grid; grid-template-columns: 250px minmax(0,1fr); min-height: 590px; overflow: hidden; border: 1px solid #304b68; border-radius: 20px; background: #0d2035; }
.hub-sidebar { padding: 22px; background: #142b44; }
.hub-sidebar strong { display: block; margin-bottom: 18px; }
.hub-step-button { display: block; width: 100%; margin-bottom: 7px; padding: 11px 12px; color: #b9ccdc; text-align: left; border: 0; border-radius: 9px; background: transparent; }
.hub-step-button.active, .hub-step-button[aria-selected="true"] { color: #fff; background: var(--ai); }
.hub-workspace { padding: 28px; }
.hub-panel[hidden], .industry-panel[hidden] { display: none; }
.hub-panel h3 { font-size: 1.65rem; }
.hub-metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 24px 0; }
.hub-metric { min-height: 130px; padding: 20px; border: 1px solid #304b68; border-radius: 14px; background: #142c46; }
.hub-metric b { display: block; margin-bottom: 10px; color: #d8c8ff; font-size: 1.12rem; }
.hub-metric p { margin: 0; color: #a9bfd1; font-size: .85rem; }
.data-table { width: 100%; border-collapse: collapse; color: #c1d2df; font-size: .87rem; }
.data-table th, .data-table td { padding: 12px; text-align: left; border-bottom: 1px solid #304b68; }
.data-table th { color: #fff; }

.contact-section { background: linear-gradient(150deg, #e8f7f7, #f4efff); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.contact-copy p { max-width: 520px; font-size: 1.05rem; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.contact-methods a, .contact-methods div { display: flex; flex-direction: column; padding: 16px; border: 1px solid rgba(8,127,140,.18); border-radius: 12px; background: rgba(255,255,255,.7); }
.contact-methods span { color: var(--muted); font-size: .8rem; }
.qr-code { padding: 8px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.lead-form { padding: 32px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: block; margin-bottom: 17px; color: #344d62; font-size: .9rem; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); border: 1px solid #cbd8e1; border-radius: 10px; background: #fbfcfd; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--software); box-shadow: 0 0 0 3px rgba(8,127,140,.12); outline: 0; }
.lead-form .consent { display: flex; gap: 9px; align-items: start; font-weight: 400; }
.lead-form .consent input { flex: 0 0 auto; width: 17px; margin-top: 5px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-status { margin: 13px 0 0; font-size: .82rem; }
.form-status.success { color: #08735b; }
.form-status.error { color: #b03d38; }

.site-footer { padding: 62px 0 25px; color: #d7e2eb; background: #0b2033; }
.site-footer p { color: #9fb3c3; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 54px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.footer-grid img { width: 170px; padding: 7px; border-radius: 8px; background: #fff; }
.footer-grid a, .footer-grid span { color: #aac0d1; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid #233c52; color: #7f98aa; font-size: .78rem; }
.back-to-top { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 44px; height: 44px; opacity: 0; pointer-events: none; border: 0; border-radius: 50%; color: #fff; background: var(--software-dark); box-shadow: var(--shadow); transition: .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.error-page { display: grid; min-height: 68vh; place-items: center; text-align: center; }
.error-code { color: var(--ai); font-size: clamp(5rem, 18vw, 12rem); font-weight: 900; line-height: 1; }

@media (max-width: 1080px) {
  .site-nav a { padding-inline: 8px; font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .dual-engine { max-width: 720px; }
  .engine-card { min-height: 250px; }
  .engine-card.software, .engine-card.ai { transform: none; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .flow-grid { grid-template-columns: repeat(2,1fr); }
  .flow-step::after { display: none; }
  .process { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 860px) {
  .section { padding: 78px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; max-height: calc(100vh - 76px); padding: 16px 20px 28px; overflow-y: auto; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 13px 14px; font-size: 1rem; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .industry-pair { grid-template-columns: 1fr 1fr; }
  .industry-name { grid-column: 1 / -1; }
  .solution-grid { grid-template-columns: repeat(2,1fr); }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .hub-stage { grid-template-columns: 1fr; }
  .hub-sidebar { display: flex; gap: 7px; overflow-x: auto; }
  .hub-sidebar strong { display: none; }
  .hub-step-button { flex: 0 0 auto; width: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.9rem; }
  .hero { padding: 60px 0 70px; }
  .dual-engine { grid-template-columns: 1fr; }
  .engine-card { min-height: 0; }
  .service-zone, .hub-preview, .demo-shell { padding: 24px; border-radius: 22px; }
  .zone-title { align-items: start; flex-direction: column; }
  .grid-4, .flow-grid, .solution-grid, .boundary-grid { grid-template-columns: 1fr; }
  .industry-pair { grid-template-columns: 1fr; }
  .industry-solution + .industry-solution { border-left: 0; border-top: 1px solid var(--line); }
  .process { grid-template-columns: 1fr 1fr; }
  .detail-card { grid-template-columns: 1fr; padding: 24px; }
  .article-body { padding: 24px; }
  .hub-workspace { padding: 20px; }
  .hub-metric-grid { grid-template-columns: 1fr; }
  .data-table { display: block; overflow-x: auto; }
  .form-row, .contact-methods { grid-template-columns: 1fr; }
  .lead-form { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
