:root {
  --ink: #171b19;
  --muted: #69706c;
  --paper: #f6f7f3;
  --white: #ffffff;
  --line: #dfe3dd;
  --green: #e71924;
  --green-deep: #b5121b;
  --coral: #0d8077;
  --yellow: #ffd85a;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { height: 76px; max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; }
.brand-logo { width: 38px; height: 38px; display: block; object-fit: cover; border-radius: 7px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-nav > a:not(.nav-cta) { padding: 24px 0 20px; border-bottom: 2px solid transparent; }
.site-nav > a:hover, .site-nav > a.active { border-color: var(--ink); }
.nav-cta { padding: 10px 18px; color: #fff; background: var(--ink); border-radius: 4px; }
.nav-cta:hover { background: var(--coral); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 4px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { max-width: var(--max); min-height: calc(100vh - 76px); margin: 0 auto; padding: 64px 24px 78px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 14px; color: var(--green-deep); font-weight: 800; font-size: 13px; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; max-width: 660px; font-size: clamp(42px, 5vw, 72px); line-height: 1.12; letter-spacing: 0; }
.hero h1 span, .page-hero h1 span { position: relative; z-index: 1; }
.hero h1 span::after, .page-hero h1 span::after { content: ""; position: absolute; height: 14px; left: -2px; right: -2px; bottom: 5px; background: var(--green); z-index: -1; }
.hero-text { max-width: 580px; margin: 26px 0; color: var(--muted); font-size: 17px; }
.hero-actions, .contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 4px; font-size: 15px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--coral); border-color: var(--coral); }
.button-ghost { background: transparent; }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.trust-list span { color: var(--green-deep); font-weight: 900; }

.product-scene { position: relative; background: #252a27; border: 8px solid #252a27; border-radius: 8px; box-shadow: 0 28px 60px rgba(23,27,25,.2); transform: rotate(1.5deg); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 10px; color: #8d9690; font-size: 9px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #657069; }
.browser-bar i:first-child { background: var(--coral); }
.browser-bar i:nth-child(2) { background: var(--yellow); }
.browser-bar i:nth-child(3) { background: var(--green); }
.browser-bar span { margin-left: 10px; }
.app-shell { min-height: 390px; display: grid; grid-template-columns: 70px 1fr; overflow: hidden; background: #eef0ed; border-radius: 4px; }
.app-sidebar { background: #171b19; padding: 18px 15px; display: flex; flex-direction: column; gap: 20px; }
.mini-logo { width: 26px; height: 26px; background: var(--green); color: #fff; display: grid; place-items: center; border-radius: 5px; font-size: 12px; font-weight: 900; }
.side-line { display: block; width: 28px; height: 6px; background: #39403c; border-radius: 3px; }
.side-line.long { margin-top: 14px; width: 38px; }
.side-line.active { width: 38px; background: var(--green); }
.side-line.short { width: 20px; }
.app-main { min-width: 0; padding: 26px; }
.app-heading { display: flex; justify-content: space-between; align-items: center; }
.app-heading small { display: block; color: #8a918d; font-size: 9px; }
.app-heading strong { display: block; font-size: 18px; }
.app-heading b { padding: 7px 10px; background: var(--ink); color: #fff; border-radius: 3px; font-size: 9px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0 14px; }
.metric-row > div { padding: 14px; background: #fff; border: 1px solid #e2e5e1; }
.metric-row small { display: block; color: #89908c; font-size: 9px; }
.metric-row strong { margin-right: 8px; font-size: 23px; }
.metric-row em { font-size: 8px; color: #777; font-style: normal; }
.metric-row em.green { color: var(--green-deep); }
.dashboard-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; }
.chart-panel, .task-panel { min-width: 0; height: 170px; padding: 14px; background: #fff; border: 1px solid #e2e5e1; }
.panel-title { display: flex; justify-content: space-between; align-items: center; font-size: 10px; }
.panel-title small { color: #999; font-size: 8px; }
.bar-chart { height: 110px; display: flex; align-items: end; gap: 8px; padding-top: 18px; border-bottom: 1px solid #d9ddd8; }
.bar-chart i { flex: 1; max-width: 18px; background: var(--green); border-radius: 2px 2px 0 0; }
.task-panel p { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 7px; margin: 14px 0; font-size: 8px; }
.task-panel p b { color: #888; font-size: 7px; }
.task-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.green-dot { background: var(--green-deep); }.yellow { background: var(--yellow); }
.floating-note { position: absolute; right: -22px; bottom: -24px; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 12px; background: #fff; border-left: 4px solid var(--green); box-shadow: 0 14px 30px rgba(0,0,0,.14); }
.floating-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-weight: 900; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 10px; }.floating-note small { color: var(--muted); font-size: 8px; }

.stats-band { max-width: var(--max); margin: 0 auto; padding: 28px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-band div { padding: 5px 30px; border-right: 1px solid var(--line); }
.stats-band div:first-child { padding-left: 0; }.stats-band div:last-child { border: 0; }
.stats-band strong { display: block; font-size: 31px; line-height: 1.2; }.stats-band sup { color: var(--coral); font-size: 14px; }.stats-band span { color: var(--muted); font-size: 13px; }

.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; letter-spacing: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item { position: relative; padding: 28px 20px; border-right: 1px solid var(--line); }
.service-item:first-child { padding-left: 0; }.service-item:last-child { border: 0; padding-right: 0; }
.service-number { position: absolute; top: 28px; right: 20px; color: #b1b7b3; font-size: 12px; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; background: var(--green); color: #fff; border-radius: 6px; font-size: 11px; font-weight: 900; }
.coral-bg { background: var(--coral) !important; color: #fff; }.yellow-bg { background: var(--yellow) !important; }.dark-bg { background: var(--ink) !important; color: #fff; }
.service-item h3 { margin: 32px 0 12px; font-size: 20px; }.service-item p { min-height: 112px; margin: 0 0 22px; color: var(--muted); font-size: 13px; }.service-item a { font-weight: 800; font-size: 13px; }

.work-band { background: var(--ink); color: #fff; padding: 100px max(24px, calc((100vw - var(--max)) / 2 + 24px)); }
.light .eyebrow { color: var(--green); }.light > p { color: #aeb5b0; }.text-link { color: var(--green); font-size: 14px; font-weight: 800; }.text-link.dark { color: var(--ink); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid #414744; }
.process-list li { padding: 34px 28px 0 0; }.process-list span { display: block; width: 42px; padding-top: 12px; border-top: 3px solid var(--green); color: var(--green); font-size: 12px; }.process-list strong { display: block; margin: 36px 0 10px; font-size: 19px; }.process-list p { max-width: 210px; margin: 0; color: #aeb5b0; font-size: 13px; }

.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.case-card { display: block; }.case-visual { height: 360px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 6px; transition: transform .25s; }.case-card:hover .case-visual { transform: translateY(-5px); }.case-visual.retail { background: #dff0d3; }.case-visual.data { background: #f0d9d1; }
.phone { width: 145px; height: 275px; padding: 14px 10px; background: #fff; border: 7px solid var(--ink); border-radius: 20px; box-shadow: 18px 18px 0 rgba(23,27,25,.12); }.phone.large { width: 150px; height: 285px; }.phone-top { width: 36px; height: 4px; margin: -7px auto 12px; background: var(--ink); border-radius: 3px; }.phone-banner { height: 68px; padding: 12px; background: var(--green); font-size: 13px; font-weight: 900; }.phone-products { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding-top: 10px; }.phone-products i { height: 62px; background: #eef0ed; border-radius: 3px; }.phone-products i:nth-child(2), .phone-products i:nth-child(3) { background: #ffe3dc; }
.case-badge { position: absolute; top: 18px; left: 18px; padding: 6px 10px; background: var(--white); border-radius: 3px; font-size: 11px; font-weight: 800; }
.data-board { width: 78%; padding: 22px; background: #222725; color: #fff; box-shadow: 18px 18px 0 rgba(23,27,25,.12); }.data-board > span { font-size: 13px; font-weight: 800; }.data-pills { display: flex; gap: 7px; margin: 18px 0; }.data-pills i { width: 30%; height: 42px; background: #39403c; }.data-chart { height: 120px; background: linear-gradient(145deg, transparent 49%, var(--green) 50%, var(--green) 52%, transparent 53%); border-bottom: 1px solid #58605b; }
.case-info { display: flex; justify-content: space-between; align-items: center; padding: 20px 2px; }.case-info small, .portfolio-copy small { color: var(--green-deep); font-weight: 800; }.case-info h3 { margin: 3px 0 0; font-size: 21px; }.case-info > span { font-size: 25px; }

.contact-band { background: var(--green); color: #fff; padding: 78px max(24px, calc((100vw - var(--max)) / 2 + 24px)); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band .eyebrow { color: var(--ink); }.contact-band h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); }.contact-band p { margin: 10px 0 0; }.button-light { background: #fff; color: var(--ink); border-color: #fff; }.button-outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 50px 24px 30px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 16px 50px; }.site-footer p { color: var(--muted); font-size: 13px; }.footer-links { display: flex; gap: 24px; font-size: 13px; }.site-footer > small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); color: #929995; }.beian-link { grid-column: 1 / -1; margin-top: -6px; color: #929995; font-size: 12px; }.beian-link:hover { color: var(--ink); text-decoration: underline; }

.page-hero { max-width: var(--max); min-height: 570px; margin: 0 auto; padding: 82px 24px 100px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }.page-hero > div:first-child > p:last-child { max-width: 640px; margin-top: 28px; color: var(--muted); font-size: 16px; }
.service-orbit { position: relative; width: min(390px, 90vw); aspect-ratio: 1; margin: auto; border: 1px solid #bcc4be; border-radius: 50%; }.service-orbit::before { content: ""; position: absolute; inset: 18%; border: 1px dashed #aab2ac; border-radius: 50%; }.orbit-center { position: absolute; inset: 36%; display: grid; place-items: center; background: #fff; border: 6px solid var(--ink); border-radius: 50%; overflow: hidden; }.orbit-center img { width: 100%; height: 100%; object-fit: cover; }.orbit-chip { position: absolute; min-width: 72px; padding: 9px 14px; text-align: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 20px rgba(23,27,25,.08); font-size: 12px; font-weight: 800; }.chip-1 { top: 3%; left: 34%; }.chip-2 { top: 28%; right: -6%; background: var(--green); color: #fff; }.chip-3 { bottom: 8%; right: 8%; background: var(--coral); color: #fff; }.chip-4 { bottom: 8%; left: 8%; background: var(--yellow); }.chip-5 { top: 28%; left: -7%; }

.service-detail-section { padding-top: 20px; }.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }.detail-card { padding: 46px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.detail-card:nth-child(2n) { border-right: 0; }.detail-top { display: flex; align-items: center; justify-content: space-between; }.detail-top > span { color: #a1a8a3; font-size: 12px; }.detail-top b { width: 54px; height: 54px; display: grid; place-items: center; background: var(--green); color: #fff; border-radius: 5px; font-size: 11px; }.detail-card h2 { margin: 32px 0 12px; font-size: 27px; }.detail-card > p { color: var(--muted); }.detail-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; }.detail-card li::before { content: "✓"; margin-right: 8px; color: var(--green-deep); font-weight: 900; }.product-wide { grid-column: 1 / -1; }.product-wide ul { grid-template-columns: repeat(4, 1fr); }.teal-bg { background: var(--coral) !important; color: #fff; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid #424844; }.timeline li { position: relative; padding: 34px 28px 0 0; }.timeline li::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; background: var(--green); border-radius: 50%; }.timeline span { color: var(--green); font-weight: 900; }.timeline strong { display: block; margin: 28px 0 9px; }.timeline p { margin: 0; color: #aeb5b0; font-size: 12px; }
.faq-section { max-width: 900px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; list-style: none; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-size: 22px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 720px; margin: -5px 0 24px; color: var(--muted); font-size: 14px; }

.case-page-hero { grid-template-columns: 1.25fr .75fr; }.case-count { padding: 42px; background: var(--ink); color: #fff; border-bottom: 8px solid var(--green); }.case-count strong { display: block; font-size: 72px; line-height: 1; }.case-count sup { color: var(--green); font-size: 25px; }.case-count span { display: block; margin-top: 15px; font-weight: 800; }.case-count p { color: #aeb5b0; font-size: 12px; }
.cases-section { padding-top: 30px; }.filter-bar { display: flex; gap: 8px; margin-bottom: 44px; flex-wrap: wrap; }.filter-bar button { padding: 9px 18px; border: 1px solid var(--line); background: transparent; border-radius: 3px; cursor: pointer; font-size: 13px; }.filter-bar button.active, .filter-bar button:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.portfolio-grid { display: grid; gap: 80px; }.portfolio-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 58px; align-items: center; }.portfolio-card:nth-child(even) .portfolio-visual { order: 2; }.portfolio-visual { height: 430px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 6px; }.portfolio-visual > span { position: absolute; top: 16px; left: 18px; font-size: 12px; font-weight: 900; }.pv-green { background: #dcefd0; }.pv-dark { background: #d5d9d6; }.pv-coral { background: #f1d9d3; }.pv-yellow { background: #f6e7aa; }.portfolio-copy h2 { margin: 8px 0 16px; font-size: 32px; }.portfolio-copy > p { color: var(--muted); }.portfolio-copy > div { display: flex; gap: 18px; margin-top: 28px; flex-wrap: wrap; }.portfolio-copy b { padding: 7px 10px; background: #e7eae6; border-radius: 3px; font-size: 12px; }.wide-dashboard { width: 84%; height: 270px; display: grid; grid-template-columns: 55px 1fr; background: #fff; box-shadow: 18px 18px 0 rgba(23,27,25,.12); }.dash-nav { background: var(--ink); }.dash-content { padding: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }.dash-content > i { height: 50px; background: #eef0ed; }.dash-content i:nth-child(2) { background: #dcf5a6; }.dash-graph { grid-column: 1 / -1; height: 130px; background: linear-gradient(160deg, transparent 49%, var(--coral) 50%, var(--coral) 52%, transparent 53%); border-bottom: 1px solid #ddd; }
.website-window { width: 84%; height: 270px; padding: 25px; background: #fff; box-shadow: 18px 18px 0 rgba(23,27,25,.12); }.web-nav { height: 12px; margin-bottom: 52px; border-bottom: 1px solid var(--line); }.website-window strong { font-size: 25px; }.website-window p { width: 60%; height: 7px; background: #ddd; }.website-window button { margin-top: 20px; padding: 8px 16px; border: 0; background: var(--coral); color: #fff; }.booking-card { width: 250px; padding: 34px; background: #fff; text-align: center; box-shadow: 18px 18px 0 rgba(23,27,25,.12); }.booking-card i { width: 50px; height: 50px; margin: auto; display: grid; place-items: center; background: var(--green); border-radius: 50%; font-style: normal; font-weight: 900; }.booking-card strong, .booking-card small { display: block; }.booking-card strong { margin: 16px 0 4px; font-size: 20px; }.booking-card small { color: var(--muted); }.booking-card p { margin: 22px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12px; }
.portfolio-card[hidden] { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 900px) {
  .hero, .page-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 55px; }.product-scene { max-width: 650px; }.stats-band { grid-template-columns: 1fr 1fr; }.stats-band div:nth-child(2) { border-right: 0; }.stats-band div { padding: 18px 20px; }.stats-band div:first-child { padding-left: 20px; }.service-grid { grid-template-columns: 1fr; }.service-item, .service-item:first-child, .service-item:last-child { padding: 30px 10px; border-right: 0; border-bottom: 1px solid var(--line); }.service-item:last-child { border-bottom: 0; }.service-item p { min-height: 0; }.process-list { grid-template-columns: 1fr 1fr; gap: 38px 20px; }.timeline { grid-template-columns: 1fr 1fr; gap: 30px; }.service-detail-grid { grid-template-columns: 1fr; }.detail-card, .detail-card:nth-child(2n) { border-right: 0; }.product-wide { grid-column: auto; }.product-wide ul { grid-template-columns: 1fr 1fr; }.portfolio-card { grid-template-columns: 1fr; gap: 28px; }.portfolio-card:nth-child(even) .portfolio-visual { order: 0; }.site-footer { grid-template-columns: 1fr auto; }.site-footer p { grid-column: 1 / -1; margin: 0; }
}

@media (max-width: 640px) {
  .site-header { height: 66px; }.menu-button { display: block; }.site-nav { display: none; position: absolute; top: 62px; left: 16px; right: 16px; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 36px rgba(23,27,25,.12); flex-direction: column; align-items: stretch; gap: 2px; }.site-nav.open { display: flex; }.site-nav > a:not(.nav-cta), .site-nav .nav-cta { padding: 12px; border: 0; text-align: center; }.site-nav > a.active { background: #eef0ed; }.hero { padding: 42px 18px 62px; gap: 42px; }.hero h1, .page-hero h1 { font-size: 42px; }.hero h1 span::after, .page-hero h1 span::after { height: 9px; bottom: 3px; }.hero-text { font-size: 15px; }.hero-actions .button { flex: 1; }.app-shell { min-height: 310px; grid-template-columns: 48px 1fr; }.app-sidebar { padding: 13px 8px; }.side-line, .side-line.long, .side-line.active { width: 28px; }.app-main { padding: 16px 12px; }.metric-row { gap: 5px; }.metric-row > div { padding: 8px; }.metric-row strong { font-size: 17px; }.dashboard-grid { grid-template-columns: 1fr; }.task-panel { display: none; }.floating-note { right: -5px; bottom: -25px; }.stats-band { margin: 0 18px; padding: 12px 0; }.stats-band strong { font-size: 24px; }.section { padding: 78px 18px; }.section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 32px; }.section-heading h2 { font-size: 34px; }.work-band { padding: 76px 18px; }.process-list { grid-template-columns: 1fr; }.case-grid { grid-template-columns: 1fr; }.case-visual { height: 300px; }.contact-band { padding: 60px 18px; align-items: stretch; flex-direction: column; }.contact-actions .button { width: 100%; }.site-footer { padding: 40px 18px 25px; grid-template-columns: 1fr; }.footer-links { justify-content: start; }.page-hero { padding: 55px 18px 70px; gap: 50px; }.service-orbit { width: 270px; }.chip-2 { right: -3%; }.chip-5 { left: -3%; }.service-detail-section { padding-top: 0; }.detail-card { padding: 34px 4px; }.detail-card ul, .product-wide ul { grid-template-columns: 1fr; }.timeline { grid-template-columns: 1fr; }.case-count { padding: 30px; }.portfolio-grid { gap: 64px; }.portfolio-visual { height: 340px; }.portfolio-copy h2 { font-size: 27px; }.filter-bar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; }.filter-bar button { width: 100%; padding: 8px 6px; }.filter-bar button:first-child { grid-column: 1 / -1; }.wide-dashboard, .website-window { width: 90%; }.delay-1, .delay-2, .delay-3 { transition-delay: 0s; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }
}
