:root{--orange:#ff5a1f;--orange2:#ff7a32;--ink:#141416;--paper:#f5f3ef;--white:#fff;--muted:#6e6e70;--purple:#6e21c8;--line:rgba(20,20,22,.14);--radius:28px;--shadow:0 24px 70px rgba(20,20,22,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.skip-link{position:fixed;left:16px;top:-60px;background:#fff;padding:10px 16px;z-index:999}.skip-link:focus{top:16px}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5vw;background:rgba(245,243,239,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:11px}.brand strong{display:block;font-size:25px;line-height:1;letter-spacing:-1px}.brand small{display:block;font-size:9px;letter-spacing:2px;margin-top:7px}.brand-mark{width:42px;height:30px;position:relative;display:inline-block}.brand-mark i{position:absolute;bottom:2px;background:linear-gradient(145deg,var(--orange2),var(--orange));border-radius:50% 50% 42% 42%}.brand-mark i:nth-child(1){width:23px;height:23px;left:9px;top:0}.brand-mark i:nth-child(2){width:20px;height:18px;left:0;bottom:0}.brand-mark i:nth-child(3){width:20px;height:18px;right:0;bottom:0}.site-header nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}.site-header nav a{transition:.2s}.site-header nav a:hover{color:var(--orange)}.nav-cta{background:var(--ink);color:#fff!important;padding:11px 20px;border-radius:999px}.nav-cta:hover{background:var(--orange)}.menu-toggle{display:none;border:0;background:var(--ink);color:#fff;padding:8px 13px;border-radius:999px}.hero{min-height:calc(100vh - 84px);padding:7vw 6vw 5vw;display:grid;grid-template-columns:1.08fr .92fr;gap:5vw;align-items:center;overflow:hidden;background:radial-gradient(circle at 74% 46%,rgba(255,90,31,.13),transparent 30%),linear-gradient(180deg,#faf9f6,var(--paper))}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:2px;color:var(--muted);text-transform:uppercase}.eyebrow span{width:32px;height:3px;background:var(--orange)}.hero h1,.section-heading h2,.solution h2,.website-copy h2,.contact-section h2{font-size:clamp(42px,5.5vw,82px);line-height:1.04;letter-spacing:-4px;margin:24px 0}.hero h1 em{font-style:normal;color:var(--orange)}.hero-lead{font-size:18px;color:#535357;max-width:720px}.hero-actions{display:flex;align-items:center;gap:26px;margin:38px 0 46px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;border:0;border-radius:999px;padding:15px 22px;font-weight:900;cursor:pointer;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);color:white;box-shadow:0 14px 35px rgba(255,90,31,.25)}.button-dark{background:var(--ink);color:#fff}.text-link{font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:5px}.text-link span{color:var(--orange);margin-left:8px}.trust-strip{list-style:none;padding:24px 0 0;margin:0;border-top:1px solid var(--line);display:flex;gap:35px}.trust-strip li{display:flex;flex-direction:column}.trust-strip strong{font-size:18px}.trust-strip span{font-size:11px;color:var(--muted)}.hero-visual{position:relative;min-height:590px;background:var(--ink);border-radius:50% 50% 48% 52%;box-shadow:var(--shadow);transform:rotate(-3deg)}.hero-visual:before{content:"";position:absolute;inset:4%;border:1px dashed rgba(255,255,255,.22);border-radius:50%}.orbit{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:70%;height:70%}.orbit-two{width:93%;height:93%}.core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(3deg);width:180px;height:180px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--orange);color:#fff;box-shadow:0 0 0 14px rgba(255,90,31,.15)}.core span{font-size:10px;letter-spacing:4px}.core strong{font-size:35px;line-height:1}.core small{font-weight:800}.satellite{position:absolute;display:grid;place-items:center;width:88px;height:88px;background:#fff;border-radius:50%;font-size:12px;font-weight:900;transform:rotate(3deg);box-shadow:0 12px 30px rgba(0,0,0,.22)}.s1{left:9%;top:17%}.s2{right:9%;top:18%;color:var(--orange)}.s3{right:3%;bottom:22%;background:var(--purple);color:#fff}.s4{left:5%;bottom:17%}.s5{left:43%;bottom:3%;background:#ffd0bd}.hero-note{position:absolute;right:-7%;top:42%;background:#fff;padding:18px 24px;box-shadow:var(--shadow);display:flex;gap:15px;transform:rotate(3deg)}.hero-note b{color:var(--orange);font-size:26px}.hero-note span{font-size:12px;line-height:1.3;font-weight:700}.marquee{overflow:hidden;background:var(--orange);color:#fff;padding:13px 0;white-space:nowrap;font-weight:900;letter-spacing:2px;transform:rotate(-1deg);width:102%;margin-left:-1%}.marquee div{animation:marquee 24s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:110px 6vw}.section-heading{display:grid;grid-template-columns:1fr 1.2fr;column-gap:8vw;align-items:end;margin-bottom:60px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{font-size:clamp(38px,4.5vw,68px);margin:22px 0 0}.section-heading>p:last-child{color:var(--muted);font-size:17px;max-width:600px}.product-feature{min-height:520px;border-radius:var(--radius);padding:52px;display:grid;grid-template-columns:80px 1fr .9fr;gap:30px;position:relative;overflow:hidden;margin-bottom:28px}.product-dark{background:var(--ink);color:#fff}.product-index{font-size:13px;font-weight:900;color:var(--orange);border-top:2px solid var(--orange);padding-top:8px}.product-tag{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--orange);font-weight:900}.product-content h3,.product-card h3{font-size:clamp(40px,5vw,72px);line-height:1;margin:18px 0 24px;letter-spacing:-2px}.product-content>p{max-width:580px;color:#bdbdbf;font-size:17px}.feature-list,.product-card ul{padding:0;list-style:none;margin:32px 0}.feature-list li,.product-card li{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.14)}.feature-list li:before,.product-card li:before{content:"↗";color:var(--orange);margin-right:10px}.product-art{position:relative;display:grid;place-items:center}.crm-window{width:92%;aspect-ratio:1.2;background:#f3f1ed;border:12px solid #29292c;border-radius:24px;padding:35px 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;transform:rotate(4deg)}.crm-window i{height:8px;background:#ccc;border-radius:6px}.crm-window b{height:120px;background:linear-gradient(180deg,#ff7642,#ffd1c0);border-radius:12px}.floating-stat{position:absolute;right:-10px;top:12%;background:var(--orange);padding:14px 19px;border-radius:99px;font-weight:900}.product-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:28px}.product-card{padding:48px;border-radius:var(--radius);min-height:620px;position:relative;overflow:hidden}.product-card p{max-width:560px;color:#4e4e52}.product-card ul{position:relative;z-index:2}.product-card li{border-bottom-color:rgba(20,20,22,.15)}.seo-card{background:#ffc7b0}.geo-card{background:#dad0f1}.card-symbol{position:absolute;right:-10px;bottom:-22px;font-size:clamp(70px,10vw,155px);font-weight:900;line-height:1;color:rgba(20,20,22,.09)}.card-symbol b{color:rgba(255,90,31,.3)}.ai-feature{background:#fff;grid-template-columns:80px .75fr 1.25fr;border:1px solid var(--line);box-shadow:var(--shadow)}.ai-feature .product-content>p{color:var(--muted)}.steps-mini{display:grid;gap:6px;margin-top:25px}.steps-mini span{display:flex;gap:10px;font-weight:700;font-size:14px}.steps-mini b{color:var(--orange)}.product-image-frame{margin:0;align-self:center;background:#eee;border:10px solid var(--ink);border-radius:18px;overflow:hidden;transform:rotate(2deg);box-shadow:0 24px 60px rgba(0,0,0,.18)}.solution{background:var(--ink);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw}.eyebrow.light{color:#aaa}.solution h2,.contact-section h2{font-size:clamp(42px,5vw,72px)}.solution-intro>p:last-child{color:#aaa;font-size:17px}.growth-track{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.2)}.growth-track li{display:flex;align-items:center;gap:30px;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.2);transition:.25s}.growth-track li:hover{padding-left:16px;background:linear-gradient(90deg,rgba(255,90,31,.15),transparent)}.growth-track>li>b{color:var(--orange);font-size:12px}.growth-track div{display:flex;justify-content:space-between;width:100%;align-items:center}.growth-track strong{font-size:24px}.growth-track span{color:#aaa;font-size:13px}.geo-system-section{background:#fff}.section-heading.compact{display:block;max-width:900px}.section-heading.compact h2{font-size:clamp(40px,5vw,70px)}.wide-visual{margin:0;border:1px solid var(--line);padding:12px;background:#fff;box-shadow:var(--shadow)}.wide-visual img{width:100%}.website-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:8vw;align-items:center}.poster-wrap{max-height:770px;overflow:hidden;border-radius:32px;box-shadow:var(--shadow);background:#fff}.poster-wrap img{width:100%;height:100%;object-fit:cover;object-position:top}.website-copy h2{font-size:clamp(40px,5vw,70px)}.website-copy>p{font-size:17px;color:var(--muted)}.capability-grid{display:grid;grid-template-columns:1fr 1fr;margin:35px 0;gap:1px;background:var(--line);border:1px solid var(--line)}.capability-grid div{background:var(--paper);padding:25px}.capability-grid b{display:block;color:var(--orange);font-size:12px}.capability-grid strong{display:block;font-size:17px;margin:6px 0}.capability-grid span{font-size:12px;color:var(--muted)}.why-us{background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.why-grid article{background:#fff;padding:34px;min-height:260px}.why-grid b{color:var(--orange);font-size:12px}.why-grid h3{font-size:23px;line-height:1.25;margin-top:35px}.why-grid p{color:var(--muted);font-size:14px}.contact-section{background:var(--ink);color:#fff;padding:110px 6vw;display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw}.contact-section>div>p{color:#aaa;max-width:650px}.contact-direct{display:flex;flex-wrap:wrap;gap:15px;margin-top:30px}.contact-direct a{border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:9px 15px;font-size:13px}.contact-section form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#222225;padding:34px;border:1px solid rgba(255,255,255,.1)}.contact-section label{font-size:12px;color:#aaa}.contact-section input,.contact-section select,.contact-section textarea{display:block;width:100%;margin-top:8px;background:#151517;border:1px solid #444;color:#fff;padding:13px 14px;outline:none}.contact-section input:focus,.contact-section select:focus,.contact-section textarea:focus{border-color:var(--orange)}.contact-section .full{grid-column:1/-1}.form-status{margin:0;color:#ffb79c;font-size:13px}footer{padding:45px 6vw;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#080809;color:#aaa;font-size:12px}.footer-brand{color:#fff}.footer-brand strong{font-size:20px}
/* Clients */
.clients-section{padding:115px 0 90px;background:#fff;overflow:hidden}.clients-heading{display:grid;grid-template-columns:1fr .9fr;gap:8vw;align-items:end;padding:0 6vw 52px}.clients-heading h2{font-size:clamp(48px,6vw,86px);letter-spacing:-5px;line-height:1;margin:24px 0 0}.clients-heading>p{color:var(--muted);font-size:17px;max-width:620px}.client-rail{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.client-rail+.client-rail{border-top:0}.client-track{display:flex;width:max-content;animation:client-scroll 45s linear infinite}.client-rail.reverse .client-track{animation-direction:reverse;animation-duration:42s}.client-rail:hover .client-track{animation-play-state:paused}.client-set{display:flex}.client-set figure{width:220px;height:164px;margin:0;padding:26px 24px 18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;background:#fff}.client-set img{width:100%;height:78px;object-fit:contain;filter:grayscale(1);opacity:.72;transition:.25s}.client-set figure:hover img{filter:none;opacity:1;transform:scale(1.04)}.client-set figcaption{font-size:12px;font-weight:900;line-height:1.25;display:flex;justify-content:space-between;gap:10px}.client-set figcaption span{font-size:9px;font-weight:500;color:var(--muted);text-align:right}.industry-line{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:42px 6vw 0}.industry-line span{border:1px solid var(--line);border-radius:999px;padding:7px 13px;font-size:11px;color:var(--muted)}@keyframes client-scroll{to{transform:translateX(-50%)}}
/* News */
.news-section{background:var(--paper);border-top:1px solid var(--line)}.news-heading{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:8vw;margin-bottom:55px}.news-heading h2{font-size:clamp(42px,5vw,72px);line-height:1.04;letter-spacing:-4px;margin:22px 0 0}.news-heading>p{font-size:17px;color:var(--muted);max-width:520px}.news-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:28px}.news-featured{position:relative;min-height:620px;padding:42px;background:var(--orange);color:#fff;border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.news-featured:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.25);border-radius:50%;right:-80px;top:75px}.news-featured:after{content:"N";position:absolute;right:-18px;bottom:-150px;font-size:430px;font-weight:900;line-height:1;color:rgba(255,255,255,.09)}.news-meta{position:relative;z-index:2;display:flex;justify-content:space-between;font-size:11px;font-weight:900;letter-spacing:1px}.news-meta span{background:#fff;color:var(--orange);padding:7px 12px;border-radius:999px}.news-orbit{position:absolute;right:6%;top:16%;width:350px;height:350px;border:1px solid rgba(255,255,255,.3);border-radius:50%;animation:news-spin 24s linear infinite}.news-orbit:before,.news-orbit:after{content:"";position:absolute;inset:18%;border:1px solid rgba(255,255,255,.25);border-radius:50%}.news-orbit:after{inset:38%;background:#fff}.news-orbit i{position:absolute;background:var(--ink);padding:8px 12px;border-radius:999px;font-size:10px;font-style:normal;font-weight:900}.news-orbit i:nth-child(1){left:-5%;top:45%}.news-orbit i:nth-child(2){right:7%;top:2%}.news-orbit i:nth-child(3){right:-7%;bottom:18%}@keyframes news-spin{to{transform:rotate(360deg)}}.news-copy{position:relative;z-index:2;max-width:580px}.news-copy>p{font-size:11px;letter-spacing:2px;font-weight:900}.news-copy h3{font-size:clamp(32px,3vw,48px);line-height:1.14;letter-spacing:-2px;margin:15px 0}.news-copy>span{display:block;max-width:520px;color:rgba(255,255,255,.82)}.news-copy a{display:inline-flex;align-items:center;gap:28px;margin-top:26px;padding-bottom:5px;border-bottom:1px solid #fff;font-weight:900}.news-list{display:grid;grid-template-rows:repeat(3,1fr);border-top:1px solid var(--line)}.news-list article{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:20px;padding:30px 12px;border-bottom:1px solid var(--line);transition:.2s}.news-list article:hover{background:#fff;padding-left:22px}.news-number{font-size:12px;color:var(--orange);font-weight:900}.news-list p{font-size:11px;color:var(--orange);font-weight:900;letter-spacing:1px;margin:0}.news-list h3{font-size:clamp(20px,2vw,29px);line-height:1.25;margin:8px 0 12px;letter-spacing:-1px}.news-list span{font-size:12px;color:var(--muted)}.news-list article>a{width:42px;height:42px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-weight:900;transition:.2s}.news-list article>a:hover{background:var(--ink);color:#fff}.label-line{display:flex;align-items:center;gap:5px}.required-mark{color:#ff7043;font-size:15px;font-weight:900}.label-line small{margin-left:auto;color:#ff9c78;font-size:9px;letter-spacing:1px}.contact-section input:required:invalid:not(:placeholder-shown){border-color:#ff7043;background:rgba(255,90,31,.07)}
@media(max-width:1000px){.site-header nav{position:absolute;left:0;right:0;top:84px;background:var(--paper);padding:25px 5vw;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding-top:70px}.hero-visual{min-height:520px;max-width:650px;width:100%;margin:auto}.section-heading{grid-template-columns:1fr}.section-heading>p:last-child{margin-top:20px}.clients-heading{grid-template-columns:1fr;gap:20px}.product-feature,.ai-feature{grid-template-columns:60px 1fr}.product-art,.product-image-frame{grid-column:2;margin-top:25px}.product-pair,.solution,.website-section,.contact-section,.news-heading,.news-layout{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr 1fr}.poster-wrap{max-width:570px;margin:auto}.website-copy{max-width:780px}.solution{gap:50px}.news-heading{gap:20px}.news-featured{min-height:560px}}
@media(max-width:640px){.site-header{height:72px;padding:0 18px}.brand strong{font-size:21px}.brand small{letter-spacing:1px}.site-header nav{top:72px}.hero{padding:55px 20px}.hero h1{font-size:46px;letter-spacing:-2px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-strip{gap:16px}.trust-strip strong{font-size:14px}.hero-visual{min-height:390px}.core{width:125px;height:125px}.core strong{font-size:25px}.satellite{width:66px;height:66px;font-size:10px}.hero-note{display:none}.clients-section{padding:80px 0 65px}.clients-heading{padding:0 20px 38px}.clients-heading h2{letter-spacing:-3px}.client-set figure{width:170px;height:142px;padding:20px 18px 15px}.client-set img{height:65px}.section{padding:75px 20px}.section-heading{margin-bottom:38px}.section-heading h2,.solution h2,.website-copy h2,.contact-section h2,.news-heading h2{letter-spacing:-2px}.product-feature,.ai-feature{display:block;padding:30px;min-height:auto}.product-index{width:40px}.product-content h3,.product-card h3{font-size:42px}.product-art{min-height:310px}.product-image-frame{margin-top:25px}.product-pair{grid-template-columns:1fr}.product-card{padding:30px;min-height:570px}.growth-track div{display:block}.growth-track span{display:block}.capability-grid,.why-grid{grid-template-columns:1fr}.news-featured{min-height:520px;padding:28px}.news-orbit{width:280px;height:280px;right:-30px}.news-list article{grid-template-columns:34px 1fr 42px;gap:10px;padding:24px 0}.contact-section{padding:75px 20px}.contact-section form{grid-template-columns:1fr;padding:22px}.contact-section form>*{grid-column:1/-1!important}footer{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div,.news-orbit,.client-track{animation:none}.button,.growth-track li{transition:none}}
