:root {
  --blue: #0e63e9;
  --blue-2: #1f75f3;
  --ink: #102a4c;
  --ink-deep: #071a34;
  --orange: #ff6813;
  --mist: #f4f8fd;
  --white: #fff;
  --slate: #62738a;
  --line: #dce7f3;
  --green: #21ad68;
  --shadow: 0 24px 70px rgba(19, 55, 99, .11);
  --shell: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .72, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 200; padding: 10px 16px; color: white; background: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(14, 99, 233, .35); outline-offset: 4px; }
.section-pad { padding: 132px 0; }
.section-label, .kicker { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .19em; text-transform: uppercase; }
.section-label { color: var(--blue); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 80; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .9); border-color: rgba(188, 205, 226, .65); box-shadow: 0 8px 30px rgba(24, 63, 109, .06); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.site-brand { width: max-content; display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 106px; height: auto; flex: none; }
.brand-company { color: var(--slate); font-size: 10px; letter-spacing: .06em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a { position: relative; font-size: 14px; font-weight: 600; color: #42566f; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue); transition: right .25s var(--ease); }
.site-nav a:hover::after { right: 0; }
.header-contact { justify-self: end; border: 1px solid rgba(14, 99, 233, .26); border-radius: 999px; padding: 10px 17px; background: rgba(255, 255, 255, .7); font-size: 13px; font-weight: 700; cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.header-contact:hover { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 104, 19, .12); }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }

/* Hero */
.hero { min-height: 780px; padding: 142px 0 30px; position: relative; overflow: hidden; background: linear-gradient(180deg, #f8fbff 0%, #fff 82%); }
.hero-grid, .bridge-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(14, 99, 233, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 99, 233, .035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 3; padding-top: 18px; }
.kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 31px; color: #778aa2; }
.kicker span { color: var(--blue); }
.kicker i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.hero h1 { margin-bottom: 28px; font-size: clamp(52px, 4.45vw, 68px); line-height: 1.08; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero h1 small { display: block; margin-top: 22px; color: var(--ink); font-size: clamp(21px, 1.9vw, 29px); font-weight: 800; line-height: 1.4; letter-spacing: .015em; }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: var(--slate); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; font-size: 15px; font-weight: 700; }
.button-primary { gap: 25px; padding: 0 22px 0 25px; color: white; background: var(--blue); border-radius: 10px; box-shadow: 0 13px 28px rgba(14, 99, 233, .23); transition: transform .25s var(--ease), box-shadow .25s; }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(14, 99, 233, .29); }
.button-primary span { font-size: 18px; }
.hero-proof { margin-top: 50px; display: flex; align-items: center; gap: 13px; color: #8090a4; font-size: 12px; font-weight: 700; letter-spacing: .07em; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: #b4c2d3; }
.link-field { position: relative; min-height: 525px; transform-style: preserve-3d; }
.field-label { position: absolute; right: 18px; top: 5px; z-index: 3; text-align: right; }
.field-label span { display: block; color: var(--blue); font: 900 14px/1 Arial, sans-serif; letter-spacing: .18em; }
.field-label small { color: #91a1b5; font: 700 9px/1.8 monospace; letter-spacing: .1em; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(14, 99, 233, .19); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(14, 99, 233, .15); border-radius: inherit; }
.orbit-outer { width: 510px; height: 510px; animation: orbit-spin 42s linear infinite; }
.orbit-mid { width: 365px; height: 365px; border-color: rgba(255, 104, 19, .24); animation: orbit-spin-reverse 31s linear infinite; }
.orbit-inner { width: 228px; height: 228px; animation: orbit-spin 25s linear infinite; }
.node { position: absolute; display: block; width: 13px; height: 13px; border: 4px solid white; border-radius: 50%; box-shadow: 0 4px 14px rgba(18, 59, 105, .2); animation: node-pulse 2.8s ease-in-out infinite; }
.node-blue { background: var(--blue); }
.node-orange { background: var(--orange); }
.orbit-outer .node-blue { left: 44px; top: 109px; }
.orbit-outer .node-orange { right: 75px; bottom: 60px; }
.orbit-mid .node-blue { right: 18px; top: 158px; }
.orbit-inner .node-orange { left: 9px; top: 63px; }
.orbit-outer .node-orange, .orbit-inner .node-orange { animation-delay: -1.4s; }
.orbit-mid .node-blue { animation-delay: -.7s; }
.logo-stage { position: absolute; z-index: 4; width: 365px; height: 112px; left: 50%; top: 50%; overflow: hidden; border: 1px solid rgba(192, 210, 231, .8); border-radius: 24px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow); transform: translate(-50%, -50%); backdrop-filter: blur(12px); }
.logo-stage::before { content: "BRAND SIGNAL"; position: absolute; left: 18px; top: 12px; z-index: 2; color: #a1afbf; font: 700 8px monospace; letter-spacing: .17em; }
.logo-stage img { position: absolute; left: 12%; top: 50%; width: 76%; height: auto; max-width: none; transform: translateY(-50%); }
.connector { position: absolute; z-index: 2; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(14, 99, 233, .18) 25%, rgba(14, 99, 233, .75) 50%, rgba(255, 104, 19, .34) 62%, transparent 100%); background-size: 220% 100%; transform-origin: center; animation: connector-flow 4.6s linear infinite; }
.connector-a { width: 300px; left: 4%; top: 34%; transform: rotate(-20deg); }
.connector-b { width: 280px; right: 0; bottom: 29%; transform: rotate(27deg); }
.signal-card { position: absolute; z-index: 5; width: 119px; padding: 12px 14px; border: 1px solid rgba(185, 205, 228, .72); border-radius: 12px; background: rgba(255, 255, 255, .85); box-shadow: 0 12px 30px rgba(25, 68, 116, .09); translate: var(--field-x, 0) var(--field-y, 0); animation: signal-float 5.8s ease-in-out infinite; transition: translate .32s var(--ease), box-shadow .32s var(--ease); backdrop-filter: blur(12px); }
.signal-card span { display: block; margin-bottom: 2px; color: #8b9bad; font-size: 10px; }
.signal-card b { font-size: 13px; }
.signal-top { left: 5px; top: 118px; }
.signal-right { right: -3px; top: 216px; animation-delay: -1.9s; }
.signal-bottom { left: 85px; bottom: 29px; animation-delay: -3.8s; }
.hero-foot { position: absolute; left: 50%; bottom: 25px; display: grid; grid-template-columns: auto 1fr minmax(350px, 510px); align-items: center; gap: 25px; transform: translateX(-50%); }
.hero-foot span { color: #96a5b7; font: 700 9px monospace; letter-spacing: .13em; }
.hero-foot i { height: 1px; background: var(--line); }
.hero-foot p { margin: 0; color: #7a899d; font-size: 12px; text-align: right; }

/* Section headers */
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 54px; margin-bottom: 75px; }
.section-head > div { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 45px; }
.section-head > .title-only { display: block; }
.section-head h2, .about h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.15; letter-spacing: -.055em; }
.section-head p:not(.section-label) { margin: 0 0 5px; color: var(--slate); font-size: 15px; line-height: 1.8; }

/* Capabilities */
.capabilities { background: var(--white); }
.capability-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.capability-path::before { content: ""; position: absolute; left: 10%; right: 10%; top: 63px; height: 1px; background: linear-gradient(90deg, transparent, #b7cce8 12%, #b7cce8 88%, transparent); }
.path-step { position: relative; padding: 0 30px 30px 0; }
.path-step:not(:first-child) { padding-left: 30px; }
.step-index { margin-bottom: 25px; color: #8fa0b4; font: 700 10px monospace; letter-spacing: .11em; }
.step-node { position: relative; z-index: 2; width: 24px; height: 24px; margin-bottom: 27px; display: grid; place-items: center; border: 1px solid #a9bfda; border-radius: 50%; background: white; }
.step-node span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(14, 99, 233, .08); }
.path-step:nth-child(2) .step-node span, .path-step:nth-child(4) .step-node span { background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 104, 19, .08); }
.path-step h3 { margin-bottom: 13px; font-size: 21px; }
.path-step p { min-height: 74px; margin-bottom: 20px; color: var(--slate); font-size: 14px; line-height: 1.8; }
.path-step small { color: #8999ab; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.capability-groups { margin-top: 44px; display: grid; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--mist); }
.capability-group { min-height: 62px; display: grid; grid-template-columns: 116px 1fr; align-items: center; gap: 15px; padding: 8px 12px; border-radius: 12px; background: rgba(255, 255, 255, .78); }
.capability-group + .capability-group { border-top: 1px solid #e1eaf4; }
.capability-group > b { color: #8192a6; font: 700 9px monospace; letter-spacing: .14em; }
.capability-group > div { display: flex; flex-wrap: wrap; gap: 9px; }
.capability-group span { padding: 9px 14px; border: 1px solid #d9e4f0; border-radius: 999px; background: white; color: #50657d; font-size: 12px; font-weight: 700; }
.capability-group-agency span { border-color: rgba(255, 104, 19, .2); color: #9a5731; background: #fffaf7; }

.advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.advantage-card { position: relative; min-width: 0; min-height: 335px; display: flex; flex-direction: column; padding: 30px 27px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: #f8fbff; box-shadow: 0 18px 48px rgba(24, 66, 115, .055); transition: transform .35s var(--ease), border-color .35s, box-shadow .35s var(--ease); }
.advantage-card::before { content: ""; position: absolute; left: 27px; right: 27px; top: 0; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--orange) 0 23%, var(--blue) 23% 100%); }
.advantage-card:hover { transform: translateY(-5px); border-color: #c5d9ef; box-shadow: 0 27px 62px rgba(24, 66, 115, .12); }
.advantage-card > p { margin: 0 0 29px; color: #8698ad; font: 800 9px monospace; letter-spacing: .16em; }
.advantage-card h3 { margin: 0 0 18px; font-size: clamp(24px, 2vw, 29px); line-height: 1.28; letter-spacing: -.045em; }
.advantage-card > span { color: var(--slate); font-size: 13px; line-height: 1.8; }
.advantage-card > strong { margin-top: auto; padding-top: 27px; color: var(--blue); font: 800 11px/1.4 "Arial Narrow", Arial, sans-serif; letter-spacing: .09em; }
.advantage-card-support { color: white; border-color: transparent; background: linear-gradient(145deg, #0e63e9, #084493); box-shadow: 0 22px 55px rgba(14, 99, 233, .18); }
.advantage-card-support::before { background: var(--orange); }
.advantage-card-support > p, .advantage-card-support > span { color: #c9def8; }
.advantage-card-support > strong { color: white; }
.advantage-card-support:hover { border-color: transparent; box-shadow: 0 29px 68px rgba(14, 99, 233, .26); }

/* Compliance services */
.compliance { position: relative; overflow: hidden; color: white; background: var(--ink-deep); }
.compliance-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(107, 163, 235, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(107, 163, 235, .065) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 94%); }
.compliance::after { display: none; }
.compliance .shell { position: relative; z-index: 2; }
.compliance .section-label { color: #73aefd; }
.compliance-head h2 { color: white; }
.compliance-head p:not(.section-label) { color: #a9bfd9; }
.compliance-route { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 14px; margin: -21px 0 33px; color: #8fa8c4; font: 700 10px monospace; letter-spacing: .1em; }
.compliance-route i { height: 1px; background: linear-gradient(90deg, rgba(80, 142, 226, .2), #347fdc, rgba(255, 104, 19, .52)); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { position: relative; min-width: 0; min-height: 265px; padding: 32px 34px 29px; overflow: hidden; border: 1px solid rgba(126, 167, 218, .25); border-radius: 18px; background: rgba(9, 34, 66, .78); box-shadow: 0 18px 48px rgba(0, 0, 0, .13); transition: transform .35s var(--ease), border-color .35s, background .35s, box-shadow .35s var(--ease); backdrop-filter: blur(12px); }
.service-card + .service-card { border-left: 1px solid rgba(126, 167, 218, .25); }
.service-card::before { content: ""; position: absolute; left: 28px; top: 68px; width: 34px; height: 2px; background: var(--blue-2); box-shadow: 12px 0 0 var(--orange); transition: width .35s var(--ease); }
.service-card:hover::before { width: 55px; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(116, 175, 247, .48); background: rgba(12, 43, 80, .92); box-shadow: 0 27px 62px rgba(0, 0, 0, .22); }
.service-code { margin-bottom: 39px; color: #4f92ed; font: 900 30px/1 Arial, sans-serif; letter-spacing: -.05em; }
.service-code span { color: var(--orange); font-size: .58em; vertical-align: top; }
.service-kind { margin-bottom: 13px; color: #7fa4cf; font: 700 10px monospace; letter-spacing: .12em; }
.service-card h3 { margin-bottom: 12px; color: #f6f9fd; font-size: 21px; line-height: 1.4; letter-spacing: -.03em; }
.service-card > p:not(.service-kind) { min-height: 0; max-width: 470px; margin-bottom: 19px; color: #9fb4cc; font-size: 13px; line-height: 1.7; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 9px; border: 1px solid rgba(117, 164, 220, .22); border-radius: 999px; color: #b7c9dc; font-size: 10px; font-weight: 700; }
.service-card-featured { background: linear-gradient(155deg, rgba(14, 99, 233, .3), rgba(11, 44, 82, .58)); }
.service-card-featured::after { content: "SOURCE / DOC"; position: absolute; right: -5px; top: 118px; color: rgba(132, 180, 238, .1); font: 900 31px/1 Arial, sans-serif; letter-spacing: -.04em; transform: rotate(90deg); }
.service-card-featured .service-code { color: white; }
.support-band { display: grid; grid-template-columns: 1.05fr 1fr auto; align-items: center; gap: 30px; margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(126, 167, 218, .24); border-radius: 16px; background: rgba(11, 43, 80, .72); }
.support-band > div { display: flex; align-items: center; gap: 14px; }
.support-pulse { width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255, 104, 19, .12); animation: support-pulse 2.4s ease-out infinite; }
.support-band p { margin: 0; color: #9fb5ce; font-size: 12px; }
.support-band small, .support-band strong { display: block; }
.support-band small { margin-bottom: 3px; color: #7393b8; font: 700 8px monospace; letter-spacing: .15em; }
.support-band strong { color: white; font-size: 16px; }
.support-band button { min-height: 43px; padding: 0 17px; border: 1px solid rgba(112, 168, 239, .38); border-radius: 9px; color: white; background: var(--blue); font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .25s var(--ease), background .25s; }
.support-band button:hover { background: var(--blue-2); transform: translateY(-2px); }
.support-band button span { margin-left: 16px; }
.service-note { max-width: 820px; margin: 20px 0 0; color: #718ba9; font-size: 11px; line-height: 1.8; }

/* Cases */
.cases { padding: 112px 0 118px; overflow: hidden; background: var(--mist); }
.cases-head > div { grid-template-columns: .9fr 1.1fr; }
.product-wall { position: relative; width: min(1540px, calc(100vw - 20px)); margin-inline: 50%; transform: translateX(-50%); }
.product-wall::before, .product-wall::after { content: ""; position: absolute; z-index: 12; top: 0; bottom: 0; width: clamp(34px, 8vw, 120px); pointer-events: none; }
.product-wall::before { left: 0; background: linear-gradient(90deg, var(--mist), rgba(244, 248, 253, 0)); }
.product-wall::after { right: 0; background: linear-gradient(-90deg, var(--mist), rgba(244, 248, 253, 0)); }
.showcase-lane { overflow-x: auto; overflow-y: hidden; padding: 8px 0 13px; cursor: grab; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.showcase-lane::-webkit-scrollbar { display: none; }
.showcase-lane:focus-visible { border-radius: 24px; outline-offset: -4px; }
.showcase-lane.is-dragging { cursor: grabbing; user-select: none; }
.showcase-lane + .showcase-lane { margin-top: 10px; }
.showcase-track, .showcase-group { width: max-content; display: flex; align-items: stretch; }
.showcase-group { gap: 18px; padding-right: 18px; }
.showcase-lane-primary .case-card { width: clamp(430px, 38vw, 520px); height: 390px; min-height: 0; flex: none; grid-column: auto; }
.showcase-lane-primary .case-esports { display: flex; grid-template-columns: none; }
.showcase-lane-primary .case-copy, .showcase-lane-primary .case-esports .case-copy { padding: 28px 30px 23px; }
.showcase-lane-primary .case-copy h3 { font-size: clamp(27px, 2.35vw, 33px); }
.showcase-lane-primary .case-copy > p { margin-bottom: 13px; }
.showcase-lane-primary .case-esports .case-copy { justify-content: flex-start; }
.showcase-lane-primary .product-visual, .showcase-lane-primary .case-esports .product-visual { min-height: 218px; }
.showcase-lane-secondary .solution-card { width: clamp(280px, 25vw, 340px); height: 275px; min-height: 0; flex: none; grid-column: auto; }
.showcase-lane-secondary .solution-visual { min-height: 112px; }
.showcase-lane-secondary .solution-copy { padding: 18px 20px 17px; }
.showcase-lane-secondary .solution-copy .case-meta { margin-bottom: 7px; }
.showcase-lane-secondary .solution-copy h3 { margin-bottom: 8px; font-size: 19px; }
.showcase-lane-secondary .solution-copy p { margin-bottom: 9px; font-size: 11px; line-height: 1.55; }
.showcase-lane-secondary .solution-copy li { padding: 4px 7px; }
.case-card { position: relative; min-height: 520px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(171, 194, 221, .5); border-radius: 23px; background: white; box-shadow: 0 18px 48px rgba(24, 66, 115, .07); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.case-card:hover, .solution-card:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(24, 66, 115, .13); }
.case-clinic, .case-market { grid-column: span 7; }
.case-cafe, .case-sports { grid-column: span 5; }
.case-esports { grid-column: 1 / -1; min-height: 470px; display: grid; grid-template-columns: .72fr 1.28fr; }
.case-esports .case-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.case-esports .product-visual { min-height: 470px; }
.case-copy, .case-card:nth-child(even) .case-copy { position: relative; z-index: 2; order: 1; padding: 34px 34px 27px; align-self: stretch; }
.case-card:nth-child(even) .product-visual { order: 2; }
.case-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: #7e8ea2; font: 700 10px monospace; letter-spacing: .09em; text-transform: uppercase; }
.case-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.case-copy h3 { margin-bottom: 14px; font-size: clamp(30px, 2.7vw, 36px); line-height: 1.16; letter-spacing: -.045em; }
.case-copy > p { margin-bottom: 17px; color: var(--slate); font-size: 13px; line-height: 1.75; }
.case-copy ul { margin: 0; padding: 0; list-style: none; }
.case-copy li { position: relative; margin: 7px 0; padding-left: 19px; color: #4b6079; font-size: 11px; font-weight: 700; }
.case-copy li::before { content: ""; position: absolute; left: 0; top: .66em; width: 7px; height: 1px; background: var(--blue); }
.product-visual { position: relative; order: 2; min-height: 320px; flex: 1; overflow: hidden; }
.solution-card { grid-column: span 3; min-width: 0; min-height: 390px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(171, 194, 221, .5); border-radius: 21px; background: white; box-shadow: 0 18px 48px rgba(24, 66, 115, .07); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.solution-visual { position: relative; min-height: 176px; overflow: hidden; background: linear-gradient(145deg, #e8f2ff, #d7e7fb); }
.solution-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(14, 99, 233, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 99, 233, .055) 1px, transparent 1px); background-size: 23px 23px; }
.credential-visual { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px 0; background: linear-gradient(145deg, #edf6ff, #dcecff); }
.credential-visual img { position: relative; z-index: 2; width: auto; height: 105px; border: 4px solid white; border-radius: 5px 5px 0 0; object-fit: cover; object-position: top; box-shadow: 0 15px 28px rgba(24, 66, 115, .16); transform: rotate(-3deg); }
.credential-visual span { position: relative; z-index: 2; color: var(--blue); font: 900 27px/1 Arial, sans-serif; letter-spacing: -.06em; }
.solution-copyright .credential-visual { background: linear-gradient(145deg, #f0efff, #e2e9ff); }
.solution-copyright .credential-visual span { color: #745bd4; }
.solution-screen { position: absolute; left: 19px; right: 42px; top: 24px; height: 128px; padding: 17px; border: 1px solid rgba(132, 167, 207, .38); border-radius: 13px; background: rgba(255, 255, 255, .94); box-shadow: 0 17px 32px rgba(24, 66, 115, .13); transform: rotate(-3deg); }
.solution-screen span, .solution-screen strong { display: block; }
.solution-screen span { color: #7b8da3; font-size: 8px; }
.solution-screen strong { margin: 4px 0 12px; color: var(--blue); font: 800 22px Arial, sans-serif; }
.solution-screen i { display: block; width: 82%; height: 5px; margin-top: 7px; border-radius: 5px; background: #dce7f3; }
.solution-screen i:nth-of-type(2) { width: 58%; background: #bdd5f1; }
.solution-screen i:nth-of-type(3) { width: 70%; }
.solution-symbol { position: absolute; right: 13px; bottom: 17px; width: 55px; height: 55px; display: grid; place-items: center; border: 5px solid white; border-radius: 18px; color: white; background: var(--blue); box-shadow: 0 12px 25px rgba(14, 99, 233, .22); font: 900 8px Arial, sans-serif; letter-spacing: .04em; transform: rotate(5deg); }
.solution-copy { flex: 1; display: flex; flex-direction: column; padding: 25px 24px 23px; }
.solution-copy .case-meta { margin-bottom: 12px; }
.solution-copy h3 { margin-bottom: 13px; font-size: 21px; line-height: 1.32; letter-spacing: -.035em; }
.solution-copy p { margin-bottom: 18px; color: var(--slate); font-size: 12px; line-height: 1.72; }
.solution-copy ul { display: flex; flex-wrap: wrap; gap: 6px; margin: auto 0 0; padding: 0; list-style: none; }
.solution-copy li { padding: 6px 8px; border: 1px solid #d8e4f1; border-radius: 999px; color: #58708a; background: #f8fbff; font-size: 9px; font-weight: 800; }
.solution-pet .solution-visual { background: linear-gradient(145deg, #ebf8f1, #d9eee4); }.solution-pet .solution-symbol, .solution-pet .solution-screen strong { color: white; background: #21a36b; }.solution-pet .solution-screen strong { color: #168158; background: transparent; }
.solution-beauty .solution-visual { background: linear-gradient(145deg, #f4ecff, #e7dcf7); }.solution-beauty .solution-symbol { background: #7658c8; }.solution-beauty .solution-screen strong { color: #7658c8; }
.solution-gym .solution-visual { background: linear-gradient(145deg, #e8f5fa, #d6eaf2); }.solution-gym .solution-symbol { background: #137d9d; }.solution-gym .solution-screen strong { color: #137d9d; }
.solution-carwash .solution-visual { background: linear-gradient(145deg, #edf3f9, #dbe5ef); }.solution-carwash .solution-symbol { background: #264c76; }.solution-carwash .solution-screen strong { color: #264c76; }
.floating-chip { position: absolute; z-index: 5; padding: 8px 11px; border: 1px solid rgba(188, 207, 230, .73); border-radius: 999px; background: rgba(255, 255, 255, .86); box-shadow: 0 8px 25px rgba(20, 56, 98, .12); color: #556a82; font: 800 8px monospace; letter-spacing: .14em; backdrop-filter: blur(8px); }

/* Clinic visual */
.clinic-ui { background: radial-gradient(circle at 78% 18%, rgba(237, 92, 84, .14), transparent 25%), linear-gradient(145deg, #f1f7ff, #e6f0fb); }
.clinic-ui::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(31, 117, 243, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 117, 243, .045) 1px, transparent 1px); background-size: 30px 30px; }
.clinic-window { position: absolute; left: 7%; top: 85px; width: 530px; height: 355px; overflow: hidden; border: 1px solid rgba(148, 180, 219, .55); border-radius: 18px; background: white; box-shadow: 0 28px 58px rgba(23, 65, 115, .16); transform: rotate(-2deg); }
.clinic-top { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid #e9eff6; }
.clinic-top b { color: #173658; font-size: 11px; }.clinic-top b span { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 7px; border-radius: 7px; color: white; background: #dc514a; }.clinic-top small { color: #8b9aac; font-size: 8px; }
.clinic-body { height: calc(100% - 50px); display: grid; grid-template-columns: 54px 1fr; }.clinic-body aside { padding-top: 24px; background: #153554; }.clinic-body aside i { width: 22px; height: 22px; display: block; margin: 0 auto 14px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 7px; }.clinic-body aside .active { border-color: transparent; background: #dc514a; box-shadow: 0 7px 14px rgba(220, 81, 74, .3); }
.clinic-body main { padding: 24px 25px; background: #f7f9fc; }.clinic-greeting { display: flex; align-items: end; justify-content: space-between; }.clinic-greeting small, .clinic-greeting b { display: block; }.clinic-greeting small { margin-bottom: 3px; color: #8d9bac; font-size: 7px; }.clinic-greeting b { font-size: 14px; }.clinic-greeting > span { color: #98a5b5; font-size: 8px; }
.clinic-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 18px 0; }.clinic-stats div { padding: 12px; border-radius: 10px; background: white; box-shadow: 0 6px 17px rgba(30, 67, 110, .06); }.clinic-stats small, .clinic-stats b { display: block; }.clinic-stats small { color: #8797aa; font-size: 7px; }.clinic-stats b { margin-top: 4px; color: #173e69; font: 800 18px Arial; }.clinic-stats div:first-child b { color: #dc514a; }
.clinic-list { overflow: hidden; border-radius: 11px; background: white; }.clinic-list div { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 9px; padding: 10px 12px; border-bottom: 1px solid #edf1f6; }.clinic-list div:last-child { border: 0; }.clinic-list span { color: #8796a7; font: 700 7px monospace; }.clinic-list b { font-size: 8px; }.clinic-list em { color: var(--green); font-size: 7px; font-style: normal; }
.clinic-record { position: absolute; right: 4%; bottom: 45px; width: 158px; height: 174px; padding: 18px; border: 1px solid rgba(218, 146, 140, .45); border-radius: 15px; background: rgba(255, 255, 255, .96); box-shadow: 0 22px 42px rgba(51, 70, 94, .15); transform: rotate(5deg); }.clinic-record small, .clinic-record b, .clinic-record span { display: block; }.clinic-record small { color: #b27470; font: 700 7px monospace; letter-spacing: .12em; }.clinic-record b { margin: 13px 0 3px; font-size: 16px; }.clinic-record span { margin-bottom: 18px; color: #8998a9; font-size: 7px; }.clinic-record i { display: block; height: 5px; margin-top: 8px; border-radius: 4px; background: #e5ebf2; }.clinic-record i:nth-of-type(1) { width: 86%; background: #f1c5c2; }.clinic-record i:nth-of-type(2) { width: 68%; }

/* Cafe visual */
.cafe-ui { background: radial-gradient(circle at 22% 20%, rgba(255, 168, 92, .23), transparent 26%), linear-gradient(145deg, #fff7ec, #ead9c6); }
.cafe-ui::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 35px, rgba(129, 78, 42, .035) 36px 37px); }
.cafe-phone { position: absolute; left: 7%; top: 63px; width: 220px; height: 414px; overflow: hidden; border: 8px solid #272019; border-radius: 31px; background: #fbf8f3; box-shadow: 0 30px 58px rgba(72, 46, 27, .25); transform: rotate(-5deg); }.cafe-phone-top { height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #756d65; font: 700 7px monospace; }.cafe-phone-top i { width: 24px; height: 7px; border: 2px solid #41382f; border-radius: 5px; }.cafe-hello { padding: 13px 15px 10px; }.cafe-hello small, .cafe-hello b { display: block; }.cafe-hello small { color: #b78964; font: 700 7px monospace; letter-spacing: .12em; }.cafe-hello b { margin-top: 5px; font-size: 17px; }
.coffee-feature { position: relative; height: 145px; margin: 8px 12px 14px; padding: 15px; overflow: hidden; border-radius: 18px; color: white; background: linear-gradient(145deg, #9a5a31, #4d2c1b); }.coffee-feature::after { content: ""; position: absolute; right: -18px; top: 29px; width: 84px; height: 84px; border: 13px solid rgba(255, 255, 255, .13); border-radius: 50%; }.coffee-feature span, .coffee-feature b, .coffee-feature em { position: relative; z-index: 2; display: block; }.coffee-feature span { color: #e7c5ab; font-size: 7px; }.coffee-feature b { max-width: 95px; margin: 10px 0 23px; font-size: 16px; line-height: 1.3; }.coffee-feature em { width: max-content; padding: 6px 8px; border-radius: 7px; background: rgba(255, 255, 255, .14); font-size: 7px; font-style: normal; }
.coffee-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 12px; }.coffee-items i { height: 73px; border-radius: 12px; background: linear-gradient(160deg, #dfc2a6, #926448); }.coffee-items i:nth-child(2) { background: linear-gradient(160deg, #d8d2c6, #7b6b5e); }.coffee-items i:nth-child(3) { background: linear-gradient(160deg, #f0bd91, #b65e28); }.cafe-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 39px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #e7ded5; background: white; }.cafe-nav span { width: 14px; height: 14px; border: 2px solid #998777; border-radius: 5px; }.cafe-nav span:first-child { border-color: #9a5a31; background: #f0ded0; }
.cafe-console { position: absolute; right: 5%; top: 102px; width: 355px; height: 326px; padding: 22px; border: 1px solid rgba(164, 125, 93, .38); border-radius: 18px; background: rgba(255, 255, 255, .96); box-shadow: 0 28px 58px rgba(72, 46, 27, .17); transform: rotate(3deg); }.console-top { display: flex; align-items: center; justify-content: space-between; }.console-top b { font-size: 15px; }.console-top span { padding: 5px 8px; border-radius: 999px; color: #248458; background: #e9f8f1; font-size: 7px; }.order-tabs { display: flex; gap: 15px; margin: 21px 0 14px; padding-bottom: 10px; border-bottom: 1px solid #eee7df; color: #998e84; font-size: 8px; }.order-tabs b { color: #9a5a31; }.order-ticket { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 8px; margin-top: 8px; padding: 12px; border-radius: 10px; background: #faf7f3; }.order-ticket small { color: #ad8060; font: 700 7px monospace; }.order-ticket b { font-size: 9px; }.order-ticket em { color: #7d8d9c; font-size: 7px; font-style: normal; }.member-note { position: relative; margin-top: 13px; padding: 13px; overflow: hidden; border-radius: 10px; color: white; background: #273d52; }.member-note span, .member-note b { display: block; }.member-note span { color: #9fb8cf; font: 700 7px monospace; }.member-note b { margin-top: 3px; font-size: 10px; }.member-note i { position: absolute; right: 13px; top: 19px; width: 54px; height: 18px; border-bottom: 2px solid var(--orange); transform: skewX(-25deg); }

/* Esports visual */
.esports-ui { background: radial-gradient(circle at 72% 24%, rgba(50, 130, 255, .25), transparent 24%), radial-gradient(circle at 35% 72%, rgba(255, 104, 19, .2), transparent 25%), linear-gradient(145deg, #edf5ff, #dfeafa); }
.esports-ui::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(17, 86, 180, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 86, 180, .055) 1px, transparent 1px); background-size: 28px 28px; }
.phone-frame { position: absolute; width: 224px; height: 420px; overflow: hidden; border: 8px solid #0e223e; border-radius: 31px; background: #f6f9fd; box-shadow: 0 28px 55px rgba(13, 39, 73, .23); }
.phone-one { left: 16%; top: 72px; transform: rotate(-7deg); }
.phone-two { right: 8%; top: 120px; transform: rotate(7deg); }
.phone-top { height: 27px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #78899d; font: 700 7px monospace; }
.phone-top i { width: 25px; height: 7px; border: 2px solid #253b56; border-radius: 5px; }
.app-title { padding: 14px 14px 11px; display: flex; justify-content: space-between; align-items: baseline; }
.app-title b { font-size: 17px; }
.app-title small { color: var(--green); font-size: 8px; }
.player-card { margin: 5px 11px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 7px; padding: 10px; border-radius: 13px; background: white; box-shadow: 0 8px 24px rgba(26, 62, 106, .09); }
.avatar { display: grid; place-items: center; border-radius: 50%; color: white; font-size: 10px; font-weight: 800; }
.avatar-a { width: 35px; height: 35px; background: linear-gradient(135deg, var(--blue), #67a1f2); }
.avatar-b { width: 25px; height: 25px; background: linear-gradient(135deg, var(--orange), #ff9e65); }
.player-card b, .player-card small { display: block; }
.player-card b { font-size: 10px; }
.player-card small { color: #8290a2; font-size: 7px; }
.player-card em { color: var(--green); font-size: 7px; font-style: normal; }
.game-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 14px 12px; }
.game-strip i { height: 92px; border-radius: 11px; background: linear-gradient(160deg, #173e73, #0c70eb); }
.game-strip i:nth-child(2) { background: linear-gradient(160deg, #182235, #ff6813); }
.game-strip i:nth-child(3) { background: linear-gradient(160deg, #463974, #1281d9); }
.mini-order { margin: 10px 12px; padding: 13px; border-radius: 12px; background: #0e2e58; color: white; }
.mini-order span, .mini-order b { display: block; }
.mini-order span { margin-bottom: 5px; color: #91acd1; font-size: 7px; }
.mini-order b { font-size: 10px; }
.match-score { margin: 18px 13px; padding: 18px 14px; border-radius: 15px; color: white; background: linear-gradient(145deg, #0f69e3, #113f7c); }
.match-score small, .match-score b { display: block; }
.match-score small { opacity: .65; font-size: 8px; }
.match-score b { margin: 6px 0; font-size: 17px; }
.match-score span { display: inline-block; padding: 4px 7px; border-radius: 999px; background: rgba(255, 255, 255, .16); font-size: 7px; }
.route-line { position: relative; display: flex; justify-content: space-between; margin: 37px 26px; height: 1px; background: #bdd3ed; }
.route-line i { width: 8px; height: 8px; margin-top: -4px; border: 2px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px #a8c1df; }
.route-line i:nth-child(2) { background: var(--orange); }
.chat-line { display: flex; align-items: start; gap: 6px; margin: 14px 12px; }
.chat-line p { margin: 0; padding: 8px 10px; border-radius: 4px 11px 11px 11px; background: white; font-size: 8px; }
.chat-line.self { justify-content: end; }
.chat-line.self p { color: white; background: var(--blue); border-radius: 11px 4px 11px 11px; }
.esports-ui .chip-a { right: 28px; top: 58px; }
.esports-ui .chip-b { left: 30px; bottom: 32px; color: var(--orange); }

/* Market visual */
.market-ui { background: linear-gradient(150deg, #fff4ec, #ffe6d5); }
.market-ui::before { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; top: -120px; border: 1px solid rgba(255, 104, 19, .3); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255, 104, 19, .04), 0 0 0 125px rgba(255, 104, 19, .035); }
.dashboard-window { position: absolute; left: 7%; top: 116px; width: 460px; height: 334px; overflow: hidden; border: 1px solid rgba(221, 151, 108, .38); border-radius: 17px; background: #fff; box-shadow: 0 28px 58px rgba(99, 49, 18, .18); transform: rotate(4deg); }
.dash-top { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid #edf1f5; }
.dash-brand { color: var(--orange); font: 800 12px Arial; }
.dash-top div { display: flex; gap: 5px; }
.dash-top i { width: 7px; height: 7px; border-radius: 50%; background: #d5dde7; }
.dash-body { height: calc(100% - 43px); display: grid; grid-template-columns: 48px 1fr; }
.dash-body aside { padding-top: 20px; background: #142d4f; }
.dash-body aside span { width: 19px; height: 19px; display: block; margin: 0 auto 13px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 5px; }
.dash-body aside .active { border: 0; background: var(--orange); box-shadow: 0 5px 13px rgba(255, 104, 19, .35); }
.dash-body main { padding: 22px; background: #f7f9fc; }
.dash-greeting { display: flex; justify-content: space-between; align-items: baseline; }
.dash-greeting b { font-size: 14px; }
.dash-greeting small { color: #9aa6b5; font-size: 8px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0; }
.stats div { padding: 11px; border-radius: 9px; background: white; box-shadow: 0 5px 14px rgba(38, 72, 112, .06); }
.stats small, .stats b { display: block; }
.stats small { color: #8b99aa; font-size: 7px; }
.stats b { margin-top: 4px; font: 800 18px Arial; }
.stats div:first-child b { color: var(--orange); }
.demand-list { border-radius: 10px; background: white; }
.demand-list div { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 7px; padding: 11px; border-bottom: 1px solid #edf1f5; }
.demand-list div:last-child { border: 0; }
.demand-list i { width: 6px; height: 6px; border-radius: 50%; }
.d-orange { background: var(--orange); }.d-blue { background: var(--blue); }.d-green { background: var(--green); }
.demand-list b { font-size: 8px; }.demand-list span { color: #8b98a9; font-size: 7px; }
.market-ui .chip-a { left: 18px; top: 80px; color: var(--orange); }
.market-ui .chip-b { right: 20px; bottom: 48px; color: var(--green); }

/* Sports visual */
.sports-ui { background: linear-gradient(150deg, #eaf3ff, #dce9fa); }
.sports-ui::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(145deg, transparent 0 38px, rgba(14, 99, 233, .045) 39px 40px); }
.score-window { position: absolute; left: 8%; right: -11%; top: 103px; min-width: 430px; height: 360px; padding: 20px; border: 1px solid rgba(148, 180, 219, .58); border-radius: 17px; background: rgba(255, 255, 255, .95); box-shadow: 0 28px 58px rgba(23, 65, 115, .16); transform: rotate(-3deg); }
.score-top { display: flex; justify-content: space-between; color: #8495aa; font: 700 8px monospace; letter-spacing: .12em; }
.score-top b { color: var(--green); }.score-top b i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(33, 173, 104, .1); }
.teams { margin: 23px 0; display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; text-align: center; }
.teams > div { display: flex; flex-direction: column; align-items: center; gap: 6px; }.teams > div small { color: #8595a8; font-size: 7px; }
.team-badge { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; font-weight: 800; }.team-a { background: var(--blue); }.team-b { background: var(--orange); }
.teams strong { font: 800 26px Arial; }.teams strong i { color: #b0bdcd; font-style: normal; }.teams strong small { display: block; margin-top: 4px; color: var(--orange); font: 700 8px monospace; }
.timeline { position: relative; height: 3px; margin: 23px 18px; border-radius: 4px; background: #dfe8f3; }.timeline span { display: block; width: 67%; height: 100%; border-radius: inherit; background: var(--blue); }.timeline i { position: absolute; top: -4px; width: 11px; height: 11px; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #b8cae0; }.event-one { left: 20%; background: var(--blue); }.event-two { left: 47%; background: var(--orange); }.event-three { left: 66%; background: var(--orange); }
.alerts { display: grid; gap: 7px; }.alerts > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid #e5edf6; border-radius: 9px; }.alerts > div > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: var(--orange); background: #fff2e9; }.alerts p { margin: 0; }.alerts p b, .alerts p small { display: block; }.alerts p b { font-size: 8px; }.alerts p small { color: #8594a6; font-size: 7px; }.alerts em { color: var(--green); font-size: 7px; font-style: normal; }
.sports-ui .chip-a { right: 22px; top: 70px; color: var(--orange); }.sports-ui .chip-b { left: 22px; bottom: 54px; color: var(--blue); }

/* Compact showcase visual placement */
.product-wall .clinic-window { left: 4%; top: 25px; transform: scale(.67) rotate(-2deg); transform-origin: top left; }
.product-wall .clinic-record { right: 3%; bottom: 13px; transform: scale(.64) rotate(5deg); transform-origin: bottom right; }
.product-wall .cafe-phone { left: 6%; top: 19px; transform: scale(.56) rotate(-5deg); transform-origin: top left; }
.product-wall .cafe-console { right: -2%; top: 38px; transform: scale(.58) rotate(3deg); transform-origin: top right; }
.product-wall .score-window { left: 7%; right: auto; top: 21px; transform: scale(.66) rotate(-3deg); transform-origin: top left; }
.product-wall .dashboard-window { left: 5%; top: 27px; transform: scale(.68) rotate(4deg); transform-origin: top left; }
.product-wall .case-esports .phone-one { left: 12%; top: 20px; transform: scale(.55) rotate(-7deg); transform-origin: top left; }
.product-wall .case-esports .phone-two { right: 12%; top: 29px; transform: scale(.55) rotate(7deg); transform-origin: top right; }

.practice-intro { margin: 90px 0 28px; display: grid; grid-template-columns: 1fr 1.15fr; align-items: end; gap: 55px; padding-bottom: 29px; border-bottom: 1px solid #cad9ea; }
.practice-intro .section-label { margin-bottom: 15px; }.practice-intro h3 { margin: 0; font-size: 32px; letter-spacing: -.04em; }.practice-intro > p { max-width: 530px; margin: 0 0 4px; color: var(--slate); font-size: 14px; line-height: 1.9; }
.practice-list { border-top: 1px solid #cad9ea; }
.practice-row { min-height: 118px; display: grid; grid-template-columns: 145px minmax(300px, 1fr); align-items: center; gap: 38px; padding: 27px 23px 27px 5px; border-bottom: 1px solid #cad9ea; transition: padding .3s var(--ease), background .3s; }
.practice-row:hover { padding-left: 17px; background: rgba(255, 255, 255, .7); }
.practice-index b { display: block; color: var(--blue); font-size: 11px; }
.practice-title h3 { margin-bottom: 9px; font-size: 21px; line-height: 1.4; letter-spacing: -.025em; }.practice-title p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.8; }
.practice-row ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }.practice-row li { padding: 7px 10px; border: 1px solid #d7e2ee; border-radius: 999px; color: #64778d; background: white; font-size: 10px; font-weight: 700; }

/* Brand bridge */
.brand-bridge { position: relative; overflow: hidden; padding: 130px 0; color: white; background: var(--ink-deep); }
.bridge-grid { opacity: .55; background-image: linear-gradient(rgba(95, 153, 227, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(95, 153, 227, .075) 1px, transparent 1px); mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent); }
.bridge-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: end; }
.bridge-title .section-label { color: #78aefa; }
.bridge-title h2 { margin: 25px 0 0; font-size: clamp(50px, 5.4vw, 75px); line-height: 1.05; letter-spacing: -.06em; }
.bridge-title h2 em { color: var(--orange); font-style: normal; }
.bridge-cn { margin: 27px 0 0; color: #f5f9ff; font-size: clamp(18px, 1.65vw, 23px); font-weight: 750; line-height: 1.5; letter-spacing: .025em; }
.bridge-copy { padding-left: 48px; border-left: 1px solid rgba(132, 166, 210, .26); }
.bridge-copy > p:first-child { margin-bottom: 16px; color: #8ab9f5; font-weight: 700; }.bridge-copy > p:nth-child(2) { color: #b4c5da; font-size: 16px; line-height: 2; }
.bridge-copy > p:only-child { margin: 0; color: #b4c5da; font-size: 16px; font-weight: 400; line-height: 2; }
.bridge-line { margin-top: 40px; display: grid; grid-template-columns: 6px auto 1fr auto 1fr auto; align-items: center; gap: 10px; color: #7e93ae; font: 700 8px monospace; letter-spacing: .12em; }.bridge-line i { height: 1px; background: #264e7f; }.bridge-line i:first-child { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

/* About */
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.about-heading .section-label { margin-bottom: 30px; }
.about-copy .lead { margin-bottom: 23px; color: var(--ink); font-size: 21px; line-height: 1.8; }.about-copy > p:nth-child(2) { color: var(--slate); font-size: 15px; line-height: 2; }
.about-principles { margin-top: 43px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.about-principles div { padding: 22px 8px 0 0; }.about-principles div + div { padding-left: 20px; border-left: 1px solid var(--line); }.about-principles span { display: block; margin-bottom: 7px; color: var(--orange); font: 700 9px monospace; }.about-principles b { font-size: 12px; }

/* Contact */
.contact { position: relative; overflow: hidden; padding: 105px 0; color: white; background: linear-gradient(118deg, #0d5bcb, #0b3c84); }
.contact-orbit { position: absolute; width: 720px; height: 720px; right: -200px; top: -300px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; box-shadow: 0 0 0 105px rgba(255, 255, 255, .035), 0 0 0 210px rgba(255, 255, 255, .025); animation: contact-orbit-spin 38s linear infinite; }
.contact-orbit i { position: absolute; width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--orange); }.contact-orbit i:first-child { left: 73px; bottom: 128px; }.contact-orbit i:nth-child(2) { left: 294px; bottom: -5px; background: white; }.contact-orbit i:nth-child(3) { left: 3px; top: 320px; background: var(--blue); }
.contact-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact .section-label { color: #a9cdfd; }.contact h2 { margin: 23px 0; font-size: clamp(45px, 5vw, 68px); line-height: 1.1; letter-spacing: -.055em; }.contact-copy > p:last-child { margin-bottom: 0; color: #bfd5f1; font-size: 15px; }
.contact-actions { display: grid; gap: 12px; }
.contact-phone, .contact-wechat { min-height: 105px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 20px 25px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 15px; color: white; background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); cursor: pointer; text-align: left; transition: background .25s, transform .25s; }
.contact-phone:hover, .contact-wechat:hover { background: rgba(255, 255, 255, .14); transform: translateX(5px); }.contact-phone small, .contact-wechat small { display: block; margin-bottom: 5px; color: #a9c9f0; font-size: 10px; letter-spacing: .1em; }.contact-phone strong { font: 800 25px Arial, sans-serif; letter-spacing: .02em; }.contact-phone span { grid-row: 1 / 3; grid-column: 2; font-size: 11px; }
.contact-wechat { grid-template-columns: 48px 1fr auto; border-color: rgba(255, 172, 122, .35); cursor: pointer; text-align: left; }.wechat-icon { width: 39px; height: 34px; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; color: #0d7d44; background: #e8fff3; font-weight: 900; letter-spacing: 3px; }.contact-wechat strong { font-size: 16px; }.contact-wechat em { font-size: 11px; font-style: normal; }

/* Footer */
.site-footer { padding: 60px 0 24px; color: #aebdce; background: #07182e; }.footer-main { display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 48px; }.footer-brand { display: flex; align-items: center; gap: 15px; }.footer-brand small { display: block; font-size: 11px; }.footer-info { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }.footer-info small { color: #70849c; font-size: 9px; letter-spacing: .12em; }.footer-info p { margin: 8px 0 0; color: #c2ccda; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(156, 180, 209, .16); }.footer-bottom p { margin: 0; color: #71849b; font-size: 10px; letter-spacing: .04em; }
.footer-logo-wrap { width: 126px; flex: none; padding: 8px 10px; border-radius: 11px; background: white; }
.footer-logo { width: 100%; height: auto; }
.footer-brand > small { color: #aebdce; letter-spacing: .05em; white-space: nowrap; }

/* Contact modal */
.contact-modal { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 16px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.contact-modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4, 18, 36, .68); backdrop-filter: blur(8px); cursor: default; }
.modal-card { position: relative; width: min(780px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; padding: 26px; border: 1px solid rgba(255, 255, 255, .72); border-radius: 24px; background: white; box-shadow: 0 35px 100px rgba(0, 0, 0, .3); transform: translateY(20px) scale(.97); transition: transform .3s var(--ease); }
.contact-modal.is-open .modal-card { transform: none; }
.modal-close { position: absolute; right: 20px; top: 17px; z-index: 2; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--mist); color: #65778d; font-size: 25px; cursor: pointer; }
.modal-close:hover { color: white; background: var(--blue); }
.modal-card h2 { margin: 10px 48px 8px 0; font-size: 34px; letter-spacing: -.035em; }
.modal-card > p:not(.section-label) { margin-bottom: 19px; color: var(--slate); font-size: 13px; }
.modal-channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.modal-channel { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 19px; }
.modal-channel small { display: block; margin-bottom: 7px; color: var(--slate); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.modal-channel strong { display: block; color: var(--ink); }
.modal-phone-card { display: flex; min-height: 100%; flex-direction: column; border-color: #cfe0f7; background: linear-gradient(155deg, #f7fbff, #eef5ff); }
.modal-channel-mark { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 39px; border-radius: 14px; }
.modal-phone-mark { color: white; background: var(--blue); box-shadow: 0 12px 25px rgba(14, 99, 233, .2); font-size: 28px; transform: rotate(-24deg); }
.modal-phone-card > strong { font: 800 clamp(25px, 3vw, 31px)/1.15 Arial, sans-serif; letter-spacing: .025em; white-space: nowrap; }
.modal-phone-card > p:not(.modal-phone-status) { max-width: 260px; margin: 18px 0 28px; color: var(--slate); font-size: 13px; }
.modal-phone-list { display: grid; gap: 9px; margin-top: auto; }
.modal-phone-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 9px 9px 13px; border: 1px solid #d6e4f5; border-radius: 12px; background: rgba(255, 255, 255, .8); }
.modal-phone-row > b { font: 800 16px/1.2 Arial, sans-serif; white-space: nowrap; }
.modal-phone-action { min-height: 50px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 17px; border: 0; border-radius: 11px; color: white; background: var(--blue); cursor: pointer; font-weight: 800; transition: transform .2s, background .2s; }
.modal-phone-row .modal-phone-action { min-height: 39px; flex: 0 0 102px; margin: 0; padding: 0 11px; font-size: 11px; }
.modal-phone-action:hover { background: #0757ce; transform: translateY(-2px); }
.modal-phone-action b, .modal-phone-action em { font-size: 15px; font-style: normal; }
.modal-phone-status { min-height: 20px; margin: 9px 2px -5px; color: #0757ce; font-size: 11px; font-weight: 800; }
.modal-wechat-card { background: #fbfdfc; }
.modal-channel-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.modal-channel-heading small { margin-bottom: 3px; }
.modal-channel-heading strong { font-size: 16px; }
.qr-frame { overflow: hidden; border: 1px solid #dce9e1; border-radius: 15px; background: white; }
.qr-frame img { width: 100%; height: min(360px, 45vh); object-fit: contain; }
.modal-contact { display: flex; justify-content: space-between; margin-top: 12px; padding: 12px 14px; border-radius: 10px; background: #f0f8f3; font-size: 11px; }
.modal-contact span { color: var(--slate); }
.mobile-contact { display: none; }

@keyframes orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes orbit-spin-reverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes node-pulse { 0%, 100% { box-shadow: 0 4px 14px rgba(18, 59, 105, .2), 0 0 0 0 rgba(14, 99, 233, .18); } 50% { box-shadow: 0 5px 18px rgba(18, 59, 105, .3), 0 0 0 8px rgba(14, 99, 233, 0); } }
@keyframes connector-flow { from { background-position: 105% 0; } to { background-position: -115% 0; } }
@keyframes signal-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes support-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 104, 19, .32); } 72%, 100% { box-shadow: 0 0 0 11px rgba(255, 104, 19, 0); } }
@keyframes contact-orbit-spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 10px; }
  .link-field { transform: scale(.88); transform-origin: center; }
  .section-head { grid-template-columns: .55fr 2fr; }
  .phone-one { left: 8%; }.phone-two { right: 2%; }
  .solution-card { grid-column: span 6; }
  .practice-row { grid-template-columns: 115px minmax(260px, 1fr); gap: 25px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .section-pad { padding: 92px 0; }
  .header-inner { grid-template-columns: 1fr auto; }.site-nav { position: fixed; left: 18px; right: 18px; top: 70px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .98); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .22s; }.site-nav.is-open { visibility: visible; opacity: 1; transform: none; }.site-nav a { padding: 13px; border-radius: 9px; }.site-nav a:hover { background: var(--mist); }.site-nav a::after { display: none; }.header-contact { display: none; }.menu-toggle { justify-self: end; width: 40px; height: 40px; display: grid; align-content: center; gap: 4px; padding: 9px; }.menu-toggle span:not(.sr-only) { height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 125px; padding-bottom: 90px; }.hero-layout { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.kicker, .hero-actions, .hero-proof { justify-content: center; }.hero-lead { margin-inline: auto; }.link-field { min-height: 500px; transform: scale(.9); }.hero-foot { display: none; }
  .section-head, .section-head > div, .cases-head > div { grid-template-columns: 1fr; gap: 22px; }.section-head { margin-bottom: 55px; }.section-head p:not(.section-label) { max-width: 580px; }
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-path { grid-template-columns: 1fr 1fr; gap: 40px 0; }.capability-path::before { display: none; }.path-step { padding: 0 30px 0 0; }.path-step:not(:first-child) { padding-left: 0; }.path-step:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }.path-step p { min-height: auto; }
  .compliance-route { margin-top: 0; }.service-grid { grid-template-columns: 1fr; }.support-band { grid-template-columns: 1fr auto; }.support-band > p { grid-column: 1 / -1; grid-row: 2; }
  .featured-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }.case-card, .case-card:nth-child(even) { grid-column: 1 / -1; min-height: 0; }.case-esports { display: flex; }.case-copy, .case-card:nth-child(even) .case-copy, .case-esports .case-copy { padding: 34px; }.product-visual, .case-card:nth-child(even) .product-visual, .case-esports .product-visual { min-height: 360px; }.solution-card { grid-column: span 1; }
  .practice-intro { grid-template-columns: 1fr; gap: 20px; }.practice-row { grid-template-columns: 95px 1fr; gap: 22px; }
  .bridge-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }.bridge-copy { padding: 0; border: 0; }.about-layout { gap: 45px; }.contact-actions { max-width: 620px; }.footer-main { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 57px; }
  .site-header { background: rgba(255, 255, 255, .9); border-color: rgba(188, 205, 226, .55); backdrop-filter: blur(16px); }.header-inner { height: 66px; }.site-brand { gap: 8px; }.brand-logo { width: 92px; }.brand-company { font-size: 8px; letter-spacing: .03em; }
  .section-pad { padding: 76px 0; }.section-label, .kicker { font-size: 10px; }
  .hero { padding: 104px 0 65px; }.hero-grid { background-size: 38px 38px; }.hero-copy { text-align: left; }.kicker { justify-content: flex-start; margin-bottom: 24px; }.hero h1 { margin-bottom: 23px; font-size: clamp(43px, 13.5vw, 58px); }.hero h1 small { margin-top: 17px; font-size: 20px; }.hero-lead { margin-left: 0; font-size: 15px; line-height: 1.9; }.hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }.button { width: 100%; min-height: 50px; }.hero-proof { justify-content: flex-start; gap: 8px; margin-top: 31px; font-size: 9px; }
  .link-field { min-height: 365px; margin: 10px -24px -20px; transform: scale(.7); transform-origin: center; }.field-label { right: 35px; }.signal-top { left: 18px; }.signal-right { right: 15px; }.signal-bottom { bottom: 17px; }
  .section-head h2, .about h2 { font-size: 37px; }.section-head { gap: 17px; margin-bottom: 42px; }.section-head > div { gap: 18px; }
  .advantage-grid { grid-template-columns: 1fr; gap: 12px; }.advantage-card { min-height: 275px; padding: 27px 24px 23px; }.advantage-card::before { left: 24px; right: 24px; }.advantage-card > p { margin-bottom: 23px; }.advantage-card h3 { font-size: 27px; }.advantage-card > strong { padding-top: 22px; }
  .compliance::after { display: none; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 29px 24px 27px; }.service-card + .service-card { border-left: 1px solid rgba(126, 167, 218, .25); }.service-code { margin-bottom: 35px; }.service-card > p:not(.service-kind) { min-height: 0; }.support-band { grid-template-columns: 1fr; gap: 17px; padding: 20px; }.support-band > p { grid-column: auto; grid-row: auto; }.support-band button { width: 100%; }.service-note { font-size: 10px; }
  .featured-cases { gap: 18px; }.case-card { border-radius: 20px; }.case-copy, .case-card:nth-child(even) .case-copy { padding: 28px 25px 24px; }.case-copy h3 { font-size: 30px; }.product-visual, .case-card:nth-child(even) .product-visual { min-height: 300px; }.featured-cases .clinic-window { left: 8px; top: 30px; transform: scale(.55) rotate(-2deg); }.featured-cases .clinic-record { right: -5px; bottom: 14px; transform: scale(.58) rotate(5deg); }.featured-cases .cafe-phone { left: 8px; top: 23px; transform: scale(.58) rotate(-5deg); }.featured-cases .cafe-console { right: -66px; top: 52px; transform: scale(.54) rotate(3deg); }.featured-cases .dashboard-window { left: 0; top: 38px; transform: scale(.63) rotate(4deg); }.featured-cases .score-window { left: 3px; top: 32px; transform: scale(.62) rotate(-3deg); }
  .practice-intro { margin-top: 70px; }.practice-intro h3 { font-size: 28px; }.practice-row { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding: 25px 4px; }.practice-row:hover { padding-left: 4px; }.practice-title h3 { font-size: 20px; }
  .brand-bridge { padding: 92px 0; }.bridge-title h2 { font-size: 46px; }.bridge-cn { margin-top: 22px; font-size: 18px; }.bridge-copy > p:nth-child(2) { font-size: 14px; }.bridge-line { grid-template-columns: 6px auto 1fr auto; }.bridge-line i:nth-of-type(3), .bridge-line span:last-child { display: none; }
  .about-copy .lead { font-size: 18px; }.about-principles { grid-template-columns: 1fr; }.about-principles div, .about-principles div + div { display: grid; grid-template-columns: 36px 1fr; padding: 14px 0; border-left: 0; border-bottom: 1px solid var(--line); }.about-principles span { margin: 0; }
  .contact { padding: 80px 0; }.contact h2 { font-size: 43px; }.contact-layout { gap: 40px; }.contact-phone, .contact-wechat { min-height: 92px; padding: 16px; }.contact-phone strong { max-width: 245px; font-size: 16px; line-height: 1.45; white-space: normal; }.contact-phone span, .contact-wechat em { display: none; }.contact-wechat { grid-template-columns: 42px 1fr; }
  .footer-main { padding-bottom: 35px; }.footer-info { grid-template-columns: 1fr; gap: 20px; }.footer-bottom { display: grid; gap: 8px; }.footer-bottom p:last-child { display: none; }
  .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 75; height: 57px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 7px; border-top: 1px solid #dce6f2; background: rgba(255, 255, 255, .95); box-shadow: 0 -8px 25px rgba(19, 55, 99, .08); backdrop-filter: blur(15px); }.mobile-contact button { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--mist); color: var(--ink); font-size: 13px; font-weight: 800; }.mobile-contact button:last-child { border-color: var(--blue); color: white; background: var(--blue); }
  .contact-modal { padding: 14px; }.modal-card { width: min(460px, 100%); max-height: calc(100vh - 28px); padding: 25px 20px; border-radius: 20px; }.modal-card h2 { font-size: 28px; }.modal-channels { grid-template-columns: 1fr; }.modal-channel { padding: 18px; }.modal-channel-mark { margin-bottom: 24px; }.modal-phone-card > strong { font-size: 25px; }.modal-phone-card > p:not(.modal-phone-status) { margin: 14px 0 20px; }.modal-wechat-card { padding-bottom: 16px; }
}

@media (max-width: 520px) {
  .featured-cases { grid-template-columns: 1fr; }
  .solution-card { grid-column: 1 / -1; min-height: 0; }
  .solution-visual { min-height: 185px; }
  .modal-phone-row { align-items: stretch; flex-direction: column; }
  .modal-phone-row .modal-phone-action { width: 100%; flex-basis: 39px; }
}

@media (max-width: 900px) {
  .product-wall { width: calc(100vw - 10px); }
  .showcase-lane-primary .case-card { width: 430px; height: 380px; }
  .showcase-lane-secondary .solution-card { width: 300px; height: 275px; }
}

@media (max-width: 640px) {
  .product-wall { width: 100vw; }
  .product-wall::before, .product-wall::after { width: 28px; }
  .showcase-group { gap: 14px; padding-right: 14px; }
  .showcase-lane + .showcase-lane { margin-top: 7px; }
  .showcase-lane-primary .case-card { width: min(86vw, 360px); height: 385px; }
  .showcase-lane-primary .case-copy, .showcase-lane-primary .case-esports .case-copy { padding: 25px 24px 20px; }
  .showcase-lane-primary .case-copy h3 { font-size: 27px; }
  .showcase-lane-primary .product-visual, .showcase-lane-primary .case-esports .product-visual { min-height: 212px; }
  .showcase-lane-secondary .solution-card { width: min(74vw, 290px); height: 270px; }
  .showcase-lane-secondary .solution-visual { min-height: 108px; }
  .product-wall .clinic-window { left: 6px; top: 22px; transform: scale(.49) rotate(-2deg); }
  .product-wall .clinic-record { right: 0; bottom: 10px; transform: scale(.5) rotate(5deg); }
  .product-wall .cafe-phone { left: 6px; top: 17px; transform: scale(.48) rotate(-5deg); }
  .product-wall .cafe-console { right: -54px; top: 35px; transform: scale(.46) rotate(3deg); }
  .product-wall .dashboard-window { left: 0; top: 28px; transform: scale(.53) rotate(4deg); }
  .product-wall .score-window { left: 2px; top: 24px; transform: scale(.52) rotate(-3deg); }
  .product-wall .case-esports .phone-one { left: 6%; top: 20px; transform: scale(.47) rotate(-7deg); }
  .product-wall .case-esports .phone-two { right: 6%; top: 28px; transform: scale(.47) rotate(7deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transform: translateY(14px); transition-duration: .55s; }
  .reveal.is-visible { transform: none; }
  .orbit-outer { animation-duration: 68s; }
  .orbit-mid { animation-duration: 54s; }
  .orbit-inner { animation-duration: 44s; }
  .signal-card { animation-duration: 8s; }
}
