:root{--bg: #fafafa;--bg-white: #ffffff;--bg-muted: #f4f4f5;--border: rgba(15, 23, 42, .1);--border-strong: rgba(15, 23, 42, .16);--text: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--xhs: #ff2442;--xhs-light: #e11d48;--xhs-soft: rgba(255, 36, 66, .08);--xhs-glow: rgba(255, 36, 66, .18);--success: #10b981;--radius: 16px;--max: 1140px;--nav-h: 64px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;background-image:radial-gradient(ellipse 900px 360px at 50% -60px,rgba(255,36,66,.06),transparent 70%),linear-gradient(180deg,#fafafa,#fff);background-attachment:fixed}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:100;height:var(--nav-h);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max);margin:0 auto;height:100%;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;color:var(--text);flex-shrink:0}.logo img{width:28px;height:28px;border-radius:8px}.nav-links{display:flex;gap:22px}.nav-links a{font-size:14px;color:var(--text-muted);transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--xhs-light);font-weight:600}.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:18px;cursor:pointer}@media(max-width:860px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:var(--nav-h);left:0;right:0;flex-direction:column;background:#fff;border-bottom:1px solid var(--border);padding:16px 20px;gap:14px;box-shadow:0 12px 40px #0f172a14}.nav-links.open{display:flex}.nav-cta-desktop{display:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:12px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn-primary{background:linear-gradient(135deg,#ff2442,#ff7a8a);color:#fff;box-shadow:0 4px 16px var(--xhs-glow)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px var(--xhs-glow)}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border-strong)}.btn-secondary:hover{background:var(--bg-muted)}section{padding:72px 20px}.container{max-width:var(--max);margin:0 auto}.label{color:var(--xhs-light);font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:10px}h2{font-size:clamp(26px,4vw,36px);font-weight:700;letter-spacing:-.02em;margin-bottom:12px;color:var(--text)}.lead{color:var(--text-secondary);font-size:16px;max-width:640px;line-height:1.75}.section-head{margin-bottom:40px}.section-head.center{text-align:center}.section-head.center .lead{margin:0 auto}.hero{padding:48px 20px 64px}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center}@media(max-width:960px){.hero-grid{grid-template-columns:1fr}}.hero h1{font-size:clamp(32px,5vw,46px);line-height:1.12;letter-spacing:-.03em;margin-bottom:16px}.hero h1 em{font-style:normal;background:linear-gradient(135deg,#ff2442,#e11d48);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 28px}.stats-row{display:flex;flex-wrap:wrap;gap:20px}.stat{font-size:13px;color:var(--text-muted)}.stat strong{display:block;font-size:20px;color:var(--text);font-weight:700}.hero-visual{position:relative}.hero-frame{background:#fff;border:1px solid var(--border);border-radius:20px;padding:10px;box-shadow:0 24px 60px #0f172a1a}.hero-frame img{border-radius:12px;width:100%;max-height:420px;object-fit:contain;object-position:top center;background:#f8fafc}.hero-caption{text-align:center;font-size:12px;color:var(--text-muted);margin-top:10px}.hero-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.hero-thumbs button{flex:0 0 88px;border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;cursor:pointer;background:none;opacity:.65;transition:opacity .15s,border-color .15s}.hero-thumbs button.active{border-color:var(--xhs);opacity:1}.hero-thumbs img{width:100%;aspect-ratio:16/10;object-fit:cover}.surface{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 3px #0f172a0a}.surface-lg{box-shadow:0 8px 30px #0f172a0f}.alt{background:#fff9}.demo-band{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:28px 32px}.demo-band a.link{color:var(--xhs-light);font-weight:600;font-size:17px}.module-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:64px}.module-block:last-child{margin-bottom:0}.module-block.reverse .module-copy{order:2}.module-block.reverse .module-media{order:1}@media(max-width:900px){.module-block,.module-block.reverse{grid-template-columns:1fr}.module-block.reverse .module-copy,.module-block.reverse .module-media{order:unset}}.module-icon{font-size:28px;margin-bottom:8px}.module-copy h3{font-size:22px;margin-bottom:8px}.module-copy .sub{color:var(--xhs-light);font-size:14px;font-weight:600;margin-bottom:16px}.module-copy ul{list-style:none}.module-copy li{position:relative;padding-left:20px;margin-bottom:10px;font-size:14px;color:var(--text-secondary)}.module-copy li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--xhs);opacity:.85}.shot-grid{display:grid;gap:12px}.shot-grid.one{grid-template-columns:1fr}.shot-grid.two{grid-template-columns:1fr 1fr}.shot-grid.three{grid-template-columns:repeat(3,1fr)}@media(max-width:640px){.shot-grid.two,.shot-grid.three{grid-template-columns:1fr}}.shot-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #0f172a0d}.shot-card img{width:100%;max-height:280px;object-fit:contain;object-position:top center;background:#f8fafc}.shot-card figcaption{padding:10px 12px;font-size:12px;color:var(--text-muted);border-top:1px solid var(--border)}.arch-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.arch-grid{grid-template-columns:1fr}}.arch-pre{background:#f8fafc;border:1px solid var(--border);border-radius:14px;padding:20px;font-family:ui-monospace,monospace;font-size:12px;line-height:1.6;color:var(--text-secondary);overflow-x:auto;white-space:pre}.deliver-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:640px){.deliver-grid{grid-template-columns:1fr}}.deliver-item{padding:16px 18px;font-size:14px;color:var(--text-secondary);display:flex;gap:10px;align-items:flex-start}.deliver-item span{color:var(--success);font-weight:700}.pricing-card{max-width:520px;margin:0 auto;padding:36px;border:1px solid rgba(255,36,66,.2);background:linear-gradient(180deg,#fff,#fffbfb)}.price-num{font-size:44px;font-weight:800;letter-spacing:-.03em;margin:8px 0 4px}.price-num.price-contact{font-size:32px;color:var(--xhs-light)}.price-num.price-contact small{display:block;margin-top:8px;font-size:15px;line-height:1.5}.hero-price-note{display:block;margin-top:12px;font-size:clamp(18px,3vw,24px);font-weight:600;color:var(--text-secondary)}.price-num small{font-size:16px;font-weight:500;color:var(--text-muted)}.price-list{list-style:none;margin:24px 0}.price-list li{padding:10px 0;border-bottom:1px solid var(--border);font-size:14px;color:var(--text-secondary)}.price-list li:before{content:"✓ ";color:var(--success);font-weight:700}.partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:720px){.partner-grid{grid-template-columns:1fr}}.process-steps{display:grid;gap:16px}.process-step{display:flex;gap:14px;align-items:flex-start}.process-num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--xhs-soft);color:var(--xhs-light);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.process-step p{margin:4px 0 0;font-size:14px;color:var(--text-secondary)}.partner-hero-card .price-list li strong{color:var(--xhs-light)}.faq-item{padding:18px 20px;margin-bottom:10px}.faq-item summary{cursor:pointer;font-weight:600;font-size:15px;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:10px;font-size:14px;color:var(--text-secondary)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:720px;margin:0 auto}@media(max-width:700px){.contact-grid{grid-template-columns:1fr;text-align:center}}.qr-wrap{background:#fff;border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:0 8px 30px #0f172a0f;display:inline-block}.qr-wrap img{width:200px;height:200px;border-radius:12px}.qr-hint{text-align:center;font-size:13px;color:var(--text-muted);margin-top:10px}footer{border-top:1px solid var(--border);padding:32px 20px;text-align:center;font-size:13px;color:var(--text-muted);background:#fff}.mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);z-index:90}.mobile-cta .btn{width:100%}@media(max-width:860px){.mobile-cta{display:block}footer{padding-bottom:80px}}.page-header{padding:48px 20px 32px;border-bottom:1px solid var(--border);background:#ffffffb3}.page-header h1{font-size:clamp(28px,4vw,40px);margin-bottom:12px}.page-lead{margin-bottom:0}.breadcrumb{margin-top:16px;font-size:13px;color:var(--text-muted)}.breadcrumb a:hover{color:var(--xhs-light)}.section-compact{padding:32px 20px}.section-subtitle{font-size:20px;margin:32px 0 16px}.text-link{color:var(--xhs-light);font-weight:600;font-size:14px}.nav-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.nav-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.nav-cards{grid-template-columns:1fr}}.nav-card{padding:22px;transition:transform .15s,box-shadow .15s}.nav-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a14}.nav-card h3{font-size:17px;margin-bottom:8px}.nav-card p{font-size:13px;color:var(--text-muted)}.module-index-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:900px){.module-index-grid{grid-template-columns:repeat(2,1fr)}}.module-index-card{padding:18px}.module-index-card h3{font-size:15px;margin:8px 0 6px}.module-index-card p{font-size:12px;color:var(--text-muted)}.module-list{display:flex;flex-direction:column;gap:20px}.module-list-card{display:grid;grid-template-columns:1fr 280px;gap:24px;padding:24px;transition:box-shadow .15s}.module-list-card:hover{box-shadow:0 8px 30px #0f172a14}@media(max-width:768px){.module-list-card{grid-template-columns:1fr}}.module-list-copy h2{font-size:20px;margin:8px 0}.module-list-copy .sub{color:var(--xhs-light);font-size:13px;font-weight:600;margin-bottom:10px}.module-list-copy .summary{font-size:14px;color:var(--text-secondary);margin-bottom:12px}.module-list-thumb{border-radius:12px;overflow:hidden;border:1px solid var(--border)}.module-list-thumb img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}.prose{display:flex;flex-direction:column;gap:20px}.prose-block{padding:28px}.prose-block h2{font-size:22px;margin-bottom:14px}.prose-block h3{font-size:16px;margin:16px 0 8px}.prose-block p,.summary-lg{color:var(--text-secondary);font-size:15px}.summary-lg{font-size:16px;margin-bottom:20px}.check-list,.dot-list,.numbered-list{padding-left:0;list-style:none}.check-list li,.dot-list li{position:relative;padding-left:22px;margin-bottom:10px;font-size:14px;color:var(--text-secondary)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:700}.dot-list li:before{content:"•";position:absolute;left:4px;color:var(--xhs)}.numbered-list{padding-left:20px}.numbered-list li{margin-bottom:8px;color:var(--text-secondary);font-size:14px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){.two-col{grid-template-columns:1fr}}.warn-block{border-color:#ff244226;background:linear-gradient(180deg,#fff,#fffbfb)}.pipeline-cards{display:grid;gap:10px}.pipeline-card{padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--bg-muted)}.pipeline-card strong{display:block;margin-bottom:4px}.pipeline-card span{font-size:13px;color:var(--text-muted)}.audience-item{margin-bottom:16px}.audience-item h3{font-size:15px;margin-bottom:4px}.audience-item p{font-size:14px;color:var(--text-secondary)}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left}.data-table th{background:var(--bg-muted);font-weight:600}.data-table code{font-size:12px;background:var(--bg-muted);padding:2px 6px;border-radius:4px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.pager{display:flex;justify-content:space-between;gap:12px;margin-top:32px}.note{font-size:13px;color:var(--text-muted)}.center-note{text-align:center;margin-top:24px}.warn-note{padding:14px;border-radius:12px;background:var(--xhs-soft);margin-top:16px}.arch-diagram{background:#f8fafc;border:1px solid var(--border);border-radius:14px;padding:20px;overflow-x:auto;font-family:ui-monospace,monospace;font-size:12px;line-height:1.5;color:var(--text-secondary)}.arch-line{white-space:pre}.pipeline-flow{display:flex;flex-direction:column;gap:8px}.pipeline-flow-item{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff}.pf-step{width:28px;height:28px;border-radius:50%;background:var(--xhs);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.pipeline-flow-item code{display:inline-block;margin:4px 8px 4px 0;font-size:12px;background:var(--bg-muted);padding:2px 6px;border-radius:4px}.pipeline-flow-item span{display:block;font-size:13px;color:var(--text-muted)}.pf-arrow{text-align:center;color:var(--text-muted);font-size:18px}.deep-arch-block{border:1px solid rgba(255,36,66,.2)}.filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.filter-chip{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:13px;cursor:pointer}.filter-chip.active{border-color:var(--xhs);background:var(--xhs-soft);color:var(--xhs-light);font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:stretch;justify-content:center;padding:12px}.lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ae0}.lightbox-panel{position:relative;z-index:1;width:min(1100px,100%);max-height:calc(100vh - 24px);display:flex;flex-direction:column;background:#1e293b;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px #00000073}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#0f172a;color:#f8fafc;flex-shrink:0}.lightbox-title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lightbox-tools{display:flex;gap:6px;flex-shrink:0}.lightbox-tools button{min-width:36px;height:36px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;border-radius:8px;cursor:pointer;font-size:16px;padding:0 10px}.lightbox-tools button:hover{background:#ffffff1f}.lightbox-close-btn{font-size:22px!important}.lightbox-scroll{flex:1;overflow:auto;background:#334155;-webkit-overflow-scrolling:touch}.lightbox-stage{min-height:100%;display:flex;justify-content:center;padding:16px}.lightbox-img{display:block;max-width:none;height:auto;border-radius:8px;box-shadow:0 8px 32px #00000059}.lightbox-img.fit-width{max-width:100%;width:auto}.lightbox-nav{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#0f172a;color:#cbd5e1;font-size:13px;flex-shrink:0}.lightbox-nav button{background:none;border:1px solid rgba(255,255,255,.15);color:#fff;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:13px}.lightbox-nav button:disabled{opacity:.35;cursor:not-allowed}.lightbox-hint{padding:8px 16px 12px;font-size:11px;color:#94a3b8;text-align:center;background:#0f172a;flex-shrink:0}.gallery-tile,.module-shot-tile{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;padding:0;text-align:left;width:100%;transition:box-shadow .15s,border-color .15s}.gallery-tile:hover,.module-shot-tile:hover{border-color:#ff244259;box-shadow:0 8px 24px #0f172a1a}.gallery-thumb{background:#f1f5f9;min-height:160px;display:flex;align-items:flex-start;justify-content:center;padding:8px;overflow:hidden}.gallery-thumb img{max-width:100%;max-height:220px;width:auto;height:auto;object-fit:contain;object-position:top center}.gallery-label{padding:10px 12px;font-size:13px;color:var(--text-secondary);border-top:1px solid var(--border)}.module-shots{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.hero-badges span{font-size:12px;padding:6px 12px;border-radius:999px;background:var(--xhs-soft);color:var(--xhs-light);font-weight:600}.feature-highlight{padding:24px}.feature-highlight h3{font-size:18px;margin-bottom:10px}.feature-highlight p{font-size:14px;color:var(--text-secondary);margin-bottom:12px;line-height:1.7}.img-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;background:var(--bg-muted);border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);font-size:13px;padding:16px}.img-fallback small{margin-top:8px;word-break:break-all;font-size:11px}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.footer-links{display:flex;gap:16px}.footer-links a:hover{color:var(--xhs-light)}
