:root{--cms-bg:#f6f8fb;--cms-surface:#fff;--cms-ink:#101828;--cms-muted:#667085;--cms-line:#e7eaf0;--cms-brand:#3858f6;--cms-brand-deep:#172b85;--cms-mint:#24c69a;--cms-soft:#eef1ff;--cms-dark:#09132e;--cms-shadow:0 24px 70px rgba(16,24,40,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cms-bg);color:var(--cms-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans JP",sans-serif;-webkit-font-smoothing:antialiased}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(231,234,240,.9);backdrop-filter:blur(18px)}.header-inner{height:76px;display:flex;align-items:center;gap:32px}.site-brand{display:flex;align-items:center;gap:11px;flex:0 0 auto;font-weight:800;font-size:21px;letter-spacing:-.04em}.site-brand img{width:38px;height:38px;object-fit:contain}.brand-symbol{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--cms-brand),#7a5cff);color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:0 10px 24px rgba(56,88,246,.3)}.brand-symbol i{transform:rotate(-8deg)}.brand-word em{font-style:normal;color:var(--cms-brand)}.desktop-nav{display:flex;align-items:center;gap:5px;margin:auto}.nav-item{position:relative}.nav-link{height:42px;display:flex;align-items:center;gap:5px;padding:0 13px;border-radius:10px;color:#344054;font-size:14px;font-weight:650}.nav-link:hover{background:#f2f4f7;color:var(--cms-brand)}.nav-dropdown{position:absolute;left:0;top:48px;width:220px;padding:8px;background:#fff;border:1px solid var(--cms-line);border-radius:14px;box-shadow:0 18px 50px rgba(16,24,40,.14);opacity:0;transform:translateY(7px);pointer-events:none;transition:.18s}.nav-item:hover .nav-dropdown{opacity:1;transform:none;pointer-events:auto}.nav-dropdown a{display:flex;align-items:center;gap:9px;padding:11px;border-radius:9px;color:#344054;font-size:14px}.nav-dropdown a:hover{background:var(--cms-soft);color:var(--cms-brand)}.header-actions{display:flex;align-items:center;gap:10px}.lang-switcher{position:relative}.lang-button{height:40px;border:1px solid var(--cms-line);border-radius:10px;background:#fff;padding:0 10px;color:#475467;display:flex;align-items:center;gap:6px;cursor:pointer}.lang-menu{position:absolute;right:0;top:47px;width:190px;padding:7px;background:#fff;border:1px solid var(--cms-line);border-radius:12px;box-shadow:0 16px 44px rgba(16,24,40,.14);display:none}.lang-switcher.open .lang-menu{display:block}.lang-menu a{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:8px;font-size:13px;color:#475467}.lang-menu a:hover,.lang-menu a.active{background:var(--cms-soft);color:var(--cms-brand)}.login-link{font-size:14px;font-weight:650;color:#344054;padding:10px}.primary-button,.secondary-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:0 18px;font-weight:750;font-size:14px;transition:.18s}.primary-button{background:var(--cms-brand);color:#fff;box-shadow:0 10px 24px rgba(56,88,246,.22)}.primary-button:hover{transform:translateY(-2px);background:#2949e8}.secondary-button{background:#fff;color:#344054;border:1px solid var(--cms-line)}.secondary-button:hover{border-color:#b8c1d1;color:var(--cms-brand)}.mobile-menu-button{display:none;width:42px;height:42px;border:1px solid var(--cms-line);border-radius:10px;background:#fff;color:#344054}.mobile-panel{display:none}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 15%,rgba(111,91,255,.14),transparent 30%),radial-gradient(circle at 25% 100%,rgba(36,198,154,.12),transparent 32%),linear-gradient(180deg,#fff 0%,#f7f8ff 100%);border-bottom:1px solid var(--cms-line)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(56,88,246,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(56,88,246,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.hero-grid{position:relative;z-index:1;min-height:660px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:62px;padding:76px 0 84px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--cms-brand)}.eyebrow:before{content:"";width:28px;height:2px;background:var(--cms-mint)}.hero h1{max-width:670px;margin:22px 0 20px;font-size:58px;line-height:1.08;letter-spacing:-.055em}.hero h1 span{background:linear-gradient(90deg,var(--cms-brand),#7654ef);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-copy>p{max-width:610px;margin:0;color:var(--cms-muted);font-size:18px;line-height:1.85}.hero-buttons{display:flex;align-items:center;gap:12px;margin-top:32px}.hero-buttons a{min-height:52px;padding:0 23px;font-size:15px}.hero-trust{margin-top:30px;display:flex;align-items:center;gap:14px;color:#475467;font-size:13px}.trust-avatars{display:flex}.trust-avatars span{width:30px;height:30px;border-radius:50%;margin-left:-7px;border:3px solid #fff;background:linear-gradient(145deg,#d8deff,#f0eaff);display:grid;place-items:center;color:var(--cms-brand);font-size:11px;font-weight:800}.trust-avatars span:first-child{margin-left:0}.product-console{position:relative;min-height:450px}.console-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(56,88,246,.22);filter:blur(70px);right:15%;top:12%}.console-window{position:absolute;inset:28px 0 0 10px;background:rgba(255,255,255,.95);border:1px solid rgba(214,219,232,.9);border-radius:22px;box-shadow:0 35px 90px rgba(37,47,97,.18);overflow:hidden;transform:perspective(1300px) rotateY(-5deg) rotateX(2deg)}.console-top{height:50px;border-bottom:1px solid var(--cms-line);display:flex;align-items:center;justify-content:space-between;padding:0 17px}.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#d0d5dd}.window-dots i:first-child{background:#ff857e}.window-dots i:nth-child(2){background:#ffcf5c}.window-dots i:last-child{background:#45d7a4}.console-status{font-size:11px;color:#12a77d;background:#ebfff9;border-radius:99px;padding:5px 9px}.console-body{display:grid;grid-template-columns:95px 1fr;height:348px}.console-side{padding:18px 12px;background:#f7f8fc;border-right:1px solid var(--cms-line)}.side-logo{height:28px;border-radius:8px;background:linear-gradient(135deg,var(--cms-brand),#7654ef);margin-bottom:20px}.side-line{height:8px;border-radius:8px;background:#e3e7f0;margin:14px 3px}.side-line.active{background:#aab7ff}.console-main{padding:22px}.console-heading{display:flex;justify-content:space-between;align-items:center}.console-heading strong{font-size:14px}.console-heading span{font-size:10px;background:var(--cms-brand);color:#fff;border-radius:7px;padding:7px 10px}.console-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.console-card{border:1px solid var(--cms-line);border-radius:12px;padding:13px}.console-card i{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--cms-soft);color:var(--cms-brand)}.console-card b{display:block;margin-top:15px;font-size:17px}.console-card small{font-size:9px;color:#98a2b3}.console-chart{height:132px;margin-top:14px;border:1px solid var(--cms-line);border-radius:13px;padding:16px;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fafbff)}.chart-bars{height:88px;display:flex;align-items:flex-end;gap:8px}.chart-bars i{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#6f7eff,var(--cms-brand));opacity:.86}.floating-card{position:absolute;z-index:3;background:#fff;border:1px solid var(--cms-line);border-radius:14px;box-shadow:0 18px 44px rgba(16,24,40,.14);padding:13px 15px}.floating-card.paypal{right:-18px;top:0;display:flex;align-items:center;gap:11px}.floating-card.link{left:-18px;bottom:8px}.floating-icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#eaf1ff;color:#1769ff;font-size:20px}.floating-card strong{display:block;font-size:12px}.floating-card small{display:block;color:#98a2b3;font-size:10px;margin-top:3px}.metrics{background:#fff;border-bottom:1px solid var(--cms-line)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:27px 0}.metric-item{display:flex;align-items:center;gap:13px;padding:4px 25px;border-right:1px solid var(--cms-line)}.metric-item:first-child{padding-left:0}.metric-item:last-child{border-right:0}.metric-item i{font-size:24px;color:var(--cms-brand)}.metric-item strong{display:block;font-size:14px}.metric-item span{font-size:12px;color:var(--cms-muted)}.section{padding:104px 0}.section-white{background:#fff}.section-dark{background:var(--cms-dark);color:#fff}.section-heading{max-width:720px;margin-bottom:48px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading .eyebrow{margin-bottom:17px}.section-heading h2{margin:0;font-size:42px;line-height:1.18;letter-spacing:-.04em}.section-heading p{margin:16px 0 0;color:var(--cms-muted);line-height:1.8;font-size:16px}.section-dark .section-heading p{color:#aeb9d1}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{position:relative;min-height:420px;border:1px solid var(--cms-line);border-radius:24px;padding:38px;overflow:hidden;background:#fff;transition:.22s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--cms-shadow)}.product-card:first-child{background:linear-gradient(150deg,#f6f8ff,#fff 62%)}.product-card:last-child{background:linear-gradient(150deg,#edfff9,#fff 62%)}.product-card-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:var(--cms-brand);color:#fff;font-size:26px;box-shadow:0 15px 30px rgba(56,88,246,.24)}.product-card:last-child .product-card-icon{background:#15a982;box-shadow:0 15px 30px rgba(21,169,130,.22)}.product-card h3{margin:26px 0 13px;font-size:29px;letter-spacing:-.035em}.product-card>p{max-width:470px;margin:0;color:var(--cms-muted);line-height:1.8}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:25px 0 28px}.feature-list span{display:flex;align-items:center;gap:8px;color:#475467;font-size:13px}.feature-list i{color:var(--cms-mint)}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--cms-brand);font-weight:750;font-size:14px}.card-art{position:absolute;right:-15px;bottom:-35px;width:190px;height:145px;border-radius:20px;background:#fff;border:1px solid var(--cms-line);box-shadow:0 18px 45px rgba(16,24,40,.11);transform:rotate(-5deg);padding:16px}.card-art .art-row{height:11px;background:#edf0f5;border-radius:6px;margin-bottom:9px}.card-art .art-row:nth-child(2){width:70%}.card-art .art-button{width:72px;height:24px;margin-top:16px;border-radius:8px;background:var(--cms-brand)}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.workflow-card{position:relative;padding:28px 24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055)}.workflow-card:not(:last-child):after{content:"";position:absolute;right:-14px;top:43px;width:28px;height:1px;background:#4e5e86}.workflow-number{font-size:12px;color:#7e91ff;font-weight:800;letter-spacing:.12em}.workflow-card h3{margin:27px 0 10px;font-size:18px}.workflow-card p{margin:0;color:#aeb9d1;line-height:1.7;font-size:13px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.plan-card{position:relative;background:#fff;border:1px solid var(--cms-line);border-radius:22px;padding:32px;box-shadow:0 10px 35px rgba(16,24,40,.045)}.plan-card.recommended{border:2px solid var(--cms-brand);transform:translateY(-10px);box-shadow:0 25px 65px rgba(56,88,246,.16)}.plan-badge{position:absolute;right:22px;top:20px;background:var(--cms-soft);color:var(--cms-brand);border-radius:99px;padding:6px 10px;font-size:11px;font-weight:800}.plan-card h3{margin:0;font-size:20px}.plan-price{display:flex;align-items:flex-end;gap:7px;margin:24px 0}.plan-price strong{font-size:42px;line-height:1;letter-spacing:-.05em}.plan-price span{font-size:13px;color:var(--cms-muted)}.plan-features{display:flex;flex-direction:column;gap:13px;margin:25px 0 28px;padding-top:23px;border-top:1px solid var(--cms-line)}.plan-features span{display:flex;align-items:center;gap:9px;font-size:14px;color:#475467}.plan-features i{color:var(--cms-mint)}.plan-card .primary-button,.plan-card .secondary-button{width:100%}.pricing-note{text-align:center;color:var(--cms-muted);font-size:13px;margin-top:26px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:#fff;border:1px solid var(--cms-line);border-radius:18px;overflow:hidden;transition:.2s}.article-card:hover{transform:translateY(-4px);box-shadow:var(--cms-shadow)}.article-cover{height:170px;background:linear-gradient(135deg,#e8edff,#f5f0ff);position:relative;overflow:hidden}.article-cover img{width:100%;height:100%;object-fit:cover}.article-cover:after{content:"Pay.Link";position:absolute;right:18px;bottom:15px;font-size:22px;font-weight:850;color:rgba(56,88,246,.18);letter-spacing:-.05em}.article-body{padding:22px}.article-body time{color:#98a2b3;font-size:12px}.article-body h3{margin:10px 0 0;font-size:17px;line-height:1.5}.cta-section{padding:76px 0;background:linear-gradient(115deg,var(--cms-brand-deep),var(--cms-brand));color:#fff;position:relative;overflow:hidden}.cta-section:after{content:"";position:absolute;width:420px;height:420px;border:80px solid rgba(255,255,255,.06);border-radius:50%;right:-120px;top:-180px}.cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-copy h2{margin:0;font-size:36px;letter-spacing:-.04em}.cta-copy p{max-width:650px;margin:13px 0 0;color:#d9e1ff;line-height:1.8}.cta-buttons{display:flex;gap:10px;flex:0 0 auto}.cta-buttons .primary-button{background:#fff;color:var(--cms-brand);box-shadow:none}.cta-buttons .secondary-button{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}.site-footer{background:#071027;color:#d4dcf1;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:56px}.footer-brand p{max-width:360px;color:#94a3c2;line-height:1.75;font-size:14px}.footer-column h3{margin:0 0 18px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.footer-column a{display:block;color:#94a3c2;font-size:13px;margin:12px 0}.footer-column a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:52px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#7785a7;font-size:12px}.page-hero{padding:86px 0 72px;background:linear-gradient(145deg,#fff,#eef1ff);border-bottom:1px solid var(--cms-line)}.page-hero .eyebrow{margin-bottom:18px}.page-hero h1{max-width:850px;margin:0;font-size:50px;letter-spacing:-.05em}.page-hero p{max-width:760px;margin:18px 0 0;color:var(--cms-muted);font-size:17px;line-height:1.8}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:45px;align-items:start;padding:64px 0 96px}.rich-content{background:#fff;border:1px solid var(--cms-line);border-radius:20px;padding:44px;line-height:1.9;color:#344054}.rich-content h2,.rich-content h3{color:var(--cms-ink);line-height:1.3;letter-spacing:-.025em}.rich-content h2{font-size:28px;margin:0 0 20px}.rich-content h3{font-size:20px;margin:36px 0 12px}.rich-content img{max-width:100%;height:auto;border-radius:14px}.rich-content li{margin:8px 0}.content-aside{position:sticky;top:100px;background:#fff;border:1px solid var(--cms-line);border-radius:18px;padding:24px}.content-aside strong{display:block;margin-bottom:13px}.content-aside a{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--cms-line);font-size:13px;color:#475467}.content-aside a:last-child{border-bottom:0}.listing-section{padding:58px 0 96px}.listing-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:28px}.category-pills{display:flex;gap:8px;flex-wrap:wrap}.category-pills a{padding:9px 13px;border:1px solid var(--cms-line);border-radius:99px;background:#fff;font-size:13px;color:#475467}.category-pills a:hover{border-color:var(--cms-brand);color:var(--cms-brand)}.article-search{display:flex;width:300px;height:42px}.article-search input{min-width:0;flex:1;border:1px solid var(--cms-line);border-right:0;border-radius:10px 0 0 10px;padding:0 12px;outline:none}.article-search button{width:46px;border:0;border-radius:0 10px 10px 0;background:var(--cms-brand);color:#fff}.empty-state{padding:80px 20px;text-align:center;background:#fff;border:1px solid var(--cms-line);border-radius:18px;color:var(--cms-muted)}.pagination{margin-top:30px}.article-detail-wrap{max-width:860px;margin:0 auto;padding:70px 0 100px}.article-detail-head{text-align:center;margin-bottom:38px}.article-detail-head h1{margin:18px 0;font-size:42px;line-height:1.25;letter-spacing:-.04em}.article-detail-meta{color:#98a2b3;font-size:13px}.article-detail-cover{width:100%;max-height:480px;object-fit:cover;border-radius:20px;margin-bottom:28px}.attachment-list{margin-top:28px;padding-top:24px;border-top:1px solid var(--cms-line)}.attachment-list a{display:flex;gap:8px;align-items:center;margin-top:10px;color:var(--cms-brand)}
@media(max-width:1020px){.desktop-nav,.header-actions .login-link,.header-actions>.primary-button{display:none}.header-inner{justify-content:space-between}.header-actions{margin-left:auto}.mobile-menu-button{display:block}.mobile-panel{position:fixed;inset:76px 0 auto 0;background:#fff;border-bottom:1px solid var(--cms-line);box-shadow:0 18px 40px rgba(16,24,40,.12);padding:14px 20px 24px;max-height:calc(100vh - 76px);overflow:auto}.mobile-panel.open{display:block}.mobile-panel a{display:block;padding:13px 4px;border-bottom:1px solid var(--cms-line);font-weight:650}.mobile-sub a{padding-left:22px;color:var(--cms-muted);font-weight:500}.mobile-login{display:flex!important;align-items:center;gap:8px;color:var(--cms-brand)!important}.mobile-cta{display:grid!important;place-items:center!important;margin-top:14px;background:var(--cms-brand);color:#fff;border:0!important;border-radius:11px}.hero-grid{grid-template-columns:1fr;padding-top:65px}.hero-copy{text-align:center}.hero h1,.hero-copy>p{margin-left:auto;margin-right:auto}.hero-buttons,.hero-trust{justify-content:center}.product-console{width:min(620px,100%);margin:0 auto}.metric-grid{grid-template-columns:1fr 1fr}.metric-item:nth-child(2){border-right:0}.metric-item:nth-child(n+3){border-top:1px solid var(--cms-line);padding-top:18px;margin-top:14px}.product-grid,.pricing-grid{grid-template-columns:1fr}.plan-card.recommended{transform:none}.workflow-grid{grid-template-columns:1fr 1fr}.workflow-card:nth-child(2):after{display:none}.article-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-column:last-child{display:none}}
@media(max-width:680px){.site-shell{width:min(100% - 28px,1180px)}.header-inner{height:68px}.mobile-panel{top:68px}.lang-button span{display:none}.hero-grid{min-height:auto;padding:62px 0 68px;gap:45px}.hero h1{font-size:40px}.hero-copy>p{font-size:16px}.hero-buttons{align-items:stretch;flex-direction:column}.hero-buttons a{width:100%}.hero-trust{align-items:flex-start;text-align:left}.product-console{min-height:330px}.console-window{inset:15px 0 0}.console-body{grid-template-columns:70px 1fr;height:260px}.console-main{padding:14px}.console-cards{gap:6px}.console-card{padding:8px}.console-card b{font-size:13px}.console-chart{height:90px}.chart-bars{height:55px}.floating-card{display:none!important}.metric-grid{grid-template-columns:1fr}.metric-item{border-right:0!important;border-top:1px solid var(--cms-line);padding:15px 0!important;margin:0!important}.metric-item:first-child{border-top:0}.section{padding:74px 0}.section-heading h2{font-size:33px}.product-card{min-height:400px;padding:28px 24px}.feature-list{grid-template-columns:1fr}.card-art{opacity:.55}.workflow-grid,.article-grid{grid-template-columns:1fr}.workflow-card:after{display:none}.plan-card{padding:27px 24px}.cta-inner{align-items:flex-start;flex-direction:column}.cta-copy h2{font-size:30px}.cta-buttons{width:100%;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}.footer-column:last-child{display:block}.footer-bottom{flex-direction:column}.page-hero{padding:60px 0}.page-hero h1{font-size:38px}.content-layout{grid-template-columns:1fr;padding-top:32px}.rich-content{padding:28px 22px}.content-aside{position:static}.listing-toolbar{align-items:stretch;flex-direction:column}.article-search{width:100%}.article-detail-wrap{padding-top:48px}.article-detail-head h1{font-size:32px}}
