:root {
  --ink: #07111f;
  --ink-2: #0d1d31;
  --paper: #f3f7f8;
  --white: #ffffff;
  --muted: #607080;
  --line: rgba(7, 17, 31, 0.13);
  --ice: #73dcff;
  --ice-deep: #159ad6;
  --aurora: #7ef2bd;
  --lime: #d9ff6f;
  --orange: #ff8b55;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(7, 17, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::selection { color: var(--ink); background: var(--aurora); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, h4 { margin-top: 0; }
.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; }
.site-container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; color: white; transition: .3s ease; }
.site-header.is-scrolled { height: 68px; color: var(--ink); background: rgba(243,247,248,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: min(1380px, calc(100% - 32px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-icon { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 9px; background: #fff; object-fit: cover; box-shadow: 0 0 0 1px rgba(255,255,255,.32); }
.brand-copy { display: flex; flex-direction: column; gap: 4px; line-height: 1; }
.brand-copy strong { font-size: 17px; font-weight: 900; letter-spacing: -.02em; white-space: nowrap; }
.brand-copy strong em { font-size: .78em; font-style: normal; font-weight: 600; opacity: .58; }
.brand-copy small { font-size: 10px; font-weight: 500; letter-spacing: .06em; opacity: .62; white-space: nowrap; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.desktop-nav a { position: relative; padding: 10px 9px; font-size: 13px; opacity: .74; white-space: nowrap; transition: .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: .25s; }
.desktop-nav a:hover, .desktop-nav a.active { opacity: 1; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.nav-phone { display: none; align-items: center; gap: 6px; font-size: 12px; white-space: nowrap; }
.nav-cta { display: inline-flex; gap: 14px; align-items: center; padding: 11px 14px; color: var(--ink); background: var(--aurora); border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; transition: .2s; }
.nav-cta:hover { background: var(--lime); transform: translateY(-1px); }
.menu-button { display: none; margin-left: auto; width: 42px; height: 42px; padding: 0; place-items: center; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
.mobile-menu { display: none; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--ice-deep); font-size: 11px; line-height: 1; letter-spacing: .17em; font-weight: 800; text-transform: uppercase; }
.eyebrow i { width: 22px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--aurora); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--aurora); box-shadow: 0 12px 40px rgba(126,242,189,.22); }
.button-primary:hover { background: var(--lime); }
.button-ghost-light { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.button-ghost-light:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.1); }
.button-ghost-light span { color: var(--ice); font-size: 10px; letter-spacing: .1em; }

.aurora-hero { --mx: 74%; --my: 32%; position: relative; min-height: 780px; height: 100svh; max-height: 940px; overflow: hidden; color: white; background: #050d18; }
.aurora-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--mx) var(--my), rgba(115,220,255,.12), transparent 27%); transition: background .15s; }
.aurora-field, .aurora-field i, .hero-map-lines, .hero-noise { position: absolute; inset: 0; pointer-events: none; }
.aurora-field { overflow: hidden; background: radial-gradient(ellipse at 15% 30%, rgba(22,65,98,.55), transparent 38%), radial-gradient(ellipse at 80% 80%, rgba(22,107,83,.2), transparent 36%); }
.aurora-field i { inset: -30%; filter: blur(45px); opacity: .58; transform-origin: center; }
.aurora-field i:nth-child(1) { background: conic-gradient(from 80deg at 65% 45%, transparent 0 10%, rgba(87,228,177,.35) 18%, transparent 25% 58%, rgba(71,190,255,.25) 67%, transparent 73%); animation: aurora-spin 18s ease-in-out infinite alternate; }
.aurora-field i:nth-child(2) { background: radial-gradient(ellipse at 75% 25%, rgba(112,207,255,.32), transparent 28%); animation: drift 11s ease-in-out infinite alternate; }
.aurora-field i:nth-child(3) { inset: 45% -10% -30% 30%; background: linear-gradient(110deg, transparent, rgba(126,242,189,.24), transparent 55%); transform: skewY(-11deg); animation: ribbon 8s ease-in-out infinite alternate; }
.hero-map-lines { opacity: .2; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent 3%, black 46%, black 90%, transparent); }
.hero-map-lines::after { content: ""; position: absolute; left: 55%; top: 13%; width: 500px; height: 500px; border: 1px solid rgba(126,242,189,.2); border-radius: 50%; box-shadow: 0 0 0 78px rgba(115,220,255,.035), 0 0 0 156px rgba(115,220,255,.02); }
.hero-noise { opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.hero-layout { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 70px; align-items: center; padding-top: 72px; }
.hero-copy-block { padding-bottom: 18px; }
.hero-status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 25px; color: rgba(255,255,255,.62); font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .14em; }
.hero-status i { width: 7px; height: 7px; background: var(--aurora); border-radius: 50%; box-shadow: 0 0 14px var(--aurora); animation: pulse 1.8s infinite; }
.hero-status b { margin-left: 5px; color: var(--aurora); font-weight: 700; }
.hero-copy-block h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(47px, 5.7vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 900; text-wrap: balance; }
.hero-copy-block h1 span { display: inline-block; color: transparent; background: linear-gradient(100deg, var(--ice) 10%, var(--aurora) 55%, var(--lime)); background-clip: text; -webkit-background-clip: text; }
.hero-copy-block > p { max-width: 670px; margin-bottom: 30px; color: rgba(235,246,255,.72); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 23px; color: rgba(255,255,255,.54); font-size: 11px; }
.hero-trust span { display: flex; align-items: center; gap: 5px; }
.hero-trust svg { color: var(--aurora); }
.signal-console { position: relative; max-width: 590px; width: 100%; margin-left: auto; border: 1px solid rgba(153,226,255,.24); border-radius: 24px; background: linear-gradient(145deg, rgba(11,30,47,.76), rgba(5,14,26,.88)); box-shadow: 0 40px 100px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.console-head { height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.46); font: 9px ui-monospace, monospace; letter-spacing: .12em; }
.console-head > div { display: flex; gap: 5px; }
.console-head i { width: 6px; height: 6px; border-radius: 50%; background: #ff7e6b; }
.console-head i:nth-child(2) { background: #ffd166; }.console-head i:nth-child(3) { background: var(--aurora); }
.console-head b { margin-left: auto; color: var(--aurora); font-size: 9px; }
.console-body { padding: 22px; }
.radar-zone { position: relative; height: 280px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: radial-gradient(circle, rgba(26,100,114,.22), transparent 58%); }
.radar-rings, .radar-rings i, .radar-rings b { position: absolute; border: 1px solid rgba(115,220,255,.2); border-radius: 50%; }
.radar-rings { width: 240px; height: 240px; }
.radar-rings::before, .radar-rings::after { content: ""; position: absolute; background: rgba(115,220,255,.13); }
.radar-rings::before { left: 50%; top: 0; width: 1px; height: 100%; }.radar-rings::after { top: 50%; left: 0; width: 100%; height: 1px; }
.radar-rings i:nth-child(1) { inset: 25px; }.radar-rings i:nth-child(2) { inset: 55px; }.radar-rings i:nth-child(3) { inset: 85px; }
.radar-rings b { inset: 0; border: 0; overflow: hidden; animation: radar 4s linear infinite; }
.radar-rings b::after { content: ""; position: absolute; left: 50%; top: 50%; width: 50%; height: 50%; background: linear-gradient(25deg, rgba(126,242,189,.36), transparent 70%); clip-path: polygon(0 0, 100% 0, 0 100%); transform-origin: 0 0; }
.radar-center { z-index: 2; width: 78px; height: 78px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: var(--aurora); background: rgba(5,17,29,.88); border: 1px solid rgba(126,242,189,.35); box-shadow: 0 0 30px rgba(126,242,189,.15); }
.radar-center svg { position: absolute; opacity: .23; }.radar-center strong { font-size: 18px; }.radar-center span { font-size: 8px; color: rgba(255,255,255,.45); }
.signal-node { position: absolute; padding: 6px 9px; color: rgba(255,255,255,.7); background: rgba(5,17,29,.78); border: 1px solid rgba(115,220,255,.2); border-radius: 999px; font-size: 9px; }
.signal-node::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; background: var(--ice); border-radius: 50%; box-shadow: 0 0 9px var(--ice); }
.signal-node.n1 { left: 8%; top: 20%; }.signal-node.n2 { right: 6%; top: 29%; }.signal-node.n3 { left: 10%; bottom: 16%; }.signal-node.n4 { right: 8%; bottom: 20%; }
.prompt-stream { margin-top: 12px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.025); }
.prompt-stream > span { display: flex; align-items: center; gap: 6px; margin-bottom: 7px; color: var(--ice); font-size: 9px; letter-spacing: .08em; }
.prompt-stream strong { display: block; min-height: 24px; font-size: 14px; animation: prompt-in .45s ease both; }
.typing-line { display: flex; align-items: center; gap: 4px; margin-top: 9px; }
.typing-line i { width: 4px; height: 4px; background: var(--aurora); border-radius: 50%; animation: dots 1.2s infinite; }.typing-line i:nth-child(2) { animation-delay: .18s; }.typing-line i:nth-child(3) { animation-delay: .36s; }
.typing-line em { margin-left: 5px; color: rgba(255,255,255,.36); font-size: 8px; font-style: normal; }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
.console-metrics div { padding: 12px; border-radius: 12px; background: rgba(255,255,255,.045); }
.console-metrics span, .console-metrics small { display: block; color: rgba(255,255,255,.35); font-size: 8px; }
.console-metrics strong { display: block; margin: 4px 0 2px; color: var(--aurora); font-size: 22px; }
.floating-tag { position: absolute; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: white; background: rgba(13,33,50,.85); box-shadow: 0 12px 30px rgba(0,0,0,.2); font: 9px ui-monospace, monospace; animation: float 4s ease-in-out infinite; }
.floating-tag.tag-a { right: -23px; top: 24%; }.floating-tag.tag-b { left: -25px; bottom: 25%; animation-delay: -2s; }
.hero-bottom { position: absolute; z-index: 3; left: 50%; bottom: 24px; transform: translateX(-50%); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(255,255,255,.37); font: 9px ui-monospace, monospace; letter-spacing: .11em; }
.hero-bottom a { display: flex; align-items: center; justify-content: center; gap: 7px; }.hero-bottom a:last-child { justify-self: end; color: rgba(255,255,255,.65); }

@keyframes aurora-spin { to { transform: rotate(14deg) scale(1.08); } }
@keyframes drift { to { transform: translate(-6%, 7%) scale(1.15); } }
@keyframes ribbon { to { transform: translateY(-8%) skewY(-5deg); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes radar { to { transform: rotate(360deg); } }
@keyframes prompt-in { from { opacity: 0; transform: translateY(6px); } }
@keyframes dots { 50% { opacity: .25; transform: translateY(-2px); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes spin { to { transform: rotate(360deg); } }
.spin { animation: spin 1s linear infinite; }

.platform-strip { overflow: hidden; color: rgba(255,255,255,.58); background: #07111f; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.platform-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 15px 0; animation: marquee 30s linear infinite; }
.platform-track span { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .08em; white-space: nowrap; }
.platform-track span::before { content: "+"; color: var(--aurora); font-weight: 800; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(56px, 6vw, 88px) 0; }
.section-white { background: white; }
.section-dark { position: relative; overflow: hidden; color: white; background: var(--ink); }
.section-dark::before { content: ""; position: absolute; width: 650px; height: 650px; right: -180px; top: -260px; border: 1px solid rgba(115,220,255,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(115,220,255,.025), 0 0 0 200px rgba(126,242,189,.018); }
.section-head { display: grid; grid-template-columns: minmax(120px, .34fr) 1fr; gap: 32px; align-items: start; margin-bottom: clamp(40px, 5vw, 60px); }
.section-head.inverse { color: white; }
.section-meta { display: flex; align-items: center; gap: 12px; padding-top: 9px; color: #81909d; font: 9px ui-monospace, monospace; letter-spacing: .15em; }
.section-meta i { height: 1px; flex: 1; max-width: 70px; background: currentColor; opacity: .45; }
.section-head h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(30px, 3.4vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.section-head h2 em { color: var(--ice-deep); font-style: normal; }
.inverse.section-head h2 em { color: var(--aurora); }
.section-intro { max-width: 670px; margin-top: 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.inverse .section-intro { color: rgba(255,255,255,.6); }

.shift-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.shift-main { position: relative; min-height: 420px; padding: 44px; overflow: hidden; color: white; background: var(--ink); border-radius: var(--radius); }
.shift-main::after { content: "AI"; position: absolute; right: -5px; bottom: -48px; color: rgba(255,255,255,.035); font-size: 230px; line-height: 1; font-weight: 950; }
.shift-main > span { display: block; margin-bottom: 90px; color: var(--aurora); font: 10px ui-monospace, monospace; letter-spacing: .14em; }
.shift-main h3 { max-width: 530px; margin-bottom: 20px; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.12; letter-spacing: -.04em; }
.shift-main p { position: relative; z-index: 2; max-width: 570px; margin-bottom: 0; color: rgba(255,255,255,.62); line-height: 1.8; }
.shift-side { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.shift-card { min-height: 199px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); transition: .25s ease; }
.shift-card:hover { transform: translateY(-4px); background: white; box-shadow: var(--shadow); }
.shift-card > span { display: flex; width: 41px; height: 41px; align-items: center; justify-content: center; margin-bottom: 32px; color: var(--ice-deep); background: rgba(21,154,214,.1); border-radius: 50%; }
.shift-card b { margin-bottom: 8px; font-size: 16px; }.shift-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.method-rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.method-mini { min-height: 205px; padding: 24px 21px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: .25s; }
.method-mini:hover { background: rgba(126,242,189,.07); }
.method-mini > span { color: var(--aurora); font: 9px ui-monospace, monospace; letter-spacing: .12em; }
.method-mini h3 { margin: 45px 0 8px; font-size: 25px; }.method-mini h3 small { display: block; margin-top: 4px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 500; letter-spacing: .06em; }
.method-mini p { margin: 0; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.65; }
.section-action { display: flex; justify-content: flex-end; margin-top: 30px; }

.service-board { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-tile { position: relative; min-height: 255px; padding: 30px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s; }
.service-tile:nth-child(3n) { border-right: 0; }.service-tile:nth-last-child(-n+3) { border-bottom: 0; }
.service-tile:hover { z-index: 2; color: white; background: var(--ink-2); box-shadow: 0 22px 60px rgba(7,17,31,.16); transform: scale(1.015); }
.service-tile > span { display: flex; justify-content: space-between; color: var(--ice-deep); font: 10px ui-monospace, monospace; }
.service-tile > span svg { opacity: 0; transform: translate(-5px,5px); transition: .2s; }.service-tile:hover > span svg { opacity: 1; transform: none; }
.service-tile h3 { margin: 50px 0 9px; font-size: 21px; }.service-tile p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.service-tile:hover p { color: rgba(255,255,255,.55); }

.industry-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.industry-sticky { position: sticky; top: 100px; }
.industry-sticky h2 { margin-bottom: 20px; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.05; letter-spacing: -.05em; }
.industry-sticky h2 span { color: var(--ice-deep); }.industry-sticky p { color: var(--muted); line-height: 1.8; }
.industry-list { border-top: 1px solid var(--line); }
.industry-row { display: grid; grid-template-columns: 54px .7fr 1fr; gap: 24px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); transition: .22s; }
.industry-row:hover { padding-inline: 18px; background: white; }
.industry-row > span { color: var(--ice-deep); font: 10px ui-monospace, monospace; }.industry-row h3 { margin: 0; font-size: 20px; }.industry-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .25s; }.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-visual { position: relative; height: 205px; overflow: hidden; background: var(--ink); }.article-visual img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }.article-card:hover .article-visual img { transform: scale(1.04); }
.article-visual > b { position: absolute; top: 14px; left: 14px; padding: 5px 8px; color: var(--ink); background: var(--aurora); border-radius: 999px; font-size: 9px; }
.article-placeholder { position: absolute; inset: 0; padding: 21px; display: flex; justify-content: space-between; align-items: flex-end; color: rgba(255,255,255,.8); background: radial-gradient(circle at 80% 15%, rgba(126,242,189,.35), transparent 28%), linear-gradient(145deg, #0e2942, #07111f); }
.article-placeholder::before { content: ""; position: absolute; width: 180px; height: 180px; right: -50px; top: -50px; border: 1px solid rgba(115,220,255,.25); border-radius: 50%; box-shadow: 0 0 0 28px rgba(115,220,255,.06), 0 0 0 55px rgba(115,220,255,.035); }
.article-placeholder span { font-size: 44px; font-weight: 900; letter-spacing: -.06em; }.article-placeholder i { color: var(--aurora); font: 11px ui-monospace, monospace; font-style: normal; }
.article-body { padding: 25px; }.article-body > span { color: var(--ice-deep); font: 9px ui-monospace, monospace; letter-spacing: .09em; }.article-body h3 { margin: 15px 0 11px; font-size: 19px; line-height: 1.42; }.article-body p { min-height: 64px; margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.article-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }.article-link svg { color: var(--ice-deep); }
.news-empty { min-height: 190px; padding: 35px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.news-empty > span { display: grid; width: 64px; height: 64px; place-items: center; color: var(--ice-deep); background: rgba(21,154,214,.09); border-radius: 50%; }.news-empty strong { display: block; margin-bottom: 8px; font-size: 19px; }.news-empty p { margin: 0; color: var(--muted); line-height: 1.7; }.news-empty > a { display: inline-flex; align-items: center; gap: 6px; color: var(--ice-deep); font-size: 12px; font-weight: 800; }

.lead-section { position: relative; overflow: hidden; padding: clamp(64px, 7vw, 88px) 0; color: white; background: linear-gradient(112deg, #0a2630, #07111f 56%, #0b1723); border-top: 1px solid rgba(126,242,189,.18); }
.lead-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, black, transparent 88%); }
.lead-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -260px; border: 1px solid rgba(115,220,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(115,220,255,.025), 0 0 0 140px rgba(126,242,189,.018); }
.lead-glow { position: absolute; width: 560px; height: 300px; left: -120px; bottom: -240px; background: rgba(126,242,189,.13); filter: blur(100px); border-radius: 50%; }
.lead-compact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.lead-compact-copy h2 { max-width: 570px; margin: 0; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -.038em; }
.lead-compact-action-wrap p { max-width: 590px; margin: 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.8; }
.lead-compact-action { min-height: 52px; width: max-content; margin-top: 26px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #07131b; background: var(--aurora); border-radius: 999px; font-size: 13px; font-weight: 900; box-shadow: 0 14px 34px rgba(126,242,189,.14); transition: transform .22s ease, background .22s ease; }
.lead-compact-action:hover { background: var(--lime); transform: translateY(-2px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.form-grid label { display: grid; gap: 8px; }.form-grid label.full { grid-column: 1 / -1; }.form-grid label > span { color: #4f5e6b; font-size: 11px; font-weight: 700; }.form-grid label b { color: #f06b45; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; padding: 13px 14px; color: var(--ink); background: #f3f7f8; border: 1px solid transparent; border-radius: 10px; outline: none; transition: .2s; }.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { background: white; border-color: var(--ice-deep); box-shadow: 0 0 0 3px rgba(21,154,214,.1); }.form-grid textarea { resize: vertical; }
.form-submit-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin-top: 22px; }.form-submit-row p { margin: 0; color: #7b8893; font-size: 9px; line-height: 1.5; }.form-submit-row button { min-height: 49px; padding: 0 20px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); background: var(--aurora); border: 0; border-radius: 999px; font-size: 12px; font-weight: 900; cursor: pointer; }.form-submit-row button:hover { background: var(--lime); }.form-submit-row button:disabled { opacity: .65; cursor: wait; }
.form-message { margin-top: 14px; padding: 10px 12px; border-radius: 9px; font-size: 11px; }.form-message.success { color: #087c55; background: rgba(126,242,189,.18); }.form-message.error { color: #ad3a28; background: rgba(255,139,85,.14); }

.page-hero { position: relative; min-height: 390px; padding: 132px 0 64px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #07111f; }
.page-hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, transparent, black 25%, black 85%, transparent); }
.page-hero-glow { position: absolute; width: 700px; height: 500px; right: -120px; top: -220px; background: conic-gradient(from 130deg, rgba(115,220,255,.32), transparent, rgba(126,242,189,.2), transparent 65%); filter: blur(70px); animation: aurora-spin 14s ease-in-out infinite alternate; }
.page-hero-inner { position: relative; }.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(32px, 4.6vw, 51px); line-height: 1.12; letter-spacing: -.035em; }.page-hero h1 span { color: var(--aurora); }.page-hero-copy { max-width: 680px; margin-top: 19px; color: rgba(255,255,255,.68); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.75; }
.breadcrumb { padding: 17px 0; background: white; border-bottom: 1px solid var(--line); }.breadcrumb .site-container { display: flex; gap: 8px; color: var(--muted); font-size: 11px; }.breadcrumb a:hover { color: var(--ice-deep); }
.content-section { padding: clamp(56px, 6vw, 88px) 0; }.content-section.alt { background: white; }
.answer-box { padding: 31px 34px; border: 1px solid rgba(21,154,214,.25); border-radius: var(--radius); background: linear-gradient(125deg, rgba(115,220,255,.12), rgba(126,242,189,.08)); }.answer-box > span { color: var(--ice-deep); font: 10px ui-monospace, monospace; letter-spacing: .12em; }.answer-box h2 { margin: 14px 0 10px; font-size: 28px; }.answer-box p { margin: 0; color: var(--muted); line-height: 1.8; }
.overview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 35px 0 54px; }.overview-stat { padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: white; }.overview-stat span { color: var(--ice-deep); font-size: 10px; }.overview-stat strong { display: block; margin: 10px 0; font-size: 28px; }.overview-stat p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.method-full-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.method-card { position: relative; min-height: 210px; padding: 26px; overflow: hidden; color: white; background: var(--ink); border-radius: 16px; }.method-card::after { content: attr(data-number); position: absolute; right: -2px; bottom: -24px; color: rgba(255,255,255,.045); font-size: 108px; line-height: 1; font-weight: 950; }.method-card > span { color: var(--aurora); font: 9px ui-monospace, monospace; letter-spacing: .12em; }.method-card h3 { margin: 32px 0 10px; font-size: 23px; }.method-card h3 small { margin-left: 10px; color: var(--ice); font-size: 11px; letter-spacing: .04em; }.method-card p { position: relative; z-index: 1; max-width: 500px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.deliver-wrap { margin-top: 54px; }.deliver-wrap > h2 { margin-bottom: 13px; font-size: 32px; }.deliver-wrap > p { max-width: 700px; color: var(--muted); line-height: 1.75; }
.deliver-table-shell { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; }.deliver-table { width: 100%; min-width: 820px; border-collapse: collapse; }.deliver-table th, .deliver-table td { padding: 19px 21px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }.deliver-table th { color: var(--muted); background: #eef4f5; font-size: 10px; letter-spacing: .08em; }.deliver-table td { font-size: 12px; line-height: 1.65; }.deliver-table tr:last-child td { border-bottom: 0; }.deliver-table td:first-child { width: 145px; }.deliver-table td:first-child span { display: block; color: var(--ice-deep); font: 9px ui-monospace, monospace; }.deliver-table td:first-child strong { display: block; margin-top: 5px; font-size: 16px; }.deliver-table td:last-child { color: #277057; }

.service-process { display: grid; gap: 16px; }.service-phase { display: grid; grid-template-columns: 76px .68fr 1.32fr; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; transition: .22s; }.service-phase:hover { border-color: rgba(21,154,214,.32); box-shadow: 0 20px 55px rgba(7,17,31,.08); }.service-phase > span { color: var(--ice-deep); font: 11px ui-monospace, monospace; }.service-phase h2 { margin-bottom: 9px; font-size: 22px; }.service-phase p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.service-phase ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 0; padding: 0; list-style: none; }.service-phase li { position: relative; padding: 10px 12px 10px 26px; color: #42515e; background: #f3f7f8; border-radius: 9px; font-size: 11px; }.service-phase li::before { content: ""; position: absolute; left: 12px; top: 50%; width: 5px; height: 5px; background: var(--aurora); border: 1px solid #2d9270; border-radius: 50%; transform: translateY(-50%); }
.outcome-band { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 40px; overflow: hidden; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }.outcome-band > div { padding: 24px; background: var(--ink-2); }.outcome-band span { color: var(--aurora); font: 9px ui-monospace, monospace; }.outcome-band strong { display: block; margin: 21px 0 7px; font-size: 18px; }.outcome-band p { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.65; }

.chapter-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.chapter-card { min-height: 220px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: white; }.chapter-card > span { color: var(--ice-deep); font: 10px ui-monospace, monospace; }.chapter-card h2 { margin: 42px 0 11px; font-size: 23px; }.chapter-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.paper-quote { margin: 48px 0 0; padding: 36px; color: white; background: var(--ink); border-radius: 16px; }.paper-quote blockquote { max-width: 930px; margin: 0; font-size: clamp(23px, 2.8vw, 36px); line-height: 1.4; letter-spacing: -.025em; }.paper-quote cite { display: block; margin-top: 18px; color: var(--aurora); font-size: 10px; font-style: normal; letter-spacing: .1em; }
.rule-list { border-top: 1px solid var(--line); }.rule-row { display: grid; grid-template-columns: 60px .7fr 1.3fr; gap: 27px; padding: 31px 0; border-bottom: 1px solid var(--line); }.rule-row > span { color: var(--ice-deep); font: 10px ui-monospace, monospace; }.rule-row h2 { margin: 0; font-size: 23px; }.rule-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: start; }.faq-aside { position: sticky; top: 100px; }.faq-aside h2 { font-size: 37px; letter-spacing: -.035em; }.faq-aside p { color: var(--muted); line-height: 1.75; }.faq-aside a { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; color: var(--ice-deep); font-size: 12px; font-weight: 800; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item summary { padding: 25px 42px 25px 0; position: relative; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--ice-deep); font-size: 25px; font-weight: 300; transition: .2s; }.faq-item[open] summary::after { transform: rotate(45deg); }.faq-item p { max-width: 820px; margin: -5px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.about-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 58px; }.about-intro > span { color: var(--ice-deep); font: 10px ui-monospace, monospace; }.about-intro h2 { margin-bottom: 22px; font-size: clamp(30px,3.4vw,42px); line-height: 1.12; letter-spacing: -.035em; }.about-intro p { color: var(--muted); line-height: 1.8; }.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }.trust-card { padding: 26px; color: white; background: var(--ink); border-radius: 16px; }.trust-card > span { color: var(--aurora); font: 10px ui-monospace, monospace; }.trust-card h3 { margin: 34px 0 10px; font-size: 20px; }.trust-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.7; }
.local-map { position: relative; min-height: 420px; padding: 40px; overflow: hidden; color: white; background: linear-gradient(140deg, #0b2237, #07111f); border-radius: 16px; }.local-map::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 55px 55px; }.local-map::after { content: "HLJ"; position: absolute; right: -12px; bottom: -55px; color: rgba(255,255,255,.04); font-size: 190px; font-weight: 950; }.local-map > * { position: relative; z-index: 1; }.local-map h2 { max-width: 650px; font-size: 36px; }.local-map p { max-width: 570px; color: rgba(255,255,255,.65); line-height: 1.8; }.city-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }.city-tags span { padding: 8px 13px; border: 1px solid rgba(126,242,189,.25); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(126,242,189,.06); font-size: 11px; }
.about-local-features, .about-strength-grid, .about-contact-grid { margin-top: 32px; }
.about-cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px; }
.about-cert-card { padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.about-cert-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: 8px; background: #f4f7f7; border-radius: 11px; }
.about-cert-card h3 { margin: 17px 4px 7px; font-size: 17px; }
.about-cert-card p { margin: 0 4px 5px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.about-values { margin-top: 36px; }
.about-contact-grid .chapter-card { color: inherit; transition: .22s ease; }
.about-contact-grid .chapter-card:hover { border-color: rgba(21,154,214,.34); transform: translateY(-3px); box-shadow: 0 18px 50px rgba(7,17,31,.08); }

.news-page-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 36px; }.news-page-head h2 { margin: 0; font-size: 32px; }.news-page-head p { max-width: 530px; margin: 0; color: var(--muted); line-height: 1.7; }
.article-shell { max-width: 896px; margin: auto; }.article-back { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 26px; color: var(--ice-deep); font-size: 12px; font-weight: 800; }.article-header > span { color: var(--ice-deep); font: 10px ui-monospace, monospace; }.article-header h1 { margin: 16px 0; font-size: clamp(30px,4.2vw,48px); line-height: 1.18; letter-spacing: -.035em; }.article-header p { color: var(--muted); font-size: 17px; line-height: 1.75; }.article-cover { width: 100%; max-height: 460px; object-fit: cover; margin: 34px 0; border-radius: 16px; }.article-content { margin-top: 36px; color: #293946; font-size: 16px; line-height: 1.85; }.article-content h2 { margin-top: 2em; color: var(--ink); font-size: clamp(23px,2.4vw,27px); }.article-content h3 { margin-top: 1.8em; color: var(--ink); font-size: 20px; }.article-content a { color: var(--ice-deep); text-decoration: underline; }.article-content img { margin: 25px auto; border-radius: 15px; }.article-content blockquote { margin: 28px 0; padding: 20px 24px; border-left: 3px solid var(--aurora); background: white; }.article-not-found { padding: 72px 30px; text-align: center; }.article-not-found h1 { font-size: 36px; }.article-not-found p { color: var(--muted); }.article-not-found a { display: inline-flex; margin-top: 18px; color: var(--ice-deep); font-weight: 800; }

.paper-layout { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 896px); gap: clamp(28px, 4vw, 52px); align-items: start; }
.paper-toc { position: sticky; top: 92px; max-height: calc(100vh - 116px); overflow-y: auto; padding: 20px 14px 20px 0; border-right: 1px solid var(--line); scrollbar-width: thin; }
.paper-toc-head { display: grid; gap: 5px; margin-bottom: 14px; padding: 0 10px 13px; border-bottom: 1px solid var(--line); }
.paper-toc-head span { color: var(--ice-deep); font: 9px ui-monospace, monospace; letter-spacing: .14em; }
.paper-toc-head strong { color: var(--ink); font-size: 16px; }
.paper-toc ol { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.paper-toc a { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 8px; padding: 10px; color: var(--muted); border-radius: 10px; transition: .2s ease; }
.paper-toc a > span { padding-top: 2px; color: var(--ice-deep); font: 9px ui-monospace, monospace; }
.paper-toc a > strong { font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.paper-toc a:hover, .paper-toc a.active { color: white; background: var(--ink); }
.paper-toc a:hover > span, .paper-toc a.active > span { color: var(--aurora); }
.paper-document { min-width: 0; }
.paper-section { scroll-margin-top: 92px; }
.paper-section + .paper-section { margin-top: 54px; padding-top: 38px; border-top: 1px solid var(--line); }
.paper-section .article-content { margin-top: 0; }
.paper-section .article-content > h2:first-child, .paper-section .article-content > h3:first-child { margin-top: 0; }

.site-footer { position: relative; overflow: hidden; padding: 80px 0 25px; color: white; background: #040b13; border-top: 1px solid rgba(255,255,255,.08); }
.footer-orbit { position: absolute; width: 520px; height: 520px; right: -260px; top: -240px; border: 1px solid rgba(115,220,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(115,220,255,.025), 0 0 0 160px rgba(126,242,189,.015); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 55px; }.brand-light { color: white; }.footer-brand > p { max-width: 300px; margin: 25px 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }.footer-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--aurora); font-size: 16px; font-weight: 900; }.footer-label { display: block; margin-bottom: 22px; color: rgba(255,255,255,.34); font: 9px ui-monospace, monospace; letter-spacing: .13em; }.footer-links, .region-list { display: grid; gap: 11px; color: rgba(255,255,255,.67); font-size: 12px; }.footer-links a:hover { color: var(--aurora); }.footer-action p { color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.7; }.footer-action a { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: var(--aurora); font-size: 12px; font-weight: 800; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 22px; color: rgba(255,255,255,.27); border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }.nav-phone { display: flex; margin-left: auto; }.nav-cta { margin-left: 0; }.menu-button { display: grid; margin-left: 0; }
  .mobile-menu { position: fixed; top: 67px; left: 16px; right: 16px; max-height: 0; display: block; overflow: hidden; color: var(--ink); background: rgba(255,255,255,.97); border-radius: 18px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); transition: .28s ease; }.mobile-menu.open { max-height: 620px; opacity: 1; transform: none; }.mobile-menu nav { display: grid; grid-template-columns: repeat(2,1fr); padding: 18px; }.mobile-menu nav a { display: flex; gap: 12px; padding: 14px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }.mobile-menu nav a span { color: var(--ice-deep); font: 9px ui-monospace,monospace; }.mobile-menu-actions { padding: 0 18px 18px; display: flex; gap: 10px; }.mobile-menu-actions a { flex: 1; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--paper); border-radius: 999px; font-size: 11px; font-weight: 800; }.mobile-menu-actions a:last-child { background: var(--aurora); }
  .hero-layout { grid-template-columns: .95fr 1.05fr; gap: 35px; }.hero-copy-block h1 { font-size: clamp(47px,6vw,68px); }.method-rail { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }.section-head { grid-template-columns: 1fr; gap: 10px; }.section-meta { display: none; }
  .aurora-hero { height: auto; max-height: none; min-height: 1040px; }.hero-layout { grid-template-columns: 1fr; gap: 36px; align-content: center; padding: 120px 0 100px; }.hero-copy-block { max-width: 700px; }.signal-console { max-width: 660px; margin: 0; }.hero-bottom { display: none; }
  .shift-grid, .industry-layout, .faq-layout, .about-intro { grid-template-columns: 1fr; }.industry-sticky, .faq-aside { position: static; }.shift-main { min-height: 350px; }.service-board { grid-template-columns: repeat(2,1fr); }.service-tile:nth-child(3n) { border-right: 1px solid var(--line); }.service-tile:nth-child(2n) { border-right: 0; }.service-tile:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.service-tile:last-child { border-bottom: 0; }
  .paper-layout { grid-template-columns: 1fr; gap: 26px; }.paper-toc { position: static; max-height: none; overflow: visible; padding: 0 0 17px; border-right: 0; border-bottom: 1px solid var(--line); }.paper-toc ol { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x proximity; }.paper-toc li { flex: 0 0 min(260px, 78vw); scroll-snap-align: start; }.paper-toc a { min-height: 64px; border: 1px solid var(--line); }
  .lead-compact-inner { grid-template-columns: 1fr; gap: 28px; }.footer-grid { grid-template-columns: repeat(2,1fr); }.service-phase { grid-template-columns: 60px 1fr; }.service-phase ul { grid-column: 2; }.outcome-band { grid-template-columns: repeat(2,1fr); }.about-intro, .faq-layout { gap: 35px; }.about-cert-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .site-container { width: min(100% - 28px, 1200px); }.site-header { height: 68px; }.nav-shell { width: calc(100% - 24px); }.nav-phone, .nav-cta { display: none; }.brand-copy strong { font-size: 14px; }.brand-copy small { font-size: 9px; }
  .mobile-menu nav { grid-template-columns: 1fr; }.mobile-menu nav a { padding: 11px 12px; }.mobile-menu-actions { flex-direction: column; }
  .aurora-hero { min-height: 930px; }.hero-layout { display: block; padding: 130px 0 90px; }.hero-copy-block h1 { font-size: clamp(42px,13vw,60px); }.hero-copy-block > p { font-size: 14px; line-height: 1.75; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-trust { gap: 10px 15px; margin-bottom: 45px; }.signal-console { border-radius: 18px; }.console-body { padding: 12px; }.radar-zone { height: 235px; }.radar-rings { width: 200px; height: 200px; }.radar-rings i:nth-child(1) { inset: 22px; }.radar-rings i:nth-child(2) { inset: 47px; }.radar-rings i:nth-child(3) { inset: 72px; }.floating-tag { display: none; }.console-metrics div { padding: 9px; }.console-metrics strong { font-size: 18px; }
  .section, .content-section { padding: 68px 0; }.section-head { margin-bottom: 35px; }.section-head h2 { font-size: 36px; }.section-intro { font-size: 14px; }
  .shift-main { padding: 27px; min-height: 330px; }.shift-main > span { margin-bottom: 70px; }.shift-side { grid-template-columns: 1fr; }.method-rail { grid-template-columns: repeat(2,1fr); }.method-mini { min-height: 182px; }.service-board, .article-grid, .method-full-grid, .chapter-grid, .trust-grid { grid-template-columns: 1fr; }.service-tile { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }.service-tile:last-child { border-bottom: 0 !important; }
  .industry-row { grid-template-columns: 35px 1fr; gap: 15px; padding: 20px 0; }.industry-row p { grid-column: 2; }.news-empty { grid-template-columns: auto 1fr; padding: 23px; }.news-empty > a { grid-column: 2; }.article-visual { height: 190px; }
  .lead-section { padding: 58px 0; }.lead-compact-copy h2 { font-size: 30px; }.lead-compact-action-wrap p { font-size: 14px; }.lead-compact-action { width: 100%; margin-top: 22px; }.form-grid { grid-template-columns: 1fr; }.form-grid label.full { grid-column: auto; }.form-submit-row { grid-template-columns: 1fr; }.form-submit-row button { width: 100%; justify-content: center; }
  .page-hero { min-height: 340px; padding: 110px 0 52px; }.page-hero h1 { font-size: clamp(30px, 9vw, 38px); }.page-hero-copy { margin-top: 16px; font-size: 14px; }.overview-stats { grid-template-columns: 1fr; }.method-card { min-height: 190px; }.deliver-wrap > h2 { font-size: 28px; }
  .service-phase { grid-template-columns: 40px 1fr; gap: 15px; padding: 24px 18px; }.service-phase ul { grid-column: 1 / -1; grid-template-columns: 1fr; }.outcome-band { grid-template-columns: 1fr; }.paper-quote { padding: 28px 22px; }.rule-row { grid-template-columns: 35px 1fr; gap: 14px; }.rule-row p { grid-column: 2; }
  .local-map { min-height: 360px; padding: 29px 22px; }.local-map h2 { font-size: 30px; }.news-page-head { display: block; }.news-page-head h2 { margin-bottom: 13px; font-size: 30px; }.article-header h1 { font-size: 34px; }.article-header p { font-size: 14px; }.footer-grid { grid-template-columns: 1fr; gap: 37px; }.footer-bottom { display: grid; }.about-cert-grid { grid-template-columns: 1fr; }
}

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

/* ─────────────────────────────────────────────────────────────
   HOME V2 — HEILONGJIANG / BLACK SOIL · WHITE SNOW · BLUE SIGNAL
   ───────────────────────────────────────────────────────────── */
.home-v2 { --north-ink:#08131b; --north-blue:#93eaff; --north-green:#c9ff67; --north-paper:#f0f2ed; background:var(--north-paper); }
.north-hero { --reveal-x:78%; --reveal-y:46%; position:relative; min-height:760px; height:100svh; max-height:920px; overflow:hidden; color:#fff; background:#06111c; isolation:isolate; }
.north-dawn { position:absolute; inset:0; z-index:1; pointer-events:none; background:linear-gradient(90deg,rgba(3,10,17,.94) 0%,rgba(3,10,17,.74) 38%,rgba(3,10,17,.08) 70%,rgba(3,10,17,.18) 100%),radial-gradient(circle at 77% 19%,rgba(201,255,103,.11),transparent 24%); }
.north-panorama { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.north-signal-network { opacity:.95; -webkit-mask-image:radial-gradient(circle 260px at var(--reveal-x) var(--reveal-y),#000 0 36%,transparent 72%); mask-image:radial-gradient(circle 260px at var(--reveal-x) var(--reveal-y),#000 0 36%,transparent 72%); transition:mask-position .15s; }
.north-frost { position:absolute; inset:0; z-index:2; pointer-events:none; opacity:.36; background:repeating-radial-gradient(ellipse at 75% 45%,rgba(255,255,255,.24) 0 1px,transparent 1px 9px),linear-gradient(112deg,transparent 43%,rgba(238,255,255,.2) 60%,transparent 73%); mix-blend-mode:screen; -webkit-mask-image:radial-gradient(circle 200px at var(--reveal-x) var(--reveal-y),transparent 0 46%,#000 82%); mask-image:radial-gradient(circle 200px at var(--reveal-x) var(--reveal-y),transparent 0 46%,#000 82%); }
.north-snow { position:absolute; inset:0; z-index:3; overflow:hidden; pointer-events:none; }
.north-snow i { position:absolute; left:var(--snow-x); top:-20px; width:var(--snow-size); height:var(--snow-size); background:#fff; border-radius:50%; box-shadow:0 0 8px rgba(255,255,255,.7); opacity:.7; animation:north-snowfall var(--snow-time) linear var(--snow-delay) infinite; }
@keyframes north-snowfall { 0%{transform:translate3d(0,-30px,0);opacity:0} 8%{opacity:.72} 100%{transform:translate3d(45px,105vh,0);opacity:.08} }
.north-coordinate { position:absolute; z-index:5; top:112px; right:28px; writing-mode:vertical-rl; color:rgba(255,255,255,.5); font:9px ui-monospace,monospace; letter-spacing:.16em; }
.north-coordinate span { margin-top:20px; color:var(--north-green); }
.north-hero-layout { position:relative; z-index:5; height:100%; display:flex; align-items:center; padding:110px 0 170px; }
.north-copy { width:min(620px,58%); }
.north-kicker { display:flex; align-items:center; gap:11px; margin-bottom:25px; color:var(--north-green); font:10px ui-monospace,monospace; letter-spacing:.16em; }
.north-kicker i { width:34px; height:1px; background:currentColor; }
.north-copy h1 { margin-bottom:24px; font-size:clamp(46px,4.7vw,68px); line-height:1.03; letter-spacing:-.052em; font-weight:950; text-shadow:0 12px 45px rgba(0,0,0,.2); }
.north-copy h1 em { position:relative; display:inline-block; color:var(--north-green); font-style:normal; }
.north-copy h1 em::after { content:""; position:absolute; left:1%; right:0; bottom:2px; height:7px; background:linear-gradient(90deg,var(--north-green),transparent); opacity:.35; transform:skewX(-20deg); }
.north-copy > p { max-width:610px; margin-bottom:30px; color:rgba(238,249,251,.71); font-size:16px; line-height:1.85; }
.north-actions { display:flex; gap:12px; flex-wrap:wrap; }
.north-primary,.north-secondary { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 23px; border-radius:2px; font-size:13px; font-weight:900; transition:.25s; }
.north-primary { color:#08131b; background:var(--north-green); box-shadow:0 16px 45px rgba(201,255,103,.16); }
.north-primary:hover { color:#08131b; background:#fff; transform:translateY(-2px); }
.north-secondary { color:#fff; border:1px solid rgba(255,255,255,.34); background:rgba(7,19,27,.32); backdrop-filter:blur(8px); }
.north-secondary span { color:var(--north-blue); font:9px ui-monospace,monospace; }.north-secondary:hover{background:rgba(255,255,255,.12)}
.north-route { position:absolute; z-index:6; left:50%; bottom:33px; transform:translateX(-50%); min-height:102px; display:grid; grid-template-columns:auto minmax(40px,1fr) auto minmax(40px,1fr) auto 1.4fr; align-items:center; gap:16px; padding:19px 23px; color:#fff; background:rgba(5,14,21,.78); border:1px solid rgba(255,255,255,.15); backdrop-filter:blur(14px); }
.north-route > div { display:grid; grid-template-columns:auto auto; column-gap:9px; align-items:center; white-space:nowrap; }.north-route > div span { grid-row:1/3; color:var(--north-green); font:10px ui-monospace,monospace; }.north-route > div b { font-size:12px; }.north-route > div small { color:rgba(255,255,255,.4); font-size:8px; letter-spacing:.06em; }.north-route > i { height:1px; background:linear-gradient(90deg,var(--north-green),rgba(147,234,255,.25)); }.north-route > p { justify-self:end; margin:0; display:flex; align-items:center; gap:6px; color:rgba(255,255,255,.46); font-size:9px; }
.north-scroll { position:absolute; z-index:6; right:30px; bottom:44px; display:flex; align-items:center; gap:7px; color:rgba(255,255,255,.5); font-size:9px; writing-mode:vertical-rl; }

.home-editorial-head { display:grid; grid-template-columns:.42fr 1.08fr .5fr; gap:32px; align-items:start; margin-bottom:clamp(40px,5vw,60px); }
.home-editorial-head > span { padding-top:8px; color:#637078; font:9px ui-monospace,monospace; letter-spacing:.1em; }.home-editorial-head > span b { color:#008bb3; }.home-editorial-head h2 { margin:0; font-size:clamp(32px,3.4vw,48px); line-height:1.12; letter-spacing:-.04em; }.home-editorial-head h2 span { color:#008bb3; }.home-editorial-head > p { padding-top:8px; color:#68757b; font-size:13px; line-height:1.8; }.home-editorial-head.light { color:#fff; }.home-editorial-head.light > span,.home-editorial-head.light > p { color:rgba(255,255,255,.56); }.home-editorial-head.light > span b,.home-editorial-head.light h2 span { color:var(--north-green); }
.snowline-manifesto { padding:clamp(56px,6vw,88px) 0; background:#f0f2ed; }
.snowline-list { border-top:1px solid rgba(8,19,27,.19); }
.snowline-list article { position:relative; min-height:124px; display:grid; grid-template-columns:72px 1fr 45%; gap:26px; align-items:center; border-bottom:1px solid rgba(8,19,27,.19); overflow:hidden; transition:.25s; }
.snowline-list article:hover { padding-left:14px; background:#fff; }.snowline-list article > span { color:#008bb3; font:10px ui-monospace,monospace; }.snowline-list article > div { display:contents; }.snowline-list h3 { margin:0; font-size:22px; letter-spacing:-.025em; }.snowline-list p { margin:0; color:#66747a; font-size:13px; line-height:1.75; }.snowline-list i { position:absolute; z-index:0; right:-15%; top:50%; width:52%; height:1px; background:linear-gradient(90deg,transparent,rgba(0,139,179,.3)); transform:rotate(-5deg); opacity:0; transition:.35s; }.snowline-list article:hover i { right:0; opacity:1; }

.answer-terrain { padding:clamp(56px,6vw,88px) 0; color:#fff; background:#07131b; }
.answer-terrain-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:center; }.answer-terrain header > span { display:flex; align-items:center; gap:8px; margin-bottom:22px; color:var(--north-blue); font:9px ui-monospace,monospace; letter-spacing:.12em; }.answer-terrain h2 { font-size:clamp(32px,3.4vw,48px); line-height:1.12; letter-spacing:-.04em; }.answer-terrain header p { max-width:500px; color:rgba(255,255,255,.58); line-height:1.8; }
.terrain-stack { position:relative; min-height:440px; padding:28px; overflow:hidden; border:1px solid rgba(255,255,255,.13); background:#0b1820; }
.terrain-stack::after { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size:44px 44px; }
.terrain-layer { position:relative; z-index:2; height:90px; display:grid; grid-template-columns:138px 1fr auto; align-items:center; padding:0 24px; border-bottom:1px solid rgba(255,255,255,.15); transition:.25s; }.terrain-layer:hover{padding-left:34px}.terrain-layer span { font-size:12px; font-weight:900; }.terrain-layer b { color:rgba(255,255,255,.62); font-size:11px; font-weight:500; }.terrain-layer i { color:rgba(255,255,255,.35); font:9px ui-monospace,monospace; font-style:normal; }.terrain-snow { color:#07131b; background:linear-gradient(100deg,#f9ffff,#b7dfe4); }.terrain-snow b,.terrain-snow i { color:#526770; }.terrain-river { background:linear-gradient(100deg,#0c6e88,#0d3445); }.terrain-root { background:linear-gradient(100deg,#473b30,#211c18); }.terrain-soil { background:linear-gradient(100deg,#201b17,#07090a); border:0; }.terrain-sprout { position:absolute; z-index:3; right:44px; bottom:54px; width:56px; height:56px; color:var(--north-green); filter:drop-shadow(0 0 20px rgba(201,255,103,.3)); }

.river-method-link { position:relative; z-index:2; width:max-content; min-height:49px; margin:36px 0 0 auto; padding:0 18px; display:flex; align-items:center; gap:9px; color:#07131b; background:var(--north-green); font-size:12px; font-weight:900; }

.local-pulse { padding:clamp(56px,6vw,88px) 0; background:#f0f2ed; }.pulse-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:13px; }.pulse-grid article { position:relative; min-height:300px; padding:24px; overflow:hidden; color:#fff; background:#0d2531; transition:.28s; }.pulse-grid article:nth-child(1),.pulse-grid article:nth-child(2){grid-column:span 3}.pulse-grid article:nth-child(n+3){grid-column:span 2}.pulse-grid article:nth-child(1){background:linear-gradient(145deg,#17261d,#42633c)}.pulse-grid article:nth-child(2){background:linear-gradient(145deg,#17242c,#3e5b69)}.pulse-grid article:nth-child(3){background:linear-gradient(145deg,#163044,#5f91a7)}.pulse-grid article:nth-child(4){background:linear-gradient(145deg,#1d302b,#4d6e55)}.pulse-grid article:nth-child(5){background:linear-gradient(145deg,#27251e,#615c45)}.pulse-grid article::after{content:"";position:absolute;width:220px;height:220px;right:-110px;top:-100px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.02)}.pulse-grid article:hover{transform:translateY(-5px)}.pulse-grid article > div{display:flex;justify-content:space-between;color:var(--north-green)}.pulse-grid article svg{width:30px;height:30px;stroke-width:1.4}.pulse-grid article > div span{font:9px ui-monospace,monospace}.pulse-grid h3{margin:86px 0 12px;font-size:22px}.pulse-grid p{max-width:450px;margin:0;color:rgba(255,255,255,.64);font-size:12px;line-height:1.75}.pulse-grid small{position:absolute;left:24px;bottom:21px;color:rgba(255,255,255,.34);font:8px ui-monospace,monospace;letter-spacing:.08em}

.north-service-tracks { padding:clamp(56px,6vw,88px) 0; color:#fff; background:#07131b; }.track-list { border-top:1px solid rgba(255,255,255,.18); }.track-list article { min-height:165px; display:grid; grid-template-columns:160px 1fr .85fr; gap:42px; align-items:center; border-bottom:1px solid rgba(255,255,255,.18); }.track-mark { display:grid; grid-template-columns:auto 1fr; column-gap:13px; align-items:center; }.track-mark span{grid-row:1/3;color:var(--north-green);font:10px ui-monospace,monospace}.track-mark strong{font-size:28px}.track-mark small{color:rgba(255,255,255,.38);font:8px ui-monospace,monospace;letter-spacing:.12em}.track-copy h3{margin-bottom:9px;font-size:21px}.track-copy p{margin:0;color:rgba(255,255,255,.56);font-size:12px;line-height:1.75}.track-list ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.track-list li{padding-left:14px;position:relative;color:rgba(255,255,255,.68);font-size:11px}.track-list li::before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;background:var(--north-blue);border-radius:50%}

.home-diagnosis { position:relative; overflow:hidden; padding:clamp(56px,6vw,88px) 0; color:#fff; background:linear-gradient(180deg,#dce8e8 0 13%,#192018 13% 100%); }.home-diagnosis::after{content:"";position:absolute;left:0;right:0;top:12%;height:35px;background:linear-gradient(175deg,#dce8e8 0 45%,#171c17 48%);}.home-diagnosis-snow{position:absolute;inset:0;opacity:.08;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:19px 19px}.home-diagnosis-layout{position:relative;z-index:2;display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center}.home-diagnosis-copy > span{color:var(--north-green);font:9px ui-monospace,monospace;letter-spacing:.12em}.home-diagnosis-copy h2{margin:22px 0;font-size:clamp(32px,3.4vw,48px);line-height:1.12;letter-spacing:-.04em}.home-diagnosis-copy > p{color:rgba(255,255,255,.6);font-size:13px;line-height:1.8}.home-diagnosis-flow{display:flex;align-items:center;gap:11px;margin-top:28px;color:rgba(255,255,255,.75);font-size:10px}.home-diagnosis-flow svg{color:var(--north-green)}.home-diagnosis-form{padding:32px;color:#07131b;background:#f6f7f1;box-shadow:0 35px 90px rgba(0,0,0,.25)}.home-form-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px;padding-bottom:16px;border-bottom:1px solid rgba(8,19,27,.14)}.home-form-label span{font-size:19px;font-weight:900}.home-form-label b{padding:6px 9px;color:#206c4f;background:#dff1d2;font-size:9px}.home-diagnosis-form .form-grid input,.home-diagnosis-form .form-grid textarea,.home-diagnosis-form .form-grid select{border-radius:0;background:#e8ece6}.home-diagnosis-form .form-submit-row button{border-radius:0;background:var(--north-green)}

@media (max-width:1050px){
  .north-copy{width:64%}.home-editorial-head{grid-template-columns:.34fr 1.16fr .5fr;gap:25px}.track-list article{grid-template-columns:145px 1fr .85fr;gap:30px}
}
@media (max-width:820px){
  .north-hero{height:auto;min-height:850px;max-height:none}.north-dawn{background:linear-gradient(180deg,rgba(3,10,17,.9) 0%,rgba(3,10,17,.62) 48%,rgba(3,10,17,.14) 74%,rgba(3,10,17,.45) 100%)}.north-panorama{width:150%;left:-42%;}.north-signal-network{mask-image:none;-webkit-mask-image:none;opacity:.7}.north-frost{display:none}.north-coordinate{display:none}.north-hero-layout{align-items:flex-start;padding:118px 0 250px}.north-copy{width:100%}.north-copy h1{font-size:clamp(44px,8vw,60px)}.north-route{bottom:24px;grid-template-columns:1fr 1fr 1fr;gap:12px}.north-route>i,.north-route>p{display:none}.north-route>div{white-space:normal}.north-scroll{display:none}
  .home-editorial-head{grid-template-columns:1fr;gap:15px}.home-editorial-head>span{padding:0}.home-editorial-head>p{max-width:620px;padding:0}.snowline-list article{grid-template-columns:55px 1fr;gap:15px;padding:22px 0}.snowline-list p{grid-column:2}.answer-terrain-layout,.home-diagnosis-layout{grid-template-columns:1fr;gap:42px}.pulse-grid{grid-template-columns:repeat(2,1fr)}.pulse-grid article:nth-child(n){grid-column:span 1}.pulse-grid article:last-child{grid-column:span 2}.track-list article{grid-template-columns:130px 1fr;gap:25px;padding:25px 0}.track-list ul{grid-column:2}.home-diagnosis{background:linear-gradient(180deg,#dce8e8 0 7%,#192018 7% 100%)}.home-diagnosis::after{top:6%}
}
@media (max-width:560px){
  .north-hero{min-height:850px}.north-panorama{width:220%;left:-83%;}.north-hero-layout{padding:106px 0 245px}.north-kicker{font-size:8px;letter-spacing:.1em;margin-bottom:20px}.north-copy h1{font-size:clamp(34px,10.2vw,39px);line-height:1.06}.north-copy>p{font-size:13px;line-height:1.72;margin-bottom:24px}.north-actions{display:grid}.north-primary,.north-secondary{width:100%;min-height:50px}.north-route{left:14px;right:14px;width:auto;transform:none;padding:15px 12px}.north-route>div{display:block}.north-route>div span,.north-route>div b,.north-route>div small{display:block}.north-route>div span{margin-bottom:5px}.north-route>div b{font-size:10px}.north-route>div small{font-size:7px}
  .snowline-manifesto,.answer-terrain,.local-pulse,.north-service-tracks,.home-diagnosis{padding:64px 0}.home-editorial-head{margin-bottom:34px}.home-editorial-head h2{font-size:32px}.snowline-list h3{font-size:20px}.snowline-list article{grid-template-columns:35px 1fr}.answer-terrain h2{font-size:32px}.terrain-stack{min-height:auto;padding:12px}.terrain-layer{height:92px;grid-template-columns:1fr auto;padding:0 17px}.terrain-layer b{grid-column:1/3;margin-top:-28px;font-size:9px}.terrain-sprout{right:28px;bottom:38px;width:44px}.river-method-link{width:100%;justify-content:center;margin-top:28px}.pulse-grid{grid-template-columns:1fr}.pulse-grid article:nth-child(n){grid-column:span 1;min-height:265px}.pulse-grid h3{margin-top:68px}.track-list article{grid-template-columns:1fr;padding:25px 0}.track-list ul{grid-column:1}.track-mark{width:150px}.home-diagnosis-copy h2{font-size:32px}.home-diagnosis-flow{flex-wrap:wrap}.home-diagnosis-form{padding:24px 16px}.home-form-label{align-items:flex-start;gap:10px}.home-form-label span{font-size:17px}.home-form-label b{white-space:nowrap}
}

/* ── PARTNER / GEO 加盟合作 ─────────────────────────────── */
.partner-page { color:var(--ink); background:#fff; overflow:hidden; }
.partner-section { padding:clamp(64px,7vw,96px) 0; scroll-margin-top:80px; }
.partner-soft { background:#f3f7f8; }
.partner-heading { max-width:760px; margin:0 auto clamp(34px,5vw,52px); text-align:center; }
.partner-heading h2 { margin-bottom:10px; font-size:clamp(30px,3.5vw,43px); line-height:1.15; letter-spacing:-.04em; }
.partner-heading p { margin:0; color:var(--muted); }
.partner-hero { position:relative; min-height:clamp(700px,100svh,900px); display:flex; align-items:center; padding:120px 0 80px; overflow:hidden; color:#fff; background:#06111c; }
.partner-hero::after { content:""; position:absolute; inset:0; opacity:.16; pointer-events:none; background-image:linear-gradient(rgba(115,220,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(115,220,255,.25) 1px,transparent 1px); background-size:68px 68px; mask-image:linear-gradient(90deg,#000,transparent 78%); }
.partner-orbit { position:absolute; width:min(43vw,580px); aspect-ratio:1; top:-23%; right:-5%; border-radius:50%; background:rgba(115,220,255,.11); box-shadow:0 0 0 80px rgba(126,242,189,.025),0 0 0 160px rgba(115,220,255,.018); }
.partner-hero-inner { position:relative; z-index:2; }
.partner-pill { display:inline-flex; align-items:center; gap:8px; margin-bottom:22px; padding:7px 14px; color:var(--ice); background:rgba(115,220,255,.1); border:1px solid rgba(115,220,255,.24); border-radius:999px; font-size:11px; font-weight:800; letter-spacing:.1em; }
.partner-pill::before { content:""; width:6px; height:6px; border-radius:50%; background:var(--aurora); box-shadow:0 0 10px var(--aurora); }
.partner-hero h1 { max-width:830px; margin-bottom:23px; font-size:clamp(44px,5.6vw,77px); line-height:1.05; letter-spacing:-.055em; font-weight:950; }
.partner-hero h1 em { color:var(--aurora); font-style:normal; }
.partner-hero-inner>p { max-width:690px; margin-bottom:30px; color:rgba(240,249,255,.68); font-size:17px; line-height:1.85; }
.partner-actions { display:flex; gap:12px; flex-wrap:wrap; }
.partner-actions a { min-height:54px; display:inline-flex; align-items:center; justify-content:center; padding:0 24px; border-radius:999px; font-size:13px; font-weight:900; transition:.22s; }
.partner-actions a:first-child { color:var(--ink); background:var(--aurora); box-shadow:0 14px 40px rgba(126,242,189,.18); }
.partner-actions a:last-child { color:#fff; border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.04); }
.partner-actions a:hover { transform:translateY(-2px); }
.partner-stats { max-width:690px; display:grid; grid-template-columns:repeat(3,1fr); gap:38px; margin-top:58px; }
.partner-stats strong,.partner-stats span { display:block; }
.partner-stats strong { margin-bottom:4px; color:var(--aurora); font-size:30px; line-height:1; }
.partner-stats span { color:rgba(255,255,255,.5); font-size:11px; line-height:1.55; }
.partner-three,.partner-audience,.partner-proof { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.partner-three article,.partner-proof article { padding:30px 27px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.partner-three i { width:44px; height:44px; display:grid; place-items:center; margin-bottom:20px; color:var(--ice-deep); background:rgba(21,154,214,.09); border-radius:12px; font-size:21px; font-style:normal; }
.partner-three h3,.partner-audience h3,.partner-safety h3,.partner-proof h3 { margin-bottom:8px; font-size:18px; }
.partner-three p,.partner-audience p,.partner-safety p,.partner-proof p,.partner-faq p { margin:0; color:var(--muted); font-size:13px; line-height:1.75; }
.partner-audience article { padding:25px 20px; text-align:center; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.7); transition:.22s; }
.partner-audience article:hover { transform:translateY(-3px); border-color:rgba(21,154,214,.35); background:#fff; box-shadow:0 20px 55px rgba(7,17,31,.07); }
.partner-audience article>span,.partner-mode article>span { display:inline-block; margin-bottom:14px; padding:3px 10px; color:var(--ice-deep); background:rgba(21,154,214,.09); border-radius:999px; font-size:10px; font-weight:800; }
.partner-wide-note { margin:22px 0 0; padding:20px 24px; color:#44535f; background:#fff; border-radius:13px; text-align:center; font-size:13px; }
.partner-wide-note b { color:var(--ice-deep); }
.partner-mode { padding:clamp(26px,4vw,48px); color:#fff; background:var(--ink); border-radius:20px; }
.partner-mode-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.partner-mode article { padding:28px; border:1px solid rgba(255,255,255,.14); border-radius:15px; background:rgba(255,255,255,.04); }
.partner-mode article>span { color:var(--aurora); background:rgba(126,242,189,.1); }
.partner-mode h3 { margin-bottom:13px; font-size:20px; }
.partner-mode ul { margin:0; padding:0; list-style:none; }
.partner-mode li { position:relative; padding:5px 0 5px 17px; color:rgba(255,255,255,.65); font-size:13px; }
.partner-mode li::before { content:"·"; position:absolute; left:3px; color:var(--aurora); }
.partner-mode>p { margin:22px 0 0; padding:14px 18px; color:var(--aurora); background:rgba(126,242,189,.08); border:1px solid rgba(126,242,189,.2); border-radius:10px; text-align:center; font-size:12px; }
.partner-rules { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-bottom:28px; }
.partner-rules span { padding:12px 20px; border:1px solid var(--line); border-radius:10px; background:#fff; font-size:13px; }
.partner-rules b { color:var(--ice-deep); }
.partner-table-wrap { overflow-x:auto; border-radius:16px; box-shadow:0 12px 45px rgba(7,17,31,.07); }
.partner-table-wrap table { width:100%; min-width:780px; border-collapse:collapse; background:#fff; }
.partner-table-wrap th { padding:15px 11px; color:#fff; background:var(--ink); font-size:11px; white-space:nowrap; }
.partner-table-wrap td { padding:15px 11px; text-align:center; border-bottom:1px solid var(--line); font-size:12px; }
.partner-table-wrap tbody tr:last-child td { border-bottom:0; }.partner-table-wrap td:nth-last-child(2) { color:#087c55; font-weight:900; }
.partner-disclaimer { margin:17px 0 0; color:var(--muted); font-size:10px; text-align:center; }
.partner-safety { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.partner-safety article { padding:25px 21px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.partner-safety i { width:35px; height:35px; display:grid; place-items:center; margin-bottom:15px; color:var(--ink); background:var(--aurora); border-radius:50%; font-style:normal; font-weight:900; }
.partner-proof strong { display:block; margin-bottom:12px; color:var(--ice-deep); font-size:38px; line-height:1; }
.partner-proof small { margin-left:5px; color:var(--muted); font-size:12px; }
.partner-faq { max-width:780px; margin:auto; border-top:1px solid var(--line); }
.partner-faq article { padding:21px 0; border-bottom:1px solid var(--line); }.partner-faq h3 { margin-bottom:8px; font-size:16px; }
.partner-apply { padding:clamp(70px,8vw,105px) 0; color:#fff; background:var(--ink); scroll-margin-top:70px; }
.partner-apply-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(45px,7vw,85px); align-items:center; }
.partner-apply-grid>div:first-child h2 { margin-bottom:18px; font-size:clamp(33px,3.8vw,48px); line-height:1.12; letter-spacing:-.04em; }
.partner-apply-grid>div:first-child>p { color:rgba(255,255,255,.6); line-height:1.8; }.partner-apply-grid>div:first-child ul { margin:22px 0 0; padding:0; list-style:none; }.partner-apply-grid>div:first-child li { position:relative; padding:6px 0 6px 22px; color:rgba(255,255,255,.68); font-size:13px; }.partner-apply-grid>div:first-child li::before { content:"✓"; position:absolute; left:0; color:var(--aurora); }
.partner-form-card { display:grid; grid-template-columns:165px minmax(0,1fr); gap:24px; padding:30px; color:var(--ink); background:#fff; border-radius:18px; box-shadow:0 35px 90px rgba(0,0,0,.24); }
.partner-form-card h3 { margin-bottom:3px; font-size:19px; }.partner-form-card>div>p { margin:0 0 20px; color:var(--muted); font-size:11px; }
.partner-qr-pane { text-align:center; }.partner-qr-title { display:grid; gap:1px; line-height:1.28; letter-spacing:.01em; }.partner-qr-title span { display:block; white-space:nowrap; }.partner-qr-pane>p { margin-bottom:10px!important; }
.partner-qr-box { width:150px; height:150px; display:grid; place-items:center; margin:0 auto 10px; padding:8px; background:#fff; border:1px solid var(--line); border-radius:12px; }.partner-qr-box img { width:100%; height:100%; display:block; object-fit:contain; }
.partner-qr-tip { color:var(--muted)!important; font-size:10px!important; line-height:1.6!important; }.partner-qr-tip b { color:var(--ice-deep); }
.partner-wechat-placeholder { padding-top:10px; border-top:1px dashed var(--line); color:var(--muted)!important; font-size:9px!important; }.partner-wechat-placeholder b { color:var(--ink); }
.partner-form-pane { min-width:0; }.partner-form-pane .form-grid { grid-template-columns:1fr; gap:11px; }.partner-form-pane .form-grid label.full { grid-column:auto; }.partner-form-pane .form-grid input,.partner-form-pane .form-grid textarea,.partner-form-pane .form-grid select { padding:10px 12px; }.partner-form-pane .form-submit-row { grid-template-columns:1fr; gap:10px; margin-top:15px; }.partner-form-pane .form-submit-row button { width:100%; justify-content:center; }
.partner-legal { padding:18px 20px; color:#6d7b87; background:#edf2f3; text-align:center; font-size:10px; }
.partner-float { position:fixed; z-index:85; right:22px; bottom:22px; padding:12px 19px; color:var(--ink); background:var(--aurora); border-radius:999px; box-shadow:0 14px 40px rgba(126,242,189,.26); font-size:12px; font-weight:900; }

/* 黑龙江首页同款：极光信号场与冰蓝数据界面。 */
.partner-hero {
  isolation:isolate;
  background:
    radial-gradient(ellipse at 15% 30%,rgba(22,65,98,.58),transparent 38%),
    radial-gradient(ellipse at 80% 80%,rgba(22,107,83,.22),transparent 36%),
    #050d18;
}
.partner-hero::before {
  content:"";
  position:absolute;
  z-index:0;
  inset:-15%;
  pointer-events:none;
  background:
    conic-gradient(from 80deg at 68% 42%,transparent 0 10%,rgba(87,228,177,.3) 18%,transparent 26% 58%,rgba(71,190,255,.23) 67%,transparent 74%),
    radial-gradient(ellipse at 74% 24%,rgba(112,207,255,.28),transparent 27%);
  filter:blur(8px);
  animation:aurora-spin 18s ease-in-out infinite alternate;
}
.partner-orbit { z-index:1; border:1px solid rgba(115,220,255,.18); background:rgba(115,220,255,.06); box-shadow:0 0 0 80px rgba(126,242,189,.025),0 0 0 160px rgba(115,220,255,.018),0 0 90px rgba(115,220,255,.08); }
.partner-heading { margin-left:0; text-align:left; }
.partner-soft { background:#f3f7f8; }
.partner-three article,.partner-proof article,.partner-audience article,.partner-safety article { border-radius:var(--radius); }
.partner-three article:hover,.partner-proof article:hover,.partner-safety article:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.partner-mode { background:radial-gradient(circle at 82% 12%,rgba(126,242,189,.11),transparent 27rem),var(--ink); }
.partner-table-wrap { border:1px solid var(--line); box-shadow:0 24px 65px rgba(7,17,31,.09); }
.partner-apply { background:linear-gradient(112deg,#0a2630,#07111f 56%,#0b1723); border-top:1px solid rgba(126,242,189,.18); }
.partner-form-card { border:1px solid rgba(115,220,255,.13); box-shadow:0 35px 90px rgba(0,0,0,.28); }
.partner-float:hover { color:var(--ink); background:var(--lime); }

@media (max-width:1000px){
  .partner-three,.partner-audience,.partner-proof { grid-template-columns:repeat(2,1fr); }.partner-safety { grid-template-columns:repeat(2,1fr); }.partner-apply-grid { grid-template-columns:1fr; }
}
@media (max-width:640px){
  .partner-section { padding:60px 0; }.partner-hero { min-height:auto; padding:118px 0 70px; }.partner-hero h1 { font-size:clamp(32px,9.2vw,44px); }.partner-hero-inner>p { font-size:14px; }.partner-actions { display:grid; }.partner-actions a { width:100%; }.partner-stats { grid-template-columns:1fr 1fr; gap:22px; margin-top:42px; }.partner-stats div:last-child { grid-column:1/-1; }.partner-three,.partner-audience,.partner-proof,.partner-mode-grid,.partner-safety { grid-template-columns:1fr; }.partner-form-card { grid-template-columns:1fr; }.partner-qr-pane { max-width:220px; margin:auto; }.partner-float { right:13px; bottom:13px; }
}
