/* Brand and feature presentation, scoped to the requested marketing refresh. */
.header .nav-support{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff0f5;border:1px solid #f5d6e2;border-radius:6px;color:#cf3c70;font-size:13px;white-space:nowrap;transition:background .2s,border-color .2s}
.header .nav-support svg{width:17px;height:17px}
.header .nav-support:hover{background:#ffe1ec;border-color:#ecaac3}
@media(max-width:760px){.header .nav-support{justify-content:flex-start;padding:13px 15px;font-size:14px}}
.support-float{position:fixed;right:24px;bottom:28px;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:76px;height:80px;border:1px solid #fff;border-radius:8px;background:#f34478;color:#fff;box-shadow:0 7px 24px #b5295a30;transition:background .2s,transform .2s;font-size:12px;font-weight:600}
.support-float svg{width:27px;height:27px}
.support-float:hover{background:#dc3067;transform:translateY(-3px)}
.support-float:focus-visible{outline:3px solid #873254;outline-offset:4px}
dialog[data-kind="support"]{padding:25px 28px;max-height:calc(100dvh - 32px);overflow:auto}
dialog[data-kind="support"] .dialog-symbol{width:42px;height:42px;margin-bottom:10px}
dialog[data-kind="support"] h2{font-size:22px}
dialog[data-kind="support"] #dialog-description{font-size:12px;margin:8px 0}
.support-code{display:block;width:auto;max-width:100%;height:auto;max-height:48dvh;margin:0 auto;object-fit:contain}
.support-save{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#b14c73;margin-top:10px}
.support-save:hover{text-decoration:underline}
.support-save svg{width:15px;height:15px}
dialog[data-kind="support"] .dialog-confirm{margin-top:13px;min-height:42px}
@media(max-width:760px){
  .support-float{right:12px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:62px;height:66px;font-size:10px;gap:4px}
  .support-float svg{width:24px;height:24px}
  body>footer.wrap{padding-bottom:95px}
  dialog[data-kind="support"]{padding:23px 18px}
}
.hero-inner{position:relative;isolation:isolate}
.hero-inner>.eyebrow,.hero-inner>h1,.hero-inner>.hero-price,.hero-inner>.hero-actions,.hero-inner>.hero-checks{position:relative;z-index:2}
.hero-inner>.product-stage{z-index:2}
.hero-owner{position:absolute;right:-35px;top:0;width:320px;margin:0;pointer-events:none;z-index:0}
.hero-owner img{width:100%;height:auto}
@media(min-width:1101px) and (max-width:1250px){
  .hero-owner{width:285px;right:-25px;top:15px}
}
@media(max-width:1100px){
  .hero-owner{position:relative;right:auto;top:auto;width:240px;margin:22px auto 0}
  .hero-owner+.product-stage{margin-top:24px}
}
@media(max-width:760px){
  .hero-owner{width:200px;margin-top:18px}
  .hero-owner+.product-stage{margin-top:18px}
}
.header{border-bottom:1px solid #f2dfe7;box-shadow:0 3px 18px #75475a05}
.header .nav{gap:28px}
.header .nav nav{margin-left:auto;gap:12px;align-items:center}
.header .nav nav a{display:flex;align-items:center;gap:8px;position:relative;padding:13px 17px;color:#70616b;font-size:13px;border-radius:6px;transition:color .2s,background .2s}
.header .nav nav a svg{width:16px;height:16px;color:#ba8c9f}
.header .nav nav a::after{content:"";position:absolute;height:2px;bottom:4px;left:17px;right:17px;background:#f34478;transform:scaleX(0);transition:transform .2s}
.header .nav nav a:hover,.header .nav nav a:focus-visible{background:#fff2f7;color:#d63870}
.header .nav nav a:hover::after,.header .nav nav a:focus-visible::after{transform:scaleX(1)}
.tiny-squares svg{width:27px;height:27px;stroke-width:1.5}
.note-arrow svg{width:32px;height:32px;stroke-width:1.4}
.stage-label .label-pointer{width:16px;height:16px;color:#709582;margin-left:3px}
@media(max-width:760px){
  .header .menu{margin-left:auto;width:40px;height:40px;background:#fff0f5;border:1px solid #f7dbe6;color:#bd547b}
  .header .nav nav{align-items:stretch;gap:5px;padding:14px 18px;border-bottom-color:#f3dce6}
  .header .nav nav a{padding:13px 15px;font-size:14px}
  .header .nav nav a::after{display:none}
  .stage-label .label-pointer{width:10px;height:10px;margin-left:0}
}
.hero-actions{flex-wrap:wrap}
.button.windows-button{background:#303440;border-color:#303440;color:#fff;box-shadow:0 4px 0 #1d2029,0 7px 16px #30344019}
.button.windows-button:hover{background:#454b5b;border-color:#454b5b;box-shadow:0 4px 0 #1d2029,0 10px 20px #30344024}
.button.windows-button .windows-logo{filter:brightness(0) invert(1)}
.hero-actions .windows-button .entry-button-end{opacity:1;border-left:1px solid #ffffff40;box-sizing:content-box;padding-left:12px}
.button.windows-button:active{transform:translateY(2px);box-shadow:0 2px 0 #1d2029}
.windows-logo{width:25px;height:25px;flex-shrink:0;object-fit:contain}
.windows-entry .entry-icon .windows-logo{width:39px;height:35px}
.start .entry-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
dialog[data-kind="windows"] .dialog-symbol{background:#eef0f5}
dialog[data-kind="windows"] .dialog-confirm{background:#46536a;border-color:#46536a;box-shadow:none}
.windows-download{width:100%;margin-top:16px}
@media(min-width:761px) and (max-width:1050px){.start .entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .start .entry-grid{grid-template-columns:1fr}
  .hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:410px;margin-left:auto;margin-right:auto}
  .hero-actions .button{min-width:0;padding-left:8px;padding-right:8px}
  .hero-actions .windows-logo{width:21px;height:21px}
}
.button.app-button{background:#eaf2ff;border-color:#bbd1f5;color:#285da7;box-shadow:0 4px 12px #3b73b910}
.button.app-button:hover{background:#deebff;border-color:#7fa9e6;box-shadow:0 6px 18px #3b73b920}
.button.mini-button{background:#eaf9ef;border-color:#a7dfb8;color:#138541;box-shadow:0 4px 12px #00b2400a}
.button.mini-button:hover{background:#d9f4e3;border-color:#58c780;box-shadow:0 6px 18px #00b24016}
.mini-logo{width:24px;height:24px;flex-shrink:0}
.entry-button-icon{display:inline-flex;align-items:center;justify-content:center}
.hero-actions .button{min-height:52px}
.hero-actions .entry-button-end{width:15px;height:15px;margin-left:4px;opacity:.65}
dialog[data-kind="app"] .dialog-symbol{color:#2869bf;background:#edf4ff}
dialog[data-kind="mini"] .dialog-symbol{background:#eaf9ef}
dialog[data-kind="app"] .dialog-confirm{background:#3377ce;border-color:#3377ce;box-shadow:none}
dialog[data-kind="mini"] .dialog-confirm{background:#00a83b;border-color:#00a83b;box-shadow:none}
.code-frame{width:228px;max-width:100%;aspect-ratio:1;margin:23px auto 5px;padding:12px;background:white;border:1px solid #dae5f3;border-radius:8px;box-shadow:0 5px 20px #245a9d0a}
.code-frame img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}
dialog .download-code{width:228px;max-width:100%;height:228px;background:#f6f9fe;border-color:#c9d9ed;color:#7b91ac}
@media(max-width:760px){
  .hero-actions .button{min-height:46px}
  .hero-actions .mini-logo{width:20px;height:20px}
  .hero-actions .entry-button-end{display:none}
}
.header .brand-banner{flex-shrink:0}
.header .brand-banner img,body>footer .brand-banner img{width:152px;height:65px;object-fit:contain;border-radius:0;mix-blend-mode:multiply}
.hero h1>span{font-size:40px;line-height:1.4;text-wrap:balance}
.hero .hero-price{display:flex;align-items:baseline;justify-content:center;gap:7px;color:#99516a;font-size:19px;margin-top:17px;line-height:1.3}
.hero-price strong{font-size:48px;color:#ef3472;font-weight:800;font-family:Arial,sans-serif}
#features{padding-top:78px;padding-bottom:65px}
.feature-heading{align-items:center;margin-bottom:34px}
.feature-heading .kicker{font-size:12px;color:#ac7289}
.feature-heading h2{font-size:38px;line-height:1.4}
.feature-heading h2 em{font-style:normal;color:#e9336c}
.feature-intro{border-left:3px solid #fac8d9;padding-left:22px}
.feature-intro>span{font-size:14px;font-weight:700;color:#6d475b}
.feature-intro p{font-size:12px;line-height:1.9;margin:9px 0 0}
.showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.showcase{position:relative;overflow:hidden;border-radius:8px;isolation:isolate;border:1px solid #eedfe5;transition:transform .2s,box-shadow .2s}
.showcase:hover{transform:translateY(-4px);box-shadow:0 12px 25px #71395110}
.spotlight{grid-column:span 2;min-height:390px;padding:27px 30px 25px}
.timing{background:#ffedf3;border-color:#f7ccda}
.stations{background:#f0f5f2;border-color:#d7e4dc}
.showcase-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}
.feature-index{font-size:11px;font-weight:700;color:#9c627b}
.stations .feature-index{color:#5d806d}
.feature-badge{font-size:10px;padding:3px 8px;border:1px solid #eabacc;color:#b14f76;background:#fff8fb}
.stations .feature-badge{background:#fafffb;color:#6f8f79;border-color:#c5d8cb}
.showcase-copy{position:relative;z-index:2;margin-top:20px;max-width:74%}
.showcase h3{font-size:27px;line-height:1.4;color:#583445;font-weight:750;margin-bottom:12px}
.stations h3{color:#345d47}
.showcase p{font-size:12px;color:#967180;line-height:1.9;margin:0}
.stations p{color:#7a8e81}
.pixel-art{object-fit:contain;mix-blend-mode:multiply;pointer-events:none}
.spotlight>.pixel-art{position:absolute;right:22px;top:69px;width:132px;height:133px;transform:rotate(8deg);opacity:.95}
.stations>.pixel-art{width:143px;transform:rotate(-7deg)}
.time-display{margin-top:22px;padding-top:16px;border-top:1px solid #efc5d4}
.time-display>div:first-child{font-size:10px;color:#ae6b83;display:flex;align-items:center;gap:6px}
.live-dot{width:5px;height:5px;background:#f3457d;border-radius:50%}
.demo-label{margin-left:auto;font-size:9px;color:#b994a3}
.time-display>strong{display:block;font-family:Consolas,monospace;font-size:44px;line-height:1.65;color:#e53872;font-weight:700;font-variant-numeric:tabular-nums}
.time-display>strong>span{color:#ed99b5;padding:0 10px}
.time-track{height:7px;background:#f9d9e4}
.time-track>span{display:block;height:100%;width:73%;background:repeating-linear-gradient(90deg,#f24b81 0 8px,#ff8bad 8px 10px)}
.time-display footer{min-height:0;padding:11px 0 0;display:flex;justify-content:space-between;gap:12px;font-size:10px;color:#b3778e}
.time-display footer>span{display:flex;align-items:center;gap:6px}
.time-display footer svg{width:13px;height:13px}
.station-display{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:26px}
.station-display>div{display:flex;flex-direction:column;align-items:center;gap:7px;border-top:3px solid #9bbcaa;padding:9px 6px;color:#5e8972;background:#ffffff9e}
.station-display b{align-self:flex-start;font-size:10px;font-weight:500}
.station-display svg{width:25px;height:25px}
.station-display span{font-size:10px}
.station-display>div:nth-child(2){color:#638ec2;border-color:#a3bedc}
.station-display>div:nth-child(3){color:#be9953;border-color:#e8cc90}
.station-display>div:nth-child(4){color:#cc7c7d;border-color:#e4a5a6}
.station-caption{display:flex;align-items:center;justify-content:center;gap:7px;color:#86a08e;font-size:10px;margin-top:14px}
.station-caption svg{width:13px;height:13px}
.compact{padding:23px 22px 20px;display:flex;flex-direction:column;min-height:353px;background:#fff7eb;border-color:#efe2ca}
.compact>.pixel-art{width:87px;height:83px;margin:13px 0 12px;align-self:center}
.compact h3{font-size:21px;margin-bottom:12px;color:#745b43}
.compact p{font-size:11px;color:#978773}
.compact .feature-index{color:#b59a76}
.benefit{display:flex;align-items:center;gap:7px;font-size:10px;border-top:1px solid #eadfcf;padding-top:14px;margin-top:auto;color:#ac9272}
.benefit svg{width:14px;height:14px}
.membership{background:#fff0f6;border-color:#efd9e3}
.membership h3{color:#97516f}.membership p{color:#a27f8e}.membership .feature-index,.membership .benefit{color:#be809a}.membership .benefit{border-color:#ecd5df}
.retail{background:#eef5ff;border-color:#d9e5f3}
.retail h3{color:#4c6b93}.retail p{color:#7b8ea8}.retail .feature-index,.retail .benefit{color:#8aa4c7}.retail .benefit{border-color:#d6e3f2}
.insights{background:#f5f1fc;border-color:#e3dbee}
.insights h3{color:#76608e}.insights p{color:#9788a7}.insights .feature-index,.insights .benefit{color:#a08bb8}.insights .benefit{border-color:#e2d9ec}
#features .more-features{padding:21px 0 0;margin-top:24px;border-top:1px solid #f1e5eb}
@media(max-width:1000px){
  .showcase-copy{max-width:100%}
  .spotlight>.pixel-art{width:96px;height:96px;right:16px;top:80px;opacity:.35;z-index:-1}
  .showcase h3{font-size:25px}
  .compact{padding:20px 16px;min-height:365px}
  .compact h3{font-size:19px}
  .hero h1>span{font-size:34px}
}
@media(max-width:760px){
  .header .brand-banner img{width:119px;height:51px}
  .hero h1>span{font-size:26px;max-width:430px;margin-left:auto;margin-right:auto}
  .hero .hero-price{font-size:16px;margin-top:15px}.hero-price strong{font-size:42px}
  #features{padding-top:48px;padding-bottom:45px}
  .feature-heading h2{font-size:30px}
  .feature-heading .kicker{font-size:10px}
  .feature-intro{margin-top:19px;padding-left:14px}
  .feature-intro>span{font-size:12px}.feature-intro p{font-size:11px}
  .showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
  .spotlight{padding:22px;min-height:370px}
  .showcase-copy{max-width:86%}
  .spotlight>.pixel-art{top:73px;width:108px;height:108px;opacity:.7}
  .showcase h3{font-size:26px}
  .showcase p{font-size:11px}
  .time-display>strong{font-size:40px}
  .compact{min-height:340px;padding:17px 15px}
  .compact>.pixel-art{width:75px;height:75px;margin:14px 0}
  .compact h3{font-size:18px}
  .compact p{font-size:11px;margin-bottom:17px}
  .benefit{font-size:9px;gap:4px}
  .benefit svg{width:12px;height:12px}
  .feature-index{font-size:10px}
}
@media(prefers-reduced-motion:reduce){.showcase{transition:none}.showcase:hover{transform:none}}

/* Supporting information uses open bands; platform cards remain individual items. */
.audience{display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:20px;padding:35px 0;border-bottom:1px solid #eee5ea}
.audience-title{border-right:1px solid #efdae3;padding-right:18px}
.audience-title>span{font-size:10px;color:#c27f99}
.audience-title h2{font-size:15px;line-height:1.6;margin-top:5px;white-space:nowrap}
.audience-item{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0}
.audience-item>svg{width:38px;height:38px;padding:9px;box-sizing:content-box;background:#fff0f5;color:#d85c88;border-radius:8px;flex-shrink:0}
.audience-item:nth-child(3)>svg{background:#eef5ff;color:#7395c0}
.audience-item:nth-child(4)>svg{background:#fff5e3;color:#ba9452}
.audience-item:nth-child(5)>svg{background:#edf5ef;color:#6f977b}
.audience .audience-item strong{font-size:13px;font-weight:700;color:#4c4149;display:block}
.audience-item small{display:block;font-size:9px;color:#a299a1;margin-top:3px}
#features .more-features{display:block;padding:28px 0 0;margin-top:32px;border-top:1px solid #efdee6}
.details-heading{display:flex;align-items:baseline;gap:17px;margin-bottom:24px}
.details-heading>span{font-size:10px;color:#b4879a}
.details-heading h3{font-size:19px;margin:0;color:#705264}
.details-items{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.details-items>div{display:grid;grid-template-columns:38px 1fr;column-gap:12px;padding:0 18px;border-right:1px solid #eee5eb;align-items:center}
.details-items>div:first-child{padding-left:0}
.details-items>div:last-child{border-right:0;padding-right:0}
#features .details-items svg{width:22px;height:22px;grid-row:span 2;box-sizing:content-box;padding:8px;background:#faf1f5;color:#be7292;border-radius:8px}
.details-items strong{font-size:12px;font-weight:600;color:#68565f}
.details-items small{font-size:9px;color:#a69aa2;margin-top:2px}
.start .entry-grid{gap:18px}
.start .entry{--entry-accent:#46536a;--entry-soft:#f2f3f7;position:relative;text-align:left;padding:28px 23px 23px;background:#fff;border:1px solid #e6e4e9;border-top:3px solid var(--entry-accent);display:flex;flex-direction:column;min-height:355px;box-shadow:0 8px 24px #43304705;transition:transform .2s,box-shadow .2s}
.start .entry:hover{transform:translateY(-4px);box-shadow:0 14px 32px #43304710}
.start .entry:nth-child(2){--entry-accent:#ef477e;--entry-soft:#fff0f5}
.start .entry:nth-child(3){--entry-accent:#4c86cc;--entry-soft:#eef5ff}
.start .entry:nth-child(4){--entry-accent:#29a767;--entry-soft:#edfaf2}
.start .entry::after{position:absolute;right:23px;top:32px;content:"DESKTOP";font-size:9px;color:#99929d}
.start .entry:nth-child(2)::after{content:"WEB"}
.start .entry:nth-child(3)::after{content:"MOBILE"}
.start .entry:nth-child(4)::after{content:"WECHAT"}
.start .entry .entry-icon{width:57px;height:57px;display:flex;align-items:center;justify-content:center;background:var(--entry-soft);color:var(--entry-accent);border-radius:8px;margin:0 0 23px}
.start .entry .entry-icon svg{width:29px;height:29px}
.start .entry h3{font-size:20px;margin-bottom:10px}
.start .entry p{font-size:12px;line-height:1.9;margin:0 0 26px}
.start .entry .button{margin-top:auto;min-height:46px}
.start .entry>small{text-align:center;font-size:9px;margin-top:17px}
body>footer .brand-banner{width:auto}
@media(max-width:1150px){
  .audience{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
  .audience-title{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:12px;border:0;padding:0}
  .audience-title h2{margin:0}
  .audience-item>svg{width:24px;height:24px;padding:9px}
  .details-items>div{padding:0 10px;column-gap:8px}
  .details-items small{font-size:8px}
}
@media(max-width:760px){
  .audience{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px;padding:27px 0}
  .audience-item{justify-content:flex-start;gap:9px}
  .audience-title h2{font-size:14px}
  .audience .audience-item strong{font-size:12px}
  .audience-item small{font-size:8px}
  .audience-item>svg{width:23px;height:23px;padding:8px}
  .details-heading{display:block;margin-bottom:20px}
  .details-heading h3{font-size:18px;margin-top:5px}
  .details-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}
  .details-items>div{padding:0;border:0;grid-template-columns:34px 1fr;column-gap:8px}
  #features .details-items svg{width:18px;height:18px}
  .details-items strong{font-size:11px}
  .details-items small{font-size:8px}
  .start .entry{padding:23px;min-height:310px}
  .start .entry h3{font-size:21px}
  .start .entry .entry-icon{margin-bottom:19px}
  body>footer .brand-banner img{width:119px;height:51px}
}
@media(prefers-reduced-motion:reduce){.start .entry{transition:none}.start .entry:hover{transform:none}}
