:root{--bg:#08090b;--surface:#111318;--surface-2:#181b21;--text:#f6f7f8;--muted:#a3a8b2;--line:rgba(255,255,255,.1);--accent:#ff754d;--accent-2:#8c79ff;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:76px;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:44px;padding:0 max(24px,calc((100% - var(--max))/2));background:rgba(8,9,11,.8);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(22px)}.brand{display:inline-flex;align-items:center;gap:12px;font-size:18px;font-weight:700;white-space:nowrap}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#ff855d,#e84e42);box-shadow:0 10px 30px rgba(255,95,70,.22);color:#fff}.nav-links{display:flex;gap:34px;margin-left:auto}.nav-links a,.back-link{color:#c8cbd1;font-size:14px}.nav-links a:hover,.back-link:hover{color:#fff}.menu-button{display:none}.hero{min-height:calc(100vh - 76px);max-width:var(--max);margin:auto;padding:90px 24px 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;overflow:hidden}.section-kicker,.section-heading>p,.company-card>div:first-child>p,.contact-card>div:first-child>p,.product-copy>p{margin:0 0 18px;color:#b7aefe;font-size:13px;font-weight:650;letter-spacing:.08em}.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.06;letter-spacing:-.055em;margin:0}.hero-copy>p:not(.section-kicker){max-width:610px;color:var(--muted);font-size:18px;margin:28px 0 38px}.hero-actions{display:flex;gap:12px}.button{min-height:48px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:650}.button.primary{background:#fff;color:#111}.button.primary:hover{background:var(--accent);color:#fff}.button.ghost{border:1px solid var(--line);background:rgba(255,255,255,.04)}.hero-art{height:650px;position:relative;display:grid;place-items:center}.hero-halo{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(255,117,77,.3),rgba(140,121,255,.12) 45%,transparent 70%);filter:blur(8px);animation:breathe 6s ease-in-out infinite}.hero-device{position:relative;width:290px;height:580px;border:8px solid #26282d;border-radius:50px;background:#17191d;padding:6px;overflow:hidden;box-shadow:0 45px 100px rgba(0,0,0,.6);transform:rotate(4deg);animation:float 6s ease-in-out infinite}.hero-device img,.device-frame img{width:100%;height:100%;object-fit:cover;border-radius:37px}.hero-caption{position:absolute;right:2%;bottom:14%;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:rgba(20,22,27,.78);backdrop-filter:blur(18px);display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.3)}.hero-caption span{font-weight:700}.hero-caption strong{font-size:11px;color:var(--muted);font-weight:500}.section{padding:130px max(24px,calc((100% - var(--max))/2))}.section-heading{max-width:760px;margin-bottom:58px}.section-heading h2{font-size:clamp(34px,4vw,56px);line-height:1.18;letter-spacing:-.04em;margin:0}.business-section{background:#f1f2f4;color:#16181c}.business-section .section-heading>p{color:#705cf1}.business-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #ced1d6}.business-card{padding:38px 0;border-bottom:1px solid #ced1d6;display:grid;grid-template-columns:72px 1fr;column-gap:20px}.business-card:nth-child(odd){padding-right:44px;border-right:1px solid #ced1d6}.business-card:nth-child(even){padding-left:44px}.business-number{grid-row:1/3;color:#8d929b;font-size:13px}.business-card h3{font-size:24px;margin:0 0 8px}.business-card p{grid-column:2;margin:0;color:#60656f}.products-section{background:#0d0f12}.product-list{display:grid;gap:28px}.product-card{min-height:530px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:linear-gradient(130deg,#171a20,#101216);display:grid;grid-template-columns:.85fr 1.15fr;transition:transform .4s,border-color .4s}.product-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.22)}.product-card-copy{padding:60px;display:flex;flex-direction:column;align-items:flex-start}.product-card-copy p{color:#b7aefe;margin:0}.product-card-copy h3{font-size:60px;line-height:1;margin:18px 0}.product-card-copy span{color:var(--muted);font-size:18px}.product-card-copy strong{margin-top:auto;font-size:14px}.product-card-visual{display:flex;align-items:flex-end;justify-content:center;padding:48px 48px 0;background:radial-gradient(circle at 50% 70%,rgba(255,117,77,.24),transparent 56%)}.product-card-visual img{width:min(340px,75%);height:490px;object-fit:cover;object-position:top;border-radius:44px 44px 0 0;box-shadow:0 25px 70px rgba(0,0,0,.55)}.company-section{background:#0d0f12;padding-top:30px}.company-card{padding:72px;border-radius:30px;background:#191c22;display:grid;grid-template-columns:1fr 1fr;gap:90px}.company-card h2{font-size:clamp(32px,4vw,50px);line-height:1.2;margin:0}.company-card>div:last-child>p{color:#c4c7cd;font-size:17px;margin:0 0 42px}.company-card dl{display:grid;gap:22px;margin:0}.company-card dl div{padding-top:16px;border-top:1px solid var(--line)}dt{color:var(--muted);font-size:12px}dd{margin:6px 0 0}.timeline{border-top:1px solid var(--line)}.timeline-item{display:grid;grid-template-columns:180px 1fr 2fr;gap:24px;padding:30px 0;border-bottom:1px solid var(--line)}.timeline-item time,.timeline-item p{color:var(--muted)}.timeline-item h3,.timeline-item p{margin:0}.contact-section{padding-top:40px}.contact-card{padding:70px;border-radius:30px;background:linear-gradient(120deg,#f46c4f,#7a66ed);display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-card h2{font-size:clamp(36px,5vw,62px);line-height:1.1;margin:0}.contact-details{display:grid;gap:18px}.contact-details>a,.contact-details>div{display:flex;flex-direction:column;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.3)}.contact-details span{font-size:12px;opacity:.75}.contact-details strong{font-size:19px}footer{max-width:var(--max);margin:auto;padding:56px 24px 28px;display:grid;grid-template-columns:1fr auto;gap:28px;border-top:1px solid var(--line)}footer>div:first-child p{font-size:12px;color:var(--muted)}footer nav{display:flex;gap:24px;font-size:13px;color:#bec1c8}.filing{grid-column:1/-1;display:flex;gap:18px;color:#777;font-size:12px}.filing a:empty{display:none}.product-hero{min-height:850px;padding:100px max(24px,calc((100% - var(--max))/2));display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;background:radial-gradient(circle at 72% 50%,rgba(255,117,77,.18),transparent 35%)}.product-copy h1{font-size:24px;color:var(--accent);margin:0 0 20px}.product-copy h2{font-size:clamp(45px,6vw,76px);line-height:1.08;letter-spacing:-.05em;margin:0}.product-copy>p:not(:first-child){font-size:18px;color:var(--muted);max-width:580px;margin:28px 0 34px}.product-device{display:grid;place-items:center}.device-frame{width:330px;height:660px;border:9px solid #25272c;border-radius:55px;background:#111;padding:6px;box-shadow:0 50px 120px rgba(0,0,0,.65);overflow:hidden}.download-list{display:flex;gap:12px;flex-wrap:wrap}.download{flex-direction:column;align-items:flex-start;border-radius:14px;min-width:200px;height:auto;padding:14px 20px}.download span{font-weight:700}.download small{font-size:11px;opacity:.65}.product-features{padding-top:70px;padding-bottom:70px}.feature-line{display:grid;grid-template-columns:100px 1fr;align-items:center;padding:38px 0;border-top:1px solid var(--line)}.feature-line:last-child{border-bottom:1px solid var(--line)}.feature-line span{color:var(--muted)}.feature-line h2{font-size:clamp(30px,4vw,54px);margin:0}.screens-section{padding:130px max(24px,calc((100% - var(--max))/2));background:#eceef1;color:#15171b;overflow:hidden}.screens-section .section-heading>p{color:#705cf1}.screen-gallery{display:flex;gap:26px;align-items:flex-start;overflow-x:auto;padding:10px 8vw 48px 0;scroll-snap-type:x mandatory}.screen-card{flex:0 0 330px;margin:0;scroll-snap-align:start}.screen-card img{width:100%;height:660px;object-fit:cover;object-position:top;border:7px solid #202226;border-radius:48px;box-shadow:0 28px 60px rgba(20,22,28,.2)}.screen-card:nth-child(even){margin-top:90px}.screen-card figcaption{text-align:center;color:#686d75;font-size:13px;margin-top:16px}.not-found{min-height:70vh;display:grid;place-items:center;align-content:center;text-align:center;padding:40px}.not-found p{color:var(--accent)}.not-found h1{font-size:48px}.legal{color:#202329;background:#fff}.legal body{background:#fff}.legal .brand{color:#202329}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}@keyframes float{50%{transform:translateY(-13px) rotate(2deg)}}@keyframes breathe{50%{transform:scale(1.08);opacity:.72}}
@media(max-width:820px){.site-header{height:68px;padding:0 20px}.menu-button{display:flex;margin-left:auto;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:7px}.menu-button span{width:22px;height:2px;background:#fff}.nav-links{display:none}.nav-links.open{display:flex;position:absolute;top:68px;left:0;right:0;padding:18px 22px 24px;background:#0d0f12;flex-direction:column;gap:18px}.hero,.product-hero{grid-template-columns:1fr;padding:76px 20px}.hero{min-height:auto}.hero h1{font-size:50px}.hero-art{height:560px}.hero-device{width:255px;height:510px}.section{padding:90px 20px}.business-grid{grid-template-columns:1fr}.business-card:nth-child(n){padding:28px 0;border-right:0}.product-card{grid-template-columns:1fr;min-height:0}.product-card-copy{padding:38px}.product-card-copy h3{font-size:46px}.product-card-copy strong{margin-top:38px}.product-card-visual{min-height:430px}.product-card-visual img{height:410px}.company-card,.contact-card{grid-template-columns:1fr;padding:38px 26px;gap:38px}.timeline-item{grid-template-columns:1fr;gap:8px}.product-hero{gap:50px}.device-frame{width:265px;height:530px}.feature-line{grid-template-columns:58px 1fr}.screens-section{padding:90px 20px}.screen-card{flex-basis:270px}.screen-card img{height:540px}.screen-card:nth-child(even){margin-top:45px}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}.filing{grid-column:auto;flex-direction:column}.legal{margin-top:40px!important}.legal h1{font-size:32px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-device,.hero-halo{animation:none}}
.product-copy h2{font-size:clamp(42px,5vw,68px)}
