:root{--rgb-color-base:13,29,56;--rgb-color-primary:35,213,178;--transition:.25s ease;--header-bg:rgba(247,250,252,.88);--header-drawer-w:320px;--header-color:#0d1d38;--header-color-muted:#718097;--footer-bg:#0b1930;--footer-color:#f4f8fb;--footer-color-muted:#91a3b9;--ink:#0d1d38;--muted:#718097;--paper:#f7fafc;--line:#dbe5e8;--mint:#23d5b2;--cyan:#74e5df;--navy:#0b1930;--soft:#eaf3f2}
html{line-height:1.6;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:80px;background:var(--paper)}
body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,input,menu,p{margin:0}button,input,ol,textarea,ul{margin:0;padding:0}:after,:before,a,abbr,address,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,img,input,label,li,main,menu,nav,ol,p,picture,section,select,span,strong,summary,table,td,textarea,th,tr,ul{box-sizing:border-box}ol li,ul li{list-style:none}picture{font-size:0;display:block}a{background-color:transparent;text-decoration:none;transition:all var(--transition);color:inherit}a:hover{color:rgb(var(--rgb-color-primary))}a,button,input[type=button],input[type=reset],input[type=submit],summary{cursor:pointer}img{border-style:none;max-width:100%;height:auto}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}a,a:focus,button,button:focus,input,input:focus,optgroup,optgroup:focus,select,select:focus,summary,summary:focus,textarea,textarea:focus{outline:0}
.return-top{width:58px;height:58px;background:var(--navy);position:fixed;bottom:20px;right:20px;cursor:pointer;display:none;z-index:8;color:#fff;font-size:12px;border-radius:50%;box-shadow:0 10px 24px rgba(11,25,48,.2)}.return-top:hover{background:rgb(var(--rgb-color-primary));color:#fff}.return-top svg{margin-bottom:4px}.return-top.actived{display:inline-flex;flex-direction:column;justify-content:center;align-items:center}.flex{display:flex}.inline-flex{display:inline-flex}.flex-direction-row{flex-direction:row}.flex-direction-column{flex-direction:column}.flex-wrap-nowrap{flex-wrap:nowrap}.flex-wrap-wrap{flex-wrap:wrap}.flex-justify-start{justify-content:flex-start}.flex-justify-end{justify-content:flex-end}.flex-justify-center{justify-content:center}.flex-justify-between{justify-content:space-between}.flex-align-center{align-items:center}
.btn-group{display:flex;justify-content:flex-start;align-items:center;gap:22px;flex-wrap:wrap}.default-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:15px;padding:15px 24px;border-radius:4px;font-weight:700;font-size:.95rem;line-height:1;text-decoration:none;white-space:nowrap;background:#fff;border:1px solid var(--mint);color:var(--ink)}.default-btn:hover{transform:translateY(-2px);filter:brightness(1.03)}.default-btn.primary-btn{background:var(--mint);color:var(--navy);border-color:var(--mint)}.default-btn span,.text-link span{font-size:1.2em}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:5px}.text-link:hover{color:rgb(var(--rgb-color-primary));border-color:rgb(var(--rgb-color-primary))}
.section{padding:8rem 0}.section-header{text-align:center}.section-header-left{text-align:left}.section-title{font-size:3.6rem;font-weight:700;line-height:1.12;letter-spacing:-.055em}.section-title em,h1 em,h2 em{font-style:normal;color:#1a9f96}.section-desc{font-size:1.05rem;margin:1rem 0 0;color:var(--muted);line-height:1.8}.section-body{margin-top:2.5rem}.container{max-width:1240px;margin:0 auto;padding:0 28px;position:relative;z-index:0}body.header-sticky .header{position:sticky;left:0;top:0}
/* header desktop start */
.header{position:relative;z-index:10;background:var(--header-bg);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,229,232,.75)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.04em;font-size:1.25rem;color:var(--ink)}.brand img{width:150px;height:40px;object-fit:contain;border-radius:0}.nav{display:flex;align-items:center;gap:34px;font-size:.9rem;color:var(--muted)}.nav a:hover{color:var(--ink)}.nav .primary-btn{padding:11px 20px;background:var(--navy);border-radius:3px;color:#fff;font-weight:700}.nav .primary-btn:hover{background:rgb(var(--rgb-color-primary));color:var(--navy)}.menu-toggle{display:none;border:0;background:none}
/* header desktop end */
/* footer desktop start */
.footer{padding:5.5rem 0 1.5rem;background:var(--footer-bg);color:var(--footer-color)}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:3rem;padding-bottom:4.5rem}.footer-brand .brand{color:#fff}.footer-brand p{max-width:300px;margin-top:1.2rem;color:var(--footer-color-muted);font-size:.9rem;line-height:1.8}.footer-nav-group{display:flex;flex-direction:column;gap:13px;color:var(--footer-color-muted);font-size:.86rem}.footer-nav-group strong{color:#fff;margin-bottom:8px;font-size:.78rem;letter-spacing:.08em}.footer-nav-group a:hover{color:var(--mint)}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:1.4rem;display:flex;justify-content:space-between;color:var(--footer-color-muted);font-size:.78rem}
/* footer desktop end */
@media (max-width:768px){.section{padding:5rem 0}.section-title{font-size:2.55rem}.section-desc{font-size:.95rem}.container{padding:0 20px}.btn-group{gap:18px}
/* header mobile start */
.header-inner{height:68px}.menu-toggle{display:flex;width:38px;height:38px;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid var(--line);border-radius:4px}.menu-toggle span{display:block;width:17px;height:1px;background:var(--ink)}.nav{position:absolute;display:none;left:20px;right:20px;top:76px;padding:18px;background:rgba(247,250,252,.98);border:1px solid var(--line);box-shadow:0 18px 35px rgba(13,29,56,.12);flex-direction:column;align-items:stretch;gap:0}.nav.is-open{display:flex}.nav a{padding:14px 10px}.nav .primary-btn{text-align:center;margin-top:8px}
/* header mobile end */
/* footer mobile start */
.footer{padding-top:4rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.8rem;padding-bottom:3rem}.footer-brand{grid-column:1/-1;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.13)}.footer-nav-group{gap:10px}.footer-bottom{display:flex;flex-direction:column;gap:8px}
/* footer mobile end */
}
@media (min-width:601px){body.customize-support.header-sticky .header{top:var(--wp-admin--admin-bar--height)}}
#searchform.searchform{position:relative;max-width:400px}#searchform>div{display:flex;background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden}#searchform #s{flex:1;border:none;padding:12px;color:var(--ink);background:transparent}#searchform #searchsubmit{background:var(--navy);color:#fff;border:none;padding:0 20px;font-weight:700}.sidebar{border:1px solid var(--line);border-radius:4px;padding:18px;background:#fff}.xl-sidebar{margin:0 auto 16px}.xl-sidebar .wp-block-heading{font-size:18px}.xl-sidebar .xl-recent-posts .item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 15px}.xl-sidebar .xl-recent-posts .item-cont{width:calc(100% - 95px)}.xl-sidebar .xl-recent-posts .item-img{width:78px;height:78px;overflow:hidden;border-radius:4px}.xl-sidebar .xl-recent-posts .item-img img{width:100%;height:100%;object-fit:cover}.xl-sidebar .wp-block-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.xl-sidebar .wp-block-tag-cloud a{background:var(--soft);color:var(--ink);font-size:13px!important;padding:5px 9px;border-radius:3px}.xl-sidebar .wp-block-tag-cloud a:hover{background:var(--mint)}#xl-paginator{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:24px auto 0;padding:14px;background:#fff;border-radius:4px}#xl-paginator .aft,#xl-paginator .pre{padding:0 12px;border-radius:3px;color:var(--ink);background:var(--soft);text-align:center;font-size:13px;line-height:32px}#xl-paginator .page{height:32px;width:32px;border-radius:3px;text-align:center;line-height:30px;font-size:14px;border:1px solid var(--line)}#xl-paginator .page.actived,#xl-paginator .page:hover{background:var(--mint);color:var(--navy);border-color:var(--mint)}