:root {
    --ink: #07111f;
    --ink-soft: #132237;
    --paper: #f5f7fb;
    --white: #fff;
    --text: #152236;
    --muted: #69758a;
    --line: #dde3ec;
    --blue: #246bfe;
    --blue-light: #64a1ff;
    --cyan: #25d5c4;
    --orange: #ff9d43;
    --radius: 22px;
    --shadow: 0 20px 60px rgba(15, 39, 76, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 2000; padding: 9px 14px; color: #fff; background: var(--blue); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(7,17,31,.88); box-shadow: 0 10px 35px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 38px; height: 38px; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg, var(--cyan), var(--blue)); box-shadow: 0 8px 25px rgba(36,107,254,.28); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; background: #fff; border-radius: 3px; transform: rotate(-25deg); }
.brand-mark::before { width: 7px; height: 22px; left: 10px; top: 10px; }
.brand-mark::after { width: 7px; height: 18px; left: 20px; top: 6px; }
.brand-mark span { width: 7px; height: 12px; left: 20px; bottom: 6px; opacity: .72; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { max-width: 170px; overflow: hidden; color: #fff; font-size: 18px; letter-spacing: .03em; white-space: nowrap; text-overflow: ellipsis; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.56); font-size: 8px; letter-spacing: .19em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > ul { display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a { display: block; padding: 26px 13px; color: rgba(255,255,255,.78); font-size: 14px; transition: color .2s ease; }
.main-nav > ul > li > a:hover, .main-nav > ul > li > a:focus { color: #fff; }
.sub-nav { position: absolute; top: 65px; left: 50%; min-width: 150px; padding: 8px; margin: 0; list-style: none; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(10,24,43,.97); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: .2s ease; }
.has-children:hover .sub-nav, .has-children:focus-within .sub-nav { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sub-nav a { display: block; padding: 8px 11px; border-radius: 7px; color: rgba(255,255,255,.78); font-size: 13px; white-space: nowrap; }
.sub-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.header-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; color: #fff; font-size: 13px; transition: .2s ease; }
.header-cta:hover { border-color: var(--cyan); background: rgba(37,213,196,.1); }
.header-cta span { margin-left: 8px; color: var(--cyan); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 0; background: transparent; }
.nav-toggle span { width: 22px; height: 2px; border-radius: 2px; background: #fff; transition: .2s ease; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 28%, #122d55 0, #0a1a30 29%, var(--ink) 65%); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000 35%, transparent 92%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .35; }
.hero-glow-one { width: 560px; height: 560px; right: -200px; top: 10px; background: radial-gradient(circle, rgba(36,107,254,.45), transparent 68%); }
.hero-glow-two { width: 400px; height: 400px; left: -180px; bottom: -140px; background: radial-gradient(circle, rgba(37,213,196,.22), transparent 68%); }
.hero-layout { position: relative; z-index: 1; min-height: 820px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-top: 100px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.eyebrow { color: rgba(255,255,255,.63); }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero h1 { max-width: 640px; margin: 25px 0 24px; font-size: clamp(46px, 5.2vw, 74px); line-height: 1.12; letter-spacing: -.045em; }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 24px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #458cff); box-shadow: 0 12px 32px rgba(36,107,254,.3); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.button-white { color: var(--ink); background: #fff; box-shadow: 0 14px 34px rgba(7,17,31,.15); }
.hero-proof { display: flex; gap: 0; margin-top: 53px; }
.hero-proof div { min-width: 130px; padding-right: 25px; margin-right: 25px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof div:last-child { padding: 0; margin: 0; border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 20px; line-height: 1.25; }
.hero-proof span { margin-top: 6px; color: rgba(255,255,255,.44); font-size: 11px; }
.hero-stage { position: relative; min-height: 520px; perspective: 1000px; }
.stage-window { position: absolute; inset: 34px 0 28px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(145deg, rgba(21,44,76,.89), rgba(8,20,36,.94)); box-shadow: 0 35px 90px rgba(0,0,0,.35); transform: rotateY(-5deg) rotateX(2deg); backdrop-filter: blur(14px); }
.window-bar { height: 47px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.25); }
.window-bar i:first-child { background: #ff6b6b; }.window-bar i:nth-child(2) { background: #ffd166; }.window-bar i:nth-child(3) { background: #39d98a; }
.window-bar span { margin-left: auto; color: rgba(255,255,255,.36); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.stage-content { padding: 27px; }
.stage-title { display: flex; justify-content: space-between; align-items: center; }
.stage-title span { font-size: 13px; font-weight: 700; }
.stage-title em { position: relative; padding-left: 13px; color: #7ff5d3; font-size: 11px; font-style: normal; }
.stage-title em::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: #52e3ad; box-shadow: 0 0 10px #52e3ad; }
.delivery-track { margin: 27px 0 25px; padding: 22px 20px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.025); }
.track-line { height: 5px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.09); }
.track-line span { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--cyan), var(--blue)); box-shadow: 0 0 15px rgba(37,213,196,.5); }
.track-labels { display: flex; justify-content: space-between; margin-top: 11px; color: rgba(255,255,255,.42); font-size: 9px; }
.stage-cards { display: grid; gap: 11px; }
.stage-cards > div { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 13px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.07); border-radius: 12px; background: rgba(255,255,255,.035); }
.stage-icon { grid-row: 1/3; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(100,161,255,.3); border-radius: 10px; color: var(--blue-light); background: rgba(36,107,254,.1); font: 11px ui-monospace, monospace; }
.stage-cards strong { font-size: 12px; }.stage-cards small { margin-top: 2px; color: rgba(255,255,255,.38); font-size: 9px; }
.floating-card { position: absolute; display: grid; grid-template-columns: 36px auto; column-gap: 10px; align-items: center; padding: 12px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(13,32,57,.92); box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.floating-card > span, .floating-card > i { grid-row: 1/3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--cyan); background: rgba(37,213,196,.11); font: 11px ui-monospace, monospace; }
.floating-card strong { font-size: 11px; }.floating-card small { color: rgba(255,255,255,.42); font-size: 8px; }
.floating-code { left: -23px; top: 10px; }.floating-online { right: -28px; bottom: 2px; }
.floating-online > i::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #52e3ad; box-shadow: 0 0 12px #52e3ad; }

.trust-strip { color: #8e9aac; background: #0c192b; border-top: 1px solid rgba(255,255,255,.06); }
.trust-items { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 33px; font-size: 12px; letter-spacing: .08em; }
.trust-items i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }
.section { padding: 112px 0; }
.services-section { background: var(--paper); }
.section-heading h2 { max-width: 690px; margin: 14px 0 0; color: var(--ink); font-size: clamp(34px, 4vw, 48px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading > p, .heading-row > p { max-width: 520px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.heading-row > p { margin-bottom: 5px; }
.centered { max-width: 790px; margin: 0 auto 56px; text-align: center; }
.centered h2, .centered p { margin-right: auto; margin-left: auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 355px; overflow: hidden; padding: 31px 29px; border: 1px solid #e3e8f0; border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #c9d7ef; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; border-color: #1a6dff; background: linear-gradient(145deg, #1d63f0, #1247be); box-shadow: 0 24px 55px rgba(36,107,254,.22); }
.service-card.featured::after { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; bottom: -90px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.03), 0 0 0 70px rgba(255,255,255,.02); }
.card-number { position: absolute; right: 25px; top: 24px; color: #b7c0cf; font: 11px ui-monospace, monospace; }
.featured .card-number { color: rgba(255,255,255,.5); }
.service-symbol { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: #edf3ff; font-size: 24px; font-weight: 300; }
.featured .service-symbol { color: #fff; background: rgba(255,255,255,.13); }
.service-card h3 { margin: 25px 0 10px; font-size: 21px; }.service-card p { min-height: 72px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.featured p { color: rgba(255,255,255,.7); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 24px 0 0; list-style: none; }
.service-card li { padding: 5px 9px; border-radius: 6px; color: #68758a; background: #f2f5f9; font-size: 10px; }
.featured li { color: rgba(255,255,255,.73); background: rgba(255,255,255,.09); }

.solutions-section { overflow: hidden; background: #fff; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.solution-card { position: relative; min-height: 395px; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #f8fafc; }
.solution-card.solution-dark { color: #fff; border-color: #152945; background: var(--ink-soft); }
.solution-index { color: #aab3c1; font: 10px ui-monospace, monospace; }.solution-dark .solution-index { color: rgba(255,255,255,.4); }
.solution-visual { position: relative; height: 135px; margin: 28px 0 23px; border-radius: 15px; background: #edf2f8; }
.solution-dark .solution-visual { background: rgba(255,255,255,.055); }
.bars { display: flex; align-items: flex-end; justify-content: center; gap: 9px; padding: 28px; }
.bars i { width: 24px; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, var(--blue), var(--cyan)); }.bars i:nth-child(1){height:45%}.bars i:nth-child(2){height:76%}.bars i:nth-child(3){height:58%}.bars i:nth-child(4){height:92%}
.orbit::before, .orbit::after, .orbit i { content: ""; position: absolute; border-radius: 50%; }.orbit::before { inset: 23px 62px; border: 1px solid #c9d5e6; }.orbit::after { width: 43px; height: 43px; left: calc(50% - 21px); top: calc(50% - 21px); background: linear-gradient(145deg, var(--blue), var(--cyan)); box-shadow: 0 10px 25px rgba(36,107,254,.25); }.orbit i { width: 9px; height: 9px; background: var(--blue); }.orbit i:first-child { top: 20px; left: 50%; }.orbit i:nth-child(2) { left: 54px; bottom: 26px; background: var(--orange); }.orbit i:nth-child(3) { right: 48px; bottom: 35px; background: var(--cyan); }
.calendar { padding: 24px 28px; }.calendar i { display: block; height: 17px; margin-bottom: 15px; border-radius: 5px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }.calendar b { display: inline-block; width: 29%; height: 46px; margin-right: 4%; border-radius: 7px; background: #dce5f1; }.calendar b:last-child { margin-right: 0; background: #b9cced; }
.twin i { position: absolute; width: 75px; height: 75px; top: 30px; border: 2px solid var(--blue); transform: rotate(30deg); }.twin i:first-child { left: 49px; }.twin i:nth-child(2) { right: 49px; border-color: var(--cyan); transform: rotate(-30deg); }.twin span { position: absolute; left: calc(50% - 4px); top: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.solution-card h3 { margin: 0 0 10px; font-size: 19px; }.solution-card p { min-height: 58px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }.solution-dark p { color: rgba(255,255,255,.55); }.solution-card a { position: absolute; bottom: 25px; left: 26px; color: var(--blue); font-size: 12px; font-weight: 700; }.solution-dark a { color: var(--cyan); }.solution-card a span { margin-left: 7px; }

.mall-section { color: #fff; background: #091626; }
.mall-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 40px; }
.mall-heading .section-heading h2 { color: #fff; }.mall-heading .section-heading p { color: rgba(255,255,255,.52); }.section-kicker.light { color: var(--cyan); }
.mall-stat { flex: 0 0 auto; padding-left: 35px; border-left: 1px solid rgba(255,255,255,.13); }.mall-stat strong, .mall-stat span { display: block; }.mall-stat strong { font-size: 45px; line-height: 1; }.mall-stat span { margin-top: 8px; color: rgba(255,255,255,.46); font-size: 11px; }
.mall-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.mall-filter button { padding: 9px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: rgba(255,255,255,.57); background: rgba(255,255,255,.035); cursor: pointer; font-size: 12px; transition: .2s ease; }
.mall-filter button:hover, .mall-filter button.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.045); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(100,161,255,.48); background: rgba(255,255,255,.065); }
.product-cover { position: relative; width: 100%; aspect-ratio: 1.2/1; overflow: hidden; padding: 0; border: 0; background: #13243a; cursor: pointer; }
.product-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.product-card:hover .product-cover img { transform: scale(1.035); }
.product-cover::after { content: ""; position: absolute; inset: auto 0 0; height: 50%; background: linear-gradient(transparent, rgba(7,17,31,.72)); }
.product-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.38); background: radial-gradient(circle at 65% 35%, rgba(36,107,254,.35), transparent 45%), linear-gradient(145deg, #172c48, #0c1b2e); font: 9px ui-monospace, monospace; letter-spacing: .15em; }.product-placeholder i { margin-bottom: 7px; color: var(--cyan); font-size: 26px; font-style: normal; }
.product-type { position: absolute; z-index: 1; left: 13px; bottom: 12px; max-width: calc(100% - 26px); overflow: hidden; padding: 5px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 6px; color: rgba(255,255,255,.84); background: rgba(7,17,31,.55); backdrop-filter: blur(8px); font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.product-body { padding: 18px; }.product-body h3 { height: 48px; overflow: hidden; margin: 0 0 7px; color: #fff; font-size: 15px; line-height: 1.55; }.product-body > p { height: 38px; overflow: hidden; margin: 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.8; }
.product-meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; padding-top: 17px; margin-top: 15px; border-top: 1px solid rgba(255,255,255,.07); }
.product-price { display: flex; align-items: baseline; gap: 2px; color: #ffb76f; }.product-price small { font-size: 11px; }.product-price strong { font-size: 20px; line-height: 1; }.product-price del { margin-left: 4px; color: rgba(255,255,255,.25); font-size: 9px; }
.buy-button { flex: 0 0 auto; padding: 7px 9px; border: 1px solid rgba(100,161,255,.3); border-radius: 7px; color: #a9c8ff; background: rgba(36,107,254,.11); cursor: pointer; font-size: 9px; }.buy-button:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.product-empty { padding: 70px 25px; border: 1px dashed rgba(255,255,255,.18); border-radius: 18px; text-align: center; background: rgba(255,255,255,.025); }.product-empty > span { color: var(--cyan); font-size: 36px; }.product-empty h3 { margin: 10px 0 5px; }.product-empty p { margin: 0 0 22px; color: rgba(255,255,255,.45); font-size: 13px; }

.process-section { background: var(--paper); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d7deea; }
.process-list article { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 34px 25px 10px 0; }
.process-list article:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 20px; width: 8px; height: 8px; border-top: 1px solid #9eaabe; border-right: 1px solid #9eaabe; transform: rotate(45deg); }
.process-list > article > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #e6efff; font: 10px ui-monospace, monospace; }
.process-list small { color: #9ba5b5; font-size: 9px; letter-spacing: .13em; }.process-list h3 { margin: 5px 0 8px; font-size: 17px; }.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.case-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.case-card { position: relative; min-height: 440px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-radius: 20px; color: #fff; background: #172842; }
.case-card::before, .case-card::after { content: ""; position: absolute; border-radius: 50%; }
.case-one::before { width: 330px; height: 330px; right: -150px; top: -100px; background: radial-gradient(circle at 30% 70%, var(--blue), transparent 65%); }.case-one::after { width: 180px; height: 180px; left: -90px; bottom: 40px; border: 35px solid rgba(37,213,196,.12); }
.case-two { background: #edf2fa; color: var(--ink); }.case-two::before { width: 270px; height: 270px; top: 48px; left: 40px; border: 45px solid rgba(36,107,254,.13); }.case-two::after { width: 70px; height: 70px; top: 148px; left: 140px; background: var(--blue); box-shadow: 0 18px 45px rgba(36,107,254,.28); }
.case-three { background: #0c3e45; }.case-three::before { width: 250px; height: 250px; right: -70px; top: 70px; border: 1px solid rgba(37,213,196,.38); box-shadow: 0 0 0 35px rgba(37,213,196,.06), 0 0 0 70px rgba(37,213,196,.035); }.case-three::after { width: 12px; height: 12px; right: 78px; top: 188px; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.case-tags { position: relative; z-index: 1; display: flex; gap: 7px; }.case-tags span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.19); border-radius: 6px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); font-size: 9px; }.case-two .case-tags span { color: #66768d; border-color: #ccd6e5; background: rgba(255,255,255,.5); }
.case-copy { position: relative; z-index: 1; }.case-copy small { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .12em; }.case-two .case-copy small { color: var(--blue); }.case-copy h3 { margin: 10px 0; font-size: 22px; line-height: 1.45; }.case-copy p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.8; }.case-two .case-copy p { color: var(--muted); }
.case-dynamic { isolation: isolate; background: #10233b; }.case-dynamic::before { z-index: -1; inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(180deg, rgba(5,15,28,.08), rgba(5,15,28,.94)); }.case-dynamic::after { display: none; }.case-tone-2 { background: #173f4b; }.case-tone-3 { background: #172842; }.case-card-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }.case-dynamic .case-copy h3 a { color: #fff; }.case-dynamic .case-copy h3 a:hover { color: var(--cyan); }.case-card-result { display: flex; align-items: baseline; gap: 9px; margin-top: 15px; }.case-card-result strong { color: var(--cyan); font-size: 24px; }.case-card-result span { color: rgba(255,255,255,.58); font-size: 10px; }.case-card-more { display: inline-block; margin-top: 17px; color: #fff; font-size: 10px; font-weight: 700; }.case-card-more:hover { color: var(--cyan); }.case-all { margin-top: 34px; text-align: center; }

.case-list-section { padding: 70px 0 110px; background: var(--paper); }.case-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.case-list-card { overflow: hidden; border: 1px solid #e0e6ef; border-radius: 19px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }.case-list-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.case-list-cover { position: relative; aspect-ratio: 1.6/1; overflow: hidden; display: block; color: #fff; background: linear-gradient(145deg, #173b65, #0b1a2d); }.case-list-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.case-list-card:hover .case-list-cover img { transform: scale(1.035); }.case-list-cover > span { height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.45); font: 10px ui-monospace, monospace; letter-spacing: .16em; }.case-list-cover::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(7,17,31,.76)); }.case-list-cover em { position: absolute; z-index: 1; left: 16px; bottom: 13px; font-size: 10px; font-style: normal; }.case-list-body { padding: 24px; }.case-list-tags { display: flex; flex-wrap: wrap; gap: 6px; }.case-list-tags span { padding: 4px 7px; border-radius: 5px; color: var(--blue); background: #edf3ff; font-size: 9px; }.case-list-body h2 { min-height: 58px; margin: 13px 0 9px; font-size: 19px; line-height: 1.5; }.case-list-body h2 a:hover { color: var(--blue); }.case-list-body > p { height: 66px; overflow: hidden; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.85; }.case-mini-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 13px 0; margin-bottom: 17px; border-top: 1px solid #e8edf3; border-bottom: 1px solid #e8edf3; }.case-mini-results strong, .case-mini-results span { display: block; }.case-mini-results strong { color: var(--blue); font-size: 14px; }.case-mini-results span { margin-top: 2px; color: #9aa5b5; font-size: 8px; line-height: 1.4; }

.case-detail { background: #fff; }.case-detail-header { padding: 155px 0 75px; color: #fff; background: radial-gradient(circle at 78% 22%, #1a4771, #0b1d35 42%, #07111f 75%); }.case-detail-header .shell { max-width: 980px; }.case-detail-header h1 { max-width: 900px; margin: 16px 0 20px; font-size: clamp(38px, 5vw, 58px); line-height: 1.25; letter-spacing: -.04em; }.case-detail-header > .shell > p { max-width: 780px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.9; }.case-detail-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }.case-detail-meta div { min-width: 145px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.04); }.case-detail-meta span, .case-detail-meta strong { display: block; }.case-detail-meta span { color: rgba(255,255,255,.4); font-size: 8px; }.case-detail-meta strong { margin-top: 3px; font-size: 11px; }.case-detail-cover { max-width: 1040px; padding-top: 55px; }.case-detail-cover img { width: 100%; max-height: 590px; object-fit: cover; border-radius: 20px; }.case-result-strip { margin-top: 55px; color: #fff; background: var(--ink); }.case-result-strip .shell { min-height: 145px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }.case-result-strip div div { padding: 20px 25px; border-left: 1px solid rgba(255,255,255,.1); }.case-result-strip div div:last-child { border-right: 1px solid rgba(255,255,255,.1); }.case-result-strip strong, .case-result-strip span { display: block; }.case-result-strip strong { color: var(--cyan); font-size: 29px; }.case-result-strip span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 10px; }.case-detail-layout { max-width: 1040px; display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 65px; padding-top: 70px; padding-bottom: 95px; }.case-detail-aside { align-self: start; position: sticky; top: 110px; padding: 21px; border: 1px solid #e1e7f0; border-radius: 15px; background: var(--paper); }.case-detail-aside > span { display: block; margin: 8px 0 7px; color: #96a1b2; font-size: 9px; }.case-detail-aside ul { padding: 0; margin: 0 0 17px; list-style: none; }.case-detail-aside li { padding: 7px 0; border-bottom: 1px solid #e1e7ef; font-size: 11px; }.case-detail-aside div { display: flex; flex-wrap: wrap; gap: 5px; }.case-detail-aside em { padding: 4px 7px; border-radius: 5px; color: var(--blue); background: #e7effe; font-size: 8px; font-style: normal; }.case-detail-aside > a { display: flex; justify-content: space-between; margin-top: 20px; padding: 10px 12px; border-radius: 8px; color: #fff; background: var(--blue); font-size: 10px; }.case-detail-aside b { color: var(--cyan); }

.insights-section { background: var(--paper); }
.insight-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.insight-card, .article-card { overflow: hidden; border: 1px solid #e1e7f0; border-radius: 19px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.insight-card:hover, .article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.insight-cover, .article-card-cover { aspect-ratio: 1.72/1; overflow: hidden; display: block; background: #132943; }
.insight-cover img, .article-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.insight-card:hover .insight-cover img, .article-card:hover .article-card-cover img { transform: scale(1.035); }
.insight-cover > span, .article-card-cover > span { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.45); background: radial-gradient(circle at 70% 25%, rgba(36,107,254,.5), transparent 42%), linear-gradient(145deg, #183454, #0b1b2f); font: 9px ui-monospace, monospace; letter-spacing: .15em; }
.insight-cover i, .article-card-cover i { margin-bottom: 8px; color: var(--cyan); font-size: 27px; font-style: normal; }
.insight-body, .article-card-body { padding: 23px; }
.insight-body > div, .article-card-meta { display: flex; justify-content: space-between; gap: 15px; color: #98a3b5; font-size: 10px; }
.insight-body > div span, .article-card-meta span { color: var(--blue); font-weight: 700; }
.insight-body h3, .article-card h2 { margin: 12px 0 9px; font-size: 19px; line-height: 1.52; }
.insight-body h3 a:hover, .article-card h2 a:hover { color: var(--blue); }
.insight-body p, .article-card-body p { min-height: 66px; margin: 0 0 18px; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.85; }
.insight-body > a, .article-more { color: var(--blue); font-size: 12px; font-weight: 700; }
.insight-body > a span, .article-more span { margin-left: 7px; }
.insight-all { margin-top: 34px; text-align: center; }

.article-site { background: var(--paper); }
.article-hero { position: relative; overflow: hidden; padding: 170px 0 90px; color: #fff; background: radial-gradient(circle at 75% 25%, #173b6a, #0b1d35 42%, #07111f 72%); }
.article-hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 58px 58px; }
.article-hero-inner { position: relative; z-index: 1; }.article-hero h1 { margin: 16px 0 14px; font-size: clamp(42px, 5vw, 62px); letter-spacing: -.045em; }.article-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.9; }
.article-list-section { padding: 55px 0 105px; }
.article-categories { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }.article-categories a { padding: 9px 15px; border: 1px solid #dce3ed; border-radius: 9px; color: #6d798d; background: #fff; font-size: 12px; }.article-categories a:hover, .article-categories a.active { color: #fff; border-color: var(--blue); background: var(--blue); }.article-categories small { margin-left: 6px; opacity: .65; }
.article-card h2 { min-height: 58px; }.article-card-body p { height: 66px; }.article-pagination { margin-top: 45px; }.article-pagination ul { display: flex; justify-content: center; gap: 7px; padding: 0; list-style: none; }.article-pagination li a, .article-pagination li span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border: 1px solid #dce3ed; border-radius: 8px; color: #68758a; background: #fff; }.article-pagination li.active span, .article-pagination li a:hover { color: #fff; border-color: var(--blue); background: var(--blue); }.article-pagination li.disabled span { opacity: .45; }
.article-empty { padding: 90px 25px; border: 1px dashed #d4dce8; border-radius: 20px; text-align: center; background: #fff; }.article-empty > span { color: var(--blue); font-size: 40px; }.article-empty h2 { margin: 7px 0; }.article-empty p { margin: 0 0 25px; color: var(--muted); }
.article-detail { background: #fff; }.article-detail-header { padding: 155px 0 68px; color: #fff; background: linear-gradient(145deg, #0b1d35, #07111f); }.article-detail-heading { max-width: 900px; }.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: rgba(255,255,255,.43); font-size: 11px; }.breadcrumb a:hover { color: #fff; }.breadcrumb em { font-style: normal; }.article-category { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.article-detail-heading h1 { margin: 16px 0 20px; font-size: clamp(38px, 5vw, 58px); line-height: 1.25; letter-spacing: -.04em; }.article-detail-heading > p { max-width: 790px; margin: 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.9; }.article-byline { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 28px; color: rgba(255,255,255,.42); font-size: 11px; }
.article-cover { max-width: 1040px; margin-top: -1px; padding-top: 55px; }.article-cover img { width: 100%; max-height: 560px; object-fit: cover; border-radius: 20px; }
.article-content-layout { max-width: 1040px; display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 65px; padding-top: 65px; padding-bottom: 75px; }.article-content { min-width: 0; color: #334158; font-size: 16px; line-height: 2; }.article-content > *:first-child { margin-top: 0; }.article-content h2 { margin: 2em 0 .7em; color: var(--ink); font-size: 28px; line-height: 1.4; }.article-content h3 { margin: 1.8em 0 .6em; color: var(--ink); font-size: 22px; }.article-content p { margin: 1.15em 0; }.article-content img { height: auto; margin: 30px auto; border-radius: 13px; }.article-content blockquote { margin: 28px 0; padding: 18px 23px; border-left: 4px solid var(--blue); color: #536177; background: #f3f7fd; }.article-content pre { overflow-x: auto; padding: 22px; border-radius: 12px; color: #dce8f8; background: #0b192c; }.article-content code { padding: 2px 5px; border-radius: 4px; color: #155bd8; background: #edf3ff; }.article-content pre code { padding: 0; color: inherit; background: transparent; }.article-content table { width: 100%; border-collapse: collapse; }.article-content th, .article-content td { padding: 10px 12px; border: 1px solid #dfe5ee; }
.article-aside { align-self: start; position: sticky; top: 110px; padding: 20px; border: 1px solid #e1e7f0; border-radius: 15px; background: var(--paper); }.article-aside div { padding: 11px 0; border-bottom: 1px solid #dfe5ee; }.article-aside span, .article-aside strong { display: block; }.article-aside span { color: #99a4b5; font-size: 9px; }.article-aside strong { margin-top: 3px; font-size: 12px; }.article-aside > a { display: flex; justify-content: space-between; margin-top: 16px; padding: 10px 12px; border-radius: 8px; color: #fff; background: var(--blue); font-size: 10px; }.article-aside b { color: var(--cyan); }
.article-answer { margin: 0 0 42px; padding: 27px 30px; border: 1px solid #cadbfd; border-radius: 16px; background: linear-gradient(145deg, #f3f7ff, #fff); box-shadow: 0 14px 35px rgba(36,107,254,.08); }.article-answer > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.article-answer h2 { margin: 5px 0 9px; font-size: 23px; }.article-answer p { margin: 0; color: #40516b; font-size: 16px; line-height: 1.9; }
.article-references { margin-top: 60px; padding-top: 10px; border-top: 1px solid #e3e8ef; }.article-references > p { color: var(--muted); font-size: 13px; }.article-references ol { padding-left: 20px; }.article-references li { padding: 8px 0 8px 5px; }.article-references a { display: flex; justify-content: space-between; gap: 15px; line-height: 1.5; }.article-references a:hover strong { color: var(--blue); }.article-references span { flex: 0 0 auto; color: #94a0b2; font-size: 11px; }
.article-author { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 20px; margin-top: 48px; padding: 26px; border-radius: 16px; background: #f3f6fa; }.author-avatar { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(145deg, var(--blue), #173e9f); font-size: 25px; font-weight: 800; }.article-author span { color: #96a1b2; font-size: 9px; }.article-author h2 { margin: 2px 0 0; font-size: 20px; }.article-author h2 a:hover { color: var(--blue); }.article-author strong { color: var(--blue); font-size: 11px; }.article-author p { margin: 8px 0 0; color: #68758a; font-size: 12px; line-height: 1.75; }.article-author small { display: block; margin-top: 9px; color: #8995a7; }
.article-neighbors { max-width: 1040px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 35px; padding-bottom: 75px; border-top: 1px solid #e3e8ef; }.article-neighbors div:last-child { text-align: right; }.article-neighbors span, .article-neighbors a { display: block; }.article-neighbors span { color: #9ba5b4; font-size: 9px; }.article-neighbors a { margin-top: 5px; font-size: 14px; font-weight: 700; }.article-neighbors a:hover { color: var(--blue); }
.related-section { padding: 85px 0; background: var(--paper); }.related-section .heading-row { align-items: center; }.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.related-grid > a { min-height: 200px; padding: 25px; border: 1px solid #e0e6ef; border-radius: 16px; background: #fff; transition: .2s ease; }.related-grid > a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.related-grid time { color: #9ba6b7; font-size: 9px; }.related-grid h3 { margin: 16px 0 25px; font-size: 18px; line-height: 1.55; }.related-grid span { color: var(--blue); font-size: 10px; font-weight: 700; }

.about-section { overflow: hidden; color: #fff; background: var(--ink); }
.about-layout { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 95px; }
.about-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.about-core { position: relative; z-index: 2; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(100,161,255,.5); border-radius: 36px; background: linear-gradient(145deg, #1a3760, #0d2038); box-shadow: 0 0 65px rgba(36,107,254,.25); transform: rotate(45deg); }
.about-core span, .about-core small { transform: rotate(-45deg); }.about-core span { color: #fff; font-size: 34px; font-weight: 800; }.about-core small { margin-top: 9px; color: var(--cyan); font: 7px/1.4 ui-monospace, monospace; letter-spacing: .12em; }
.about-ring { position: absolute; border: 1px solid rgba(100,161,255,.22); border-radius: 50%; }.ring-one { width: 330px; height: 330px; }.ring-two { width: 450px; height: 450px; border-color: rgba(37,213,196,.1); }
.about-chip { position: absolute; z-index: 3; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: rgba(255,255,255,.52); background: #10233d; font: 8px ui-monospace, monospace; letter-spacing: .12em; }.chip-one { top: 80px; left: 35px; }.chip-two { right: 0; top: 180px; }.chip-three { left: 50px; bottom: 76px; }
.about-copy h2 { margin: 16px 0 25px; color: #fff; font-size: clamp(37px, 4vw, 50px); line-height: 1.25; letter-spacing: -.035em; }.about-copy > p { margin: 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 2; }
.entity-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0 0; }.entity-facts div { padding: 12px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.035); }.entity-facts dt { color: rgba(255,255,255,.35); font-size: 9px; }.entity-facts dd { margin: 4px 0 0; color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.5; }.entity-credentials, .entity-profiles { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }.entity-credentials span, .entity-profiles a { padding: 5px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; color: rgba(255,255,255,.6); font-size: 9px; }.entity-profiles a:hover { color: var(--cyan); border-color: rgba(37,213,196,.35); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }.about-values div { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); }.about-values strong, .about-values span { display: block; }.about-values strong { font-size: 13px; }.about-values span { margin-top: 7px; color: rgba(255,255,255,.36); font-size: 10px; line-height: 1.7; }

.contact-section { padding: 90px 0; background: #eff3f9; }
.contact-panel { position: relative; overflow: hidden; min-height: 430px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; padding: 65px 70px; border-radius: 25px; color: #fff; background: linear-gradient(135deg, #1a62ef, #1145b7); box-shadow: 0 28px 65px rgba(27,89,210,.23); }
.contact-panel::after { content: ""; position: absolute; width: 430px; height: 430px; right: -130px; top: -160px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.035), 0 0 0 120px rgba(255,255,255,.02); }
.contact-copy { position: relative; z-index: 1; }.contact-copy .section-kicker { color: #aeeae4; }.contact-copy h2 { margin: 14px 0 18px; font-size: clamp(35px, 4vw, 48px); line-height: 1.3; letter-spacing: -.03em; }.contact-copy p { max-width: 590px; margin: 0 0 28px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.9; }
.contact-list { position: relative; z-index: 1; padding: 16px 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(5,39,105,.2); backdrop-filter: blur(8px); }.contact-list div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.contact-list div:last-child { border: 0; }.contact-list span, .contact-list strong, .contact-list a { display: block; }.contact-list span { color: rgba(255,255,255,.48); font-size: 9px; }.contact-list strong, .contact-list a { margin-top: 3px; font-size: 13px; word-break: break-all; }.contact-pending strong { color: rgba(255,255,255,.75); font-weight: 500; line-height: 1.6; }

.site-footer { color: rgba(255,255,255,.48); background: #07111f; }
.footer-main { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }.footer-brand p { margin: 18px 0 0; font-size: 11px; }.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 25px; }.footer-nav a { font-size: 12px; }.footer-nav a:hover { color: #fff; }.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; }.footer-bottom p { margin: 0; }

.qr-modal { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 22px; opacity: 0; transition: opacity .22s ease; }.qr-modal.is-open { opacity: 1; }.qr-backdrop { position: absolute; inset: 0; background: rgba(3,10,20,.78); backdrop-filter: blur(7px); }
.qr-dialog { position: relative; z-index: 1; width: min(420px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 31px; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; color: #fff; background: linear-gradient(160deg, #142946, #091729 72%); box-shadow: 0 35px 100px rgba(0,0,0,.48); transform: translateY(15px) scale(.98); transition: transform .22s ease; }.qr-modal.is-open .qr-dialog { transform: translateY(0) scale(1); }
.modal-close { position: absolute; right: 17px; top: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: rgba(255,255,255,.65); background: rgba(255,255,255,.07); cursor: pointer; font-size: 24px; line-height: 1; }.modal-close:hover { color: #fff; background: rgba(255,255,255,.12); }
.qr-heading > span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .18em; }.qr-heading h2 { margin: 6px 0 3px; font-size: 28px; }.qr-heading p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }
.qr-product { display: grid; grid-template-columns: 1fr auto; margin: 20px 0 15px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.035); }.qr-product > span { grid-column: 1/3; color: rgba(255,255,255,.35); font-size: 8px; }.qr-product strong { margin-top: 4px; padding-right: 12px; overflow: hidden; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }.qr-product em { align-self: end; color: #ffb66e; font-size: 11px; font-style: normal; }.qr-product em b { font-size: 17px; }
.qr-image-wrap { position: relative; width: 245px; height: 245px; overflow: hidden; display: grid; place-items: center; margin: 0 auto; border: 8px solid #fff; border-radius: 17px; background: #fff; }.qr-image-wrap img { width: 100%; height: 100%; object-fit: contain; }.qr-loading, .qr-error { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; color: #5f6d82; text-align: center; background: #fff; }.qr-loading i { width: 27px; height: 27px; margin-bottom: 12px; border: 3px solid #e1e8f2; border-top-color: var(--blue); border-radius: 50%; animation: qr-spin .8s linear infinite; }.qr-loading span, .qr-error span { font-size: 10px; }.qr-error strong { margin-bottom: 5px; color: var(--text); font-size: 13px; }.scan-line { position: absolute; z-index: 3; left: 10%; right: 10%; top: 20%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 10px var(--cyan); animation: qr-scan 2.3s ease-in-out infinite; pointer-events: none; }
.qr-tip { margin: 15px 0 0; color: rgba(255,255,255,.42); font-size: 9px; text-align: center; }.qr-tip i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--cyan); }
@keyframes qr-spin { to { transform: rotate(360deg); } } @keyframes qr-scan { 0%,100% { top: 18%; opacity: .35; } 50% { top: 80%; opacity: 1; } }

a:focus-visible, button:focus-visible { outline: 3px solid rgba(37,213,196,.72); outline-offset: 3px; }

@media (max-width: 1080px) {
    .main-nav { gap: 12px; }.main-nav > ul > li > a { padding-right: 8px; padding-left: 8px; font-size: 13px; }.header-cta { display: none; }
    .hero-layout { gap: 30px; }.hero-stage { transform: scale(.9); transform-origin: center right; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }.solution-grid { grid-template-columns: repeat(2, 1fr); }.solution-card { min-height: 370px; }
}

@media (max-width: 860px) {
    .shell { width: min(100% - 34px, 720px); }
    .nav-toggle { display: flex; }
    .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 76px 0 auto; max-height: calc(100vh - 76px); overflow-y: auto; display: block; padding: 16px 22px 25px; background: rgba(7,17,31,.98); border-top: 1px solid rgba(255,255,255,.08); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }.main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }.main-nav > ul { display: block; }.main-nav > ul > li > a { padding: 13px 6px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 15px; }.sub-nav { position: static; min-width: 0; padding: 5px 0 5px 15px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }.sub-nav a { padding: 8px; }
    .hero { min-height: auto; }.hero-layout { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 95px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero h1, .hero-copy > p { margin-right: auto; margin-left: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-stage { width: min(570px, 100%); min-height: 480px; margin: 10px auto 0; transform: none; }
    .trust-items { min-height: 62px; gap: 15px; overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
    .section { padding: 82px 0; }.heading-row { display: block; margin-bottom: 38px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.solution-grid { grid-template-columns: repeat(2, 1fr); }.product-grid { grid-template-columns: repeat(2, 1fr); }.process-list { grid-template-columns: repeat(2, 1fr); gap: 25px; border: 0; }.process-list article { border-top: 1px solid #d7deea; }.process-list article::after { display: none; }
    .case-grid { grid-template-columns: 1fr; }.case-card { min-height: 360px; }.case-list-grid { grid-template-columns: repeat(2, 1fr); }.case-detail-layout { grid-template-columns: 1fr; gap: 25px; }.case-detail-aside { position: static; }.case-result-strip .shell { grid-template-columns: repeat(2, 1fr); }.insight-grid, .article-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }.article-content-layout { grid-template-columns: 1fr; gap: 25px; }.article-aside { position: static; display: none; }.about-layout { grid-template-columns: 1fr; gap: 35px; }.about-visual { min-height: 410px; }.about-copy { text-align: center; }.about-values { text-align: left; }
    .contact-panel { grid-template-columns: 1fr; gap: 38px; padding: 48px; }.footer-main { flex-direction: column; align-items: flex-start; justify-content: center; }.footer-nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
    .shell { width: calc(100% - 28px); }.header-inner { min-height: 68px; }.main-nav { top: 68px; max-height: calc(100vh - 68px); }.brand-copy strong { max-width: 150px; font-size: 16px; }.brand-mark { width: 35px; height: 35px; }
    .hero-layout { padding-top: 125px; padding-bottom: 75px; }.eyebrow { font-size: 9px; }.hero h1 { margin-top: 18px; font-size: 42px; }.hero-copy > p { font-size: 15px; line-height: 1.85; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-proof { gap: 0; margin-top: 38px; }.hero-proof div { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }.hero-proof strong { font-size: 15px; }.hero-proof span { font-size: 8px; }.hero-stage { min-height: 345px; }.stage-window { inset: 20px 3px 15px; transform: none; }.stage-content { padding: 17px; }.delivery-track { margin: 16px 0; padding: 15px; }.stage-cards > div { padding: 9px; }.floating-card { display: none; }
    .section { padding: 68px 0; }.section-heading h2 { font-size: 32px; }.section-heading > p, .heading-row > p { font-size: 13px; }.centered { margin-bottom: 38px; text-align: left; }
    .service-grid, .solution-grid, .product-grid, .process-list { grid-template-columns: 1fr; }.service-card { min-height: 325px; }.solution-card { min-height: 365px; }.product-body h3 { height: auto; min-height: 48px; }
    .mall-heading { display: block; }.mall-stat { margin-top: 30px; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }.mall-filter { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }.mall-filter button { flex: 0 0 auto; }
    .process-list { gap: 0; }.case-card { min-height: 380px; }.case-list-grid { grid-template-columns: 1fr; }.case-list-section { padding: 50px 0 75px; }.case-detail-header { padding: 125px 0 55px; }.case-detail-header h1 { font-size: 36px; }.case-detail-meta { display: grid; grid-template-columns: 1fr; }.case-detail-cover { padding-top: 35px; }.case-result-strip .shell { grid-template-columns: 1fr 1fr; }.case-result-strip div div { padding: 17px 12px; }.case-result-strip strong { font-size: 22px; }.case-detail-layout { padding-top: 45px; padding-bottom: 65px; }.insight-grid, .article-grid, .related-grid { grid-template-columns: 1fr; }.article-hero { padding: 135px 0 65px; }.article-hero h1 { font-size: 39px; }.article-categories { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }.article-categories a { flex: 0 0 auto; }.article-detail-header { padding: 125px 0 52px; }.article-detail-heading h1 { font-size: 36px; }.article-content-layout { padding-top: 45px; padding-bottom: 50px; }.article-content { font-size: 15px; }.article-neighbors { grid-template-columns: 1fr; }.article-neighbors div:last-child { text-align: left; }.about-visual { min-height: 330px; transform: scale(.82); }.about-values { grid-template-columns: 1fr; }.about-values div { padding-top: 13px; }.contact-section { padding: 55px 0; }.contact-panel { width: calc(100% - 28px); padding: 38px 25px; border-radius: 19px; }.contact-copy h2 { font-size: 32px; }.footer-main { min-height: 230px; }.footer-bottom { min-height: 85px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; }
    .qr-dialog { padding: 25px 20px; }.qr-image-wrap { width: 220px; height: 220px; }
}

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