:root {
  --navy: #07111f;
  --navy-2: #0b192a;
  --navy-3: #10243b;
  --orange: #ff7a2f;
  --orange-light: #ff9a5c;
  --ink: #142033;
  --muted: #647085;
  --line: #dfe5ec;
  --paper: #f6f8fa;
  --white: #fff;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "PingFang SC", "Microsoft YaHei", Inter, system-ui, sans-serif; background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-noise { position: fixed; inset: 0; opacity: .022; pointer-events: none; z-index: 9999; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }

.site-header { position: absolute; top: 0; left: 0; width: 100%; height: 88px; z-index: 100; color: var(--white); transition: .3s ease; }
.site-header.scrolled { position: fixed; height: 72px; background: rgba(7,17,31,.92); backdrop-filter: blur(18px); box-shadow: 0 8px 40px rgba(0,0,0,.13); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(145deg, var(--orange), #ff9c4c); box-shadow: 0 8px 24px rgba(255,122,47,.23); }
.brand-mark svg { width: 30px; height: 30px; fill: none; stroke: white; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-text b { font-size: 19px; letter-spacing: 3px; }
.brand-text small { font-size: 7px; letter-spacing: 2.2px; opacity: .62; }
.site-menu { display: flex; align-items: center; gap: 38px; font-size: 14px; }
.site-menu > a:not(.nav-cta) { position: relative; color: rgba(255,255,255,.76); transition: .2s; }
.site-menu > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--orange); transition: .25s; }
.site-menu > a:not(.nav-cta):hover { color: white; }
.site-menu > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; transition: .25s; }
.nav-cta:hover { background: var(--orange); border-color: var(--orange); }
.nav-cta span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px 7px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; transition: .25s; }

.hero { min-height: 810px; height: 100vh; max-height: 940px; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 72% 38%, #153758 0, var(--navy-2) 24%, var(--navy) 62%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 50%, transparent); }
.hero::after { content: ""; position: absolute; right: -10%; bottom: -33%; width: 68%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.014), 0 0 0 150px rgba(255,255,255,.012); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 350px; height: 350px; right: 12%; top: 22%; background: rgba(35,118,179,.12); box-shadow: 0 0 130px 90px rgba(35,118,179,.1); }
.hero-glow-two { width: 180px; height: 180px; right: 32%; bottom: 17%; background: rgba(255,122,47,.05); box-shadow: 0 0 110px 70px rgba(255,122,47,.06); }
.hero-grid { height: 100%; position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 35px; padding-top: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 13px; letter-spacing: 3px; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { font-size: clamp(56px, 5.5vw, 78px); line-height: 1.12; letter-spacing: -3px; margin: 23px 0 25px; font-weight: 650; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p { font-size: 17px; line-height: 2; color: rgba(255,255,255,.66); margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 25px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 14px; font-weight: 600; transition: transform .25s, background .25s, border .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--orange), #ff9045); box-shadow: 0 13px 30px rgba(255,122,47,.22); }
.button-primary:hover { background: linear-gradient(135deg, #ff8841, #ffa35d); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.18); }
.button-ghost:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); }
.play { width: 23px; height: 23px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-size: 7px; font-style: normal; padding-left: 1px; }
.hero-trust { display: flex; align-items: center; gap: 13px; margin-top: 50px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--navy); border-radius: 50%; color: white; font-size: 11px; font-weight: bold; background: linear-gradient(145deg, #244663, #13263a); }
.avatar-stack span:nth-child(2) { background: linear-gradient(145deg, #4a5a6b, #1c2a38); }
.avatar-stack span:nth-child(3) { background: linear-gradient(145deg, #7d5036, #30241c); }
.avatar-stack span:last-child { background: var(--orange); }
.hero-trust > div:not(.avatar-stack):not(.trust-line) { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 16px; }
.hero-trust small { font-size: 10px; color: rgba(255,255,255,.45); margin-top: 3px; }
.trust-line { width: 1px; height: 30px; background: rgba(255,255,255,.13); margin: 0 5px; }

.hero-visual { height: 570px; position: relative; }
.visual-card { position: absolute; background: linear-gradient(145deg, rgba(21,47,72,.94), rgba(12,31,49,.96)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 80px rgba(0,0,0,.27); backdrop-filter: blur(12px); }
.main-panel { width: 500px; height: 355px; left: 50%; top: 52%; transform: translate(-48%,-50%) perspective(900px) rotateY(-5deg) rotateX(2deg); border-radius: 16px; padding: 29px 31px; z-index: 3; }
.main-panel::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(120deg, rgba(255,255,255,.06), transparent 30%); pointer-events: none; }
.panel-top { display: flex; justify-content: space-between; align-items: flex-start; }
.panel-top > div { display: flex; flex-direction: column; }
.panel-label { color: rgba(255,255,255,.48); font-size: 12px; letter-spacing: 1px; }
.panel-top strong { font-size: 38px; margin-top: 7px; letter-spacing: -1px; }
.growth-tag { font-size: 12px; color: #77e5a1; background: rgba(66,203,117,.11); border: 1px solid rgba(66,203,117,.15); padding: 7px 10px; border-radius: 20px; }
.chart { position: relative; height: 184px; margin-top: 17px; }
.chart-grid { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid i { display: block; height: 1px; background: rgba(255,255,255,.07); }
.chart svg { position: relative; width: 100%; height: 100%; overflow: visible; }
.chart .area { fill: url(#areaGradient); }
.chart .line { fill: none; stroke: var(--orange); stroke-width: 3; filter: drop-shadow(0 0 7px rgba(255,122,47,.5)); }
.chart circle { fill: var(--orange); stroke: white; stroke-width: 3; }
.panel-bottom { display: flex; justify-content: space-between; color: rgba(255,255,255,.3); font-size: 10px; margin-top: 7px; }
.float-card { border-radius: 11px; z-index: 5; padding: 15px 18px; display: flex; align-items: center; gap: 12px; }
.float-card > div:last-child { display: flex; flex-direction: column; gap: 5px; }
.float-card small { color: rgba(255,255,255,.5); font-size: 10px; }
.float-card strong { font-size: 19px; }
.float-card-one { left: 1%; top: 12%; animation: floating 5s ease-in-out infinite; }
.float-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #65dfa0; background: rgba(65,221,151,.12); border: 1px solid rgba(65,221,151,.19); }
.float-card-two { right: 0; bottom: 13%; animation: floating 5.5s .7s ease-in-out infinite; }
.mini-bars { width: 45px; height: 38px; display: flex !important; flex-direction: row !important; align-items: flex-end; gap: 4px !important; }
.mini-bars i { flex: 1; background: linear-gradient(var(--orange-light), var(--orange)); border-radius: 2px; }
.mini-bars i:nth-child(1) { height: 40%; }.mini-bars i:nth-child(2) { height: 68%; }.mini-bars i:nth-child(3) { height: 53%; }.mini-bars i:nth-child(4) { height: 100%; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 555px; height: 555px; }.orbit-two { width: 425px; height: 425px; border-style: dashed; animation: spin 38s linear infinite; }
.data-dot { position: absolute; border-radius: 50%; width: 7px; height: 7px; background: var(--orange); box-shadow: 0 0 20px 5px rgba(255,122,47,.45); z-index: 4; }
.dot-one { left: 12%; bottom: 21%; }.dot-two { right: 11%; top: 20%; width: 5px; height: 5px; }.dot-three { right: 18%; bottom: 12%; background: #41a4dc; box-shadow: 0 0 18px 5px rgba(65,164,220,.4); }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 22px; transform: translateX(-50%); color: rgba(255,255,255,.3); font-size: 10px; letter-spacing: 2px; writing-mode: vertical-rl; display: flex; align-items: center; gap: 9px; }
.scroll-cue span { width: 1px; height: 28px; background: linear-gradient(var(--orange), transparent); }
@keyframes floating { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.client-strip { border-bottom: 1px solid #edf0f3; background: white; }
.client-row { min-height: 112px; display: flex; align-items: center; gap: 60px; }
.client-title { color: #9aa4b0; font-size: 12px; padding-right: 45px; border-right: 1px solid var(--line); white-space: nowrap; }
.client-list { flex: 1; display: flex; align-items: center; justify-content: space-between; color: #87919d; font-size: 14px; font-weight: 600; }
.client-list span { display: flex; align-items: center; gap: 8px; }.client-list i { color: #aab2bc; font-style: normal; font-size: 18px; }

.section { padding: 120px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 58px; }
.section-kicker { display: block; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: 3px; margin-bottom: 18px; }
.section h2, .contact h2 { font-size: clamp(35px, 4vw, 48px); line-height: 1.3; letter-spacing: -1.6px; margin: 0; font-weight: 650; }
.section-heading > p { width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 445px; position: relative; overflow: hidden; padding: 31px 28px 27px; background: white; border: 1px solid #e7ebef; transition: .35s ease; }
.service-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: .35s; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 25px 55px rgba(20,32,51,.09); border-color: transparent; }.service-card:hover::before { transform: scaleX(1); }
.service-number { position: absolute; right: 24px; top: 19px; color: #eef1f4; font-size: 44px; font-weight: 700; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 19px 0 30px; color: var(--orange); background: #fff5ee; border-radius: 10px; }
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 20px; margin: 0 0 14px; }
.service-card > p { color: var(--muted); font-size: 13px; line-height: 1.85; margin: 0; min-height: 72px; }
.service-card ul { padding: 17px 0 0; margin: 17px 0 0; border-top: 1px solid #edf0f2; list-style: none; }
.service-card li { position: relative; color: #566274; font-size: 12px; margin: 11px 0; padding-left: 13px; }.service-card li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); position: absolute; left: 0; top: 6px; }
.service-card a { position: absolute; left: 28px; bottom: 25px; color: var(--ink); font-size: 12px; font-weight: 700; }.service-card a span { color: var(--orange); margin-left: 10px; transition: margin .2s; }.service-card a:hover span { margin-left: 16px; }
.service-card.featured { background: var(--navy-2); color: white; border-color: var(--navy-2); box-shadow: 0 25px 50px rgba(7,17,31,.18); }
.service-card.featured .service-number { color: rgba(255,255,255,.07); }.service-card.featured .service-icon { background: rgba(255,122,47,.12); }.service-card.featured > p, .service-card.featured li { color: rgba(255,255,255,.55); }.service-card.featured ul { border-color: rgba(255,255,255,.1); }.service-card.featured a { color: white; }

.solutions { overflow: hidden; background: white; }
.solution-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 70px; }
.solution-copy > p { color: var(--muted); font-size: 14px; line-height: 1.95; margin: 25px 0 32px; max-width: 490px; }
.advantage-list { border-top: 1px solid var(--line); }
.advantage-list > div { display: flex; gap: 20px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }
.advantage-list > div > span { color: var(--orange); font-size: 11px; font-weight: 700; }
.advantage-list p { margin: 0; display: flex; flex-direction: column; gap: 5px; }
.advantage-list strong { font-size: 15px; }.advantage-list small { color: #8b95a2; font-size: 11px; }
.process-visual { height: 550px; position: relative; }
.process-ring { position: absolute; border: 1px solid #e4e9ed; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }.ring-a { width: 490px; height: 490px; }.ring-b { width: 335px; height: 335px; border-style: dashed; animation: spin 42s linear infinite reverse; }.ring-c { width: 200px; height: 200px; background: #f7f9fb; }
.process-core { width: 138px; height: 138px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; border-radius: 50%; background: var(--navy-2); color: white; box-shadow: 0 22px 60px rgba(7,17,31,.23); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.process-core span { color: var(--orange); font-size: 12px; letter-spacing: 2px; }.process-core strong { font-size: 19px; letter-spacing: 2px; margin: 4px 0; }.process-core small { color: rgba(255,255,255,.4); font-size: 9px; }
.process-node { width: 134px; min-height: 104px; position: absolute; z-index: 3; padding: 18px; background: white; border: 1px solid #e2e7ec; box-shadow: 0 13px 34px rgba(20,32,51,.08); display: flex; flex-direction: column; }
.process-node i { color: var(--orange); font-size: 10px; font-style: normal; font-weight: 700; }.process-node strong { font-size: 14px; margin: 9px 0 5px; }.process-node small { font-size: 8px; letter-spacing: 1px; color: #a0a9b4; }
.node-a { left: 0; top: 50%; transform: translateY(-50%); }.node-b { left: 50%; top: 0; transform: translateX(-50%); }.node-c { right: 0; top: 50%; transform: translateY(-50%); }.node-d { left: 50%; bottom: 0; transform: translateX(-50%); }

.cases { background: var(--navy); color: white; }
.cases .section-heading { align-items: center; }
.text-link { color: rgba(255,255,255,.65); font-size: 13px; }.text-link span { color: var(--orange); margin-left: 10px; }
.case-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 20px; }
.case-card { overflow: hidden; background: #0e2033; border: 1px solid rgba(255,255,255,.08); transition: .35s; }.case-card:hover { transform: translateY(-6px); border-color: rgba(255,122,47,.4); }
.case-large { grid-row: span 2; }
.case-art { position: relative; height: 238px; overflow: hidden; background: linear-gradient(140deg,#122d48,#0b1929); }
.case-large .case-art { height: 410px; }
.case-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, transparent, rgba(255,122,47,.08)); }
.dashboard-window { position: absolute; width: 74%; height: 68%; left: 13%; top: 17%; z-index: 2; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(7,17,31,.75); display: flex; transform: perspective(800px) rotateX(3deg); box-shadow: 0 30px 50px rgba(0,0,0,.32); }
.dash-side { width: 15%; border-right: 1px solid rgba(255,255,255,.08); padding: 28px 12px; }.dash-side i { display: block; height: 5px; background: rgba(255,255,255,.12); margin-bottom: 17px; border-radius: 4px; }.dash-side i:nth-child(2) { background: var(--orange); }
.dash-main { flex: 1; padding: 23px; }.dash-main > span { display: block; width: 27%; height: 7px; background: rgba(255,255,255,.25); border-radius: 5px; }.dash-cards { display: flex; gap: 10px; margin: 20px 0; }.dash-cards i { height: 48px; flex: 1; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); }.dash-chart { height: 93px; border: 1px solid rgba(255,255,255,.07); background: linear-gradient(170deg, transparent 55%, rgba(255,122,47,.16) 56%, transparent 59%); }
.case-info { min-height: 160px; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.case-info span { color: var(--orange-light); font-size: 10px; letter-spacing: 1px; }.case-info h3 { margin: 9px 0 10px; font-size: 19px; }.case-info p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }
.case-result { min-width: 95px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; }.case-result strong { font-size: 27px; color: var(--orange); }.case-result small { color: rgba(255,255,255,.35); font-size: 9px; margin-top: 4px; }
.phone { position: absolute; width: 96px; height: 190px; top: 25px; left: 34%; z-index: 2; padding: 12px 8px; border: 3px solid #728092; border-radius: 14px; background: #f8fafb; transform: rotate(-5deg); box-shadow: 0 18px 35px rgba(0,0,0,.3); }.phone-head { width: 35px; height: 4px; margin: 0 auto 10px; background: #d9dee5; }.phone-hero { height: 48px; background: linear-gradient(135deg,#ff8a43,#ffc09a); border-radius: 3px; }.phone-row { display: flex; gap: 4px; margin: 10px 0; }.phone-row i { width: 18px; height: 18px; border-radius: 50%; background: #e7ebef; }.phone-lines { height: 60px; background: repeating-linear-gradient(to bottom,#e9edf1 0,#e9edf1 4px,transparent 4px,transparent 14px); }
.retail-bubble { position: absolute; left: 53%; top: 48px; z-index: 3; padding: 10px 12px; color: #9aaabd; font-size: 9px; background: rgba(10,28,45,.93); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; box-shadow: 0 12px 30px rgba(0,0,0,.22); }.retail-bubble strong { display: block; color: #76dfa2; margin-top: 5px; font-size: 14px; }
.data-screen { width: 73%; height: 70%; position: absolute; left: 13.5%; top: 15%; z-index: 2; padding: 16px; border: 1px solid rgba(255,255,255,.17); background: rgba(7,17,31,.82); box-shadow: 0 20px 40px rgba(0,0,0,.3); }.screen-title { width: 30%; height: 5px; background: rgba(255,255,255,.25); }.screen-stats { display: flex; gap: 7px; margin: 14px 0; }.screen-stats i { flex: 1; height: 32px; background: rgba(255,255,255,.055); border-left: 2px solid var(--orange); }.screen-body { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; }.screen-body div { height: 65px; border: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle,rgba(255,122,47,.17),transparent 60%); }

.about { background: #f5f7f9; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.about-copy > p { color: var(--muted); font-size: 14px; line-height: 2; margin: 22px 0; }.button-dark { color: white; background: var(--navy-2); margin-top: 7px; }.button-dark:hover { background: var(--navy-3); }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; background: white; box-shadow: 0 25px 60px rgba(20,32,51,.08); }
.about-stats > div { min-height: 190px; padding: 42px 35px; border-right: 1px solid #e8ecf0; border-bottom: 1px solid #e8ecf0; }.about-stats > div:nth-child(even) { border-right: 0; }.about-stats > div:nth-child(n+3) { border-bottom: 0; }
.about-stats strong { font-size: 48px; letter-spacing: -2px; }.about-stats sup { color: var(--orange); font-size: 20px; font-weight: 700; }.about-stats span { display: block; color: #84909e; font-size: 12px; margin-top: 11px; }

.contact { position: relative; overflow: hidden; padding: 105px 0; color: white; background: linear-gradient(130deg, #0e2942, var(--navy)); }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 60px 60px; }
.contact-orb { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }.orb-a { left: -120px; top: -100px; box-shadow: 0 0 0 60px rgba(255,255,255,.016); }.orb-b { right: -140px; bottom: -160px; box-shadow: 0 0 0 80px rgba(255,122,47,.025); }
.contact-inner { position: relative; z-index: 2; }.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }.section-kicker.light { color: var(--orange-light); }.contact-copy > p { max-width: 450px; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.9; margin: 22px 0 30px; }.contact-points { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }.contact-points span { position: relative; padding-left: 20px; color: rgba(255,255,255,.65); font-size: 12px; }.contact-points span::before { content: "✓"; position: absolute; left: 0; color: var(--orange-light); font-weight: 700; }
.consult-form { color: var(--ink); padding: 34px 36px; background: white; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.22); }.form-heading { display: flex; flex-direction: column; gap: 7px; margin-bottom: 24px; }.form-heading strong { font-size: 21px; }.form-heading > span { color: #8a94a1; font-size: 11px; }.consult-form label:not(.form-consent) { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }.consult-form label > span { color: #566274; font-size: 11px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.consult-form input:not([type="checkbox"]), .consult-form select, .consult-form textarea { width: 100%; border: 1px solid #dfe5ea; border-radius: 4px; background: #fafbfc; color: var(--ink); font: inherit; font-size: 12px; outline: none; transition: .2s; }.consult-form input:not([type="checkbox"]), .consult-form select { height: 44px; padding: 0 13px; }.consult-form textarea { padding: 12px 13px; resize: vertical; min-height: 72px; }.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--orange); background: white; box-shadow: 0 0 0 3px rgba(255,122,47,.09); }.consult-form .invalid { border-color: #df4b4b !important; box-shadow: 0 0 0 3px rgba(223,75,75,.08) !important; }.form-consent { display: flex; align-items: center; gap: 8px; margin: 2px 0 18px; cursor: pointer; }.form-consent input { width: 15px; height: 15px; accent-color: var(--orange); }.form-consent a { color: var(--orange); }.form-submit { width: 100%; border: 0; cursor: pointer; }.form-note { color: #a0a8b2 !important; font-size: 9px !important; line-height: 1.5; text-align: center; margin: 12px 0 0 !important; }

.site-footer { color: rgba(255,255,255,.55); background: #050c15; }
.footer-main { min-height: 300px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.45fr; gap: 55px; padding-top: 67px; padding-bottom: 50px; }.footer-brand .brand { color: white; }.footer-brand p { font-size: 12px; margin-top: 24px; }.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 13px; font-size: 11px; }.footer-links strong, .footer-contact > strong { color: white; font-size: 13px; margin-bottom: 8px; }.footer-links a:hover, .footer-contact a:hover { color: var(--orange); }.footer-contact > a:first-of-type { color: white; font-size: 18px; letter-spacing: 1px; }.footer-contact p { line-height: 1.9; margin: 4px 0 0; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.28); font-size: 9px; }.footer-bottom a { margin-left: 25px; }
.back-to-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 42px; height: 42px; color: white; background: var(--orange); border: 0; border-radius: 50%; box-shadow: 0 10px 25px rgba(255,122,47,.3); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s; }.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 32px; min-width: 280px; max-width: calc(100% - 32px); padding: 14px 20px; border-radius: 6px; color: white; background: #16263a; box-shadow: 0 18px 45px rgba(0,0,0,.25); font-size: 12px; text-align: center; opacity: 0; visibility: hidden; transform: translate(-50%,16px); transition: .3s; }.toast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); }.toast.error { background: #b83b3b; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }.reveal.revealed { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .18s; }

@media (max-width: 1050px) {
  .site-menu { gap: 22px; }.hero-grid { grid-template-columns: .9fr 1.1fr; }.hero h1 { font-size: 54px; }.main-panel { width: 430px; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 420px; }.solution-grid { gap: 35px; }.process-visual { transform: scale(.88); }.footer-main { grid-template-columns: 1.7fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); align-items: start; }.footer-contact > strong { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }.site-header { height: 72px; }.brand-mark { width: 38px; height: 38px; }.brand-text b { font-size: 17px; }.menu-toggle { display: block; position: relative; z-index: 102; }.menu-toggle.active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.active > span:nth-child(2) { opacity: 0; }.menu-toggle.active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-menu { position: fixed; z-index: 101; inset: 0; background: rgba(7,17,31,.98); display: flex; flex-direction: column; justify-content: center; gap: 30px; font-size: 20px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .3s; }.site-menu.open { opacity: 1; visibility: visible; transform: none; }.site-menu > a:not(.nav-cta) { color: white; }.nav-cta { margin-top: 10px; font-size: 15px; }
  .hero { height: auto; min-height: 920px; max-height: none; }.hero-grid { display: block; padding-top: 125px; }.hero h1 { font-size: clamp(44px,13vw,62px); margin-top: 18px; }.hero-copy > p { font-size: 14px; }.desktop-break { display: none; }.hero-actions { align-items: stretch; flex-direction: column; max-width: 310px; gap: 12px; }.hero-trust { margin-top: 35px; flex-wrap: wrap; }.hero-visual { height: 400px; margin-top: 25px; }.main-panel { width: 88%; height: 280px; padding: 21px; }.panel-top strong { font-size: 29px; }.chart { height: 135px; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 310px; height: 310px; }.float-card-one { top: 1%; left: 0; }.float-card-two { bottom: 4%; right: 0; }.scroll-cue { display: none; }
  .client-row { padding: 25px 0; display: block; }.client-title { display: block; border-right: 0; margin-bottom: 22px; }.client-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.client-list span:last-child { grid-column: 1/-1; }
  .section { padding: 80px 0; }.section-heading { display: block; margin-bottom: 38px; }.section-heading > p { width: auto; margin-top: 20px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 410px; }
  .solution-grid { grid-template-columns: 1fr; }.process-visual { height: 470px; transform: scale(.72); margin: -40px -70px; }.case-grid { grid-template-columns: 1fr; }.case-large { grid-row: auto; }.case-large .case-art { height: 285px; }.case-art { height: 230px; }.case-info { padding: 22px; }.case-result { display: none; }.cases .section-heading .text-link { display: inline-block; margin-top: 22px; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }.about-stats > div { min-height: 145px; padding: 28px 22px; }.about-stats strong { font-size: 38px; }.contact { padding: 80px 0; }.contact-grid { grid-template-columns: 1fr; gap: 45px; }.contact-copy { text-align: center; }.contact-copy > p { margin-left: auto; margin-right: auto; }.contact-points { align-items: center; }.consult-form { max-width: 590px; width: 100%; margin: 0 auto; text-align: left; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-brand { grid-column: 1/-1; }.footer-contact { grid-column: 1/-1; display: flex; }.footer-bottom { padding: 20px 0; gap: 12px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 430px) {
  .hero { min-height: 890px; }.eyebrow { font-size: 11px; letter-spacing: 2px; }.hero h1 { letter-spacing: -2px; }.hero-trust .trust-line, .hero-trust > div:last-child { display: none; }.float-card { padding: 11px 13px; }.float-card-two { right: -5px; }.process-visual { transform: scale(.62); margin-left: -100px; margin-right: -100px; }.case-large .case-art { height: 245px; }.case-info h3 { font-size: 17px; }.about-stats > div { min-height: 130px; padding: 24px 17px; }.about-stats strong { font-size: 33px; }.consult-form { padding: 27px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }
}

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