:root {
  --ink: #07111f;
  --ink-2: #0c1b2e;
  --paper: #f5f7f6;
  --white: #fff;
  --muted: #607080;
  --line: rgba(7, 17, 31, .12);
  --teal: #00d7c3;
  --teal-dark: #00a999;
  --blue: #2e72ff;
  --radius: 28px;
  --shadow: 0 28px 70px rgba(4, 15, 27, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 12px 18px; background: var(--teal); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; color: #fff; transition: background .3s, box-shadow .3s, height .3s; }
.site-header.scrolled { height: 68px; background: rgba(7, 17, 31, .88); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 12px; background: var(--teal); color: var(--ink); font-weight: 900; font-size: 22px; box-shadow: 0 0 28px rgba(0,215,195,.25); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: .14em; }
.brand-copy small { margin-top: 7px; font-size: 8px; letter-spacing: .19em; opacity: .63; }
.site-nav { display: flex; align-items: center; gap: 38px; font-size: 14px; }
.site-nav > a { position: relative; opacity: .78; transition: opacity .2s; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--teal); transition: right .25s; }
.site-nav > a:hover { opacity: 1; }
.site-nav > a:hover::after { right: 0; }
.site-nav .nav-cta { padding: 11px 20px; border: 1px solid rgba(255,255,255,.34); border-radius: 99px; opacity: 1; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: #fff; background: radial-gradient(circle at 77% 43%, #123954 0, transparent 32%), linear-gradient(123deg, #06101e 0%, #081827 55%, #07111f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 76%); }
.hero-grid { position: relative; z-index: 2; min-height: 790px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 62px; padding-top: 80px; }
.hero-copy { padding-bottom: 24px; }
.eyebrow, .section-index { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .17em; }
.eyebrow span { width: 26px; height: 1px; background: var(--teal); }
.hero h1 { margin: 24px 0 26px; font-size: clamp(52px, 5.3vw, 82px); line-height: 1.07; letter-spacing: -.055em; }
.hero h1 em, .about h2 em { color: var(--teal); font-style: normal; }
.hero-copy > p { max-width: 600px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; gap: 14px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 25px; border-radius: 99px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--teal); box-shadow: 0 12px 32px rgba(0,215,195,.2); }
.button-primary:hover { background: #20ead8; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.24); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.hero-tags span { padding: 6px 11px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.1); border-radius: 99px; font-size: 11px; }
.hero-visual { position: relative; transform: perspective(1200px) rotateY(-3deg) rotateX(2deg); }
.visual-glow { position: absolute; inset: 10% -5%; background: rgba(0,215,195,.22); filter: blur(70px); border-radius: 50%; }
.browser-frame { position: relative; z-index: 2; overflow: hidden; padding: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.23); border-radius: 18px; box-shadow: 0 38px 90px rgba(0,0,0,.5); backdrop-filter: blur(10px); }
.browser-bar { height: 35px; display: flex; align-items: center; gap: 6px; padding: 0 8px; color: rgba(255,255,255,.45); font-size: 9px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.28); }
.browser-bar span { margin-left: 8px; letter-spacing: .08em; }
.browser-frame img { border-radius: 10px; aspect-ratio: 1.96; object-fit: cover; object-position: top; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; background: rgba(13,30,46,.86); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.float-ai { right: -18px; top: -50px; gap: 12px; padding: 13px 18px; border-radius: 16px; }
.float-ai b { display: grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: var(--teal); border-radius: 11px; }
.float-ai span { font-size: 11px; line-height: 1.45; }
.float-flow { left: -32px; bottom: -34px; gap: 12px; padding: 14px 18px; border-radius: 15px; }
.float-flow strong, .float-flow small { display: block; }
.float-flow strong { font-size: 12px; }.float-flow small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 9px; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(0,215,195,.12); }
.hero-orb { position: absolute; border: 1px solid rgba(0,215,195,.13); border-radius: 50%; }
.orb-one { width: 520px; height: 520px; right: -250px; top: 80px; }.orb-two { width: 180px; height: 180px; left: 42%; bottom: -110px; }
.hero-bottom { position: absolute; z-index: 3; left: 50%; bottom: 24px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.33); font-size: 8px; letter-spacing: .2em; }
.hero-bottom i { width: 1px; height: 24px; background: linear-gradient(var(--teal), transparent); }

.intro-strip { background: #fff; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.intro-grid div { display: flex; align-items: center; gap: 14px; padding: 25px 18px; border-right: 1px solid var(--line); }
.intro-grid div:first-child { border-left: 1px solid var(--line); }
.intro-grid strong { color: var(--teal-dark); font-size: 11px; }.intro-grid span { font-size: 13px; font-weight: 600; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading h2, .workstation h2, .about h2 { margin: 15px 0 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.16; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.featured-product { display: grid; grid-template-columns: .76fr 1.24fr; min-height: 510px; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius); }
.product-content { position: relative; padding: 58px; }
.product-content::after { content: ""; position: absolute; width: 260px; height: 260px; left: -100px; bottom: -130px; background: rgba(0,215,195,.12); filter: blur(20px); border-radius: 50%; }
.product-no { color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .18em; }
.product-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 42px 0 22px; border: 1px solid rgba(0,215,195,.4); border-radius: 15px; color: var(--teal); font-weight: 900; }
.product-content h3, .product-card h3 { margin: 0; font-size: 31px; }.product-content h4, .product-card h4 { margin: 8px 0 18px; font-size: 14px; font-weight: 500; color: var(--teal); }
.product-content p { color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; }
.feature-list { display: grid; gap: 9px; margin: 22px 0 28px; padding: 0; list-style: none; font-size: 12px; }
.feature-list li::before { content: "✓"; margin-right: 9px; color: var(--teal); }
.text-link { position: relative; z-index: 2; padding: 0; color: #fff; border: 0; background: transparent; font-size: 12px; cursor: pointer; }.text-link span { margin-left: 10px; color: var(--teal); }
.product-shot { display: grid; place-items: center; padding: 55px 0 55px 40px; overflow: hidden; background: radial-gradient(circle at center, #183d50, #0a1827 65%); }
.product-shot img { width: auto; height: auto; max-width: 100%; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; box-shadow: 0 30px 70px rgba(0,0,0,.4); transition: opacity .2s, transform .35s; }
.product-shot img.switching { opacity: .2; transform: translateX(20px); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.product-card { min-height: 330px; padding: 35px; background: #fff; border: 1px solid var(--line); border-radius: 22px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(0,169,153,.3); box-shadow: 0 20px 50px rgba(7,17,31,.08); }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 48px; color: #a6afb7; font-size: 11px; }
.line-icon { display: grid; place-items: center; width: 45px; height: 45px; color: var(--teal-dark); background: rgba(0,215,195,.08); border-radius: 14px; font-size: 22px; }
.product-card p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 28px; }.card-tags span { padding: 6px 9px; background: #f3f6f5; border-radius: 6px; color: #65717a; font-size: 10px; }

.workstation { overflow: hidden; background: #e9efed; }
.workstation-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 80px; }
.workstation-image { position: relative; }
.workstation-image::before { content: ""; position: absolute; inset: 12% 8%; background: rgba(46,114,255,.25); filter: blur(50px); }
.workstation-image img { position: relative; border-radius: 22px; box-shadow: var(--shadow); }
.workstation-copy > p { margin: 28px 0 35px; color: var(--muted); line-height: 1.85; }
.mini-features { display: grid; gap: 1px; background: rgba(7,17,31,.1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-features > div { display: flex; align-items: center; gap: 18px; padding: 17px 0; background: #e9efed; }
.mini-features b { color: var(--teal-dark); font-size: 11px; }.mini-features span, .mini-features strong, .mini-features small { display: block; }.mini-features strong { font-size: 13px; }.mini-features small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.solutions { color: #fff; background: var(--ink); }
.section-heading.light > p { color: rgba(255,255,255,.53); }
.solution-stack { display: grid; gap: 24px; }
.solution-block { position: relative; overflow: hidden; padding: 46px; background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.solution-block-head { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 24px; }
.solution-number { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; color: var(--teal); border: 1px solid rgba(0,215,195,.28); border-radius: 50%; font-size: 11px; }
.solution-label { color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.solution-block-head h3 { margin: 8px 0 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.2; letter-spacing: -.035em; }
.solution-block-body { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 55px; margin: 38px 0 0 66px; }
.solution-block-body > p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.85; }
.workstation-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; margin-top: 38px; }
.workstation-detail-image { position: relative; display: grid; place-items: center; padding: 12px; }
.workstation-detail-image::before { content: ""; position: absolute; inset: 15%; background: rgba(0,215,195,.2); filter: blur(45px); }
.workstation-detail-image img { position: relative; width: auto; height: auto; max-width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; box-shadow: 0 28px 65px rgba(0,0,0,.38); }
.workstation-detail-copy h4 { margin: 0 0 20px; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.18; letter-spacing: -.04em; }
.workstation-detail-copy > p { margin: 0 0 28px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.85; }
.workstation-features { border-top: 1px solid rgba(255,255,255,.13); }
.workstation-features > div { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.workstation-features b { color: var(--teal); font-size: 10px; }
.workstation-features span, .workstation-features strong, .workstation-features small { display: block; }
.workstation-features strong { color: #fff; font-size: 13px; }
.workstation-features small { margin-top: 4px; color: rgba(255,255,255,.42); font-size: 10px; }
.growth-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.growth-flow span { display: grid; place-items: center; min-width: 62px; min-height: 62px; padding: 8px; background: rgba(0,215,195,.08); border: 1px solid rgba(0,215,195,.2); border-radius: 50%; font-size: 11px; }
.growth-flow i { color: var(--teal); font-style: normal; }
.activity-solution { min-height: 560px; padding: 0; }
.activity-solution > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,11,20,.96) 0%, rgba(3,11,20,.76) 43%, rgba(3,11,20,.08) 82%); }
.case-copy { position: relative; z-index: 2; width: 58%; padding: 58px; }
.case-copy h4 { margin: 56px 0 20px 66px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.12; letter-spacing: -.05em; }
.case-copy > p { max-width: 440px; margin-left: 66px; color: rgba(255,255,255,.62); line-height: 1.8; }
.case-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin: 32px 0 0 66px; font-size: 11px; }
.case-flow span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 99px; }
.case-flow i { color: var(--teal); font-style: normal; }
.governance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.governance-grid > div { min-height: 125px; padding: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }
.governance-grid b, .governance-grid strong, .governance-grid small { display: block; }
.governance-grid b { margin-bottom: 20px; color: var(--teal); font-size: 10px; }
.governance-grid strong { font-size: 12px; }
.governance-grid small { margin-top: 7px; color: rgba(255,255,255,.4); font-size: 9px; line-height: 1.5; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.about h2 { font-size: clamp(48px, 6vw, 78px); }
.about-copy { padding-top: 32px; }
.about-copy p { color: var(--muted); font-size: 14px; line-height: 1.95; }.about-copy .lead { margin-top: 0; color: var(--ink); font-size: 21px; line-height: 1.7; }
.mission { display: flex; align-items: flex-start; gap: 45px; margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--line); }.mission span { color: var(--teal-dark); font-size: 9px; letter-spacing: .16em; }.mission strong { font-size: 18px; line-height: 1.65; }

.contact { position: relative; padding: 110px 0; overflow: hidden; text-align: center; color: var(--ink); background: var(--teal); }
.contact::before, .contact::after { content: ""; position: absolute; border: 1px solid rgba(7,17,31,.14); border-radius: 50%; }.contact::before { width: 500px; height: 500px; left: -250px; top: -260px; }.contact::after { width: 350px; height: 350px; right: -120px; bottom: -250px; }
.contact-inner { position: relative; z-index: 2; }.contact-inner > span { font-size: 10px; font-weight: 800; letter-spacing: .2em; }.contact h2 { margin: 18px 0 14px; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.05em; }.contact p { margin-bottom: 30px; }.button-light { background: var(--ink); color: #fff; }

.site-footer { padding: 45px 0; color: rgba(255,255,255,.6); background: #050c15; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 20px; }.footer-brand { color: #fff; }.footer-grid > p { font-size: 12px; }.footer-links { display: flex; justify-content: flex-end; gap: 25px; font-size: 11px; }.footer-grid > small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 70px; padding: 150px 0 120px; }.hero-copy { max-width: 700px; }.hero-visual { width: 90%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }.featured-product { grid-template-columns: 1fr; }.product-content { padding: 45px; }.product-shot { padding: 15px 0 45px 45px; }.product-grid { grid-template-columns: 1fr 1fr; }.product-card:last-child { grid-column: 1 / -1; }
  .workstation-grid { grid-template-columns: 1fr; gap: 55px; }.workstation-copy { max-width: 700px; }
  .workstation-layout, .solution-block-body { grid-template-columns: 1fr; gap: 38px; }
  .solution-block-body { margin-left: 66px; }
  .growth-flow { justify-content: flex-start; flex-wrap: wrap; }
  .about-grid { gap: 60px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 2; grid-row: 1; }.footer-grid > p { text-align: right; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }.site-header { height: 68px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.active span:nth-child(2) { opacity: 0; }.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: rgba(7,17,31,.98); transform: translateX(100%); transition: transform .3s ease; font-size: 22px; }.site-nav.open { transform: translateX(0); }.site-nav .nav-cta { margin-top: 10px; padding: 13px 28px; font-size: 15px; }
  .hero-grid { gap: 55px; padding: 125px 0 105px; }.hero h1 { font-size: clamp(48px, 14vw, 68px); }.hero-copy > p { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 330px); }.hero-tags { margin-top: 27px; }.hero-visual { width: 100%; transform: none; }.browser-frame { border-radius: 12px; }.float-ai { top: -40px; right: -5px; transform: scale(.82); transform-origin: right; }.float-flow { left: 6px; bottom: -48px; transform: scale(.84); transform-origin: left; }.hero-bottom { display: none; }
  .intro-grid { grid-template-columns: 1fr 1fr; }.intro-grid div:nth-child(3) { border-left: 1px solid var(--line); }.intro-grid div { padding: 18px 12px; }.intro-grid span { font-size: 11px; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 42px; }.section-heading h2, .workstation h2 { font-size: 39px; }
  .product-content { padding: 35px 28px; }.product-shot { padding: 5px 0 35px 20px; }.product-grid { grid-template-columns: 1fr; }.product-card:last-child { grid-column: auto; }.product-card { min-height: 290px; padding: 30px; }.card-top { margin-bottom: 36px; }
  .workstation-grid { gap: 42px; }.workstation-image img { border-radius: 15px; }
  .solution-stack { gap: 16px; }.solution-block { padding: 26px; border-radius: 20px; }.solution-block-head { gap: 14px; }.solution-number { flex-basis: 36px; width: 36px; height: 36px; }.solution-block-head h3 { font-size: 23px; }
  .workstation-layout { gap: 28px; margin-top: 30px; }.workstation-detail-image { padding: 0; }.workstation-detail-copy h4 { font-size: 32px; }
  .solution-block-body { gap: 28px; margin: 28px 0 0; }.growth-flow { gap: 6px; }.growth-flow span { min-width: 51px; min-height: 51px; font-size: 10px; }
  .activity-solution { min-height: 620px; padding: 0; }.activity-solution > img { object-position: 62% center; }.case-overlay { background: linear-gradient(0deg, rgba(3,11,20,.97) 8%, rgba(3,11,20,.78) 64%, rgba(3,11,20,.12)); }.case-copy { position: absolute; inset: auto 0 0; width: 100%; padding: 32px 26px; }.case-copy h4 { margin: 48px 0 18px; font-size: 38px; }.case-copy > p { margin-left: 0; font-size: 13px; }.case-flow { margin: 28px 0 0; }
  .governance-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }.about-copy { padding-top: 0; }.about-copy .lead { font-size: 18px; }.mission { gap: 25px; flex-direction: column; }.contact { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }.footer-links { grid-column: auto; grid-row: auto; justify-content: flex-start; }.footer-grid > p { text-align: left; }.footer-grid > small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}

@media print {
  @page { size: A4 landscape; margin: 0; }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  html, body { width: 100%; background: var(--paper); }
  .site-header, .skip-link, .hero-bottom, .menu-toggle { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero, .hero-grid { min-height: 100vh; }
  .hero-grid { padding-top: 0; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .solution-block, .featured-product, .product-card, .workstation-layout, .about-grid, .contact-inner { break-inside: avoid; page-break-inside: avoid; }
  .solution-block { break-before: page; page-break-before: always; padding: 30px; }
  .workstation-layout { grid-template-columns: 1.05fr .95fr; gap: 36px; margin-top: 20px; }
  .workstation-detail-image { padding: 0; }
  .workstation-detail-image img { max-height: 300px; }
  .workstation-detail-copy h4 { margin-bottom: 12px; font-size: 30px; }
  .workstation-detail-copy > p { margin-bottom: 14px; font-size: 11px; line-height: 1.6; }
  .workstation-features > div { padding: 8px 0; }
  .solution-block-body { grid-template-columns: .75fr 1.25fr; margin-top: 28px; margin-left: 66px; }
  .activity-solution { min-height: 540px; }
  a { text-decoration: none; }
}
