*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#00ed64;--primary-deep:#00b545;--primary-pressed:#008c34;--on-primary:#001e2b;--brand-green:#00ed64;--brand-green-dark:#00684a;--brand-green-mid:#00a35c;--brand-green-soft:#c3f0d2;--brand-teal-deep:#001e2b;--brand-teal:#003d4f;--brand-teal-mid:#00684a;--accent-purple:#7b3ff2;--accent-orange:#fa6e39;--accent-pink:#f06bb8;--accent-blue:#3d4f9f;--canvas:#fff;--canvas-dark:#001e2b;--surface:#f9fbfa;--surface-soft:#f4f7f6;--surface-feature:#e3fcef;--hairline:#e1e5e8;--hairline-soft:#eceff1;--hairline-strong:#c1ccd6;--hairline-dark:#1c2d38;--ink:#001e2b;--charcoal:#1c2d38;--slate:#3d4f5b;--steel:#5c6c7a;--stone:#7c8c9a;--muted:#a8b3bc;--on-dark:#fff;--on-dark-muted:#a8b3bc}[data-theme=dark]{--primary:#00ed64;--primary-deep:#00b545;--primary-pressed:#008c34;--on-primary:#001e2b;--brand-green:#00ed64;--brand-green-dark:#00ffa0;--brand-green-mid:#00d992;--brand-green-soft:#1a3d2e;--brand-teal-deep:#001e2b;--brand-teal:#003d4f;--brand-teal-mid:#00684a;--accent-purple:#9b6ff5;--accent-orange:#ff8a5c;--accent-pink:#f78eca;--accent-blue:#5a7be8;--canvas:#0a0f14;--canvas-dark:#001e2b;--surface:#111820;--surface-soft:#151d28;--surface-feature:#1a2a32;--hairline:#1e2a36;--hairline-soft:#1a2530;--hairline-strong:#2a3a48;--hairline-dark:#2a3a48;--ink:#e8edf2;--charcoal:#c8d4de;--slate:#9eaebc;--steel:#7c8c9a;--stone:#5c6c7a;--muted:#4a5a68;--on-dark:#fff;--on-dark-muted:#89a}body{color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 32px}.nav{z-index:100;background:var(--canvas);border-bottom:1px solid var(--hairline);height:64px;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 32px;display:flex}.brand{letter-spacing:-.3px;color:var(--ink);flex-shrink:0;align-items:flex-start;gap:5px;font-size:20px;font-weight:600;display:flex}.brand-mark{flex-shrink:0}.nav-links{align-items:center;gap:10px;display:flex}.nav-links .nav-link{color:var(--ink);padding:3px;font-size:16px;font-weight:400;position:relative}.nav-links .nav-link:after{content:"";background:var(--brand-green);width:0;height:3px;transition:width .2s;position:absolute;bottom:0;left:0}.nav-links .nav-link:hover:after{width:100%}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.menu-cta,.menu-btn{display:none}.contact-popup{z-index:200;background:#00000080;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.contact-popup.active{display:flex}.contact-popup-content{background:var(--canvas);border-radius:16px;width:90%;max-width:360px;padding:32px;position:relative;box-shadow:0 20px 60px #0000004d}.contact-popup-close{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:12px;right:16px}.contact-popup h3{color:var(--ink);margin-bottom:20px;font-size:20px;font-weight:600}.contact-popup-info{flex-direction:column;gap:20px;display:flex}.contact-popup-item{flex-direction:column;gap:8px;display:flex}.contact-popup-label{color:var(--muted);font-size:13px;font-weight:500}.contact-popup-item a{color:var(--ink);font-size:16px}.contact-popup-item img{border:1px solid var(--hairline);border-radius:8px;width:120px;height:120px}.theme-toggle{border:1px solid var(--hairline);width:36px;height:36px;color:var(--ink);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:flex}.theme-toggle:hover{background:var(--surface-soft);border-color:var(--hairline-strong)}.theme-toggle .icon-sun{display:block}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:block}.btn-primary{background:var(--primary);color:var(--on-primary);cursor:pointer;text-align:center;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:10px 22px;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.btn-secondary{color:var(--ink);border:1px solid var(--hairline-strong);cursor:pointer;text-align:center;background:0 0;border-radius:9999px;justify-content:center;align-items:center;padding:10px 22px;font-size:14px;font-weight:600;line-height:1;display:inline-flex}.btn-on-dark{background:var(--primary);color:var(--on-primary);cursor:pointer;text-align:center;border:none;border-radius:9999px;justify-content:center;align-items:center;height:44px;padding:0 28px;font-size:15px;font-weight:600;line-height:1;display:inline-flex}.btn-secondary-on-dark{color:var(--ink);border:1px solid var(--hairline);cursor:pointer;text-align:center;background:0 0;border-radius:9999px;justify-content:center;align-items:center;height:44px;padding:0 28px;font-size:15px;font-weight:600;line-height:1;display:inline-flex}.eyebrow{letter-spacing:1px;text-transform:uppercase;color:var(--brand-green-dark);margin-bottom:24px;font-size:11px;font-weight:600;display:block}.eyebrow-inverse{letter-spacing:1px;text-transform:uppercase;color:var(--brand-green);margin-bottom:24px;font-size:11px;font-weight:600;display:block}.hero-band{background:var(--surface);color:var(--ink);padding:120px 0;position:relative;overflow:hidden}.hero-band:before{content:"";opacity:.06;background-image:url("data:image/svg+xml,%3Csvg width='640' height='640' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300ed64' fill-opacity='1'%3E%3Cpath d='M 10 4 L 18 4 A 6 6 0 0 1 18 16 L 24 28 L 10 28 Z'/%3E%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-band .container{text-align:center;z-index:1;max-width:900px;position:relative}.hero-brand{align-items:flex-start;gap:5px;margin-bottom:24px;display:inline-flex}.hero-brand-mark{width:28px;height:28px}.hero-brand span{color:var(--ink);font-size:20px;font-weight:600}.hero-display{letter-spacing:-2px;margin-bottom:24px;font-size:clamp(44px,6vw,64px);font-weight:600;line-height:1.12}.hero-accent{color:var(--brand-green)}.hero-stats{justify-content:center;gap:48px;margin-bottom:36px;display:flex}.hero-stat{flex-direction:column;align-items:center;gap:4px;display:flex}.hero-stat-num{color:var(--brand-green);font-family:Source Code Pro,monospace;font-size:28px;font-weight:600}.hero-stat-label{color:var(--on-dark-muted);font-size:13px}[data-theme=dark] .hero-band{color:var(--on-dark);background:linear-gradient(135deg,#002a38 0%,#001e2b 100%)}[data-theme=dark] .hero-band:before{opacity:.04}[data-theme=dark] .hero-brand span{color:var(--on-dark)}[data-theme=dark] .hero-sub{color:var(--on-dark-muted)}[data-theme=dark] .btn-secondary-on-dark{color:var(--on-dark);border-color:var(--hairline-dark)}[data-theme=dark] .footer{background:var(--surface);color:var(--on-dark)}[data-theme=dark] .footer-heading{color:var(--on-dark)}[data-theme=dark] .footer-link{color:var(--on-dark-muted)}[data-theme=dark] .footer-bottom{border-top-color:var(--hairline-dark)}[data-theme=dark] .footer-beian,[data-theme=dark] .footer-brand{color:var(--on-dark-muted)}[data-theme=dark] .footer-qr img{border-color:var(--hairline-dark)}.hero-sub{max-width:560px;color:var(--ink);margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:18px;font-weight:400;line-height:1.55}.hero-cta{justify-content:center;gap:12px;display:flex}.section-white{background:var(--canvas);padding:96px 0}.section-surface{background:var(--surface);padding:96px 0}.section-head{margin-bottom:48px}.display-lg{letter-spacing:-1px;font-size:clamp(36px,4.5vw,36px);font-weight:500;line-height:1.15}.display-inverse{color:var(--on-dark)}.subhead{margin-top:16px;font-size:18px;font-weight:400;line-height:1.5}.subtitle{font-size:18px;font-weight:400;line-height:1.5}.subtitle-inverse{color:var(--on-dark-muted)}.card-base{background:var(--canvas);border:1px solid var(--hairline);border-radius:12px;padding:24px}.card-feature{background:var(--canvas);border:1px solid var(--hairline);border-radius:12px;padding:32px}.pain-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.pain-card{background:var(--canvas);border:1px solid var(--hairline);border-left:4px solid var(--accent-purple);border-radius:12px;padding:28px;position:relative;overflow:hidden}.pain-card-2{border-left-color:var(--accent-orange)}.pain-card-3{border-left-color:var(--accent-pink)}.pain-card-4{border-left-color:var(--brand-green)}.pain-num{color:var(--hairline);z-index:0;font-family:Source Code Pro,monospace;font-size:64px;font-weight:600;line-height:1;position:absolute;top:-8px;right:12px}.pain-card h3,.pain-card p{z-index:1;position:relative}.pain-card h3{margin-bottom:12px;font-size:22px;font-weight:500;line-height:1.35}.pain-card p{font-size:16px;font-weight:400;line-height:1.55}.svc-group{margin-bottom:64px}.svc-group:last-child{margin-bottom:0}.svc-group-label{align-items:center;gap:12px;margin-bottom:24px;display:flex}.svc-group-title{font-size:18px;font-weight:600}.svc-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.svc-card{position:relative;overflow:hidden}.svc-watermark{color:var(--hairline);z-index:0;font-family:Source Code Pro,monospace;font-size:56px;font-weight:600;line-height:1;position:absolute;top:-8px;right:12px}.svc-card h4,.svc-card p{z-index:1;position:relative}.svc-deck{color:var(--slate);margin-bottom:8px;font-size:16px;font-weight:400}.svc-body{font-size:16px;font-weight:400;line-height:1.55}.badge-purple{background:var(--accent-purple);color:var(--on-dark);border-radius:6px;padding:2px 8px;font-size:13px;font-weight:600}.badge-orange{background:var(--accent-orange);color:var(--on-dark);border-radius:6px;padding:2px 8px;font-size:13px;font-weight:600}.badge-pink{background:var(--accent-pink);color:var(--on-dark);border-radius:6px;padding:2px 8px;font-size:13px;font-weight:600}.badge-green-soft{background:var(--brand-green-soft);color:var(--brand-green-dark);border-radius:9999px;padding:4px 10px;font-size:13px;font-weight:600}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.why-card{background:var(--surface);border:1px solid var(--hairline-strong);border-radius:12px;padding:32px;position:relative;overflow:hidden}.why-watermark{color:var(--brand-green-soft);z-index:0;font-family:Source Code Pro,monospace;font-size:80px;font-weight:600;line-height:1;position:absolute;top:-8px;right:8px}.why-card h3{z-index:1;margin-bottom:12px;font-size:22px;font-weight:500;line-height:1.35;position:relative}.why-card p{z-index:1;font-size:16px;font-weight:400;line-height:1.55;position:relative}.process-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid;position:relative}.process-card{background:var(--surface);border:1px solid var(--hairline);border-top:4px solid var(--brand-green);border-radius:12px;padding:32px;position:relative;overflow:hidden}.process-card-2{border-top-color:var(--accent-blue)}.process-card-3{border-top-color:var(--accent-orange)}.process-card-4{border-top-color:var(--accent-pink)}.process-num{color:var(--hairline);z-index:0;font-family:Source Code Pro,monospace;font-size:64px;font-weight:600;line-height:1;position:absolute;top:-8px;right:8px}.process-card h3{z-index:1;margin-bottom:12px;font-size:22px;font-weight:500;line-height:1.35;position:relative}.process-card p{z-index:1;font-size:16px;font-weight:400;line-height:1.55;position:relative}.cta-banner{background:var(--brand-teal-deep);color:var(--on-dark);border-radius:12px;max-width:1280px;margin:32px auto;padding:64px}section.cta-banner{padding:64px}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-buttons{justify-content:center;gap:12px;margin-top:32px;display:flex}.footer{background:var(--surface);color:var(--ink);padding:64px 0 32px}.footer-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px;display:grid}.footer-col{flex-direction:column;gap:8px;display:flex}.footer-heading{color:var(--ink);margin-bottom:8px;font-size:14px;font-weight:500}.footer-link{color:var(--muted);font-size:14px;font-weight:400;line-height:1.5}.footer-bottom{border-top:1px solid var(--hairline);justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer-beian,.footer-brand,.footer-copy{color:var(--muted);font-size:12px;font-weight:500}.footer-qr{flex-direction:column;align-items:flex-start;gap:6px;margin-top:16px;display:flex}.footer-qr img{border:1px solid var(--hairline);border-radius:8px;width:80px;height:80px}.footer-qr-label{color:var(--muted);font-size:12px}@media (width<=1024px){.nav-links{background:var(--canvas);border-bottom:1px solid var(--hairline);flex-direction:column;align-items:flex-start;gap:12px;padding:16px 32px;display:none;position:absolute;top:64px;left:0;right:0}.nav-links.open{display:flex}.nav-links .nav-link{padding:8px 0;font-size:16px}.menu-cta,.menu-btn{display:inline-flex}.hamburger{display:flex}}@media (width<=960px){.svc-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.cta-banner{padding:48px 32px}.cta-buttons{flex-direction:column;align-items:center}}@media (width<=768px){.container{padding:0 24px}.hero-band{padding:64px 0}.hero-stats{flex-direction:column;gap:20px}.section-white,.section-surface{padding:64px 0}.pain-grid,.why-grid,.process-grid{grid-template-columns:1fr}.process-grid:before{display:none}.footer-inner{flex-direction:column;gap:12px}.hero-cta{flex-direction:column}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}.cta-banner{padding:40px 24px}}
