@charset "UTF-8";
:root{--red:#e6323e;--red-dark:#c8222e;--ink:#202126;--muted:#70727c;--line:#e9e9ee;--soft:#f7f8fa;--container:1200px;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,summary{outline-offset:5px}button{cursor:pointer}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0;vertical-align:middle}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{line-height:1.45;letter-spacing:-.035em}h2{font-size:32px;font-weight:650;margin-bottom:18px}h3{font-size:20px;font-weight:650}p{color:var(--muted)}.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.site-header{height:84px;background:rgba(255,255,255,.96);border-bottom:1px solid #f1f1f4;position:sticky;top:0;z-index:30;backdrop-filter:blur(16px)}.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:750;line-height:1.25;white-space:nowrap}.brand small{display:block;font-size:10px;letter-spacing:2px;color:#888b95;font-weight:500;margin-top:5px}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--red);color:#fff;font-size:28px;font-weight:800;font-style:italic;letter-spacing:-4px;padding-right:5px}.site-header nav{display:flex;align-items:center;gap:32px}.site-header nav a{font-size:14px;position:relative;padding:31px 0;color:#595b64}.site-header nav a.active{color:var(--red);font-weight:650}.site-header nav a.active:after{content:"";position:absolute;bottom:18px;left:40%;width:18%;height:3px;border-radius:3px;background:var(--red)}.site-header nav a:hover{color:var(--red)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:14px 24px;border-radius:9px;border:1px solid transparent;font-size:15px;font-weight:600;line-height:1.5;transition:background .2s,box-shadow .2s}.btn.primary{background:var(--red);color:#fff;box-shadow:0 6px 18px #e6323e16}.btn.primary:hover{background:var(--red-dark)}.btn.secondary{background:white;border-color:#dedee5;color:#383a42}.btn.secondary:hover{border-color:var(--red);color:var(--red)}.btn.small{padding:10px 17px;font-size:13px}.menu-toggle{display:none}.hero{position:relative;background:radial-gradient(ellipse at 80% 37%,#fff0f238,transparent 50%),linear-gradient(110deg,#fff,#f8f9fd 75%,#fff6f8);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px;min-height:556px;padding-top:58px;padding-bottom:58px}.eyebrow{display:flex;align-items:center;gap:9px;color:var(--red);font-size:12px;font-weight:650;letter-spacing:1.4px;margin-bottom:16px}.red-line{width:23px;height:2px;background:var(--red)}.hero h1{font-size:47px;line-height:1.4;max-width:560px;margin-bottom:23px;font-weight:750;letter-spacing:-1.8px}.hero-keyword{display:block;color:var(--red);font-size:14px;letter-spacing:1px;font-weight:600;margin-bottom:14px}.hero-lead{font-size:16px;line-height:1.95;max-width:510px;margin-bottom:27px}.button-row{display:flex;gap:12px;flex-wrap:wrap}.hero-assurances{display:flex;gap:20px;margin-top:27px;color:#7d808a;font-size:12px}.hero-assurances span{display:flex;gap:5px;align-items:center}.hero-assurances svg{color:#acadb5}.hero-visual{position:relative;min-width:0;min-height:390px;display:flex;align-items:center;justify-content:center}.hero-visual>img{width:780px;max-width:none;position:relative;left:14px;filter:drop-shadow(0 25px 18px #68719909)}.product-label{position:absolute;top:10px;left:85px;display:flex;align-items:center;gap:12px;z-index:2;font-size:13px;font-weight:600;transform:rotate(-4deg)}.product-label small{display:block;font-size:10px;color:#8c8d98;font-weight:400;margin-top:3px}.product-symbol{background:white;color:var(--red);font-size:30px;font-weight:800;border-radius:12px;box-shadow:0 8px 25px #26213b0a;padding:0 10px;font-style:italic}.floating-note{position:absolute;right:1px;bottom:25px;background:rgba(255,255,255,.88);border:1px solid #fff;box-shadow:0 9px 25px #4038520a;border-radius:10px;padding:13px 18px;display:flex;align-items:center;gap:9px;font-size:12px;color:#6f7282}.floating-note svg{color:#6b7be1}.platform-strip{border-top:1px solid #e8e8ef;min-height:79px;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:13px;color:#666975}.platform-strip>span{color:#9597a1;font-size:12px}.platform-strip a{display:flex;align-items:center;gap:9px}.platform-strip a:hover{color:var(--red)}.section{padding-top:86px;padding-bottom:86px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2{margin-bottom:0}.section-head p{margin-bottom:3px;font-size:14px;max-width:320px}.section-head .eyebrow{margin-bottom:10px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;transition:box-shadow .2s,border-color .2s}.feature-card:hover{border-color:#f1c6ca;box-shadow:0 15px 36px #252b3608}.app-icon{display:grid;place-items:center;width:47px;height:52px;border-radius:9px 13px 13px 9px;font-size:29px;font-weight:700;box-shadow:inset -5px 0 #ffffff25;margin-bottom:22px;line-height:1}.app-icon.blue{color:#fff;background:#467ae3}.app-icon.green{color:#fff;background:#2baa79}.app-icon.orange{color:#fff;background:#f08a4f}.app-icon.red{color:#fff;background:#ea5a61;font-size:17px}.feature-card h3{margin-bottom:12px;font-size:19px}.feature-card p{font-size:14px;line-height:1.9;margin-bottom:25px}.format-label{font-size:10px;letter-spacing:1px;color:#a3a5ae}.soft-section{background:var(--soft);padding:80px 0}.intro-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:75px}.intro-visual{padding:24px 15px 16px;background:linear-gradient(145deg,#e9efff,#f0eaff);border-radius:20px;min-width:0}.intro-visual img{border-radius:8px;filter:drop-shadow(0 14px 14px #30355314)}.image-caption{display:block;margin-top:10px;text-align:center;font-size:10px;color:#7b7f91}.intro-grid>div>p{font-size:14px;line-height:1.9}.step-list{margin:25px 0}.step-list>div{display:flex;gap:18px;margin-bottom:18px}.step-list>div>span{color:#c5a1a5;font-size:14px;padding-top:2px}.step-list h3{font-size:16px;margin:0 0 4px}.step-list p{font-size:13px;margin:0}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:550;color:var(--red)}.text-link:hover{color:var(--red-dark);text-decoration:underline}.compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.compare-grid article{border-top:2px solid var(--line);padding-top:23px}.small-label{font-size:12px;color:#91949e;letter-spacing:.7px}.compare-grid h3{margin:12px 0}.compare-grid p{font-size:14px;line-height:1.9}.home-body{margin-top:35px;padding:26px 30px;border-radius:14px;background:#fafafa}.home-body h2{font-size:21px!important;margin-top:0!important}.home-body p{font-size:14px!important;margin-bottom:12px!important}.home-body p:last-child{margin:0!important}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.post-card{border:1px solid var(--line);border-radius:14px;background:white;overflow:hidden;min-width:0;display:flex;flex-direction:column}.post-card-image{background:linear-gradient(130deg,#f3f5fc,#f0ebf8);display:block;overflow:hidden;aspect-ratio:1.9}.post-card:nth-child(2) .post-card-image{background:linear-gradient(130deg,#fff0ef,#fff8ef)}.post-card:nth-child(3) .post-card-image{background:linear-gradient(130deg,#e9f3f5,#f3f6ff)}.post-card-image img{width:100%;height:100%;object-fit:contain;padding:25px 16px;transition:transform .3s}.post-card:hover .post-card-image img{transform:scale(1.035)}.post-card-body{padding:23px;display:flex;flex-direction:column;flex:1}.post-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;font-size:11px;color:#9698a0}.tag{display:inline-block;background:#fff0f1;color:#c7323d;border-radius:5px;padding:3px 9px;font-size:11px;letter-spacing:.2px}.post-card h3{font-size:18px;line-height:1.65;margin-bottom:12px}.post-card h3 a:hover{color:var(--red)}.post-card p{font-size:13px;line-height:1.9;margin-bottom:21px;flex:1}.post-card .text-link{font-size:12px}.faq-section{display:grid;grid-template-columns:.85fr 1.5fr;gap:85px}.faq-section h2{font-size:29px}.faq-section>div>p{font-size:14px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;padding:20px 0;font-size:15px;font-weight:550}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:23px;color:#93959f;font-weight:400;line-height:1}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:14px;line-height:1.9;padding-right:28px;margin-bottom:22px}.bottom-cta{margin-bottom:78px;padding:40px 46px;background:linear-gradient(105deg,#fff1f2,#fff7f7);border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:35px}.bottom-cta h2{font-size:27px;margin-bottom:8px}.bottom-cta p{font-size:14px;margin:0}.site-footer{border-top:1px solid var(--line);background:#fafbfc;padding-top:60px}.footer-main{display:grid;grid-template-columns:1fr 1.2fr;gap:95px;padding-bottom:45px}.footer-brand .brand{font-size:19px}.footer-brand>p{margin:16px 0;font-size:13px}.footer-note{max-width:430px;font-size:11px!important;line-height:1.85}.footer-groups{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.footer-groups h3{font-size:13px;margin-bottom:17px;letter-spacing:0}.footer-groups a{display:block;font-size:12px;margin:11px 0;color:#7f828c}.footer-groups a:hover{color:var(--red)}.footer-bottom{border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#90939d}.footer-bottom>div{display:flex;gap:20px}.page-hero{background:linear-gradient(120deg,#fbfbfd,#f6f7fc);padding:0 0 62px;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;padding:26px 0 39px;font-size:12px;color:#8b8e98}.breadcrumbs a:hover{color:var(--red)}.breadcrumbs [aria-current]{color:#686b75}.page-hero .eyebrow{font-size:11px;letter-spacing:2px}.page-hero h1{font-size:42px;margin-bottom:17px;max-width:900px}.page-hero p{font-size:16px;margin-bottom:0}.pill-note{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:8px 14px;border-radius:24px;margin-top:25px;font-size:12px;color:#777}.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.download-card{padding:32px;border:1px solid var(--line);border-radius:16px;display:flex;align-items:flex-start;flex-direction:column}.download-card:hover{border-color:#edbcc0}.device-icon{display:grid;place-items:center;width:65px;height:65px;background:#f7f7fa;border-radius:15px;margin-bottom:20px}.download-card h2{font-size:22px;margin:9px 0}.download-card p{font-size:14px;flex:1}.download-card .btn{width:100%;margin:10px 0 17px}.download-card small{font-size:11px;color:#999}.download-note{display:flex;gap:18px;padding:25px 28px;background:#fff9f0;border:1px solid #f5e8d7;border-radius:12px;margin-top:34px;color:#b8813e}.download-note strong{font-size:15px;color:#675441}.download-note p{font-size:13px;margin:7px 0 0;color:#8e7964}.page-content{margin-top:50px}.about-grid{display:grid;grid-template-columns:1fr 2fr;gap:100px}.about-aside{background:var(--soft);border-radius:18px;padding:35px;height:fit-content}.big-mark{font-size:68px;color:var(--red);font-weight:800;font-style:italic}.about-aside h2{font-size:27px}.about-aside p{font-size:14px}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.contact-form{border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 16px 55px #2b334908}.contact-form h2{font-size:24px;margin-bottom:8px}.contact-form>p{font-size:13px;margin-bottom:25px}label{display:block;font-size:14px;font-weight:500;margin-bottom:19px}input,textarea,select{display:block;width:100%;border:1px solid #dbdce3;background:white;color:var(--ink);border-radius:8px;padding:11px 13px;font-size:14px;margin-top:7px}input:focus,textarea:focus,select:focus{outline:2px solid #e6323e30;border-color:#df646e;outline-offset:0}input::placeholder,textarea::placeholder{color:#a3a5ad}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkbox-label{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#777;font-weight:400}.checkbox-label input{width:15px;height:15px;margin:4px 0 0}.checkbox-label a{color:var(--red)}.contact-email{display:flex;align-items:center;gap:12px;color:var(--red);margin-top:30px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.notice{padding:13px 16px;border:1px solid #b7dfc7;background:#effaf3;border-radius:8px;color:#287449;font-size:14px;margin-bottom:20px}.notice.error{border-color:#f1bfc5;background:#fff1f3;color:#b72b3a}.blog-search{display:flex;gap:12px;align-items:center;max-width:550px;background:#fff;border:1px solid #e4e5eb;padding:7px 8px 7px 18px;border-radius:10px;margin-top:28px;box-shadow:0 7px 20px #27243803}.blog-search input{border:0;padding:5px;margin:0;background:transparent;min-width:0}.blog-search svg{color:#a1a4ae}.blog-filter{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px}.filter-tabs{display:flex;flex-wrap:wrap;gap:8px}.filter-tabs a{font-size:13px;padding:8px 17px;border-radius:7px;color:#6f727d}.filter-tabs a.selected{color:var(--red);background:#fff0f2}.muted{font-size:12px;color:#9396a0}.pagination{display:flex;justify-content:center;gap:10px;margin-top:38px}.pagination a{padding:6px 13px;border:1px solid var(--line);border-radius:6px}.pagination a.selected{background:var(--red);color:white}.article-page{padding-bottom:65px}.article-header{border-bottom:1px solid var(--line);padding-bottom:32px}.article-header h1{font-size:39px;margin:20px 0 16px;line-height:1.55}.article-summary{font-size:17px;line-height:1.9}.article-byline{display:flex;align-items:center;flex-wrap:wrap;gap:13px;font-size:12px;color:#8b8e98}.author-avatar{background:#fff0f2;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;color:var(--red);font-weight:700}.article-cover{margin:32px 0;background:linear-gradient(135deg,#f2f5fe,#f7f0fb);border-radius:14px;overflow:hidden}.article-cover img{width:100%;height:300px;object-fit:contain;padding:25px}.article-cover figcaption{padding:7px 20px 13px;text-align:center;font-size:11px;color:#999}.article-toc{background:#fafafa;border:1px solid var(--line);border-radius:10px;padding:22px 26px;margin-bottom:34px;font-size:14px}.article-toc>strong{display:block;margin-bottom:12px}.article-toc>div{display:flex;flex-wrap:wrap;gap:10px 28px}.article-toc a{color:#767985}.article-toc a:hover{color:var(--red)}.article-body{width:100%;min-width:0;overflow-wrap:anywhere;color:#444752;font-size:17px;line-height:1.95}.article-body>h2:first-child{margin-top:0}.article-body h2{font-size:27px;color:var(--ink);margin:39px 0 17px}.article-body h3{font-size:21px;color:var(--ink);margin:30px 0 13px}.article-body p{color:inherit;margin-bottom:20px}.article-body a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.article-body ul,.article-body ol{padding-left:26px}.article-body li{margin:9px 0}.article-body img{height:auto;max-width:100%;border-radius:10px;margin:24px 0}.article-body blockquote{margin:26px 0;padding:17px 24px;background:#fff6f7;border-left:4px solid var(--red);border-radius:0 8px 8px 0;color:#7d5357;font-size:15px}.article-body pre{background:#242832;color:#eee;overflow:auto;padding:24px;border-radius:10px;font-size:14px}.article-body code{font-family:Consolas,monospace}.table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:26px 0;border:1px solid #e2e4eb;border-radius:10px;scrollbar-color:#c6c8d0 #f6f7f9;isolation:isolate}.article-body table{width:100%;border-collapse:collapse;text-align:left;font-size:15px;line-height:1.75;margin:0;min-width:560px;table-layout:auto}.article-body th{background:#f2f4f8;color:#3e424e;font-weight:650;text-align:left}.article-body td,.article-body th{padding:16px 20px;border-right:1px solid #e5e7ee;border-bottom:1px solid #e5e7ee;vertical-align:top;overflow-wrap:break-word}.article-body tr:nth-child(even) td{background:#fafbfc}.article-body tr:hover td{background:#fff6f7}.article-body tr:last-child td{border-bottom:0}.article-body td:last-child,.article-body th:last-child{border-right:0}.article-body td p,.article-body th p{margin:0}.article-body caption{padding:12px;font-weight:600;background:#f6f7f9}.article-end{border-top:1px solid var(--line);margin-top:42px;padding-top:23px}.article-end>p{font-size:13px}.article-end>div{display:flex;justify-content:space-between;gap:20px}.copy-link{border:1px solid var(--line);border-radius:7px;background:#fff;padding:7px 13px;color:#777;font-size:12px}.empty-state{text-align:center;padding:70px 20px}.empty-state h2{font-size:24px;margin:15px 0}.empty-state p{font-size:15px}.error-page{min-height:60vh}.error-number{font-size:100px;font-weight:700;color:#f5cbd0;line-height:1.2}.error-page .button-row{justify-content:center}.skip-link{position:fixed;top:-80px;left:20px;z-index:100;background:var(--red);color:white;padding:10px}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(min-width:1600px){.hero-grid{min-height:590px}.hero-visual>img{width:830px}}
@media(max-width:1100px){.site-header nav{gap:22px}.nav-download{display:none}.hero h1{font-size:39px}.hero-visual>img{width:650px}.hero-grid{min-height:520px}.product-label{left:45px;top:38px}.hero-assurances{gap:10px}.feature-card{padding:24px 20px}.intro-grid{gap:40px}.faq-section{gap:40px}.footer-main{gap:50px}.contact-grid{gap:45px}.platform-strip{gap:15px}.platform-strip>span{display:none}.about-grid{gap:50px}}
@media(max-width:760px){.container{width:calc(100% - 36px)}.site-header{height:70px}.brand{font-size:18px}.brand-mark{height:36px;width:36px;font-size:25px}.brand small{font-size:9px}.menu-toggle{display:flex;flex-direction:column;gap:5px;padding:8px;border:0;background:none}.menu-toggle span{width:22px;height:2px;background:#494b55}.site-header nav{display:none;position:absolute;top:70px;left:0;right:0;background:white;padding:15px 24px;box-shadow:0 15px 20px #20212808;border-top:1px solid var(--line)}.site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav a{padding:12px}.site-header nav a.active:after{display:none}.hero-grid{display:flex;flex-direction:column;padding-top:39px;padding-bottom:5px;gap:5px;min-height:auto}.hero-copy{width:100%}.hero h1{font-size:34px;letter-spacing:-1px;max-width:520px;margin-bottom:16px}.hero-keyword{font-size:12px;margin-bottom:12px}.hero-lead{font-size:14px;line-height:1.9;margin-bottom:21px}.hero .btn{padding:13px 16px;font-size:13px}.hero-assurances{font-size:10px;justify-content:flex-start;gap:17px;margin-top:20px}.hero-visual{width:100%;min-height:245px}.hero-visual>img{width:560px;max-width:135%;left:4px}.product-label{left:12%;top:10px;font-size:10px}.product-label small{font-size:8px}.product-symbol{font-size:22px}.floating-note{font-size:10px;padding:9px 13px;bottom:12px;right:0}.platform-strip{flex-wrap:wrap;justify-content:center;gap:15px 23px;padding:22px 0;font-size:11px}.platform-strip a{gap:6px}.platform-strip svg{width:16px;height:16px}.section{padding:52px 0}.section-head{align-items:flex-start;gap:15px;margin-bottom:25px;flex-wrap:wrap}.section-head h2,h2{font-size:26px}.section-head p{font-size:13px}.eyebrow{font-size:11px;margin-bottom:12px}.feature-grid{grid-template-columns:1fr 1fr;gap:13px}.feature-card{padding:23px 18px}.feature-card h3{font-size:17px}.feature-card p{font-size:12px;margin-bottom:19px}.app-icon{width:39px;height:44px;font-size:25px;margin-bottom:18px}.format-label{font-size:9px}.soft-section{padding:50px 0}.intro-grid{grid-template-columns:1fr;gap:30px}.intro-visual{order:2}.intro-grid h2{font-size:26px}.compare-grid{grid-template-columns:1fr;gap:14px}.compare-grid article{padding-top:18px}.compare-grid h3{font-size:18px;margin:6px 0}.compare-grid p{font-size:13px}.home-body{padding:22px;margin-top:25px}.post-grid{grid-template-columns:1fr;gap:22px}.post-card-image{aspect-ratio:2.2}.post-card h3{font-size:18px}.post-card-body{padding:22px}.post-card p{font-size:14px}.faq-section{grid-template-columns:1fr;gap:15px}.faq-section h2{font-size:25px}.faq-list summary{font-size:14px}.bottom-cta{margin-bottom:50px;padding:28px;display:block}.bottom-cta h2{font-size:23px}.bottom-cta .btn{margin-top:22px}.footer-main{grid-template-columns:1fr;gap:25px;padding-bottom:25px}.site-footer{padding-top:40px}.footer-groups{justify-content:flex-start;gap:25px 35px}.footer-groups h3{font-size:13px}.footer-groups a{font-size:12px}.footer-bottom{flex-direction:column;gap:10px;padding:18px 0}.page-hero{padding-bottom:36px}.breadcrumbs{padding:22px 0 28px;font-size:11px}.page-hero h1{font-size:30px}.page-hero p{font-size:14px}.download-grid{grid-template-columns:1fr;gap:18px}.download-card{padding:26px}.download-card h2{font-size:23px}.download-note{padding:20px;gap:13px}.download-note>svg{width:20px}.about-grid,.contact-grid{grid-template-columns:1fr;gap:35px}.about-aside{padding:28px}.contact-form{padding:25px 20px}.form-row{grid-template-columns:1fr;gap:0}.contact-grid .article-body{font-size:15px}.blog-search{margin-top:24px}.blog-search .btn{font-size:12px}.blog-filter{flex-wrap:wrap;gap:15px}.filter-tabs{gap:5px}.filter-tabs a{font-size:12px;padding:7px 12px}.article-header h1{font-size:28px}.article-summary{font-size:15px}.article-byline{gap:9px;font-size:10px}.article-cover img{height:190px;padding:15px}.article-cover figcaption{font-size:10px}.article-toc{padding:19px 21px}.article-toc>div{display:flex;flex-direction:column;gap:8px;font-size:13px}.article-body{font-size:16px;line-height:1.95}.article-body h2{font-size:23px;margin-top:32px}.article-body h3{font-size:19px}.article-body table{font-size:14px}.article-body th,.article-body td{padding:13px 16px}.article-end>div{align-items:center}.article-end p{font-size:12px}.error-page h1{font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.hero-title{display:block;text-wrap:balance;max-width:520px}
.directory-hero .hero-grid{padding-top:48px;padding-bottom:45px;min-height:566px}
.directory-hero .hero-title{font-size:44px;max-width:550px;text-wrap:initial}
.directory-hero .hero-lead{font-size:15px;max-width:535px;line-height:1.95;margin-bottom:23px}
.directory-hero .hero-assurances{margin-top:17px}
.hero-online-link{display:inline-flex;align-items:center;gap:9px;margin-top:17px;color:#6a7183;font-size:13px}
.hero-online-link:hover{color:var(--red)}
.directory-hero .product-brand-logo{width:44px;height:44px;border-radius:12px;object-fit:contain;box-shadow:0 6px 20px #34304c0b}
.official-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}
.official-card{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}
.official-card.mainland{border-color:#f2dadd;background:linear-gradient(150deg,#fff6f7,#fff 65%)}
.official-card.international{background:linear-gradient(150deg,#f5f7ff,#fff 65%)}
.official-card.collaboration{background:linear-gradient(150deg,#f0f9f6,#fff 65%)}
.official-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.official-number{font-size:25px;font-weight:650;letter-spacing:-1px;color:#cab9bf}
.international .official-number{color:#acb7d3}.collaboration .official-number{color:#a6c4b9}
.region-badge{border:1px solid #e9e9ee;border-radius:5px;padding:3px 9px;color:#8d8490;font-size:11px;background:#ffffffa0}
.official-card h3{font-size:21px;margin-bottom:7px;letter-spacing:-.5px}
.official-domain{font-size:12px;color:#8b90a0;font-family:Consolas,monospace;margin-bottom:18px;overflow-wrap:anywhere}
.official-card p{font-size:14px;line-height:1.9;margin-bottom:15px;flex:1}
.official-card ul{list-style:none;padding:0;margin:0 0 23px;font-size:12px;color:#888b97}
.official-card li{margin:7px 0;padding-left:12px;position:relative}.official-card li:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#b7bdcc;left:0;top:9px}
.official-card .btn{padding:12px 15px;font-size:13px;width:100%}
.directory-note{font-size:12px;color:#9598a1;margin:22px 0 0}
.section-intro{font-size:14px;margin:-17px 0 27px}
.platform-download-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.platform-download-card{padding:25px 23px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:flex-start}
.platform-download-card .device-icon{width:49px;height:49px;background:#f6f7fb;margin-bottom:19px;border-radius:12px;color:#555e73}
.platform-download-card h3{font-size:19px;margin-bottom:8px}.platform-download-card p{font-size:12px;margin-bottom:22px;flex:1}
.platform-download-links{width:100%;border-top:1px solid var(--line);padding-top:14px;display:flex;flex-direction:column;gap:12px}
.platform-download-links a{font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:6px}.platform-download-links a:after{content:"↗";color:#9aa1b2}.platform-main-link{color:var(--red);font-weight:550}.platform-global-link{color:#727b8f}.platform-download-links a:hover{text-decoration:underline}
.platform-extra{display:flex;justify-content:space-between;gap:18px;font-size:12px;color:#969ba7;margin-top:25px;flex-wrap:wrap}.platform-extra a{color:#69748b;margin-left:5px;text-decoration:underline;text-underline-offset:3px}
.help-feature{display:flex;flex-direction:column}.help-feature p{flex:1}.help-feature h3{font-size:18px}.help-feature .text-link{font-size:12px}.help-feature .app-icon.orange{font-size:21px}
.support-line{display:flex;flex-wrap:wrap;align-items:center;gap:13px 25px;padding:20px 0 0;margin-top:5px;font-size:12px;color:#949ba8}.support-line a{color:var(--red)}
@media(max-width:1100px){.directory-hero .hero-title{font-size:36px}.directory-hero .hero-copy .btn{font-size:12px;padding:12px 14px}.official-card{padding:23px}.official-card h3{font-size:18px}.platform-download-card{padding:22px 19px}.platform-download-card h3{font-size:17px}.bottom-cta .button-row{flex-shrink:0}.bottom-cta h2{font-size:24px}}
@media(max-width:760px){.directory-hero .hero-grid{padding-top:34px;padding-bottom:5px;min-height:auto}.directory-hero .hero-title{font-size:31px;letter-spacing:-1px}.directory-hero .hero-keyword{font-size:11px}.directory-hero .hero-lead{font-size:14px;margin-bottom:22px}.directory-hero .hero-copy .btn{font-size:12px;padding:12px 14px}.directory-hero .hero-assurances{font-size:10px;gap:14px}.hero-online-link{font-size:12px;margin-top:16px}.directory-hero .hero-visual{margin-top:11px}.directory-hero .product-brand-logo{width:32px;height:32px;border-radius:9px}.official-grid{grid-template-columns:1fr;gap:18px}.official-card{padding:25px}.official-card-top{margin-bottom:17px}.official-card h3{font-size:23px}.official-card p{font-size:14px}.official-card .btn{font-size:14px}.directory-note{font-size:11px}.platform-download-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.platform-download-card{padding:20px 16px}.platform-download-card h3{font-size:16px}.platform-download-links a{font-size:11px;line-height:1.7}.platform-download-card p{font-size:11px;line-height:1.8}.section-intro{font-size:13px;margin-top:-10px;line-height:1.9}.platform-extra{gap:13px;font-size:11px}.help-feature h3{font-size:16px}.help-feature .text-link{font-size:11px}.support-line{font-size:11px;gap:12px 18px}.bottom-cta .button-row{gap:10px}.bottom-cta .btn{font-size:12px;padding:12px 14px}}
@media(max-width:360px){.directory-hero .hero-title{font-size:28px}.directory-hero .hero-copy .btn{font-size:11px;padding:11px 12px}.directory-hero .hero-assurances{gap:9px}.platform-download-grid{grid-template-columns:1fr}}
