@charset "UTF-8";
:root{
  --blue:#2468f2;--blue-2:#4f86ff;--sky:#eaf4ff;--sky-2:#f5f9ff;--ink:#18243a;--text:#4d5e79;--muted:#7f8da5;--line:#e4edf8;--white:#fff;--green:#27b47e;--orange:#ff9a3e;--violet:#7b61ff;--red:#ff5f5f;
  --shadow:0 18px 50px rgba(47,93,170,.10);--shadow-hover:0 24px 60px rgba(47,93,170,.16);--radius:18px;--width:1180px;--ease:cubic-bezier(.22,1,.36,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Inter","PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{color:inherit}.page-width{width:min(var(--width),calc(100% - 48px));margin:0 auto}.site-header{height:72px;position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(228,237,248,.9);backdrop-filter:blur(18px)}.nav-shell{height:100%;width:min(var(--width),calc(100% - 48px));margin:auto;display:grid;grid-template-columns:200px 1fr auto;align-items:center}.brand{display:inline-flex;align-items:center;gap:10px;width:max-content}.brand-symbol{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#1f5ce1,#4f8cff);display:flex;align-items:flex-end;gap:3px;padding:8px;box-shadow:0 8px 18px rgba(36,104,242,.24)}.brand-symbol i{width:5px;border-radius:4px;background:#fff}.brand-symbol i:nth-child(1){height:11px}.brand-symbol i:nth-child(2){height:18px}.brand-symbol i:nth-child(3){height:14px}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:16px;letter-spacing:.06em}.brand-text small{font-size:8px;letter-spacing:.16em;color:#8a99b1;margin-top:5px}.desktop-nav{height:100%;display:flex;justify-content:center;gap:30px}.desktop-nav a{height:100%;display:grid;place-items:center;position:relative;font-size:14px;color:#52627a;transition:.25s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--blue)}.desktop-nav a::after{content:"";position:absolute;left:50%;bottom:0;width:18px;height:3px;border-radius:4px 4px 0 0;background:var(--blue);transform:translateX(-50%) scaleX(0);transition:.25s}.desktop-nav a.active::after{transform:translateX(-50%) scaleX(1)}.nav-actions{display:flex;align-items:center;gap:14px}.nav-login{font-size:13px;color:#53637a}.nav-cta{height:40px;display:inline-flex;align-items:center;padding:0 18px;border-radius:10px;background:var(--blue);color:#fff;font-size:13px;box-shadow:0 10px 20px rgba(36,104,242,.22);transition:.25s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 14px 25px rgba(36,104,242,.28)}.menu-button{display:none;width:42px;height:42px;border:0;background:none}.menu-button span{display:block;width:22px;height:2px;background:var(--ink);margin:6px auto}.mobile-panel{position:fixed;inset:0;z-index:1100;background:#101c31;color:#fff;padding:24px;transform:translateY(-102%);transition:.55s var(--ease)}.mobile-panel.open{transform:none}.mobile-panel-top{display:flex;justify-content:space-between;align-items:center}.mobile-panel-top button{border:0;background:none;color:#fff}.brand-invert .brand-text small{color:#8190a8}.mobile-panel nav{margin-top:60px}.mobile-panel nav a{display:grid;grid-template-columns:45px 1fr auto;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-panel nav em{font-style:normal;font-size:10px;color:#718199}.mobile-panel nav span{font-size:28px;font-weight:700}.mobile-panel nav b{color:#7fb0ff}.soft-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#eef6ff 0%,#f8fbff 73%,#fff 100%);padding:84px 0 80px}.soft-hero::before,.soft-hero::after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.soft-hero::before{width:620px;height:620px;left:-220px;top:-320px;background:radial-gradient(circle at 50% 50%,rgba(58,131,255,.28),rgba(58,131,255,0) 70%)}.soft-hero::after{width:760px;height:760px;right:-260px;top:-390px;background:radial-gradient(circle at 50% 50%,rgba(104,184,255,.32),rgba(104,184,255,0) 70%)}.soft-hero .page-width{position:relative;z-index:2}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center;min-height:510px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #d7e8ff;background:rgba(255,255,255,.75);border-radius:999px;color:var(--blue);font-size:12px}.hero-badge i{width:7px;height:7px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px rgba(36,104,242,.1)}.hero-copy h1{font-size:clamp(48px,5.7vw,78px);line-height:1.06;letter-spacing:-.045em;margin:24px 0 22px}.hero-copy h1 span{color:var(--blue)}.hero-copy>p{font-size:17px;line-height:1.9;color:var(--text);max-width:610px}.hero-buttons{display:flex;gap:12px;margin-top:32px}.btn-primary,.btn-secondary{height:48px;padding:0 22px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-size:14px;transition:.25s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 24px rgba(36,104,242,.22)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:#fff;border:1px solid #dce8f7;color:#34445e}.trust-row{display:flex;gap:24px;margin-top:42px}.trust-row span{display:flex;align-items:center;gap:8px;font-size:12px;color:#64738a}.trust-row i{width:18px;height:18px;border-radius:50%;background:#e1efff;position:relative}.trust-row i::after{content:"✓";font-style:normal;font-size:11px;color:var(--blue);position:absolute;inset:0;display:grid;place-items:center}.visual-window{background:rgba(255,255,255,.82);border:1px solid rgba(211,229,250,.9);border-radius:24px;box-shadow:0 30px 80px rgba(61,111,183,.18);padding:14px;transform:perspective(1200px) rotateY(-5deg) rotateX(2deg);transition:.5s var(--ease)}.visual-window:hover{transform:none}.window-top{height:36px;display:flex;align-items:center;gap:6px;padding:0 8px;border-bottom:1px solid #edf3fb}.window-top i{width:8px;height:8px;border-radius:50%;background:#d8e3f1}.window-top i:first-child{background:#ff756d}.window-top i:nth-child(2){background:#ffc55c}.window-top i:nth-child(3){background:#45cc75}.window-body{display:grid;grid-template-columns:124px 1fr;min-height:380px}.mock-side{border-right:1px solid #edf3fb;padding:18px 12px}.mock-logo{width:68px;height:12px;background:#d7e8ff;border-radius:4px;margin-bottom:30px}.mock-nav{height:28px;border-radius:7px;background:#e9f3ff;margin:9px 0}.mock-nav.active{background:#d8eaff;position:relative}.mock-nav.active::before{content:"";width:4px;border-radius:4px;background:var(--blue);position:absolute;left:0;top:4px;bottom:4px}.mock-main{padding:24px}.mock-title{height:28px;width:45%;background:#d8e8fb;border-radius:7px}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.mock-stat{height:82px;border:1px solid #eaf1fa;border-radius:12px;background:linear-gradient(135deg,#f8fbff,#eff6ff)}.mock-chart{height:154px;border:1px solid #eaf1fa;border-radius:12px;position:relative;overflow:hidden;background:linear-gradient(#fff,#f8fbff)}.mock-chart::before{content:"";position:absolute;inset:20px;background:linear-gradient(135deg,transparent 0 12%,#a7c8ff 12% 14%,transparent 14% 28%,#76a6ff 28% 30%,transparent 30% 47%,#a7c8ff 47% 49%,transparent 49% 66%,#4f86ff 66% 68%,transparent 68%);clip-path:polygon(0 74%,18% 52%,35% 62%,51% 28%,70% 43%,100% 10%,100% 100%,0 100%);background-color:rgba(79,134,255,.12)}.page-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#eef6ff,#fbfdff);padding:68px 0 72px;text-align:center}.page-hero::before{content:"";position:absolute;width:660px;height:660px;left:50%;top:-430px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(77,150,255,.32),rgba(77,150,255,0) 70%)}.page-hero .page-width{position:relative}.page-hero .hero-badge{margin:auto}.page-hero h1{font-size:clamp(38px,5vw,60px);margin:20px 0 16px;letter-spacing:-.04em}.page-hero h1 span{color:var(--blue)}.page-hero p{font-size:16px;color:var(--text);line-height:1.8;margin:0 auto;max-width:680px}.section{padding:92px 0}.section-soft{background:#f7faff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.section-head small{font-size:12px;letter-spacing:.14em;color:var(--blue);font-weight:700}.section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.035em;margin:10px 0 0}.section-head p{max-width:420px;color:var(--text);line-height:1.8;font-size:14px}.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.module-card{min-height:250px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px;position:relative;overflow:hidden;transition:.35s var(--ease)}.module-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:#d6e4f5}.module-card::after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-45px;bottom:-45px;background:var(--card-soft,#edf5ff)}.module-card .icon{width:46px;height:46px;border-radius:13px;background:var(--card-soft,#eaf3ff);display:grid;place-items:center;color:var(--card-color,var(--blue));font-weight:800}.module-card h3{font-size:19px;margin:30px 0 10px}.module-card p{font-size:13px;color:var(--text);line-height:1.7;margin:0}.module-card a{display:inline-flex;margin-top:20px;font-size:12px;color:var(--card-color,var(--blue));font-weight:700}.module-card:nth-child(2){--card-color:#7958f6;--card-soft:#f0edff}.module-card:nth-child(3){--card-color:#1aa67a;--card-soft:#e9faf4}.module-card:nth-child(4){--card-color:#ef8c2f;--card-soft:#fff4e8}.module-card:nth-child(5){--card-color:#ec5e80;--card-soft:#fff0f4}.module-card:nth-child(6){--card-color:#168db8;--card-soft:#eaf8fd}.module-card:nth-child(7){--card-color:#596a82;--card-soft:#edf1f6}.module-card:nth-child(8){--card-color:#3c79e8;--card-soft:#eaf2ff}.product-showcase{display:grid;grid-template-columns:1fr 1.15fr;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:var(--shadow)}.product-info{padding:52px}.product-info .label{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eaf3ff;color:var(--blue);font-size:11px}.product-info h2{font-size:42px;line-height:1.15;margin:20px 0}.product-info p{color:var(--text);line-height:1.85}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:30px 0}.feature-list span{font-size:13px;color:#465773}.feature-list span::before{content:"✓";color:var(--green);font-weight:800;margin-right:8px}.product-visual{background:linear-gradient(135deg,#e9f4ff,#f8fbff);padding:54px;display:flex;align-items:center}.mini-window{width:100%;background:#fff;border-radius:16px;box-shadow:0 22px 55px rgba(53,97,160,.18);padding:12px}.mini-bar{height:28px;border-bottom:1px solid #edf2f9}.mini-layout{display:grid;grid-template-columns:88px 1fr;min-height:280px}.mini-side{border-right:1px solid #edf2f9;padding:14px}.mini-side span{height:18px;background:#eef4fb;border-radius:5px;display:block;margin:10px 0}.mini-side span:first-child{background:#dceaff}.mini-content{padding:20px}.mini-content h4{height:24px;width:44%;background:#dceaff;border-radius:6px;margin:0 0 22px}.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-cards i{height:65px;background:#f4f8fd;border:1px solid #eaf1f9;border-radius:10px}.mini-table{margin-top:15px;height:120px;border:1px solid #eaf1f9;border-radius:10px;background:repeating-linear-gradient(to bottom,#fff 0,#fff 24px,#edf3fa 25px)}.doc-toolbar{max-width:820px;margin:34px auto 0;display:flex;gap:10px}.search-box{flex:1;height:52px;border:1px solid #dbe8f7;border-radius:13px;background:#fff;display:flex;align-items:center;padding:0 18px;box-shadow:0 12px 30px rgba(60,106,172,.08)}.search-box input{border:0;outline:0;width:100%;background:transparent;color:var(--ink)}.search-box::before{content:"⌕";font-size:22px;color:var(--blue);margin-right:10px}.search-button{height:52px;border:0;border-radius:13px;background:var(--blue);color:#fff;padding:0 24px;cursor:pointer}.doc-grid,.product-grid,.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.doc-card,.product-card,.store-card{border:1px solid var(--line);border-radius:18px;background:var(--card-bg,#f7f5ff);padding:24px;transition:.3s var(--ease);overflow:hidden}.doc-card:hover,.product-card:hover,.store-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.doc-card h3,.product-card h3,.store-card h3{font-size:19px;color:var(--card-color,#6558c5);margin:4px 0 12px}.doc-card p,.product-card p,.store-card p{font-size:13px;line-height:1.7;color:var(--text);height:45px;overflow:hidden}.doc-card:nth-child(2),.product-card:nth-child(2),.store-card:nth-child(2){--card-bg:#eef6ff;--card-color:#3876df}.doc-card:nth-child(3),.product-card:nth-child(3),.store-card:nth-child(3){--card-bg:#fff8ea;--card-color:#df9800}.doc-card:nth-child(4),.product-card:nth-child(4),.store-card:nth-child(4){--card-bg:#f6efff;--card-color:#7c4df2}.doc-card:nth-child(5),.product-card:nth-child(5),.store-card:nth-child(5){--card-bg:#fff4ef;--card-color:#ef6838}.doc-card:nth-child(6),.product-card:nth-child(6),.store-card:nth-child(6){--card-bg:#fff6ed;--card-color:#e87710}.doc-card:nth-child(7),.product-card:nth-child(7),.store-card:nth-child(7){--card-bg:#f2f3ff;--card-color:#4d58f2}.doc-card:nth-child(8),.product-card:nth-child(8),.store-card:nth-child(8){--card-bg:#fff2f1;--card-color:#ef4f45}.browser-illustration{height:132px;background:rgba(255,255,255,.82);border-radius:12px;margin-top:22px;padding:10px;box-shadow:0 10px 25px rgba(67,96,141,.08)}.browser-dots{display:flex;gap:4px}.browser-dots i{width:5px;height:5px;border-radius:50%;background:#ff6c64}.browser-dots i:nth-child(2){background:#ffc04d}.browser-dots i:nth-child(3){background:#3fcf70}.browser-lines{margin-top:12px;display:grid;grid-template-columns:45px 1fr;gap:9px}.browser-lines aside{border-right:1px solid #e9eef5}.browser-lines aside span{display:block;height:5px;margin:8px;background:#dbe8f8;border-radius:4px}.browser-lines section span{display:block;height:8px;background:#e5ecf4;border-radius:4px;margin:8px 0}.browser-lines section span:first-child{width:45%;background:var(--card-color,#6b78e8)}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.filter-tabs button{height:38px;padding:0 16px;border:1px solid #dbe7f5;background:#fff;border-radius:999px;color:#64738b;cursor:pointer}.filter-tabs button.active{background:var(--blue);border-color:var(--blue);color:#fff}.product-card,.store-card{background:#fff}.product-card .product-icon{height:150px;border-radius:14px;background:linear-gradient(135deg,var(--card-bg,#eff6ff),#fff);display:grid;place-items:center;margin-bottom:20px}.product-cube{width:70px;height:70px;border-radius:18px;background:var(--card-color,var(--blue));box-shadow:16px 16px 0 color-mix(in srgb,var(--card-color,var(--blue)) 18%,transparent);position:relative}.product-cube::before,.product-cube::after{content:"";position:absolute;background:#fff;border-radius:4px}.product-cube::before{width:30px;height:7px;left:20px;top:20px}.product-cube::after{width:20px;height:7px;left:20px;top:35px}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.product-meta span{font-size:11px;color:var(--muted)}.product-meta a{font-size:12px;color:var(--blue);font-weight:700}.store-card .price{font-size:32px;font-weight:800;color:var(--ink);margin:22px 0 6px}.store-card .price small{font-size:12px;font-weight:400;color:var(--muted)}.store-card ul{padding:0;margin:20px 0;list-style:none}.store-card li{font-size:13px;color:#56667e;margin:11px 0}.store-card li::before{content:"✓";color:var(--green);margin-right:8px}.store-card button{width:100%;height:44px;border-radius:10px;border:1px solid #dce7f4;background:#fff;color:var(--blue);cursor:pointer}.store-card button:hover{background:var(--blue);color:#fff}.cart-bar{position:sticky;bottom:20px;margin:30px auto 0;max-width:720px;background:#17243a;color:#fff;border-radius:16px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 45px rgba(21,37,63,.28)}.cart-bar strong{font-size:14px}.cart-bar span{color:#9eacc0;font-size:12px;margin-left:8px}.cart-bar button{border:0;background:var(--blue);color:#fff;border-radius:9px;height:38px;padding:0 16px}.help-layout{display:grid;grid-template-columns:260px 1fr;gap:36px}.help-sidebar{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;height:max-content;position:sticky;top:95px}.help-sidebar button{width:100%;border:0;background:none;text-align:left;padding:13px 14px;border-radius:9px;color:#596981;cursor:pointer}.help-sidebar button.active{background:#eaf3ff;color:var(--blue);font-weight:700}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;border:0;background:none;padding:23px 4px;display:grid;grid-template-columns:1fr auto;align-items:center;text-align:left;font-weight:700;cursor:pointer}.faq-question b{font-size:20px;color:var(--blue);transition:.25s}.faq-answer{max-height:0;overflow:hidden;transition:.35s}.faq-answer p{margin:0;padding:0 50px 22px 4px;color:var(--text);font-size:14px;line-height:1.8}.faq-item.open .faq-answer{max-height:180px}.faq-item.open .faq-question b{transform:rotate(45deg)}.partner-grid,.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.partner-card,.value-card{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.partner-card .num,.value-card .num{font-size:12px;color:var(--blue)}.partner-card h3,.value-card h3{font-size:22px;margin:28px 0 12px}.partner-card p,.value-card p{font-size:14px;line-height:1.8;color:var(--text)}.contact-shell{display:grid;grid-template-columns:.8fr 1.2fr;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.contact-aside{background:linear-gradient(150deg,#1e62e6,#3d88ff);color:#fff;padding:48px}.contact-aside h2{font-size:38px;margin:18px 0}.contact-aside p{color:#dbeaff;line-height:1.8}.contact-aside ul{list-style:none;padding:0;margin-top:40px}.contact-aside li{margin:16px 0;font-size:14px}.contact-form{padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:12px;color:#596982}.field input,.field textarea,.field select{border:1px solid #dce7f4;border-radius:10px;padding:13px 14px;outline:none;background:#fbfdff}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8bb5ff;box-shadow:0 0 0 3px rgba(36,104,242,.08)}.field textarea{min-height:120px;resize:vertical}.submit-button{grid-column:1/-1;height:46px;border:0;border-radius:10px;background:var(--blue);color:#fff;cursor:pointer}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-intro h2{font-size:50px;line-height:1.16;letter-spacing:-.04em}.about-intro p{font-size:15px;line-height:2;color:var(--text)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}.metric{padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.metric strong{display:block;font-size:34px;color:var(--blue)}.metric span{font-size:12px;color:var(--muted)}.timeline{max-width:900px;margin:auto}.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:30px;padding:30px 0;border-bottom:1px solid var(--line)}.timeline-item strong{font-size:22px;color:var(--blue)}.timeline-item h3{margin:0 0 10px}.timeline-item p{margin:0;color:var(--text);line-height:1.8;font-size:14px}.download-list{border:1px solid var(--line);border-radius:16px;overflow:hidden}.download-row{display:grid;grid-template-columns:1.6fr .8fr .7fr .7fr 100px;gap:20px;align-items:center;padding:20px 24px;border-bottom:1px solid var(--line);background:#fff}.download-row:last-child{border-bottom:0}.download-row.header{background:#f7faff;font-size:12px;color:#718099}.file-title{display:flex;align-items:center;gap:13px}.file-icon{width:38px;height:38px;border-radius:10px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-size:11px;font-weight:800}.file-title strong{display:block;font-size:14px}.file-title small{font-size:11px;color:var(--muted)}.download-row>span{font-size:12px;color:#65748a}.download-link{height:36px;border-radius:9px;background:#eaf3ff;color:var(--blue);display:grid;place-items:center;font-size:12px;font-weight:700}.empty-state{display:none;padding:50px;text-align:center;color:var(--muted)}.site-footer{background:#111d31;color:#fff;padding-top:66px}.footer-main{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;padding-bottom:55px}.footer-brand p{max-width:390px;color:#91a0b6;line-height:1.8;font-size:14px;margin-top:25px}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-columns div{display:flex;flex-direction:column;gap:12px}.footer-columns h3{font-size:13px;margin:0 0 10px}.footer-columns a,.footer-columns span{font-size:12px;color:#8f9eb3}.footer-columns a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;justify-content:space-between;color:#728198;font-size:11px}.toast{position:fixed;z-index:1500;left:50%;bottom:28px;transform:translate(-50%,20px);background:#17243a;color:#fff;padding:12px 18px;border-radius:10px;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}.reveal{opacity:1;transform:none;animation:reveal-in .7s var(--ease) both}.reveal.visible{opacity:1;transform:none}@keyframes reveal-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(max-width:1080px){.desktop-nav{gap:15px}.desktop-nav a{font-size:13px}.nav-login{display:none}.module-grid,.doc-grid,.product-grid,.store-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:30px}.partner-grid,.value-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.page-width,.nav-shell{width:min(100% - 32px,var(--width))}.nav-shell{grid-template-columns:1fr auto}.desktop-nav,.nav-login,.nav-cta{display:none}.menu-button{display:block}.soft-hero{padding:52px 0}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-buttons,.trust-row{justify-content:center}.visual-window{transform:none;max-width:620px;margin:auto}.section{padding:70px 0}.section-head{display:block}.section-head p{margin-top:18px}.product-showcase,.contact-shell,.about-intro{grid-template-columns:1fr}.product-visual{min-height:430px}.help-layout{grid-template-columns:1fr}.help-sidebar{position:static;display:flex;overflow:auto}.help-sidebar button{width:auto;white-space:nowrap}.footer-main{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.page-width,.nav-shell{width:calc(100% - 28px)}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:15px}.hero-buttons{flex-direction:column}.trust-row{gap:10px;flex-wrap:wrap}.window-body{grid-template-columns:84px 1fr;min-height:320px}.mock-main{padding:14px}.mock-stats{grid-template-columns:1fr 1fr}.mock-stat:last-child{display:none}.module-grid,.doc-grid,.product-grid,.store-grid,.partner-grid,.value-grid{grid-template-columns:1fr}.module-card{min-height:220px}.page-hero{padding:52px 0}.page-hero h1{font-size:37px}.doc-toolbar{flex-direction:column}.search-button{width:100%}.product-info,.contact-aside,.contact-form{padding:30px 22px}.product-info h2{font-size:34px}.product-visual{padding:24px;min-height:340px}.feature-list{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.field.full,.submit-button{grid-column:auto}.metric-grid{grid-template-columns:1fr 1fr}.timeline-item{grid-template-columns:1fr;gap:8px}.download-row{grid-template-columns:1fr auto;padding:16px}.download-row.header{display:none}.download-row>span{display:none}.footer-columns{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}.cart-bar{bottom:10px}.about-intro h2{font-size:38px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* V3 授权中心 */
.nav-shell{grid-template-columns:185px 1fr auto}.desktop-nav{gap:18px}.desktop-nav a{font-size:13px}.nav-admin{font-size:12px;color:#56667e;white-space:nowrap}.license-hero{position:relative;overflow:hidden;padding:92px 0 88px;background:linear-gradient(180deg,#eef6ff 0%,#f8fbff 78%,#fff 100%)}.license-hero::before{content:"";position:absolute;width:680px;height:680px;border-radius:50%;left:-250px;top:-430px;background:radial-gradient(circle,rgba(59,134,255,.28),rgba(59,134,255,0) 70%)}.license-hero::after{content:"";position:absolute;width:760px;height:760px;border-radius:50%;right:-290px;top:-470px;background:radial-gradient(circle,rgba(91,181,255,.27),rgba(91,181,255,0) 70%)}.license-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 480px;gap:72px;align-items:center}.license-intro h1{font-size:clamp(48px,5vw,70px);line-height:1.09;letter-spacing:-.045em;margin:25px 0 20px}.license-intro h1 span{color:var(--blue)}.license-intro>p{max-width:600px;color:var(--text);font-size:16px;line-height:1.9}.license-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}.license-trust span{height:32px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid #d9e8f9;padding:0 12px;display:inline-flex;align-items:center;color:#5f6f87;font-size:11px}.license-query-card{background:rgba(255,255,255,.94);border:1px solid #dce9f7;border-radius:22px;padding:28px;box-shadow:0 30px 80px rgba(49,92,151,.16)}.query-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:22px}.query-card-head small{font-size:9px;letter-spacing:.15em;color:#8996aa}.query-card-head h2{font-size:24px;margin:8px 0 0}.system-dot{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#fff2f2;color:#bd4b52;padding:7px 10px;font-size:10px;white-space:nowrap}.system-dot::before{content:"";width:7px;height:7px;border-radius:50%;background:#dc5a63}.system-dot.online{background:#eaf9f2;color:#19805a}.system-dot.online::before{background:#22ad79;box-shadow:0 0 0 4px rgba(34,173,121,.1)}.query-alert{padding:12px 14px;border-radius:10px;margin-bottom:15px;font-size:12px}.query-alert.error{background:#fff0f1;color:#b53b45}.license-query-form{display:flex;flex-direction:column;gap:15px}.query-type-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dce7f4;border-radius:10px;padding:4px;background:#f7faff}.query-type-switch label{position:relative}.query-type-switch input{position:absolute;opacity:0}.query-type-switch span{height:36px;border-radius:7px;display:grid;place-items:center;font-size:11px;color:#68778e;cursor:pointer}.query-type-switch input:checked+span{background:#fff;color:var(--blue);font-weight:700;box-shadow:0 5px 14px rgba(49,84,132,.09)}.license-input{display:flex;flex-direction:column;gap:8px}.license-input span{font-size:11px;color:#68778d}.license-input input{height:48px;border:1px solid #dce7f4;border-radius:10px;padding:0 13px;outline:none;background:#fbfdff}.license-input input:focus{border-color:#8bb5ff;box-shadow:0 0 0 3px rgba(36,104,242,.08)}.license-query-form button{height:47px;border:0;border-radius:10px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:18px;box-shadow:0 12px 24px rgba(36,104,242,.2)}.query-note{font-size:10px;color:#97a2b2;line-height:1.7;margin:14px 0 0}.license-result-section{padding-top:30px}.license-result{border:1px solid #dce8f6;background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.license-result-top{padding:25px 28px;background:#f7faff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.status-seal{display:flex;align-items:center;gap:10px;color:#168059;font-weight:700}.status-seal i{width:12px;height:12px;border-radius:50%;background:#27b47e;box-shadow:0 0 0 6px rgba(39,180,126,.1)}.license-result.status-expired .status-seal,.license-result.status-revoked .status-seal{color:#c14149}.license-result.status-expired .status-seal i,.license-result.status-revoked .status-seal i{background:#e35b64;box-shadow:0 0 0 6px rgba(227,91,100,.1)}.license-result.status-suspended .status-seal,.license-result.status-pending .status-seal{color:#9a651f}.license-result.status-suspended .status-seal i,.license-result.status-pending .status-seal i{background:#eba74a;box-shadow:0 0 0 6px rgba(235,167,74,.12)}.license-result-top>div:last-child{text-align:right}.license-result-top small,.license-result-grid small{display:block;color:#8996a9;font-size:10px;margin-bottom:7px}.license-result-top strong{font-size:12px}.license-result-grid{display:grid;grid-template-columns:repeat(4,1fr)}.license-result-grid>div{padding:28px;border-right:1px solid var(--line)}.license-result-grid>div:last-child{border-right:0}.license-result-grid strong{display:block;font-size:17px}.license-result-grid span{display:block;font-size:11px;color:#8794a7;margin-top:9px}.license-result-foot{padding:16px 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#8995a7;font-size:10px}.license-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.license-step-grid article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:25px}.license-step-grid article>span{font-size:10px;color:var(--blue)}.license-step-grid h3{font-size:18px;margin:25px 0 10px}.license-step-grid p{font-size:12px;color:var(--text);line-height:1.8;margin:0}.license-home-section{padding-top:20px}.license-home-panel{background:linear-gradient(135deg,#eaf4ff,#f8fbff);border:1px solid #d9e8f8;border-radius:24px;padding:48px;display:grid;grid-template-columns:1fr 430px;gap:70px;align-items:center;position:relative;overflow:hidden}.license-home-panel::after{content:"";position:absolute;width:390px;height:390px;border-radius:50%;right:-190px;top:-220px;background:radial-gradient(circle,rgba(80,153,255,.25),rgba(80,153,255,0) 70%)}.license-home-copy,.license-home-form{position:relative;z-index:2}.license-home-copy h2{font-size:43px;line-height:1.18;letter-spacing:-.035em;margin:20px 0}.license-home-copy h2 span{color:var(--blue)}.license-home-copy p{color:var(--text);font-size:14px;line-height:1.9;max-width:580px}.license-home-actions{display:flex;gap:20px;margin-top:24px}.license-home-actions a{font-size:12px;color:var(--blue);font-weight:700}.license-home-actions a:last-child{color:#66758b}.license-home-form{background:#fff;border:1px solid #dce8f6;border-radius:17px;padding:24px;box-shadow:0 20px 45px rgba(47,89,150,.1);display:flex;flex-direction:column;gap:13px}.license-home-form label{display:flex;flex-direction:column;gap:8px}.license-home-form label span{font-size:11px;color:#69788d}.license-home-form input{height:46px;border:1px solid #dce7f4;border-radius:10px;padding:0 13px;outline:none}.license-home-form input:focus{border-color:#8cb6ff;box-shadow:0 0 0 3px rgba(36,104,242,.07)}.license-home-form button{height:44px;border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.license-home-form small{color:#96a2b3;font-size:10px;line-height:1.7}
@media(max-width:1180px){.desktop-nav{gap:12px}.desktop-nav a{font-size:12px}.nav-admin{display:none}.nav-shell{grid-template-columns:175px 1fr auto}.license-hero-grid{gap:35px}.license-home-panel{gap:35px}}
@media(max-width:900px){.license-hero-grid,.license-home-panel{grid-template-columns:1fr}.license-hero{padding:60px 0}.license-intro{text-align:center}.license-intro>p{margin-left:auto;margin-right:auto}.license-trust{justify-content:center}.license-query-card{max-width:600px;margin:auto;width:100%}.license-result-grid{grid-template-columns:1fr 1fr}.license-result-grid>div:nth-child(2){border-right:0}.license-result-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.license-step-grid{grid-template-columns:1fr 1fr}.license-home-panel{padding:36px}}
@media(max-width:580px){.license-intro h1{font-size:42px}.license-query-card{padding:21px}.license-result-grid{grid-template-columns:1fr}.license-result-grid>div{border-right:0;border-bottom:1px solid var(--line)}.license-result-grid>div:nth-child(2){border-bottom:1px solid var(--line)}.license-result-grid>div:last-child{border-bottom:0}.license-result-top,.license-result-foot{align-items:flex-start;gap:14px;flex-direction:column}.license-result-top>div:last-child{text-align:left}.license-step-grid{grid-template-columns:1fr}.license-home-panel{padding:28px 20px}.license-home-copy h2{font-size:34px}.license-home-actions{flex-direction:column;gap:10px}}

/* V3.4 Business Shield public website */
.compliance-bar{height:34px;background:#f7faff;border-bottom:1px solid #e5edf7;color:#718099;font-size:11px}.compliance-bar .page-width{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.compliance-bar .page-width>div{display:flex;gap:18px;align-items:center}.compliance-bar a:hover{color:var(--blue)}.police-dot{width:13px;height:13px;border-radius:50%;display:inline-grid;margin-right:5px;vertical-align:-2px;background:linear-gradient(145deg,#e53935,#ffb300);position:relative}.police-dot::after{content:"★";font-size:8px;color:#fff;position:absolute;inset:0;display:grid;place-items:center;font-style:normal}.site-header{top:0}.nav-shell{grid-template-columns:180px 1fr auto}.desktop-nav{gap:17px}.footer-company{display:flex;flex-direction:column;gap:7px;margin-top:22px;color:#8190a6;font-size:11px}.footer-columns{grid-template-columns:repeat(4,1fr)}.footer-bottom>div{display:flex;gap:18px}.home-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#edf6ff 0%,#f8fbff 78%,#fff 100%);padding:86px 0 94px}.home-hero::before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;left:-300px;top:-500px;background:radial-gradient(circle,rgba(68,141,255,.28),rgba(68,141,255,0) 70%)}.home-hero::after{content:"";position:absolute;width:900px;height:900px;border-radius:50%;right:-390px;top:-580px;background:radial-gradient(circle,rgba(106,186,255,.25),rgba(106,186,255,0) 70%)}.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .92fr;gap:70px;align-items:center;min-height:555px}.home-hero-copy h1{font-size:clamp(54px,6vw,82px);line-height:1.05;letter-spacing:-.055em;margin:25px 0 22px}.home-hero-copy h1 span{color:var(--blue)}.home-hero-copy>p{font-size:16px;color:var(--text);line-height:1.95;max-width:650px}.home-tech-scene{height:510px;position:relative;display:grid;place-items:center}.scene-core{width:150px;height:150px;border-radius:36px;background:linear-gradient(145deg,#2d70f3,#64a0ff);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 30px 70px rgba(40,110,239,.28);z-index:4}.scene-core span{font-size:38px;font-weight:900;letter-spacing:.02em}.scene-core b{font-size:12px;margin-top:8px;font-weight:600}.scene-orbit{position:absolute;border:1px solid rgba(65,128,238,.22);border-radius:50%;animation:sceneRotate 18s linear infinite}.scene-orbit i{position:absolute;width:58px;height:58px;border-radius:17px;background:#fff;border:1px solid #dce9f8;box-shadow:0 14px 34px rgba(45,89,151,.13);display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:800;color:#3d6fca}.orbit-one{width:330px;height:330px}.orbit-one i:nth-child(1){left:136px;top:-29px}.orbit-one i:nth-child(2){right:-29px;top:136px}.orbit-one i:nth-child(3){left:136px;bottom:-29px}.orbit-one i:nth-child(4){left:-29px;top:136px}.orbit-two{width:475px;height:475px;animation-direction:reverse;animation-duration:27s}.orbit-two i:nth-child(1){left:42px;top:52px}.orbit-two i:nth-child(2){right:48px;top:57px}.orbit-two i:nth-child(3){right:46px;bottom:54px}.scene-panel{position:absolute;background:rgba(255,255,255,.92);border:1px solid #dce9f8;border-radius:15px;padding:14px 17px;box-shadow:0 18px 40px rgba(43,82,137,.12);z-index:5;min-width:145px}.scene-panel small{display:block;color:#8b98aa;font-size:9px}.scene-panel strong{display:block;margin-top:7px;font-size:14px}.panel-a{left:10px;bottom:70px}.panel-b{right:0;top:60px}@keyframes sceneRotate{to{transform:rotate(360deg)}}.home-products{padding-top:55px}.public-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.public-product-card{border:1px solid var(--line);border-radius:19px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(45,81,130,.06);transition:.32s var(--ease)}.public-product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-hover);border-color:#c9dcf8}.product-cover{height:190px;background:linear-gradient(145deg,#eef5ff,#fafdff);display:grid;place-items:center;overflow:hidden}.product-cover img{width:100%;height:100%;object-fit:cover;transition:.4s}.public-product-card:hover .product-cover img{transform:scale(1.035)}.product-cover>span{font-size:30px;font-weight:900;color:#4a7de3}.product-cover.placeholder{height:190px}.product-card-body{padding:20px}.product-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.product-meta span{font-size:9px;padding:5px 8px;border-radius:999px;background:#eef4ff;color:#4e72b3}.product-card-body h3{font-size:19px;margin:15px 0 10px}.product-card-body p{font-size:12px;color:var(--text);line-height:1.75;min-height:64px}.mini-tags,.feature-chip-row{display:flex;gap:7px;flex-wrap:wrap}.mini-tags span,.feature-chip-row span{font-size:10px;border:1px solid #dde8f6;border-radius:8px;padding:6px 8px;color:#66758b;background:#fbfdff}.product-detail-link{display:inline-flex;color:var(--blue);font-size:12px;font-weight:700;margin-top:18px}.section-more{text-align:center;margin-top:32px}.section-more a{color:var(--blue);font-size:13px;font-weight:700}.interaction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.interaction-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;min-height:360px;box-shadow:0 12px 30px rgba(45,81,130,.05)}.interaction-card h3{font-size:20px;margin:24px 0 10px}.interaction-card>p{color:var(--text);font-size:12px;line-height:1.8}.pulse-map{height:220px;border-radius:16px;background:radial-gradient(circle at 50% 50%,#e3efff,#f9fcff 65%);position:relative;overflow:hidden}.pulse-map::before,.pulse-map::after{content:"";position:absolute;border:1px solid rgba(47,112,238,.25);border-radius:50%;inset:45px;animation:pulseRing 3s ease-out infinite}.pulse-map::after{inset:80px;animation-delay:1s}.pulse-map span{position:absolute;width:14px;height:14px;border-radius:50%;background:#3b7df1;box-shadow:0 0 0 8px rgba(59,125,241,.12)}.pulse-map span:nth-child(1){left:22%;top:38%}.pulse-map span:nth-child(2){right:19%;top:29%}.pulse-map span:nth-child(3){left:50%;bottom:19%}.pulse-map i{position:absolute;width:34px;height:34px;border-radius:12px;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 12px 30px rgba(43,90,156,.16)}@keyframes pulseRing{0%{transform:scale(.6);opacity:1}100%{transform:scale(1.45);opacity:0}}.code-stream{height:220px;border-radius:16px;background:#12213a;padding:28px 22px;display:flex;flex-direction:column;justify-content:center;gap:16px;overflow:hidden}.code-stream span{font:11px ui-monospace,monospace;color:#7fe8bd;letter-spacing:.05em;animation:streamFloat 3.6s ease-in-out infinite}.code-stream span:nth-child(2){animation-delay:.5s;color:#80bdff}.code-stream span:nth-child(3){animation-delay:1s;color:#ffc67c}.code-stream span:nth-child(4){animation-delay:1.5s;color:#d0a2ff}@keyframes streamFloat{0%,100%{transform:translateX(0);opacity:.65}50%{transform:translateX(18px);opacity:1}}.shield-radar{height:220px;border-radius:16px;background:radial-gradient(circle,#e9f2ff,#f9fcff 68%);display:grid;place-items:center;position:relative}.shield-radar::before,.shield-radar::after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;border:1px dashed #8eb8f7;animation:sceneRotate 12s linear infinite}.shield-radar::after{width:110px;height:110px;animation-direction:reverse;animation-duration:7s}.shield-radar div{width:92px;height:108px;background:linear-gradient(145deg,#2e72ef,#60a0ff);clip-path:polygon(50% 0,95% 17%,88% 70%,50% 100%,12% 70%,5% 17%);box-shadow:0 20px 40px rgba(42,111,241,.3)}.shield-radar i{position:absolute;color:#fff;font-size:30px;font-style:normal}.agent-banner{border-radius:24px;background:linear-gradient(135deg,#1761e5,#548fff);padding:46px 52px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 24px 60px rgba(36,104,242,.24)}.agent-banner small{color:#cfe1ff;letter-spacing:.14em;font-size:9px}.agent-banner h2{font-size:38px;margin:13px 0 9px}.agent-banner p{margin:0;color:#dce9ff}.agent-banner .btn-primary{background:#fff;color:#2468f2;box-shadow:none}.page-hero.compact{padding:65px 0 52px}.product-list-modern{display:grid;gap:18px}.product-row-modern{display:grid;grid-template-columns:260px 1fr 180px;gap:30px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;transition:.3s}.product-row-modern:hover{border-color:#c9dcf8;box-shadow:var(--shadow);transform:translateY(-3px)}.product-row-image{height:180px;border-radius:14px;overflow:hidden;background:#eff6ff;display:grid;place-items:center}.product-row-image img{width:100%;height:100%;object-fit:cover}.product-row-image span{font-size:28px;font-weight:900;color:#4d7fe0}.product-row-main h2{font-size:25px;margin:14px 0 10px}.product-row-main>p{color:var(--text);line-height:1.8;font-size:13px}.product-row-action{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.product-row-action small{font-size:10px;color:#8a97aa}.product-row-action strong{font-size:27px;color:#2468f2}.product-row-action em,.store-price em,.product-side-card em,.buy-price em{font-size:11px;font-style:normal;color:#8190a4;margin-left:4px}.product-detail-hero{padding:78px 0;background:linear-gradient(180deg,#edf6ff,#fff)}.product-detail-grid{display:grid;grid-template-columns:1fr 520px;gap:70px;align-items:center}.product-detail-copy h1{font-size:58px;line-height:1.1;margin:22px 0 16px;letter-spacing:-.04em}.product-detail-copy .lead{font-size:16px;line-height:1.9;color:var(--text)}.feature-chip-row.large span{font-size:11px;padding:8px 11px}.product-detail-cover{height:430px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #dce9f8;box-shadow:0 30px 70px rgba(49,91,149,.14)}.product-detail-cover img{width:100%;height:100%;object-fit:cover}.product-cover-fallback{height:100%;display:grid;place-items:center;font-size:50px;font-weight:900;color:#4c80e5;background:linear-gradient(145deg,#eef6ff,#fff)}.product-detail-content{display:grid;grid-template-columns:1fr 310px;gap:48px;align-items:start}.article-content{font-size:14px;line-height:1.95;color:#43536b}.article-content h2{font-size:28px;color:#1c2a41;margin:42px 0 16px;padding-bottom:12px;border-bottom:1px solid #e6edf6}.article-content h3{font-size:20px;color:#273750;margin:28px 0 12px}.article-content p{margin:0 0 18px}.article-content ul,.article-content ol{padding-left:24px}.article-content li{margin:8px 0}.article-content pre{background:#12213a;color:#d7e7fb;border-radius:13px;padding:20px;overflow:auto}.article-content code{font-family:ui-monospace,monospace}.article-content img{max-width:100%;height:auto;border-radius:14px}.article-content table{width:100%;border-collapse:collapse}.article-content th,.article-content td{border:1px solid #dfe8f4;padding:11px;text-align:left}.article-content blockquote{margin:20px 0;border-left:4px solid #4f86ff;background:#f4f8ff;padding:16px 18px;color:#5a6b84}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.delivery-grid>div{border:1px solid var(--line);border-radius:13px;padding:18px}.delivery-grid strong{font-size:15px}.delivery-grid p{font-size:12px;color:#758399;margin:8px 0 0}.product-side-card{position:sticky;top:100px;border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.product-side-card>small{color:#8a97a9}.product-side-card>strong{font-size:34px;color:#2468f2}.product-side-card>del{color:#9ba6b6}.product-side-card>p{font-size:12px;line-height:1.8;color:#6f7e93}.text-link{color:#2468f2;font-size:12px;font-weight:700}.text-link.center{text-align:center}.article-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.article-card small{color:#2468f2}.article-card h3{font-size:18px;margin:12px 0}.article-card p{font-size:12px;color:#718096;line-height:1.75}.article-card span{color:#2468f2;font-size:11px}.store-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.store-product-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(45,81,130,.05);transition:.3s}.store-product-card:hover,.store-product-card.focused{transform:translateY(-5px);border-color:#8cb7fb;box-shadow:var(--shadow-hover)}.store-cover{height:185px;position:relative;background:#eff6ff;overflow:hidden}.store-cover img{width:100%;height:100%;object-fit:cover}.store-cover span{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.9);border-radius:999px;padding:6px 10px;font-size:9px;color:#426db8}.store-card-body{padding:23px}.store-card-body>small{color:#8a97aa;font-size:9px}.store-card-body h2{font-size:22px;margin:12px 0}.store-card-body>p{font-size:12px;color:var(--text);line-height:1.75;min-height:63px}.store-card-body ul{list-style:none;padding:0;margin:19px 0}.store-card-body li{font-size:11px;color:#5e6e84;padding:7px 0;border-bottom:1px solid #edf2f8}.store-card-body li::before{content:"✓";color:#2aaa77;margin-right:8px}.store-price{display:flex;align-items:flex-end;justify-content:space-between;margin:22px 0}.store-price span{display:block;font-size:9px;color:#8996a8}.store-price strong{display:block;font-size:29px;color:#2468f2;margin-top:4px}.full{width:100%}.buy-page{padding:75px 0 100px;background:linear-gradient(180deg,#edf6ff,#fff 36%)}.buy-grid{display:grid;grid-template-columns:1fr 390px;gap:60px;align-items:start}.back-link{color:#6d7b90;font-size:12px}.buy-product h1{font-size:55px;margin:22px 0 15px}.buy-product .lead{font-size:16px;color:var(--text);line-height:1.9}.buy-price{margin:28px 0;padding:24px;border-radius:16px;background:#f5f9ff;border:1px solid #dce9f8}.buy-price small{display:block;color:#8492a6}.buy-price strong{font-size:40px;color:#2468f2;display:inline-block;margin-top:8px}.buy-price del{margin-left:15px;color:#9ba6b5}.purchase-copy{margin-top:30px}.buy-contact-panel{position:sticky;top:100px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px;box-shadow:var(--shadow)}.buy-contact-panel>small{font-size:9px;color:#2468f2;letter-spacing:.12em}.buy-contact-panel h2{font-size:25px;margin:12px 0}.buy-contact-panel>p{font-size:12px;color:#718096;line-height:1.8}.contact-qr-list{display:grid;gap:13px;margin:20px 0}.contact-qr-list article{display:grid;grid-template-columns:90px 1fr;gap:14px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:10px}.contact-qr-list img,.qr-placeholder{width:90px;height:90px;border-radius:10px;object-fit:cover}.qr-placeholder{background:#f3f6fa;display:grid;place-items:center;text-align:center;color:#929eae;font-size:10px}.contact-qr-list strong,.contact-qr-list span,.contact-qr-list small{display:block}.contact-qr-list span{font-size:11px;color:#6b7a8f;margin:5px 0}.contact-qr-list small{font-size:10px;color:#98a3b2}.contact-empty{padding:20px;background:#f7f9fc;border-radius:10px;color:#8190a4;font-size:12px}.docs-toolbar{height:66px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:72px;z-index:50}.docs-toolbar>.page-width{height:100%;display:grid;grid-template-columns:235px 1fr 280px;align-items:center;gap:20px}.docs-product-select{display:flex;align-items:center;gap:10px}.docs-product-select span{font-weight:700;font-size:13px}.docs-product-select select{border:0;background:#f4f7fb;border-radius:8px;padding:8px;font-size:11px;max-width:150px}.docs-toolbar nav{display:flex;gap:8px;overflow-x:auto}.docs-toolbar nav a{white-space:nowrap;border-radius:8px;background:#f5f7fa;padding:9px 11px;font-size:10px;color:#56667e}.docs-search{height:38px;border:1px solid var(--line);border-radius:9px;display:flex;overflow:hidden}.docs-search input{flex:1;border:0;padding:0 10px;outline:none;font-size:11px}.docs-search button{border:0;background:#f2f6fc;color:#2468f2;padding:0 12px}.docs-layout{display:grid;grid-template-columns:245px minmax(0,1fr) 200px;gap:0;align-items:start}.docs-sidebar{position:sticky;top:138px;height:calc(100vh - 138px);overflow:auto;border-right:1px solid var(--line);padding:28px 20px 50px 0}.docs-sidebar-brand{padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:16px}.docs-sidebar-brand strong,.docs-sidebar-brand small{display:block}.docs-sidebar-brand small{font-size:8px;color:#8f9bac;margin-top:6px}.docs-sidebar section{margin:18px 0}.docs-sidebar h3{font-size:12px;margin:0 0 8px}.docs-sidebar a{display:block;padding:9px 11px;border-radius:8px;color:#617087;font-size:11px}.docs-sidebar a.active,.docs-sidebar a:hover{background:#eef4ff;color:#2468f2}.docs-article{padding:42px 55px 80px;min-height:800px}.docs-article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--line)}.docs-article>header small{font-size:10px;color:#6a7b92}.docs-article>header h1{font-size:36px;margin:12px 0}.docs-article>header p{font-size:13px;color:#718098;line-height:1.8}.docs-article>header button{border:0;background:#edf4ff;color:#2468f2;border-radius:8px;padding:9px 12px;font-size:10px;white-space:nowrap}.doc-content{padding-top:15px}.article-source{margin-top:45px;border:1px solid #dbe8f8;background:#f7faff;border-radius:14px;padding:18px}.article-source strong{font-size:12px}.article-source p{font-size:11px;color:#69798f;line-height:1.8;margin:7px 0 0}.article-source a{color:#2468f2}.doc-article-foot{display:flex;justify-content:space-between;margin-top:24px;color:#929dad;font-size:10px}.docs-toc{position:sticky;top:138px;padding:42px 0 50px 20px;border-left:1px solid var(--line);min-height:calc(100vh - 138px)}.docs-toc>strong{font-size:12px}.docs-toc>a{display:block;font-size:10px;color:#758398;padding:7px 0}.docs-toc>a.sub{padding-left:12px}.docs-toc>a:hover{color:#2468f2}.docs-help-card{margin-top:30px;border-radius:12px;background:#eef5ff;padding:16px}.docs-help-card span{font-size:11px;font-weight:700}.docs-help-card p{font-size:10px;line-height:1.7;color:#6d7c91}.docs-help-card a{font-size:10px;color:#2468f2}.help-hero{padding:75px 0;background:linear-gradient(180deg,#edf6ff,#fff);text-align:center}.help-hero h1{font-size:52px;margin:22px 0 15px}.help-hero h1 span{color:#2468f2}.help-hero p{color:#687990}.help-search{width:min(650px,100%);height:58px;margin:30px auto 0;background:#fff;border:1px solid #d9e7f7;border-radius:13px;display:flex;padding:6px;box-shadow:0 18px 45px rgba(45,88,148,.1)}.help-search input{flex:1;border:0;padding:0 15px;outline:none}.help-search button{border:0;border-radius:9px;background:#2468f2;color:#fff;padding:0 22px}.help-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.help-category-grid a{border:1px solid var(--line);border-radius:13px;padding:17px;background:#fff;transition:.25s}.help-category-grid a.active,.help-category-grid a:hover{border-color:#8cb7fb;background:#f3f7ff}.help-category-grid strong,.help-category-grid span{display:block}.help-category-grid strong{font-size:13px}.help-category-grid span{font-size:10px;color:#8b98aa;margin-top:7px}.help-result-head{display:flex;align-items:flex-end;justify-content:space-between;margin:45px 0 18px}.help-result-head h2{font-size:28px;margin:0}.help-result-head p{font-size:11px;color:#8492a6}.help-result-head>span{font-size:11px;color:#8492a6}.help-article-list{border-top:1px solid var(--line)}.help-article-list>a{display:grid;grid-template-columns:1fr auto;align-items:center;padding:24px 5px;border-bottom:1px solid var(--line);transition:.25s}.help-article-list>a:hover{padding-left:15px;background:#fbfdff}.help-article-list small{color:#2468f2;font-size:9px}.help-article-list h3{font-size:18px;margin:8px 0}.help-article-list p{font-size:12px;color:#6d7c91;margin:0;line-height:1.7}.help-article-list span{font-size:9px;color:#98a3b2;display:block;margin-top:8px}.help-article-list b{color:#2468f2}.help-article-hero{padding:58px 0;background:#eff6ff}.help-article-hero a{font-size:11px;color:#63748c}.help-article-hero small{display:block;color:#2468f2;margin:25px 0 10px}.help-article-hero h1{font-size:44px;margin:0 0 15px}.help-article-hero p{color:#64758e;max-width:780px;line-height:1.8}.help-article-grid{display:grid;grid-template-columns:1fr 290px;gap:55px;align-items:start}.help-source-side{position:sticky;top:100px;display:grid;gap:14px}.help-source-side>div{border:1px solid var(--line);border-radius:14px;padding:18px}.help-source-side strong{display:block;font-size:13px;margin-bottom:10px}.help-source-side span{display:block;font-size:10px;color:#8391a5;margin:7px 0}.help-source-side p{font-size:11px;color:#6f7f94;line-height:1.8;margin:0}.help-source-side a{color:#2468f2}.partner-hero{padding:80px 0 60px;background:linear-gradient(180deg,#edf6ff,#fff)}.partner-hero h1{font-size:56px;margin:22px 0 15px}.partner-hero h1 span{color:#2468f2}.partner-hero p{font-size:15px;color:#697a91}.cooperation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cooperation-card{border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff;min-height:230px;transition:.3s}.cooperation-card:hover,.cooperation-card.active{border-color:#83b1fa;box-shadow:var(--shadow);transform:translateY(-4px)}.cooperation-card>span{color:#2468f2;font-size:10px}.cooperation-card h2{font-size:20px;margin:23px 0 10px}.cooperation-card p{font-size:12px;color:#6e7e94;line-height:1.8}.cooperation-card b{display:block;margin-top:20px;color:#2468f2;font-size:11px}.partner-apply-grid{display:grid;grid-template-columns:1fr 500px;gap:65px;align-items:start}.partner-apply-copy>small{color:#2468f2;font-size:9px;letter-spacing:.15em}.partner-apply-copy h2{font-size:42px;line-height:1.2;margin:18px 0}.partner-apply-copy>p{color:#69798f;line-height:1.9}.partner-process{display:grid;gap:13px;margin-top:30px}.partner-process>div{display:grid;grid-template-columns:45px 1fr;gap:10px;border-top:1px solid #dfe8f4;padding-top:14px}.partner-process span{color:#2468f2;font-size:10px}.partner-process strong{font-size:14px}.partner-process p{grid-column:2;font-size:11px;color:#7b899d;margin:0}.partner-form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.partner-form-card h3{font-size:24px;margin-top:0}.partner-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.partner-form label{display:flex;flex-direction:column;gap:7px}.partner-form label.full{grid-column:1/-1}.partner-form span{font-size:10px;color:#6a7a90}.partner-form input,.partner-form textarea{border:1px solid #dce6f3;border-radius:9px;padding:11px;outline:none}.partner-form textarea{min-height:110px}.partner-form input:focus,.partner-form textarea:focus{border-color:#8db7fb;box-shadow:0 0 0 3px rgba(36,104,242,.07)}.form-note{display:block;margin-top:14px;color:#929dad;font-size:9px;line-height:1.7}.about-hero{padding:84px 0;background:linear-gradient(180deg,#edf6ff,#fff)}.about-hero-grid{display:grid;grid-template-columns:1fr 380px;gap:70px;align-items:end}.about-hero h1{font-size:58px;line-height:1.12;margin:22px 0}.about-hero h1 span{color:#2468f2}.about-hero p{font-size:15px;color:#687990;line-height:1.9;max-width:700px}.about-identity{background:#fff;border:1px solid #dce9f8;border-radius:18px;padding:26px;box-shadow:var(--shadow)}.about-identity small,.about-identity strong,.about-identity span{display:block}.about-identity small{color:#2468f2;font-size:9px;letter-spacing:.14em}.about-identity strong{font-size:20px;margin:15px 0}.about-identity span{font-size:11px;color:#7b899c}.about-intro-modern{display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-intro-modern small{color:#2468f2;font-size:9px}.about-intro-modern h2{font-size:35px;line-height:1.4;margin:15px 0}.about-intro-modern p{font-size:13px;color:#66778f;line-height:2}.company-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:45px}.company-metrics>div{border:1px solid var(--line);border-radius:14px;padding:20px}.company-metrics strong,.company-metrics span{display:block}.company-metrics strong{font-size:17px;color:#2468f2}.company-metrics span{font-size:10px;color:#8491a4;margin-top:8px}.about-gallery{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:16px}.about-gallery figure{margin:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line)}.about-gallery img{width:100%;height:340px;object-fit:cover;display:block}.about-gallery figure:first-child img{height:430px}.about-gallery figcaption{padding:17px}.about-gallery strong,.about-gallery span{display:block}.about-gallery span{font-size:10px;color:#7c899c;margin-top:7px;line-height:1.6}.download-center-list{border:1px solid var(--line);border-radius:18px;overflow:hidden}.download-center-head,.download-center-list article{display:grid;grid-template-columns:2fr 1fr 1fr .65fr .7fr;gap:18px;align-items:center}.download-center-head{padding:14px 20px;background:#f6f9fd;color:#8491a4;font-size:10px}.download-center-list article{padding:20px;border-top:1px solid var(--line)}.download-center-list article:first-of-type{border-top:0}.download-center-list strong{font-size:14px}.download-center-list p{font-size:10px;color:#8090a5;line-height:1.6;margin:6px 0 0}.download-center-list span,.download-center-list small{display:block;font-size:10px;color:#65758c}.download-center-list small{color:#96a1b0;margin-top:5px}.download-button,.download-unavailable{height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-size:10px}.download-button{background:#2468f2;color:#fff}.download-unavailable{background:#eef2f7;color:#8a96a7}.certificate-download{height:34px;border-radius:8px;background:#2468f2;color:#fff;padding:0 13px;display:inline-flex;align-items:center;font-weight:700}.certificate-preview{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}.certificate-paper{min-height:380px;border:1px solid #bcd5fa;background:#fff;border-radius:18px;padding:45px;position:relative;box-shadow:0 24px 60px rgba(45,86,145,.12);overflow:hidden}.certificate-paper::before{content:"";position:absolute;inset:15px;border:1px solid #d8e7fb;border-radius:12px}.certificate-paper>span,.certificate-paper>h2,.certificate-paper>p{position:relative}.certificate-paper>span{color:#2468f2;font-size:9px;letter-spacing:.18em}.certificate-paper>h2{font-size:35px;margin:35px 0 18px}.certificate-paper>p{max-width:520px;color:#6d7c91;line-height:1.9;font-size:12px}.certificate-stamp{position:absolute;right:45px;bottom:35px;width:150px;height:150px;border:7px double #d63843;border-radius:50%;color:#d63843;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(-9deg)}.certificate-stamp i{font-style:normal;font-size:25px}.certificate-stamp strong{font-size:18px;margin:5px 0}.certificate-stamp small{font-size:7px;text-align:center;max-width:110px}.content-empty{text-align:center;padding:65px 20px;border:1px dashed #ccdced;border-radius:16px;color:#7d8b9e}.content-empty strong{display:block;font-size:20px;color:#37475e;margin-bottom:10px}
@media(max-width:1180px){.public-product-grid{grid-template-columns:repeat(2,1fr)}.home-hero-grid{gap:30px}.product-row-modern{grid-template-columns:210px 1fr 160px}.product-detail-grid{grid-template-columns:1fr 430px}.store-product-grid{grid-template-columns:repeat(2,1fr)}.docs-layout{grid-template-columns:220px 1fr}.docs-toc{display:none}.docs-article{padding-right:0}.docs-toolbar>.page-width{grid-template-columns:210px 1fr}.docs-search{display:none}.help-category-grid{grid-template-columns:repeat(3,1fr)}.about-gallery{grid-template-columns:1fr 1fr}.about-gallery figure:first-child{grid-column:1/-1}.about-gallery figure:first-child img{height:430px}}
@media(max-width:900px){.compliance-bar{height:auto;padding:8px 0}.compliance-bar .page-width{align-items:flex-start;flex-direction:column;gap:5px}.compliance-bar .page-width>div{flex-wrap:wrap;gap:8px}.home-hero-grid,.product-detail-grid,.buy-grid,.partner-apply-grid,.about-hero-grid,.certificate-preview{grid-template-columns:1fr}.home-tech-scene{height:450px}.interaction-grid{grid-template-columns:1fr}.product-row-modern{grid-template-columns:180px 1fr}.product-row-action{grid-column:2;align-items:flex-start;text-align:left}.product-detail-cover{height:360px}.product-detail-content,.help-article-grid{grid-template-columns:1fr}.product-side-card,.help-source-side,.buy-contact-panel{position:static}.store-product-grid{grid-template-columns:1fr}.docs-toolbar{position:static;height:auto;padding:12px 0}.docs-toolbar>.page-width{display:flex;flex-direction:column;align-items:stretch}.docs-toolbar nav{order:2}.docs-layout{display:block}.docs-sidebar{position:static;height:auto;border-right:0;padding:20px 0;border-bottom:1px solid var(--line)}.docs-sidebar section{display:flex;gap:5px;flex-wrap:wrap}.docs-sidebar h3{width:100%}.docs-article{padding:30px 0 70px}.cooperation-grid{grid-template-columns:repeat(2,1fr)}.about-intro-modern{grid-template-columns:1fr;gap:20px}.company-metrics{grid-template-columns:repeat(2,1fr)}.download-center-head{display:none}.download-center-list article{grid-template-columns:1fr 1fr}.download-center-list article>div:first-child{grid-column:1/-1}.footer-columns{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.home-hero{padding-top:55px}.home-hero-copy h1{font-size:45px}.home-tech-scene{height:380px;transform:scale(.82);margin:-20px -50px}.public-product-grid,.cooperation-grid,.company-metrics,.about-gallery{grid-template-columns:1fr}.product-row-modern{grid-template-columns:1fr}.product-row-image{height:200px}.product-row-action{grid-column:auto}.product-detail-copy h1,.buy-product h1,.partner-hero h1,.about-hero h1{font-size:39px}.product-detail-cover{height:300px}.delivery-grid,.article-card-grid{grid-template-columns:1fr}.help-category-grid{grid-template-columns:1fr 1fr}.partner-form{grid-template-columns:1fr}.partner-form label.full{grid-column:auto}.about-gallery figure:first-child{grid-column:auto}.about-gallery img,.about-gallery figure:first-child img{height:280px}.download-center-list article{grid-template-columns:1fr}.download-center-list article>div:first-child{grid-column:auto}.license-result-foot{gap:10px}.certificate-download{width:100%;justify-content:center}.certificate-paper{padding:35px 25px;min-height:470px}.certificate-stamp{right:25px}.agent-banner{padding:34px 24px;align-items:flex-start;flex-direction:column}.agent-banner h2{font-size:29px}.footer-columns{grid-template-columns:1fr}.footer-bottom>div{flex-direction:column;gap:5px}}

/* V3.4 documentation, brand and compliance refinement */
.compliance-bar{display:none!important}.nav-shell{grid-template-columns:220px 1fr auto}.brand-image{height:54px;display:inline-flex;align-items:center}.brand-image img{display:block;width:180px;max-height:48px;object-fit:contain;object-position:left center}.brand-image.footer-logo img{width:205px}.brand-image.brand-invert{filter:drop-shadow(0 4px 14px rgba(17,83,196,.16))}.footer-compliance{border-top:1px solid rgba(255,255,255,.1);background:#0b1628}.footer-compliance>.page-width{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#8090a8;font-size:12px}.footer-compliance>.page-width>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-compliance a,.footer-compliance span{color:#91a1b8}.footer-compliance a:hover{color:#fff}.police-dot{display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:6px;vertical-align:-2px;background:radial-gradient(circle at 50% 40%,#ffd758 0 22%,#e23939 24% 58%,#9d1a1a 60%)}
.docs-landing-hero{position:relative;overflow:hidden;min-height:420px;padding:72px 0 66px;text-align:center;background:radial-gradient(circle at 50% 5%,rgba(102,170,255,.38),rgba(102,170,255,0) 42%),linear-gradient(180deg,#eaf5ff 0%,#f5faff 70%,#fff 100%)}.docs-landing-hero:before,.docs-landing-hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.8);border-radius:50%;pointer-events:none}.docs-landing-hero:before{width:560px;height:560px;left:calc(50% - 500px);top:-360px}.docs-landing-hero:after{width:730px;height:730px;right:calc(50% - 640px);top:-520px}.docs-landing-hero>.page-width{position:relative;z-index:1}.docs-landing-logo{width:176px;height:auto;object-fit:contain}.docs-landing-hero h1{margin:28px 0 14px;font-size:clamp(38px,5vw,58px);letter-spacing:-.045em}.docs-landing-hero h1 span{color:var(--blue)}.docs-landing-hero p{max-width:760px;margin:0 auto;color:#64758c;line-height:1.9;font-size:15px}.docs-landing-search{width:min(580px,100%);margin:30px auto 0;height:50px;display:flex;padding:5px;background:rgba(255,255,255,.88);border:1px solid #dce9f8;border-radius:13px;box-shadow:0 14px 36px rgba(49,100,175,.1)}.docs-landing-search input{flex:1;border:0;outline:0;background:transparent;padding:0 14px}.docs-landing-search button{border:0;border-radius:9px;background:var(--blue);color:#fff;padding:0 20px;cursor:pointer}.docs-product-section{padding:62px 0 96px}.docs-product-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:30px}.docs-product-heading small{color:var(--blue);font-weight:800;letter-spacing:.12em;font-size:10px}.docs-product-heading h2{font-size:34px;margin:10px 0 0}.docs-product-heading p{max-width:430px;color:#718198;line-height:1.8;font-size:13px}.docs-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.docs-product-card{position:relative;min-height:300px;padding:24px;border:1px solid #dfe9f6;border-radius:18px;background:linear-gradient(145deg,#fff,#f4f8ff);overflow:hidden;transition:.3s}.docs-product-card:nth-child(2n){background:linear-gradient(145deg,#fff,#f6f4ff)}.docs-product-card:nth-child(3n){background:linear-gradient(145deg,#fff,#fff8ee)}.docs-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(56,100,164,.13)}.docs-product-card-copy{position:relative;z-index:2}.docs-product-card-copy small{color:var(--blue);font-size:10px}.docs-product-card-copy h3{font-size:20px;line-height:1.35;margin:13px 0 10px}.docs-product-card-copy p{color:#6b7b91;font-size:12px;line-height:1.75;min-height:64px}.docs-product-card-copy span{display:block;margin-top:12px;color:#8b98a9;font-size:10px}.docs-product-card-visual{height:118px;margin:20px 0 8px;border-radius:12px;background:rgba(255,255,255,.76);display:grid;place-items:center;overflow:hidden}.docs-product-card-visual img{max-width:92%;max-height:100%;object-fit:contain}.docs-product-card>a,.docs-unavailable{position:relative;z-index:3;display:inline-flex;margin-top:4px;font-size:12px;font-weight:700;color:var(--blue)}.docs-product-card.disabled{opacity:.72}.docs-unavailable{color:#98a4b5}
.docs-toolbar{height:70px;position:sticky;top:72px;z-index:900;background:rgba(255,255,255,.96);border-bottom:1px solid #e5edf7;backdrop-filter:blur(16px)}.docs-toolbar>.page-width{height:100%;display:grid;grid-template-columns:245px minmax(0,1fr) 260px;align-items:center;gap:18px}.docs-product-select{display:flex;align-items:center;gap:9px}.docs-product-select select{min-width:150px;height:38px;border:1px solid #dce7f5;border-radius:9px;background:#fff;padding:0 10px;color:#35465e;outline:none}.docs-back-products{height:38px;display:inline-flex;align-items:center;padding:0 10px;border-radius:9px;background:#eef4fd;color:#5d6e84;font-size:11px;white-space:nowrap}.docs-primary-nav{height:100%;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.docs-primary-nav::-webkit-scrollbar{display:none}.docs-primary-nav a{height:38px;display:inline-flex;align-items:center;padding:0 14px;border-radius:8px;background:#f4f6f9;color:#4c5d74;font-size:12px;white-space:nowrap;border:1px solid transparent}.docs-primary-nav a:hover,.docs-primary-nav a.active{color:#1f66e9;background:#eaf3ff;border-color:#d5e7ff}.docs-search{height:38px;display:flex;border:1px solid #e0e8f3;background:#f8fafc;border-radius:9px;overflow:hidden}.docs-search input{min-width:0;flex:1;border:0;background:transparent;outline:0;padding:0 11px;font-size:11px}.docs-search button{width:56px;border:0;background:transparent;color:var(--blue);font-size:11px;cursor:pointer}.docs-layout{display:grid;grid-template-columns:250px minmax(0,1fr) 235px;gap:0;align-items:start;min-height:calc(100vh - 142px)}.docs-sidebar{position:sticky;top:142px;height:calc(100vh - 142px);overflow:auto;border-right:1px solid #e7edf5;padding:28px 24px 50px 0}.docs-sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 20px;margin-bottom:10px;border-bottom:1px solid #edf2f8}.docs-sidebar-brand img{width:38px;height:38px;object-fit:contain}.docs-sidebar-brand div{min-width:0}.docs-sidebar-brand strong,.docs-sidebar-brand small{display:block}.docs-sidebar-brand strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs-sidebar-brand small{font-size:9px;color:#8b98aa;margin-top:5px}.docs-sidebar section h3{font-size:12px;margin:18px 8px 8px;color:#8d99aa}.docs-sidebar section a{display:block;padding:10px 12px;margin:3px 0;border-radius:8px;color:#42536a;font-size:12px;line-height:1.45}.docs-sidebar section a:hover{background:#f3f7fc}.docs-sidebar section a.active{background:#edf3fb;color:#1f66e9;font-weight:700;box-shadow:inset 3px 0 0 #2468f2}.docs-clear-search{display:block;margin:18px 8px;color:#e15a5a;font-size:11px}.docs-article{min-width:0;padding:34px 54px 80px}.docs-article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid #e8eef6}.docs-article>header small{font-size:10px;color:#2468f2}.docs-article>header h1{font-size:34px;line-height:1.35;margin:12px 0 8px}.docs-article>header p{margin:0;max-width:760px;color:#738198;line-height:1.75;font-size:12px}.docs-article>header button{border:0;background:#f3f6fa;color:#506177;border-radius:8px;padding:9px 11px;font-size:10px;cursor:pointer;white-space:nowrap}.doc-content{padding-top:26px}.article-content{font-size:14px;line-height:2;color:#304158}.article-content h2{font-size:24px;line-height:1.45;margin:38px 0 15px;padding-bottom:10px;border-bottom:1px solid #e8edf4}.article-content h3{font-size:18px;margin:25px 0 10px}.article-content p{margin:12px 0}.article-content ul,.article-content ol{padding-left:24px}.article-content li{margin:7px 0}.article-content blockquote{margin:18px 0;padding:15px 18px;border-left:4px solid #4b86f7;background:#f4f8ff;color:#53657d}.article-content pre{padding:18px;background:#112039;color:#dbe8fb;border-radius:12px;overflow:auto;line-height:1.7}.article-content code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.article-content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:12px}.article-content th,.article-content td{border:1px solid #dfe7f2;padding:11px;text-align:left;vertical-align:top}.article-content th{background:#f4f7fb}.article-source{margin-top:38px;padding:18px;border:1px solid #dce8f6;border-radius:12px;background:#f8fbff}.article-source strong{display:block;font-size:12px}.article-source p{font-size:11px;color:#718198;line-height:1.7;margin:8px 0 0}.article-source a{color:var(--blue)}.doc-article-foot{display:flex;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:1px solid #edf2f7;color:#93a0b0;font-size:10px}.docs-toc{position:sticky;top:142px;height:calc(100vh - 142px);overflow:auto;border-left:1px solid #e7edf5;padding:34px 0 50px 24px}.docs-toc>strong{display:block;margin-bottom:12px;font-size:12px}.docs-toc>a{display:block;padding:6px 0;color:#68788e;font-size:11px;line-height:1.45}.docs-toc>a.sub{padding-left:12px;color:#8996a8}.docs-toc>a:hover{color:var(--blue)}.docs-help-card{margin-top:24px;padding:15px;border:1px solid #dce8f6;border-radius:12px;background:#f7faff}.docs-help-card span{font-size:12px;font-weight:700}.docs-help-card p{font-size:10px;line-height:1.65;color:#7c899c}.docs-help-card a{font-size:10px;color:var(--blue);font-weight:700}
@media(max-width:1180px){.docs-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.docs-layout{grid-template-columns:220px minmax(0,1fr)}.docs-toc{display:none}.docs-toolbar>.page-width{grid-template-columns:220px minmax(0,1fr)}.docs-search{display:none}.docs-article{padding-right:0}}
@media(max-width:900px){.nav-shell{grid-template-columns:180px 1fr auto}.brand-image img{width:150px}.footer-compliance>.page-width{padding:16px 0;min-height:0;align-items:flex-start;flex-direction:column}.docs-product-heading{align-items:flex-start;flex-direction:column;gap:8px}.docs-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-toolbar{position:static;height:auto;padding:10px 0}.docs-toolbar>.page-width{display:flex;flex-direction:column;align-items:stretch;gap:9px}.docs-product-select select{flex:1}.docs-primary-nav{order:2;padding-bottom:2px}.docs-layout{display:block}.docs-sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid #e7edf5;padding:18px 0}.docs-sidebar section{display:flex;gap:6px;flex-wrap:wrap}.docs-sidebar section h3{width:100%}.docs-sidebar section a{border:1px solid #e4ebf4}.docs-article{padding:28px 0 60px}.docs-article>header h1{font-size:28px}}
@media(max-width:620px){.page-width,.nav-shell{width:min(100% - 28px,var(--width))}.brand-image img{width:138px}.docs-landing-hero{padding:52px 0}.docs-landing-hero h1{font-size:34px}.docs-product-grid{grid-template-columns:1fr}.docs-product-card{min-height:280px}.docs-article>header{display:block}.docs-article>header button{margin-top:14px}.doc-article-foot{gap:8px;flex-direction:column}.article-content{font-size:13px}.article-content h2{font-size:21px}.footer-columns{grid-template-columns:1fr 1fr}}
.scene-core img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(36,104,242,.22))}.scene-core>span{display:none}

/* V3.5 authorized delivery and resizable document images */
.article-content img,.docs-article img,.help-article img{display:block;height:auto;max-width:100%;margin:22px auto;border-radius:12px;box-shadow:0 10px 30px rgba(39,80,140,.08)}
.article-content img.doc-img-25,.docs-article img.doc-img-25,.help-article img.doc-img-25{width:25%}
.article-content img.doc-img-50,.docs-article img.doc-img-50,.help-article img.doc-img-50{width:50%}
.article-content img.doc-img-75,.docs-article img.doc-img-75,.help-article img.doc-img-75{width:75%}
.article-content img.doc-img-100,.docs-article img.doc-img-100,.help-article img.doc-img-100{width:100%}
.public-alert{padding:14px 18px;margin:0 0 18px;border-radius:12px;border:1px solid #dce8f8;background:#f6f9fe;color:#45617f;font-size:14px}.public-alert.error{border-color:#ffd5d5;background:#fff5f5;color:#b64242}.public-alert.success{border-color:#cfeee0;background:#f1fbf6;color:#267a55}.public-alert.warning{border-color:#ffe3b3;background:#fff9ec;color:#8b641a}
.authorized-download-list article{position:relative;flex-wrap:wrap;scroll-margin-top:110px}.license-required-note{display:inline-flex!important;margin-top:9px!important;padding:5px 9px;border-radius:99px;background:#eef5ff;color:#216af0!important;font-weight:700}.download-action-cell{display:flex;justify-content:flex-end}.license-download-form{flex:0 0 100%;width:100%;margin:4px 0 0;padding:18px;border-top:1px solid #e8eef7;background:linear-gradient(90deg,#f8fbff,#fff);display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1.2fr) auto auto;gap:12px;align-items:center}.license-download-form[hidden]{display:none}.license-download-form label{display:block;font-weight:800;color:#263c58;font-size:13px}.license-download-form p{margin:5px 0 0;color:#8492a6;font-size:11px}.license-download-form input{height:42px;border:1px solid #dce6f3;border-radius:9px;padding:0 13px;outline:none;font-family:monospace}.license-download-form input:focus{border-color:#4b86f7;box-shadow:0 0 0 3px rgba(50,119,242,.1)}.license-download-form .primary-button{height:42px;white-space:nowrap}.text-button{border:0;background:transparent;color:#6e7d90;cursor:pointer}.download-security-note{margin-top:18px;padding:20px 22px;border:1px solid #dce9f8;border-radius:15px;background:#f8fbff}.download-security-note strong{display:block;color:#27435f;margin-bottom:6px}.download-security-note p{margin:0;color:#718298;font-size:13px;line-height:1.8}.download-ready-card{max-width:720px;margin:0 auto;padding:42px;border:1px solid #dfe9f5;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(37,78,135,.1);text-align:center}.download-ready-card h2{margin:18px 0 8px;font-size:28px}.download-ready-card>p{color:#7d8ca1}.netdisk-code{margin:25px auto;padding:18px;max-width:420px;border:1px dashed #bcd2f5;border-radius:13px;background:#f5f9ff;display:flex;align-items:center;gap:12px}.netdisk-code span{color:#70829a}.netdisk-code strong{font-family:monospace;font-size:22px;letter-spacing:3px;flex:1}.netdisk-code button{border:0;background:#e5efff;color:#246cf0;border-radius:8px;padding:8px 11px;cursor:pointer}.download-ready-card .button-row{justify-content:center;margin:24px 0 16px}.download-ready-card>small{color:#8a98aa}
@media(max-width:900px){.license-download-form{grid-template-columns:1fr}.download-action-cell{justify-content:flex-start}.article-content img.doc-img-25,.docs-article img.doc-img-25,.help-article img.doc-img-25{width:50%}}
@media(max-width:620px){.article-content img.doc-img-25,.article-content img.doc-img-50,.article-content img.doc-img-75,.docs-article img.doc-img-25,.docs-article img.doc-img-50,.docs-article img.doc-img-75,.help-article img.doc-img-25,.help-article img.doc-img-50,.help-article img.doc-img-75{width:100%}.download-ready-card{padding:26px 18px}.netdisk-code{flex-wrap:wrap}.netdisk-code strong{width:100%}}


.article-content .doc-note,.article-content .doc-warning,.article-content .doc-success{margin:22px 0;padding:18px 20px;border-radius:14px;border:1px solid #dce8f7;background:#f7fbff}
.article-content .doc-note{border-color:#d7e7fb;background:#f5f9ff}
.article-content .doc-warning{border-color:#f2d8a9;background:#fffaf0}
.article-content .doc-success{border-color:#cbe9dc;background:#f2fbf7}
.article-content .doc-note>strong,.article-content .doc-warning>strong,.article-content .doc-success>strong{display:block;margin-bottom:7px;font-size:14px;color:#17345c}
.article-content .doc-note p,.article-content .doc-warning p,.article-content .doc-success p{margin:0;color:#60718a}
.article-content .install-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px;padding:0;list-style:none}
.article-content .install-checklist li{position:relative;margin:0;padding:10px 12px 10px 34px;border:1px solid #e1e9f3;border-radius:10px;background:#fbfdff}
.article-content .install-checklist li::before{content:"✓";position:absolute;left:12px;top:9px;color:#17a673;font-weight:900}
@media(max-width:620px){.article-content .install-checklist{grid-template-columns:1fr}}

.developing-tag{background:#fff4dd!important;color:#a96900!important}.product-progress{height:8px;background:#e8eef8;border-radius:999px;overflow:hidden;width:100%;margin:10px 0}.product-progress i{display:block;height:100%;background:linear-gradient(90deg,#4386ff,#66b9ff);border-radius:inherit}.product-progress.large{height:12px}.development-store-state{display:grid;gap:10px;border-top:1px solid #e8eef8;padding-top:18px}.development-store-state>span{color:#a96900;font-weight:800}.development-store-state>strong{font-size:34px;color:#1d3153}.agent-public-hero{padding:95px 0;background:radial-gradient(circle at 12% 8%,#d9f7f1,transparent 35%),radial-gradient(circle at 90% 20%,#e6e7ff,transparent 35%),#f7faff}.agent-public-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:center}.agent-public-grid h1{font-size:clamp(42px,5vw,76px);line-height:1.12;margin:22px 0}.agent-public-grid h1 span{color:#2468f2}.agent-public-grid>div:first-child p{color:#66758c;font-size:18px;line-height:1.8}.agent-pricing-preview{display:grid;grid-template-columns:1fr 1fr;gap:16px}.agent-pricing-preview article{background:#fff;border:1px solid #dfe9f7;border-radius:22px;padding:26px;display:grid;gap:9px;box-shadow:0 18px 50px rgba(44,79,130,.08)}.agent-pricing-preview article small{color:#2468f2;letter-spacing:.14em}.agent-pricing-preview article strong{font-size:23px}.agent-pricing-preview article b{font-size:28px;color:#174aa8}.agent-pricing-preview article span{color:#748198;line-height:1.6}.agent-pricing-preview article.private{background:#12233f;color:#fff}.agent-pricing-preview article.private span{color:#aebbd0}.agent-pricing-preview article.private b{color:#87b6ff}.support-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.support-contact-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.support-contact-grid article{background:#fff;border:1px solid #dce7f5;border-radius:18px;padding:16px;display:grid;text-align:center;gap:6px}.support-contact-grid img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:12px}.support-contact-grid span,.support-contact-grid small{color:#748198}.report-public-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.report-guide{background:#f5f8fe;border:1px solid #dfe8f5;border-radius:22px;padding:28px}.report-guide ol{padding-left:20px;line-height:2;color:#5f6f87}.download-report-entry{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #d8e5f7;background:#f6faff;border-radius:20px;padding:24px;margin:24px 0}.download-report-entry p{margin:8px 0 0;color:#748198}.company-map-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:38px;align-items:center}.company-map-copy h2{font-size:36px}.company-map-copy p{color:#697891;line-height:1.8}.company-map-frame{height:420px;border:1px solid #d7e4f5;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(38,70,120,.08)}.company-map-frame iframe{width:100%;height:100%;border:0}@media(max-width:900px){.agent-public-grid,.report-public-grid,.company-map-grid{grid-template-columns:1fr}.agent-pricing-preview{grid-template-columns:1fr}.support-contact-grid.compact{grid-template-columns:1fr}.download-report-entry{align-items:flex-start;flex-direction:column}}
.verify-certificate-page{max-width:1000px;margin:auto;padding:45px 0 80px}.verify-certificate-page h1{font-size:46px;margin:18px 0 12px}.verify-certificate-page>p{color:#687a92}.verify-certificate-result{margin-top:30px;background:#fff;border:1px solid #dce6f4;border-radius:22px;padding:32px;box-shadow:0 20px 50px rgba(33,74,130,.08)}.verify-status{display:flex;gap:20px;align-items:center;border-bottom:1px solid #e4ebf4;padding-bottom:25px}.verify-status>b{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;font-size:35px;background:#eaf9f3;color:#079b69}.verify-certificate-result.invalid .verify-status>b{background:#fff0f0;color:#d53a43}.verify-status small,.verify-status h2,.verify-status p{display:block;margin:0}.verify-status h2{font-size:26px;margin:5px 0}.verify-status p{color:#738196}.verify-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:25px}.verify-detail-grid>div{background:#f7f9fc;border-radius:12px;padding:15px}.verify-detail-grid small,.verify-detail-grid strong{display:block}.verify-detail-grid small{color:#8090a5;font-size:11px;margin-bottom:7px}.verify-detail-grid strong{font-size:14px}@media(max-width:620px){.verify-detail-grid{grid-template-columns:1fr}.verify-certificate-page h1{font-size:36px}}

/* V3.6.3 production mobile UI stabilization */
.compliance-links{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.compliance-link{display:inline-flex;align-items:center;gap:6px;color:#718096;transition:.2s}.compliance-link:hover{color:#2468f2}.compliance-link img{width:17px;height:17px;object-fit:contain;flex:0 0 17px}.mobile-menu-open{overflow:hidden}.readiness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.readiness-item{display:flex;align-items:center;gap:12px;border:1px solid #e0e9f5;border-radius:12px;padding:13px;background:#fbfdff}.readiness-item>b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#fff3df;color:#a86a00}.readiness-item.ok>b{background:#e8f8f1;color:#138158}.readiness-item span,.readiness-item strong,.readiness-item small{display:block}.readiness-item small{margin-top:3px;color:#8290a4}
@media(max-width:780px){
  :root{--radius:15px}.page-width,.nav-shell{width:min(100% - 28px,var(--width))}.site-header{height:64px}.nav-shell{grid-template-columns:1fr auto;gap:10px}.brand-image img{max-width:156px;height:38px;object-fit:contain;object-position:left center}.desktop-nav{display:none}.nav-actions{gap:8px}.nav-cta{height:36px;padding:0 12px;border-radius:9px;font-size:12px}.menu-button{display:block;width:38px;height:38px;padding:4px}.menu-button span{width:20px;margin:5px auto}.mobile-panel{inset:0;padding:20px 20px calc(24px + env(safe-area-inset-bottom));background:#fff;color:var(--ink);transform:translateX(105%);overflow:auto}.mobile-panel.open{transform:translateX(0)}.mobile-panel-top{position:sticky;top:0;background:#fff;padding-bottom:16px;border-bottom:1px solid var(--line);z-index:2}.mobile-panel-top button{color:#33435b;background:#f1f5fb;border-radius:10px;padding:9px 13px}.mobile-panel nav{margin-top:18px}.mobile-panel nav a{grid-template-columns:34px 1fr auto;padding:13px 4px;border-bottom:1px solid var(--line)}.mobile-panel nav em{color:#91a0b5;font-size:9px}.mobile-panel nav span{font-size:17px}.mobile-panel nav b{color:#2468f2}.brand-invert img{filter:none}
  .soft-hero,.home-hero,.agent-public-hero{padding:48px 0 52px}.hero-grid,.home-hero-grid,.agent-public-grid{grid-template-columns:1fr;gap:30px;min-height:0}.hero-copy h1,.home-hero-copy h1,.agent-public-grid h1{font-size:38px;letter-spacing:-.035em;margin:18px 0}.hero-copy>p,.home-hero-copy>p,.agent-public-grid>div:first-child p{font-size:15px;line-height:1.75}.hero-buttons,.button-row{display:grid;grid-template-columns:1fr;gap:10px}.btn-primary,.btn-secondary,.primary-button,.secondary-button{width:100%;min-height:46px}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.visual-window{transform:none;border-radius:18px}.window-body{grid-template-columns:78px 1fr;min-height:270px}.mock-main{padding:16px}.mock-stats{grid-template-columns:1fr 1fr}.mock-stat:nth-child(3){display:none}
  .page-hero{padding:48px 0 50px}.page-hero h1{font-size:36px}.page-hero p{font-size:14px}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:26px}.section-head h2{font-size:31px}.section-head p{font-size:13px}.module-grid,.public-product-grid,.store-product-grid,.article-card-grid,.value-grid,.interaction-grid,.cooperation-grid,.support-contact-grid,.company-metrics{grid-template-columns:1fr}.module-card{min-height:auto;padding:20px}.product-showcase,.product-detail-grid,.buy-grid,.purchase-copy,.about-hero-grid,.about-intro-modern,.company-map-grid,.report-public-grid,.partner-apply-grid,.license-hero-grid{grid-template-columns:1fr!important;gap:24px}.product-row-modern{grid-template-columns:72px 1fr;gap:14px;padding:15px}.product-row-action{grid-column:1/-1;display:grid;grid-template-columns:1fr}.product-row-image{width:72px;height:72px}.product-detail-hero{padding:38px 0}.product-detail-copy h1{font-size:34px}.store-product-card,.public-product-card{border-radius:16px}.store-price{align-items:flex-start;flex-direction:column}.buy-contact-panel{position:static}.buy-page{padding:36px 0}.filter-tabs,.docs-primary-nav{overflow-x:auto;display:flex;flex-wrap:nowrap;padding-bottom:6px;scrollbar-width:none}.filter-tabs::-webkit-scrollbar,.docs-primary-nav::-webkit-scrollbar{display:none}.filter-tabs button,.docs-primary-nav a{white-space:nowrap;flex:0 0 auto}
  .docs-landing-hero{padding:42px 0}.docs-product-grid{grid-template-columns:1fr}.docs-product-card{grid-template-columns:1fr;padding:20px}.docs-product-card-visual{min-height:180px}.docs-layout{display:block}.docs-sidebar{position:static;width:auto;max-height:none;border-right:0;border-bottom:1px solid var(--line);padding:16px 14px}.docs-sidebar-brand{position:static}.docs-content{min-width:0;padding:22px 14px}.docs-toc{display:none}.docs-toolbar{align-items:flex-start;flex-direction:column}.docs-search{width:100%}.docs-product-heading{align-items:flex-start;flex-direction:column}.article-content{font-size:14px;line-height:1.8}.article-content h1{font-size:29px}.article-content h2{font-size:22px}.article-content pre{max-width:100%;overflow:auto}.article-content table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap}
  .help-article-grid{grid-template-columns:1fr}.help-source-side{position:static}.help-article-hero{padding:40px 0}.help-article-hero h1{font-size:33px}.help-search{width:100%}.faq-question{padding:17px 16px}.faq-answer{padding:0 16px 18px}.license-query-card,.license-result,.download-ready-card,.partner-form-card{padding:22px 16px;border-radius:16px}.license-query-form,.partner-form{grid-template-columns:1fr}.license-result-grid,.verify-detail-grid{grid-template-columns:1fr}.license-result-top,.download-center-head,.help-result-head{align-items:flex-start;flex-direction:column}.download-center-list article,.authorized-download-list article{grid-template-columns:1fr;padding:16px}.download-action-cell{width:100%}.download-button{width:100%;justify-content:center}.license-download-form{padding:14px;grid-template-columns:1fr}.download-report-entry{padding:18px}.company-map-frame{height:300px;border-radius:16px}.company-map-copy h2{font-size:29px}
  .footer-main{grid-template-columns:1fr;gap:30px;padding-top:48px}.footer-columns{grid-template-columns:1fr 1fr;gap:26px}.footer-compliance .page-width{align-items:flex-start;flex-direction:column;gap:12px}.compliance-links{justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:10px}.compliance-link{font-size:12px}.site-footer{overflow:hidden}
  input,select,textarea{font-size:16px}.toast{left:14px;right:14px;bottom:calc(18px + env(safe-area-inset-bottom));width:auto;transform:translateY(120px)}.toast.show{transform:none}.readiness-grid{grid-template-columns:1fr}
}
@media(max-width:420px){.page-width,.nav-shell{width:calc(100% - 22px)}.nav-cta{display:none}.hero-copy h1,.home-hero-copy h1,.agent-public-grid h1{font-size:33px}.trust-row{grid-template-columns:1fr}.footer-columns{grid-template-columns:1fr}.product-row-modern{grid-template-columns:60px 1fr}.product-row-image{width:60px;height:60px}.page-hero h1{font-size:31px}.section-head h2{font-size:28px}}

