:root{
  --ct-shop-primary:#1d4ed8;
  --ct-shop-primary2:#7c3aed;
  --ct-shop-accent:#f97316;
  --ct-shop-ink:#0f172a;
  --ct-shop-muted:#64748b;
  --ct-shop-line:#e5ebf5;
  --ct-shop-soft:#f6f8fc;
  --ct-shop-card:#fff;
  --ct-shop-nav-bg:rgba(255,255,255,.82);
  --green:#10b981;
  --cyan:#06b6d4;
  --dark:#0b1f3a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,'Microsoft YaHei',sans-serif;
  background:
    radial-gradient(circle at 10% 8%,rgba(37,99,235,.11),transparent 30%),
    radial-gradient(circle at 90% 0%,rgba(124,58,237,.10),transparent 28%),
    linear-gradient(180deg,#f8fbff 0%,#f5f7fb 48%,#fff 100%);
  color:var(--ct-shop-ink);
  min-height:100vh;
}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.72),rgba(255,255,255,0));z-index:-1}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* 系统商城内置导航样式基础 */
.ct-shop-header{position:sticky;top:0;z-index:90;padding:12px 18px;background:rgba(247,250,255,.76);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid rgba(226,232,240,.74)}
.ct-shop-shell{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:9px 10px 9px 12px;border:1px solid rgba(226,232,240,.92);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,255,255,.78));box-shadow:0 18px 54px rgba(15,23,42,.10)}
.ct-brand{display:inline-flex;align-items:center;gap:12px;min-width:0;color:#0f172a;text-decoration:none;font-size:18px;font-weight:950;letter-spacing:.1px;white-space:nowrap}
.ct-brand-text{display:flex;flex-direction:column;min-width:0;gap:2px}.ct-brand-name{overflow:hidden;text-overflow:ellipsis;max-width:260px;line-height:1.1}.ct-brand-tagline{font-size:12px;line-height:1.2;color:#64748b;font-weight:800;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ct-brand img{height:46px;max-width:230px;object-fit:contain;border-radius:16px;display:block}
.ct-shop-panel{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0;grid-column:2 / 4}
.ct-shop-nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0;max-width:100%;padding:6px;border:1px solid rgba(226,232,240,.88);border-radius:999px;background:rgba(241,245,249,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.74);overflow:visible;scrollbar-width:none}
.ct-shop-nav::-webkit-scrollbar{display:none}
.ct-shop-nav a,.ct-nav-item>a{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:38px;color:#334155;text-decoration:none;font-size:14px;font-weight:900;padding:10px 14px;border-radius:999px;line-height:1;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease,border-color .18s ease;border:1px solid transparent;white-space:nowrap}
.ct-shop-nav a:hover,.ct-shop-nav a.is-active,.ct-nav-item:hover>a{color:#1d4ed8;background:#fff;border-color:#dbeafe;box-shadow:0 12px 24px rgba(37,99,235,.14);transform:translateY(-1px)}
/* 当前这套模板的重点按钮：只按模板里的位置判断，不按导航名称或链接判断。
   顶部一级导航倒数第二个会显示商城同款蓝色按钮。 */
.ct-shop-nav.ct-nav-template-cta > a:nth-last-child(2),
.ct-shop-nav.ct-nav-template-cta > .ct-nav-item:nth-last-child(2) > a{
  background:linear-gradient(135deg,#06b6d4,#2563eb);
  color:#fff;
  border-color:rgba(37,99,235,.20);
  box-shadow:0 12px 26px rgba(37,99,235,.20);
}
.ct-shop-nav.ct-nav-template-cta > a:nth-last-child(2):hover,
.ct-shop-nav.ct-nav-template-cta > a:nth-last-child(2).is-active,
.ct-shop-nav.ct-nav-template-cta > .ct-nav-item:nth-last-child(2):hover > a,
.ct-shop-nav.ct-nav-template-cta > .ct-nav-item:nth-last-child(2) > a.is-active{
  background:linear-gradient(135deg,#0891b2,#1d4ed8);
  color:#fff;
  border-color:transparent;
  box-shadow:0 14px 30px rgba(29,78,216,.24);
}
.ct-nav-item{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.ct-nav-item.no-sub:after,.ct-nav-item.no-children:after{display:none}.ct-nav-item.no-sub .ct-subnav,.ct-nav-item.no-children .ct-subnav{display:none!important}.ct-nav-caret{font-size:13px;margin-left:5px;opacity:.72}.ct-nav-item:after{content:"";position:absolute;left:0;right:0;top:100%;height:12px}.ct-subnav{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%,8px);min-width:190px;padding:8px;border:1px solid rgba(226,232,240,.95);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 24px 58px rgba(15,23,42,.16);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.ct-nav-item.has-sub:hover .ct-subnav,.ct-nav-item.has-sub:focus-within .ct-subnav{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.ct-subnav a{display:flex!important;justify-content:flex-start!important;min-height:38px;width:100%;padding:10px 12px!important;border-radius:13px!important;font-size:13px!important;color:#334155!important;box-shadow:none!important;background:transparent!important;border:1px solid transparent!important}.ct-subnav a:hover{background:#eff6ff!important;border-color:#dbeafe!important;color:#1d4ed8!important;transform:none!important}.ct-subnav:before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;background:#fff;border-left:1px solid rgba(226,232,240,.95);border-top:1px solid rgba(226,232,240,.95);transform:translateX(-50%) rotate(45deg)}
.ct-shop-tools{display:flex;align-items:center;gap:10px;flex:0 0 auto}.ct-shop-menu-toggle{display:none;grid-column:3;border:1px solid #dbeafe;background:#fff;border-radius:16px;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;box-shadow:0 10px 22px rgba(37,99,235,.10)}.ct-shop-menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#1e40af;transition:.2s ease}.ct-shop-header.is-menu-open .ct-shop-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.ct-shop-header.is-menu-open .ct-shop-menu-toggle span:nth-child(2){opacity:0}.ct-shop-header.is-menu-open .ct-shop-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ct-shop-lang{position:relative;flex:0 0 auto}.ct-shop-lang:after{content:"";position:absolute;left:0;right:0;top:100%;height:14px;display:block}.ct-shop-lang>button{min-height:42px;border:1px solid #dbeafe;background:linear-gradient(135deg,#fff,#f8fbff);color:#1e40af;border-radius:999px;padding:8px 12px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;gap:7px;box-shadow:0 12px 24px rgba(37,99,235,.10);white-space:nowrap}.ct-shop-lang>button:hover,.ct-shop-lang.is-open>button{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.ct-lang-icon{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,var(--ct-shop-primary),var(--ct-shop-primary2));color:#fff;font-size:13px;line-height:1}.ct-lang-short{display:none}.ct-lang-arrow{font-size:15px;transition:transform .18s ease}.ct-shop-lang.is-open .ct-lang-arrow,.ct-shop-lang:hover .ct-lang-arrow{transform:rotate(180deg)}
.ct-shop-lang-menu{position:absolute;right:0;top:calc(100% + 12px);min-width:210px;display:grid;gap:4px;background:rgba(255,255,255,.98);border:1px solid rgba(226,232,240,.95);border-radius:20px;box-shadow:0 26px 64px rgba(15,23,42,.18);padding:8px;z-index:120;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.ct-shop-lang:hover .ct-shop-lang-menu,.ct-shop-lang:focus-within .ct-shop-lang-menu,.ct-shop-lang.is-open .ct-shop-lang-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.ct-shop-lang-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#0f172a;text-decoration:none;border-radius:15px;padding:11px 12px;font-weight:900;border:1px solid transparent}.ct-shop-lang-menu a:hover,.ct-shop-lang-menu a.is-current{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe}.ct-shop-lang-menu a.is-current:after{content:"✓";font-weight:950;color:#2563eb}.ct-shop-lang-menu small{color:#94a3b8;font-weight:800}

.page-main{max-width:1240px;margin:0 auto;padding:54px 22px 0}.section{padding:72px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-title.center{display:block;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:950;font-size:13px;margin-bottom:12px}.section-title h2{margin:0;color:#0b1f3a;font-size:42px;line-height:1.08;letter-spacing:-.05em}.section-title p{margin:0;color:#64748b;font-size:17px;font-weight:700;line-height:1.7;max-width:480px}.section-title.center p{margin:12px auto 0}

.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:44px;align-items:center;min-height:650px;padding:58px 0 28px}.hero-copy{position:relative}.hero-kicker{display:inline-flex;align-items:center;gap:9px;border:1px solid #bbf7d0;background:#ecfdf5;color:#047857;border-radius:999px;padding:9px 14px;font-size:14px;font-weight:950;margin-bottom:28px}.pulse{width:10px;height:10px;border-radius:50%;background:#10b981;box-shadow:0 0 0 8px rgba(16,185,129,.14)}.hero h1{margin:0;font-size:65px;line-height:.99;letter-spacing:-.075em;color:#0b1f3a}.hero h1 span{display:block;margin-top:10px;background:linear-gradient(90deg,#2563eb 0%,#06b6d4 45%,#16a34a 72%,#f97316 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{margin:26px 0 0;color:#475569;font-size:19px;line-height:1.85;font-weight:800;max-width:680px}.hero-price{display:inline-flex;align-items:center;gap:14px;margin-top:28px;padding:13px 18px;border-radius:18px;background:rgba(255,255,255,.96);border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 44px rgba(15,23,42,.08)}.hero-price strong{font-size:31px;letter-spacing:-.04em;color:#0b1f3a}.hero-price small{font-size:15px;color:#334155;font-weight:900}.hero-price span{width:1px;height:30px;background:#dbe5f4}.hero-price b{font-size:25px;color:#0b1f3a}.hero-price em{font-style:normal;font-size:13px;color:#64748b;font-weight:900}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn-primary,.btn-light,.btn-dark{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:950;text-decoration:none;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn-primary{color:#fff;background:linear-gradient(135deg,#ff7a1a,#ff9f37);box-shadow:0 16px 30px rgba(249,115,22,.24)}.btn-dark{color:#fff;background:#0b1f3a;box-shadow:0 16px 30px rgba(15,23,42,.17)}.btn-light{color:#1d4ed8;background:#fff;border-color:#dbeafe;box-shadow:0 12px 24px rgba(37,99,235,.09)}.btn-primary:hover,.btn-light:hover,.btn-dark:hover{transform:translateY(-2px)}.hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.hero-tags span{padding:8px 13px;border-radius:999px;background:#fff;border:1px solid #e5ebf5;color:#334155;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(15,23,42,.04)}

.hero-panel{position:relative}.seal{position:absolute;right:16px;top:-24px;width:116px;z-index:5}.browser{overflow:hidden;border-radius:27px;background:#fff;border:1px solid rgba(209,221,236,.95);box-shadow:0 38px 88px rgba(15,23,42,.17)}.browser-top{height:54px;background:#0b1f3a;color:#fff;display:flex;align-items:center;gap:8px;padding:0 20px;font-weight:950}.dot{width:12px;height:12px;border-radius:999px}.red{background:#fb7185}.yellow{background:#facc15}.green{background:#22c55e}.browser-title{margin-left:8px;font-size:14px}.backend{display:grid;grid-template-columns:160px minmax(0,1fr);min-height:470px}.side{background:#eaf4ff;border-right:1px solid #d9e9f8;padding:26px 18px}.side h4{margin:0 0 18px;color:#1e3a5f;font-size:14px}.side a{display:block;padding:13px 14px;border-radius:13px;margin-bottom:8px;color:#36577a;font-weight:950;font-size:14px}.side a.active{background:linear-gradient(135deg,#1d4ed8,#06b6d4);color:#fff;box-shadow:0 12px 24px rgba(6,182,212,.25)}.work{padding:26px 26px 24px;background:linear-gradient(135deg,#fff,#f7fbff)}.work-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.work-head h3{margin:0;font-size:24px;letter-spacing:-.04em;color:#0b1f3a}.pill{padding:8px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:950}.url-box{margin-top:22px;background:#0b1f3a;border-radius:22px;color:#fff;padding:20px;position:relative;overflow:hidden}.url-box:after{content:"";position:absolute;right:-28px;top:-38px;width:110px;height:110px;border-radius:999px;background:rgba(20,184,166,.28)}.url-box small{display:block;color:#bfdbfe;font-weight:950;margin-bottom:8px}.url-box strong{display:block;font-size:17px}.url-box em{display:inline-flex;margin-top:12px;padding:6px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:950;font-style:normal}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.mini-site{border:1px solid #dbe5f4;border-radius:20px;background:#f8fbff;padding:16px}.bar,.bar2{height:8px;border-radius:999px;background:#cfe0f3}.bar{width:90px}.bar2{width:138px;margin-top:9px}.mini-site .image{height:104px;border-radius:17px;background:linear-gradient(135deg,#21a8f6,#20c7ad);margin:15px 0}.squares{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.squares i{height:42px;border:1px solid #e1e9f5;border-radius:14px;background:#fff}.todo{display:grid;gap:10px}.todo p{margin:0;display:flex;align-items:center;gap:10px;padding:13px;border-radius:15px;background:#fff;border:1px solid #e5ebf5;color:#334155;font-size:13px;font-weight:900}.todo b{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#fff7ed;color:#f97316}.chat{margin-top:20px;display:flex;align-items:center;gap:13px;background:#e9fff7;border:1px solid #99f6e4;border-radius:20px;padding:16px}.chat i{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#10b981;color:#fff;font-style:normal;font-weight:950}.chat b{display:block;color:#0f766e}.chat span{display:block;margin-top:4px;color:#047857;font-size:12px;font-weight:900}

.trust-row{margin:4px auto 42px;display:grid;grid-template-columns:repeat(4,1fr);max-width:980px;border:1px solid rgba(226,232,240,.95);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 28px 64px rgba(15,23,42,.09);overflow:hidden}.trust-row div{padding:24px 30px;border-right:1px solid #e8eef7;background:linear-gradient(180deg,#fff,#f8fbff)}.trust-row div:last-child{border-right:0}.trust-row b{display:block;color:#0b1f3a;font-size:26px;line-height:1;font-weight:950;letter-spacing:-.04em}.trust-row span{display:block;margin-top:9px;color:#64748b;font-size:14px;font-weight:900}

.ad-full{padding:26px 0 42px}.ad-full img{width:100%;border-radius:28px;box-shadow:0 34px 82px rgba(15,23,42,.16);border:1px solid rgba(226,232,240,.86);background:#fff}.ad-full.tight{padding-top:0}.ad-full.soft img{box-shadow:0 26px 64px rgba(37,99,235,.11)}

.url-flow{padding-top:74px}.flow-stage{position:relative;border-radius:34px;padding:34px;background:linear-gradient(135deg,#f2f8ff,#ecfeff);border:1px solid #dbeafe;box-shadow:0 26px 80px rgba(37,99,235,.10)}.flow-visual{display:grid;grid-template-columns:1fr 62px 1fr 62px 1fr;gap:0;align-items:center}.step-card{min-height:286px;border:1px solid #e5ebf5;border-radius:26px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(15,23,42,.07);padding:26px;position:relative;overflow:hidden}.step-card .num{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:950;margin-bottom:12px}.step-card h3{margin:0;color:#0b1f3a;font-size:27px;letter-spacing:-.04em}.step-card p{margin:10px 0 0;color:#64748b;font-weight:850;line-height:1.7}.step-one .url-input{margin-top:22px;border-radius:18px;background:#0b1f3a;color:#fff;padding:16px 17px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.url-input small{display:block;color:#93c5fd;font-size:12px;font-weight:950;margin-bottom:8px}.url-input strong{display:block;font-size:18px;word-break:break-all}.step-one .page-lines{margin-top:18px;display:grid;gap:8px}.page-lines i{height:8px;border-radius:999px;background:#dbeafe}.page-lines i:nth-child(1){width:72%}.page-lines i:nth-child(2){width:92%}.page-lines i:nth-child(3){width:56%}.step-two{background:linear-gradient(135deg,#0f62fe,#07b7a6);color:#fff;border-color:rgba(255,255,255,.25);transform:translateY(-14px);box-shadow:0 34px 72px rgba(37,99,235,.22)}.step-two .num{background:rgba(255,255,255,.18);color:#fff}.step-two h3,.step-two p{color:#fff}.template-preview{margin-top:24px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.24);border-radius:20px;padding:16px}.template-preview .top{display:flex;gap:9px;margin-bottom:14px}.template-preview .top i{height:8px;width:46px;border-radius:999px;background:rgba(255,255,255,.58)}.template-preview .hero-block{height:78px;border-radius:16px;background:rgba(255,255,255,.78)}.template-preview .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.template-preview .grid i{height:34px;border-radius:12px;background:rgba(255,255,255,.50)}.step-three .edit-boxes{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.step-three .edit-boxes span{display:flex;align-items:center;gap:9px;border:1px solid #e5ebf5;background:#f8fbff;border-radius:15px;padding:14px;color:#334155;font-weight:950;font-size:14px}.step-three .edit-boxes span:before{content:"";width:9px;height:9px;border-radius:999px;background:#10b981}.flow-arrow{display:grid;place-items:center;color:#0ea5e9;font-size:44px;font-weight:300}.flow-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:24px auto 0;color:#334155;font-size:14px;font-weight:850}.flow-note:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-weight:950}

.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{position:relative;min-height:210px;overflow:hidden;background:#fff;border:1px solid #e5ebf5;border-radius:25px;padding:26px 24px;box-shadow:0 20px 54px rgba(15,23,42,.07)}.feature:after{content:"";position:absolute;right:-26px;top:-28px;width:106px;height:106px;border-radius:999px;background:#dbeafe}.feature:nth-child(2):after{background:#d1fae5}.feature:nth-child(3):after{background:#ffedd5}.feature:nth-child(4):after{background:#ede9fe}.feature b{position:relative;z-index:1;display:block;font-size:25px;color:#0b1f3a;letter-spacing:-.04em;margin-bottom:18px}.tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px}.tags span{display:inline-flex;align-items:center;min-height:31px;padding:7px 11px;border-radius:999px;background:#f8fbff;border:1px solid #e3edf8;color:#334155;font-size:13px;font-weight:900}.tags span.hot{background:#0b1f3a;color:#fff;border-color:#0b1f3a}.feature .tags span:first-child{background:#0b1f3a;color:#fff;border-color:#0b1f3a}

.own-config{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:30px;align-items:center;border-radius:34px;background:#edf8ff;border:1px solid #dbeafe;padding:36px;box-shadow:0 28px 78px rgba(37,99,235,.08)}.own-config h2{margin:0;color:#0b1f3a;font-size:42px;line-height:1.12;letter-spacing:-.06em}.own-config p{margin:18px 0 0;color:#475569;font-size:17px;line-height:1.75;font-weight:800}.config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.config-grid span{background:#fff;border:1px solid #e5ebf5;border-radius:20px;padding:19px 20px;color:#0b1f3a;font-size:21px;font-weight:950;box-shadow:0 14px 34px rgba(15,23,42,.06)}.config-grid em{display:block;margin-top:7px;color:#64748b;font-size:13px;font-weight:850;font-style:normal}

.price-area{display:grid;grid-template-columns:1fr 1fr;gap:22px}.price-card,.service-card{background:#fff;border:1px solid #e5ebf5;border-radius:30px;padding:32px;box-shadow:0 28px 70px rgba(15,23,42,.08)}.price-card h3,.service-card h3{margin:0 0 20px;color:#0b1f3a;font-size:26px;letter-spacing:-.04em}.big-price{display:flex;align-items:end;gap:10px}.big-price strong{font-size:74px;line-height:.88;color:#ff6721;letter-spacing:-.07em}.big-price span{font-size:18px;color:#0b1f3a;font-weight:950;padding-bottom:10px}.gift{display:inline-flex;margin-top:18px;border-radius:999px;background:#fff7ed;color:#ea580c;padding:9px 15px;font-size:14px;font-weight:950}.mini-list{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:24px}.mini-list span{display:flex;gap:8px;color:#334155;font-size:14px;font-weight:850}.mini-list span:before{content:"✓";color:#16a34a;font-weight:950}.service-list{display:grid;gap:14px}.service-list div{display:flex;justify-content:space-between;gap:18px;align-items:center;border:1px solid rgba(255,255,255,.16);background:#0b1f3a;color:#fff;border-radius:16px;padding:16px 18px}.service-list span{font-weight:950}.service-list b{font-size:14px}.service-list div.free{background:linear-gradient(135deg,#0f766e,#0891b2)}

.article-hub{border-radius:34px;background:linear-gradient(135deg,#fff,#f7fbff);border:1px solid #e5ebf5;box-shadow:0 28px 78px rgba(15,23,42,.08);padding:34px}.article-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 28px}.article-tabs span{padding:8px 13px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:13px;font-weight:950}.article-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px}.article-featured{position:relative;min-height:330px;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#0b1f3a,#1d4ed8 62%,#06b6d4);color:#fff;padding:30px;display:flex;flex-direction:column;justify-content:flex-end}.article-featured:before{content:"";position:absolute;right:-58px;top:-58px;width:190px;height:190px;border-radius:999px;background:rgba(255,255,255,.14)}.article-featured:after{content:"";position:absolute;right:32px;top:38px;width:170px;height:110px;border-radius:24px;background:rgba(255,255,255,.18);box-shadow:0 0 0 12px rgba(255,255,255,.06)}.article-featured .badge{position:relative;z-index:1;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:950;margin-bottom:auto}.article-featured h3{position:relative;z-index:1;margin:0;font-size:32px;line-height:1.15;letter-spacing:-.05em}.article-featured p{position:relative;z-index:1;margin:14px 0 0;color:#dbeafe;font-weight:800;line-height:1.7}.read-more{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:#fff;font-weight:950}.article-list{display:grid;gap:12px}.article-item{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border-radius:22px;background:#fff;border:1px solid #e5ebf5;box-shadow:0 12px 30px rgba(15,23,42,.04);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.article-item:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 18px 40px rgba(37,99,235,.10)}.article-date{display:grid;place-items:center;height:64px;border-radius:18px;background:#f1f5ff;color:#2563eb;font-weight:950}.article-date b{font-size:22px;line-height:1}.article-date small{font-size:12px}.article-info strong{display:block;color:#0b1f3a;font-size:17px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-info span{display:block;margin-top:6px;color:#64748b;font-size:13px;font-weight:800}.article-cat{padding:7px 10px;border-radius:999px;background:#f8fbff;border:1px solid #e5ebf5;color:#64748b;font-size:12px;font-weight:950;white-space:nowrap}

.friend-links{margin:14px 0 74px;border-radius:28px;background:#fff;border:1px solid #e5ebf5;padding:24px 26px;box-shadow:0 18px 48px rgba(15,23,42,.06)}.friend-links h3{margin:0 0 16px;color:#0b1f3a;font-size:20px;letter-spacing:-.03em}.links{display:flex;flex-wrap:wrap;gap:10px}.links a{padding:9px 13px;border-radius:999px;background:#f8fbff;border:1px solid #e5ebf5;color:#475569;font-size:13px;font-weight:900}.links a:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}

.site-footer{background:#0b1220;color:#cbd5e1;margin-top:0}.footer-inner{max-width:1240px;margin:0 auto;padding:46px 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr .75fr .85fr;gap:34px}.footer-brand{display:flex;align-items:center;gap:12px;color:#fff;font-size:22px;font-weight:950;letter-spacing:-.04em}.footer-brand img{width:42px;height:42px;border-radius:14px}.footer-grid p{margin:16px 0 0;color:#94a3b8;line-height:1.9;font-size:14px;font-weight:750}.footer-col{display:grid;gap:10px;align-content:start}.footer-col h4{margin:0 0 5px;color:#fff;font-size:16px}.footer-col a,.footer-col span{color:#cbd5e1;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.10);color:#94a3b8;font-size:13px}

.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.48);backdrop-filter:blur(8px);padding:20px}.modal.is-open{display:flex}.modal-card{width:min(440px,100%);background:#fff;border-radius:26px;padding:28px;box-shadow:0 28px 78px rgba(15,23,42,.28);text-align:center}.modal-card h3{margin:0 0 10px;color:#0b1f3a;font-size:26px}.modal-card p{margin:0;color:#64748b;line-height:1.8}.modal-card button{margin-top:22px;border:0;border-radius:999px;background:#0b1f3a;color:#fff;padding:12px 22px;font-weight:950;cursor:pointer}

@media(max-width:1120px){
  .ct-shop-shell{grid-template-columns:minmax(0,1fr) auto}.ct-shop-menu-toggle{display:inline-flex}.ct-brand-name{max-width:52vw}.ct-brand-tagline{max-width:52vw}.ct-shop-panel{display:none;grid-column:1 / -1;align-items:stretch;justify-content:flex-start;padding:8px 2px 2px}.ct-shop-header.is-menu-open .ct-shop-panel{display:grid;gap:12px}.ct-shop-nav{justify-content:flex-start;border-radius:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;background:#f8fbff}.ct-shop-nav a,.ct-nav-item>a{width:100%;justify-content:flex-start;border-radius:16px}.ct-nav-item{display:grid;width:100%}.ct-subnav{position:static;display:grid;opacity:1;visibility:visible;pointer-events:auto;transform:none!important;box-shadow:none;border-radius:16px;background:#fff;margin:2px 0 8px;min-width:0}.ct-subnav:before{display:none}.ct-shop-tools{justify-content:flex-start}.hero{grid-template-columns:1fr;min-height:0;padding-top:36px}.hero h1{font-size:58px}.hero-panel{max-width:640px;margin:0 auto}.feature-row,.price-area,.own-config,.article-layout{grid-template-columns:1fr 1fr}.flow-visual{grid-template-columns:1fr;gap:14px}.flow-arrow{transform:rotate(90deg);font-size:34px}.step-two{transform:none}.footer-grid{grid-template-columns:1fr 1fr}.section-title{display:block}.section-title p{margin-top:12px}.backend{grid-template-columns:140px 1fr}.trust-row{max-width:100%}
}
@media(max-width:760px){
  .ct-shop-header{padding:8px 10px}.ct-shop-shell{border-radius:22px}.ct-brand{font-size:16px}.ct-brand img{height:40px;max-width:185px}.ct-shop-nav{grid-template-columns:1fr}.ct-shop-lang-menu{left:0;right:auto;min-width:220px}.ct-lang-name{display:none}.ct-lang-short{display:inline}.page-main{padding:28px 14px 0}.hero{gap:28px}.hero h1{font-size:44px}.hero-sub{font-size:16px}.hero-price{display:flex;width:100%;justify-content:center;gap:10px}.hero-price strong{font-size:26px}.hero-price b{font-size:19px}.backend{grid-template-columns:1fr}.side{display:flex;gap:8px;overflow:auto;padding:14px}.side h4{display:none}.side a{white-space:nowrap;margin:0}.work{padding:20px}.preview-grid,.feature-row,.own-config,.config-grid,.price-area,.mini-list,.article-layout,.footer-grid{grid-template-columns:1fr}.section{padding:46px 0}.section-title h2{font-size:34px}.trust-row{grid-template-columns:repeat(2,1fr);border-radius:20px}.trust-row div:nth-child(2){border-right:0}.trust-row div{padding:20px}.flow-stage{padding:16px;border-radius:24px}.step-card{min-height:auto}.own-config{padding:24px;border-radius:26px}.own-config h2{font-size:33px}.article-hub{padding:20px;border-radius:26px}.article-item{grid-template-columns:60px minmax(0,1fr);align-items:start}.article-cat{grid-column:2}.article-info strong{white-space:normal}.ad-full img{border-radius:18px}.seal{width:92px;right:8px;top:-20px}.footer-bottom{display:grid}.browser{border-radius:22px}
}
@media(max-width:460px){.hero h1{font-size:37px}.hero-price{flex-wrap:wrap}.trust-row{grid-template-columns:1fr}.trust-row div{border-right:0;border-bottom:1px solid #e8eef7}.trust-row div:last-child{border-bottom:0}.article-featured h3{font-size:26px}.ct-brand-tagline{display:none}.work-head{display:block}.pill{margin-top:10px;display:inline-flex}.todo p{font-size:12px}.chat{align-items:flex-start}.step-card h3{font-size:24px}}


/* === 本轮精修：右侧后台演示块 + 手机端导航修复 === */
.hero-panel{
  position:relative;
  isolation:isolate;
  padding:42px 18px 24px 28px;
}
.hero-panel:before{
  content:"";
  position:absolute;
  right:-28px;
  top:10px;
  width:78%;
  height:58%;
  border-radius:58px;
  background:linear-gradient(135deg,rgba(190,225,255,.92) 0%,rgba(175,246,238,.70) 58%,rgba(255,238,219,.36) 100%);
  box-shadow:0 38px 110px rgba(6,182,212,.18);
  z-index:-2;
}
.hero-panel:after{
  content:"";
  position:absolute;
  right:44px;
  bottom:18px;
  width:78%;
  height:62%;
  border-radius:48px;
  background:radial-gradient(circle at 82% 10%,rgba(124,58,237,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.70),rgba(240,249,255,.35));
  z-index:-3;
}
.hero-panel .seal{
  right:6px;
  top:6px;
  width:122px;
  filter:drop-shadow(0 18px 28px rgba(92,58,18,.34));
}
.hero-panel .browser{
  position:relative;
  z-index:1;
  border-radius:30px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(211,224,240,.96);
  box-shadow:0 42px 92px rgba(15,23,42,.18),0 0 0 1px rgba(255,255,255,.66) inset;
}
.hero-panel .browser-top{
  height:56px;
  background:linear-gradient(135deg,#0b1f3a,#112b4d);
}
.hero-panel .backend{min-height:486px}
.hero-panel .side{
  background:linear-gradient(180deg,#eaf4ff,#e3f2ff);
}
.hero-panel .work{
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
}
.hero-panel .work-head h3{font-size:25px;line-height:1.18}
.hero-panel .url-box{
  background:linear-gradient(135deg,#0b1f3a,#112b4d);
  box-shadow:0 20px 42px rgba(15,31,58,.20);
}
.hero-panel .chat{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

/* 手机端导航修复：菜单独立弹层，二级菜单点击展开 */
.ct-shop-shell{position:relative}
@media(max-width:1120px){
  .ct-shop-header{z-index:300;padding:10px 14px}
  .ct-shop-shell{grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .ct-shop-menu-toggle{display:inline-flex}
  .ct-shop-panel{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 12px);
    display:none;
    grid-column:auto;
    padding:12px;
    border:1px solid rgba(226,232,240,.96);
    border-radius:24px;
    background:rgba(255,255,255,.98);
    box-shadow:0 28px 70px rgba(15,23,42,.20);
    max-height:calc(100vh - 112px);
    overflow:auto;
    align-items:stretch;
    justify-content:stretch;
  }
  .ct-shop-header.is-menu-open .ct-shop-panel{display:block}
  .ct-shop-nav{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .ct-shop-nav a,.ct-nav-item>a{
    width:100%;
    justify-content:flex-start;
    min-height:44px;
    border-radius:16px;
    background:#f8fbff;
    border-color:#e5ebf5;
  }
  .ct-shop-nav a.is-active{background:#fff;color:#1d4ed8;border-color:#dbeafe}
  .ct-shop-nav.ct-nav-template-cta > a:nth-last-child(2),.ct-shop-nav.ct-nav-template-cta > .ct-nav-item:nth-last-child(2) > a{background:linear-gradient(135deg,#06b6d4,#2563eb);color:#fff;border-color:rgba(37,99,235,.15)}
  .ct-nav-item{display:block;width:100%}
  .ct-nav-item:after{display:none}
  .ct-nav-caret{margin-left:auto;transition:transform .18s ease}
  .ct-nav-item.is-open .ct-nav-caret{transform:rotate(180deg)}
  .ct-subnav{
    position:static;
    display:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none!important;
    min-width:0;
    box-shadow:none;
    border:1px solid #e5ebf5;
    border-radius:16px;
    background:#fff;
    padding:6px;
    margin:6px 0 10px;
  }
  .ct-nav-item.is-open .ct-subnav{display:grid;gap:3px}
  .ct-subnav:before{display:none}
  .ct-subnav a{background:transparent!important;border-color:transparent!important;min-height:36px!important;padding:9px 10px!important;border-radius:12px!important}
  .ct-shop-tools{margin-top:10px;display:block}
  .ct-shop-lang{width:100%}
  .ct-shop-lang>button{width:100%;justify-content:space-between;box-shadow:none}
  .ct-shop-lang-menu{
    position:static;
    display:none;
    opacity:1;
    visibility:visible;
    transform:none;
    pointer-events:auto;
    min-width:0;
    margin-top:8px;
    box-shadow:none;
    border-radius:16px;
  }
  .ct-shop-lang.is-open .ct-shop-lang-menu{display:grid}
  .hero-panel{max-width:720px;margin:0 auto;padding:38px 16px 18px 24px}
  .hero-panel:before{right:-10px;top:14px;width:72%;height:42%;border-radius:46px}
  .hero-panel:after{right:20px;bottom:0;width:78%;height:58%}
}
@media(max-width:760px){
  .ct-shop-header{padding:8px 10px}
  .ct-shop-shell{border-radius:22px;padding:8px 9px 8px 10px}
  .ct-brand-name{max-width:58vw;font-size:15px}
  .ct-brand-tagline{max-width:58vw;font-size:11px}
  .ct-shop-nav{grid-template-columns:1fr}
  .ct-shop-panel{top:calc(100% + 10px);border-radius:20px;max-height:calc(100vh - 96px)}
  .hero-panel{padding:28px 6px 0 10px}
  .hero-panel:before{right:-16px;top:14px;width:78%;height:34%;border-radius:36px}
  .hero-panel:after{display:none}
  .hero-panel .seal{width:92px;right:0;top:0}
  .hero-panel .browser{border-radius:22px;box-shadow:0 26px 62px rgba(15,23,42,.15)}
  .hero-panel .browser-top{height:50px;padding:0 16px}
  .hero-panel .backend{min-height:0}
}
@media(max-width:460px){
  .ct-brand img{height:38px;max-width:42px}
  .ct-brand-name{max-width:54vw}
  .ct-shop-menu-toggle{width:42px;height:42px;border-radius:14px}
  .hero-panel .seal{width:82px;right:-2px;top:-4px}
  .browser-title{font-size:12px}
}


/* === 系统文章调用精修版：资讯文章、底部、系统模板兼容 === */
.article-hub-v2{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(37,99,235,.10),transparent 30%),
    radial-gradient(circle at 96% 0%,rgba(6,182,212,.12),transparent 26%),
    rgba(255,255,255,.94);
}
.article-hub-v2:after{
  content:"";position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;
  background:linear-gradient(135deg,rgba(16,185,129,.13),rgba(37,99,235,.08));pointer-events:none;
}
.article-headline{position:relative;z-index:1;align-items:flex-start}.article-headline p{max-width:520px}.article-tabs-v2{position:relative;z-index:1;margin-bottom:24px}.article-tabs-v2 span{background:#fff;border-color:#dbeafe;color:#1e40af;box-shadow:0 8px 18px rgba(37,99,235,.06)}
.article-layout-v2{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:22px;align-items:stretch}
.article-featured-v2{position:relative;overflow:hidden;display:grid;grid-template-rows:210px 1fr;min-height:100%;background:#fff;border:1px solid #e5ebf5;border-radius:28px;box-shadow:0 24px 64px rgba(15,23,42,.08);color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.article-featured-v2:hover{transform:translateY(-4px);box-shadow:0 34px 80px rgba(37,99,235,.13);border-color:#bfdbfe}.article-cover{position:relative;overflow:hidden;background:linear-gradient(135deg,#0b1f3a,#0ea5e9)}.article-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.26))}.article-cover img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .25s ease}.article-featured-v2:hover .article-cover img{transform:scale(1.07)}.article-featured-body{padding:26px 28px}.article-featured-body .badge{position:static;margin-bottom:16px}.article-featured-body h3{margin:0;color:#0b1f3a;font-size:30px;line-height:1.18;letter-spacing:-.05em}.article-featured-body p{margin:14px 0 0;color:#64748b;line-height:1.75;font-size:15px;font-weight:800}.article-featured-body .read-more{display:inline-flex;margin-top:22px;color:#2563eb;font-weight:950}
.article-list-v2{display:grid;gap:14px}.article-item-v2{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:16px;align-items:center;background:rgba(255,255,255,.92);border:1px solid #e5ebf5;border-radius:22px;padding:16px 18px;color:inherit;text-decoration:none;box-shadow:0 16px 38px rgba(15,23,42,.055);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.article-item-v2:hover{transform:translateY(-2px);background:#fff;border-color:#bfdbfe;box-shadow:0 22px 48px rgba(37,99,235,.12)}.article-item-v2 .article-date{height:72px;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#eef2ff);border:1px solid #dbeafe}.article-item-v2 .article-date b{font-size:24px}.article-item-v2 .article-info strong{font-size:18px}.article-item-v2 .article-info span{font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-item-v2 .article-cat{background:#fff;border-color:#dbeafe;color:#2563eb}
.site-footer{background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.22),transparent 26%),linear-gradient(180deg,#0b1220,#08111f)}.footer-brand small{display:block;margin-top:4px;color:#94a3b8;font-size:12px;font-weight:800;letter-spacing:0}.footer-grid p{max-width:420px}.friend-links{background:linear-gradient(135deg,#ffffff,#f8fbff)}
@media(max-width:1120px){.article-layout-v2{grid-template-columns:1fr}.article-featured-v2{grid-template-rows:190px 1fr}}
@media(max-width:760px){.article-hub-v2{padding:20px}.article-featured-v2{grid-template-rows:170px 1fr;border-radius:24px}.article-featured-body{padding:22px}.article-featured-body h3{font-size:25px}.article-item-v2{grid-template-columns:60px minmax(0,1fr);padding:14px}.article-item-v2 .article-cat{grid-column:2;justify-self:start}.article-item-v2 .article-date{height:60px}.article-item-v2 .article-info strong{font-size:16px}}
@media(max-width:460px){.article-tabs-v2{gap:8px}.article-featured-body h3{font-size:23px}.article-cover{height:auto}}

/* === 后台演示精修系统版：右侧后台更宽、更干净 === */
@media(min-width:1121px){
  .hero{
    grid-template-columns:minmax(0,1fr) 570px;
    gap:62px;
    align-items:center;
  }
  .hero-copy{max-width:620px}
  .hero-panel{
    width:570px;
    max-width:570px;
    margin-left:auto;
    padding:54px 0 24px 32px;
  }
}
.hero-panel{
  position:relative;
  isolation:isolate;
}
.hero-panel:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-20px;
  width:410px;
  height:410px;
  border-radius:58px;
  background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(20,184,166,.24));
  filter:blur(0px);
  z-index:-2;
}
.hero-panel:after{
  content:"";
  position:absolute;
  right:34px;
  bottom:20px;
  width:430px;
  height:280px;
  border-radius:46px;
  background:radial-gradient(circle at 20% 20%,rgba(20,184,166,.20),transparent 48%),linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,255,255,.15));
  z-index:-1;
}
.hero-panel .seal{
  right:-32px;
  top:2px;
  width:118px;
  z-index:6;
  filter:drop-shadow(0 16px 24px rgba(92,58,18,.35));
}
.hero-panel .browser{
  width:100%;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(211,224,240,.98);
  box-shadow:0 38px 86px rgba(15,23,42,.16),0 0 0 1px rgba(255,255,255,.78) inset;
}
.hero-panel .browser-top{
  height:54px;
  padding:0 18px;
  background:linear-gradient(135deg,#0b1f3a,#132f53);
}
.hero-panel .browser-title{
  font-size:14px;
  letter-spacing:.02em;
}
.hero-panel .backend{
  grid-template-columns:132px minmax(0,1fr);
  min-height:492px;
}
.hero-panel .side{
  padding:24px 15px;
  background:linear-gradient(180deg,#eaf4ff,#e3f2ff);
}
.hero-panel .side h4{
  margin-bottom:16px;
  color:#214568;
}
.hero-panel .side a{
  padding:12px 12px;
  border-radius:12px;
  font-size:13px;
}
.hero-panel .work{
  padding:24px 24px 22px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);
}
.hero-panel .work-head h3{
  max-width:210px;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.045em;
}
.hero-panel .pill{
  white-space:nowrap;
  background:#eff6ff;
  color:#2563eb;
}
.hero-panel .url-box{
  margin-top:18px;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(135deg,#0b1f3a,#112b4d);
  box-shadow:0 18px 38px rgba(15,31,58,.20);
}
.hero-panel .url-box strong{font-size:18px;letter-spacing:-.02em}
.hero-panel .url-box em{font-size:12px;margin-top:12px}
.hero-panel .preview-grid{
  grid-template-columns:minmax(0,.94fr) minmax(0,.86fr);
  gap:16px;
  margin-top:18px;
}
.hero-panel .mini-site{padding:15px;border-radius:18px}
.hero-panel .mini-site .image{height:92px;border-radius:16px;margin:14px 0}
.hero-panel .squares i{height:40px;border-radius:13px}
.hero-panel .todo{gap:10px}
.hero-panel .todo p{
  padding:12px 12px;
  border-radius:14px;
  font-size:13px;
  line-height:1.25;
}
.hero-panel .chat{
  margin-top:18px;
  padding:15px 16px;
  border-radius:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
}
.hero-panel .chat b{font-size:14px}
.hero-panel .chat span{font-size:12px}

.article-headline p{font-size:16px;line-height:1.75}
.modal-card p{color:#64748b;font-weight:800;line-height:1.75}

@media(max-width:1120px){
  .hero-panel{
    width:min(100%,680px);
    max-width:680px;
    margin:0 auto;
    padding:42px 18px 20px 28px;
  }
  .hero-panel:before{right:-10px;top:16px;width:72%;height:44%;border-radius:46px}
  .hero-panel:after{right:18px;bottom:0;width:78%;height:56%}
  .hero-panel .backend{grid-template-columns:128px minmax(0,1fr);min-height:450px}
}
@media(max-width:760px){
  .hero-panel{padding:30px 6px 0 10px;width:100%}
  .hero-panel:before{right:-16px;top:16px;width:78%;height:34%;border-radius:36px}
  .hero-panel:after{display:none}
  .hero-panel .seal{width:88px;right:2px;top:-2px}
  .hero-panel .browser{border-radius:22px}
  .hero-panel .browser-top{height:50px;padding:0 15px}
  .hero-panel .backend{grid-template-columns:1fr;min-height:0}
  .hero-panel .side{display:flex;gap:8px;overflow:auto;padding:13px;background:#eaf4ff;border-right:0;border-bottom:1px solid #d9e9f8}
  .hero-panel .side h4{display:none}
  .hero-panel .side a{white-space:nowrap;margin:0;font-size:12px;padding:10px 11px}
  .hero-panel .work{padding:19px}
  .hero-panel .work-head{align-items:flex-start}
  .hero-panel .work-head h3{font-size:22px;max-width:190px}
  .hero-panel .preview-grid{grid-template-columns:1fr}
}
@media(max-width:460px){
  .hero-panel .seal{width:76px;right:-1px;top:-6px}
  .hero-panel .browser-title{font-size:12px;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .hero-panel .pill{display:none}
}

/* 后台导航当前项兼容：模板引擎输出 active，这里映射为原 is-active 视觉 */
.ct-shop-nav a.active,.ct-nav-item>a.active{color:#1d4ed8;background:#fff;border-color:#dbeafe;box-shadow:0 12px 24px rgba(37,99,235,.14);transform:translateY(-1px)}

/* footer备案信息：ICP、公安备案、营业执照保持同一行，图标和文字不换行 */
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap}
.footer-bottom>span{display:inline-flex;align-items:center;min-width:0;line-height:1.5}
.footer-bottom>span:first-child,.footer-bottom>span:last-child{white-space:nowrap;flex:0 0 auto}
.footer-bottom .footer-beian{display:inline-flex!important;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap!important;white-space:nowrap!important;min-width:max-content;max-width:none;line-height:1.4;vertical-align:middle;flex:0 0 auto}
.footer-bottom .footer-beian a{display:inline-flex!important;align-items:center;justify-content:center;gap:5px;color:#cbd5e1;text-decoration:none;line-height:1.4;background:none!important;padding:0!important;margin:0!important;white-space:nowrap!important;vertical-align:middle;flex:0 0 auto}
.footer-bottom .footer-beian a:hover{color:#fff}
.footer-bottom .footer-beian img{display:inline-block!important;width:auto!important;height:18px!important;max-width:none!important;max-height:18px!important;margin:0!important;vertical-align:middle!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;object-fit:contain!important;flex:0 0 auto}
.footer-bottom .footer-beian .footer-gongan span{display:inline-block!important;color:#cbd5e1!important;background:none!important;padding:0!important;margin:0!important;font-size:13px!important;line-height:1.4!important;white-space:nowrap!important;vertical-align:middle!important}
.footer-bottom .footer-beian .footer-license img{height:20px!important;max-height:20px!important}
@media (max-width:900px){.footer-bottom{flex-wrap:wrap;justify-content:flex-start}.footer-bottom .footer-beian{overflow-x:auto;max-width:100%;padding-bottom:2px}.footer-bottom>span:last-child{white-space:normal}}
@media (max-width:768px){.footer-bottom{gap:8px}.footer-bottom .footer-beian{gap:8px}.footer-bottom .footer-beian a,.footer-bottom .footer-beian .footer-gongan span{font-size:12px!important}.footer-bottom .footer-beian img{height:16px!important;max-height:16px!important}.footer-bottom .footer-beian .footer-license img{height:18px!important;max-height:18px!important}}


/* 模板级导航重点按钮兜底：只作用于带 ct-nav-template-cta 的这套餐模板导航 */
.ct-shop-nav.ct-nav-template-cta > a:nth-last-child(2),
.ct-shop-nav.ct-nav-template-cta > .ct-nav-item:nth-last-child(2) > a{background:linear-gradient(135deg,#06b6d4,#2563eb)!important;color:#fff!important;border-color:rgba(37,99,235,.20)!important;box-shadow:0 12px 26px rgba(37,99,235,.20)!important}
.ct-shop-nav.ct-nav-template-cta > a:nth-last-child(2):hover,
.ct-shop-nav.ct-nav-template-cta > .ct-nav-item:nth-last-child(2):hover > a{background:linear-gradient(135deg,#0891b2,#1d4ed8)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 14px 30px rgba(29,78,216,.24)!important}
