:root{--page: #ffffff;--surface: rgba(255, 255, 255, .74);--soft: #f6f8fb;--soft-2: #eef3f9;--ink: #0d1117;--muted: #5f6b7a;--quiet: #8792a0;--line: rgba(15, 23, 42, .08);--line-strong: rgba(15, 23, 42, .13);--blue: #2864d8;--blue-soft: #edf5ff;--blue-pale: #f5f9ff;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 18px 60px rgba(28, 42, 66, .1);--shadow-lg: 0 36px 90px rgba(35, 56, 88, .14);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page)}body{margin:0;min-width:320px;color:var(--ink);background:radial-gradient(circle at 50% -10%,rgba(126,171,239,.22),transparent 32%),linear-gradient(180deg,#fff,#fbfcfe 44%,#fff)}a{color:inherit;text-decoration:none}.site-frame{width:min(1140px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(15,23,42,.06);background:#ffffffc7;-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%)}.header-inner{min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-size:1.02rem;font-weight:720;letter-spacing:-.01em}.logo-mark{width:34px;height:34px;display:inline-grid;place-items:center;position:relative;flex:0 0 auto}.logo-ring{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border:2px solid #111827;border-radius:50%}.logo-core{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px #2864d814}.logo-cut{position:absolute;width:13px;height:2px;right:3px;bottom:7px;border-radius:999px;background:#111827;transform:rotate(42deg);transform-origin:center}.nav-links{display:flex;justify-content:center;align-items:center;gap:28px;color:var(--muted);font-size:.93rem;font-weight:520}.nav-links a{transition:color .16s ease}.nav-links a:hover,.site-footer a:hover{color:var(--blue)}.header-cta,.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-size:.94rem;font-weight:640;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.header-cta{padding:0 16px;color:var(--ink);background:#ffffffad;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.button{padding:0 20px}.button.primary{color:#fff;background:#111827;box-shadow:0 12px 28px #11182724}.button.secondary{color:var(--ink);background:#ffffffc7;border:1px solid var(--line)}.button:hover,.header-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.hero{min-height:min(760px,calc(100vh - 72px));display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,.82fr);align-items:center;gap:clamp(52px,7vw,94px);padding:clamp(74px,10vh,112px) 0 clamp(72px,10vh,104px)}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.eyebrow,.section-label,.status-pill{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.78rem;font-weight:720;letter-spacing:.04em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{max-width:720px;font-size:clamp(3.15rem,5vw,5.15rem);line-height:1.03;letter-spacing:-.055em}h2{max-width:780px;font-size:clamp(2.1rem,3.8vw,3.75rem);line-height:1.06;letter-spacing:-.045em}h3{font-size:1.08rem;letter-spacing:-.02em}.hero-copy p,.split-section p{max-width:640px;color:var(--muted);font-size:1.08rem;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-top:6px}.hero-panel{min-height:500px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative;border:1px solid var(--line);border-radius:28px;background:linear-gradient(150deg,#ffffffe6,#f6f9fdb8),radial-gradient(circle at 20% 5%,rgba(40,100,216,.13),transparent 34%);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.hero-panel:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:22px;border:1px solid rgba(40,100,216,.08);pointer-events:none}.panel-topline,.metric-row{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}.panel-topline{color:var(--muted);font-weight:650;font-size:.94rem}.status-pill{padding:7px 11px;border-radius:999px;color:var(--blue);background:var(--blue-soft);letter-spacing:0;text-transform:none}.orbit-map{min-height:330px;display:grid;place-items:center;position:relative;z-index:1}.orbit-map:before,.orbit-map:after{content:"";position:absolute;border-radius:999px;border:1px solid rgba(23,37,84,.08)}.orbit-map:before{width:300px;height:300px;background:radial-gradient(circle,#fff9,#eff6ff4d)}.orbit-map:after{width:198px;height:198px}.core-node,.orbit-node{position:absolute;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#ffffffd6;box-shadow:0 10px 30px #23385814;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.core-node{width:150px;height:94px;flex-direction:column;gap:8px;border-radius:22px;color:var(--ink);font-weight:760;z-index:2;transition:transform .18s ease,box-shadow .18s ease}.core-node:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.core-node .logo-mark{width:30px;height:30px}.orbit-node{min-width:116px;min-height:42px;padding:0 13px;border-radius:999px;color:#1f2937;font-size:.9rem;font-weight:650}.orbit-1{transform:translate(-122px,-126px)}.orbit-2{transform:translate(132px,-80px)}.orbit-3{transform:translate(-132px,92px)}.orbit-4{transform:translate(118px,126px)}.orbit-5{transform:translateY(152px)}.metric-row{padding:16px;border:1px solid var(--line);border-radius:20px;background:#ffffff9e}.metric-row div{display:flex;flex-direction:column;gap:3px}.metric-row strong{font-size:1.55rem;letter-spacing:-.03em}.metric-row span{color:var(--quiet);font-size:.82rem}.section{padding:110px 0}.soft-band{background:linear-gradient(180deg,#f8fafc,#fff);border-top:1px solid rgba(15,23,42,.05);border-bottom:1px solid rgba(15,23,42,.05)}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(34px,7vw,100px);align-items:start}.section-heading{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}.card-grid,.service-grid,.why-grid{display:grid;gap:18px}.ecosystem-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card,.service-card{min-height:240px;padding:26px;display:flex;flex-direction:column;gap:14px;position:relative;border:1px solid var(--line);border-radius:24px;background:#ffffffc7;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}.product-card:hover,.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card-number{color:var(--quiet);font-size:.82rem;font-weight:720}.service-card svg,.why-item svg{color:var(--blue)}.card-link{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:.9rem;font-weight:680}.product-card p,.service-card p{color:var(--muted);line-height:1.68}.industries-section,.why-section,.cta-section{border-radius:32px}.industries-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:40px;padding:54px;background:var(--soft)}.industry-list{display:flex;align-content:flex-start;flex-wrap:wrap;gap:12px}.industry-list span{display:inline-flex;align-items:center;gap:8px;padding:12px 15px;border-radius:999px;color:#263140;background:#fff;box-shadow:var(--shadow-sm)}.why-section{padding-top:0}.why-grid{grid-template-columns:.82fr 1.18fr;align-items:center;padding:34px;border-radius:32px;background:radial-gradient(circle at 10% 10%,rgba(40,100,216,.08),transparent 32%),var(--soft)}.why-visual{min-height:270px;display:grid;grid-template-columns:repeat(2,86px);place-content:center;gap:16px}.why-visual svg{width:86px;height:86px;padding:23px;border-radius:24px;color:var(--blue);background:#ffffffc7;box-shadow:var(--shadow-sm)}.why-list{display:grid;gap:12px}.why-item{display:flex;align-items:center;gap:12px;padding:17px 18px;border-radius:18px;background:#ffffffd1;color:#263140}.cta-section{margin:20px auto 68px;padding:clamp(34px,5vw,64px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,#f6f8fbeb,#eef6ffeb),#f8fafc}.site-footer{border-top:1px solid var(--line);color:var(--muted)}.footer-inner{min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px}.footer-brand{color:var(--ink)}@media(max-width:980px){.header-inner{grid-template-columns:1fr auto}.nav-links{display:none}.hero,.split-section,.industries-section,.why-grid{grid-template-columns:1fr}.hero{min-height:auto;gap:46px}h1{max-width:860px}.ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:981px)and (max-height:820px){.hero{min-height:auto;padding:56px 0 70px}h1{font-size:clamp(3rem,4.5vw,4.55rem)}.hero-panel{min-height:460px}.orbit-map{min-height:300px}}@media(max-width:680px){.site-frame{width:min(100% - 30px,1140px)}.header-inner{min-height:68px;gap:12px}.brand{font-size:.98rem}.header-cta{padding:0 13px}.hero{padding:58px 0 70px}h1{font-size:clamp(2.7rem,13vw,4.05rem);letter-spacing:-.05em}h2{letter-spacing:-.04em}.hero-actions,.hero-actions .button,.cta-section .button{width:100%}.hero-panel{min-height:470px;padding:18px;border-radius:24px}.panel-topline,.metric-row,.cta-section,.footer-inner{align-items:flex-start;flex-direction:column;display:flex}.orbit-map{min-height:310px}.orbit-map:before{width:244px;height:244px}.orbit-map:after{width:166px;height:166px}.core-node{width:132px;height:86px}.orbit-node{min-width:98px;min-height:38px;font-size:.78rem}.orbit-1{transform:translate(-90px,-110px)}.orbit-2{transform:translate(96px,-72px)}.orbit-3{transform:translate(-96px,82px)}.orbit-4{transform:translate(86px,110px)}.orbit-5{transform:translateY(132px)}.ecosystem-grid,.service-grid{grid-template-columns:1fr}.section{padding:72px 0}.industries-section,.why-grid{padding:26px;border-radius:24px}.product-card,.service-card{min-height:auto}}
