/* roulang page: index */
:root{
      --plum:#6D28D9;--plum-dark:#4C1D95;--coral:#FF6B4A;--lime:#A3E635;
      --ink:#15111C;--text:#211C27;--muted:#6F6875;--cream:#F7F4F2;
      --paper:#FFFDFC;--line:#DED7E2;--radius:22px;--shadow:0 14px 32px rgba(37,25,45,.09);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--cream);color:var(--text);font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;line-height:1.7}
    body.menu-open{overflow:hidden}
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    img,svg{display:block;max-width:100%}
    ::selection{background:#DDD0FF;color:var(--ink)}
    .site-shell{overflow:hidden}
    .container{width:min(100% - 32px,1240px);margin:auto}
    .section{padding:94px 0}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.08em;color:var(--plum)}
    .eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 4px #FFE0D8}
    .section-title{font-size:clamp(30px,4vw,42px);line-height:1.18;letter-spacing:-.04em;font-weight:900;margin:12px 0 15px}
    .section-lead{max-width:660px;color:var(--muted);font-size:16px;margin:0}
    .site-header{height:82px;background:var(--ink);color:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.1)}
    .nav-wrap{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}
    .nav-side{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
    .nav-side.right{justify-content:flex-end}
    .nav-link{position:relative;color:#D9D1DF;padding:9px 1px;transition:color .2s ease}
    .nav-link:hover,.nav-link:focus-visible{color:#fff}
    .nav-link.active{color:#fff}
    .nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:4px;background:var(--lime)}
    .brand{display:flex;align-items:center;gap:10px;text-align:center;line-height:1.05;font-weight:900;letter-spacing:-.06em;font-size:17px;color:#fff}
    .brand-mark{display:grid;grid-template-columns:repeat(3,5px);gap:3px;align-items:end;width:22px;height:25px}
    .brand-mark i{display:block;border-radius:3px;background:var(--coral)}
    .brand-mark i:nth-child(1){height:13px;background:var(--lime)}.brand-mark i:nth-child(2){height:21px}.brand-mark i:nth-child(3){height:17px;background:#C4B5FD}
    .nav-cta,.btn-primary{background:var(--coral);color:#fff;border:1px solid var(--coral);box-shadow:0 5px 0 #C8452B}
    .nav-cta{padding:8px 14px;border-radius:10px;font-size:13px;line-height:1.2;transition:transform .2s,filter .2s}
    .nav-cta:hover{transform:translateY(-2px);filter:brightness(1.06)}
    .mobile-toggle{display:none;justify-self:end;width:43px;height:43px;border:1px solid rgba(255,255,255,.25);border-radius:11px;background:transparent;color:#fff;align-items:center;justify-content:center}
    .mobile-menu{display:none}
    .hero{position:relative;background:var(--ink);color:#fff;padding:72px 0 38px;isolation:isolate}
    .hero::before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(109,40,217,.48) 0,rgba(109,40,217,.08) 48%,transparent 70%);top:-260px;left:50%;transform:translateX(-50%);z-index:-1}
    .hero::after{content:"";position:absolute;width:360px;height:260px;background:#FF6B4A;right:-130px;bottom:-120px;transform:rotate(-18deg);opacity:.95;z-index:-1}
    .hero-grid{display:grid;grid-template-columns:1fr minmax(420px,1.3fr) 1fr;gap:28px;align-items:center}
    .hero-copy h1{font-size:clamp(38px,5vw,60px);line-height:1.1;letter-spacing:-.07em;font-weight:900;margin:16px 0}
    .hero-copy p{color:#D8D0DE;font-size:16px;margin:0;max-width:360px}
    .hero-note{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:#BEB3C6;margin-top:20px}
    .hero-note svg{flex:none;color:var(--lime);margin-top:4px}
    .poster-stage{min-height:430px;position:relative;display:flex;justify-content:center;align-items:center}
    .poster-backdrop{position:absolute;inset:38px 22px 32px;background:linear-gradient(145deg,#3D176D,#6D28D9 58%,#A14568);clip-path:polygon(0 10%,88% 0,100% 82%,12% 100%);transform:rotate(-3deg)}
    .poster{width:252px;height:342px;background:#F5EBEA;color:var(--ink);position:relative;z-index:2;padding:18px;border:1px solid rgba(255,255,255,.5);box-shadow:18px 21px 0 rgba(0,0,0,.22);transform:rotate(2deg);overflow:hidden}
    .poster::after{content:"";position:absolute;inset:auto -35px -55px auto;width:180px;height:180px;background:var(--coral);border-radius:50%;opacity:.92}
    .poster-head{position:relative;z-index:1;display:flex;justify-content:space-between;font-size:11px;font-weight:900;letter-spacing:.1em}
    .poster-art{position:absolute;inset:70px 18px 68px;background:linear-gradient(145deg,#211C27 5%,#6D28D9 45%,#FF6B4A 46%,#FF6B4A 60%,#FBE7D5 61%);clip-path:polygon(0 8%,95% 0,100% 88%,8% 100%)}
    .poster-art::before{content:"";position:absolute;width:100px;height:100px;border:10px solid #A3E635;border-radius:50%;right:-28px;top:25px}
    .poster-copy{position:absolute;left:18px;bottom:18px;z-index:2;font-weight:900;font-size:25px;line-height:1.08;letter-spacing:-.08em}
    .zone-card{position:absolute;z-index:4;width:96px;background:#fff;color:var(--ink);border-radius:14px;padding:10px 11px;box-shadow:var(--shadow);font-size:11px;font-weight:800}
    .zone-card strong{display:block;font-size:27px;line-height:1;color:var(--plum);letter-spacing:-.08em;margin-bottom:5px}
    .zone-one{top:36px;left:3%;transform:rotate(-7deg)}.zone-two{right:1%;top:124px;transform:rotate(6deg)}.zone-three{bottom:20px;left:5%;transform:rotate(5deg)}
    .hero-side{display:flex;flex-direction:column;gap:14px}
    .value-chip{border-left:3px solid var(--lime);padding:11px 0 11px 13px}
    .value-chip b{display:block;font-size:15px}.value-chip span{font-size:13px;color:#C6BBCD}
    .hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:22px}
    .btn{min-height:48px;padding:12px 17px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}
    .btn:hover{transform:translateY(-3px)}.btn:active{transform:translateY(1px);box-shadow:none}
    .btn:focus-visible,.nav-link:focus-visible,.mobile-toggle:focus-visible,.faq-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--lime);outline-offset:3px}
    .btn-secondary{border:1px solid rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.06)}
    .btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,.13)}
    .hero-actions.mobile-actions{display:none}
    .hero-rail{position:relative;margin-top:38px;border-top:1px solid rgba(255,255,255,.14);padding-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
    .rail-item{display:flex;gap:9px;align-items:center;color:#D6CDD9;font-size:13px}.rail-dot{width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(163,230,53,.12)}
    .bento{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:220px 220px;gap:18px;margin-top:38px}
    .feature-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:0 5px 0 rgba(64,42,77,.04);transition:transform .2s,box-shadow .2s,border-color .2s}
    .feature-card:hover{transform:translateY(-4px);border-color:#BCA2EB;box-shadow:var(--shadow)}
    .feature-main{grid-column:span 2;background:#EEE6FF}.feature-small{background:#FFFDFC}.feature-tall{grid-column:3;grid-row:1 / span 2;background:#FFE5DE}.feature-wide{background:#E9F1DC}
    .feature-icon{width:43px;height:43px;border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--plum);border:1px solid rgba(109,40,217,.12)}
    .feature-card h3{font-size:20px;line-height:1.25;margin:16px 0 7px;font-weight:900}.feature-card p{font-size:14px;color:var(--muted);margin:0;max-width:390px;line-height:1.65}
    .mini-search{position:absolute;right:22px;bottom:23px;width:48%;background:#fff;border:1px solid #D7C7F3;border-radius:13px;padding:10px;font-size:12px;color:#8A7E94}
    .mini-search span{display:block;background:#F6F1FB;border-radius:8px;padding:7px 9px;margin-top:7px;color:var(--plum);font-weight:800}
    .feature-tall .tag{position:absolute;bottom:23px;left:25px}.tag{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:8px;background:#fff;color:var(--plum);font-size:12px;font-weight:800;border:1px solid rgba(109,40,217,.14)}
    .tag.live::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lime)}
    .scene-area{background:#EDE7E3;position:relative}
    .scene-area::before{content:"";position:absolute;top:0;left:0;width:100%;height:40px;background:var(--cream);clip-path:polygon(0 0,100% 0,100% 24%,0 100%)}
    .scene-list{margin-top:45px;display:grid;gap:18px}
    .scene-row{display:grid;grid-template-columns:94px 1fr 340px;gap:28px;align-items:center;padding:23px 26px;border-top:1px solid #D8CFCA}
    .scene-row:last-child{border-bottom:1px solid #D8CFCA}
    .scene-no{font-size:44px;font-weight:900;line-height:1;color:var(--coral);letter-spacing:-.1em}.scene-copy h3{font-size:22px;margin:0 0 7px;font-weight:900}.scene-copy p{margin:0;color:var(--muted);font-size:15px}
    .device-frame{height:110px;border:7px solid var(--ink);border-radius:16px;background:#FDF8F6;padding:12px;position:relative;overflow:hidden}
    .device-frame::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(109,40,217,.09) 30% 56%,transparent 56%)}
    .device-line{position:relative;height:9px;border-radius:6px;background:#D8CCE0;margin-bottom:9px}.device-line.short{width:60%;background:var(--coral)}.device-line.purple{width:80%;background:var(--plum)}
    .case-layout{margin-top:40px;display:grid;grid-template-columns:1.45fr .9fr;gap:20px}
    .case-main{background:var(--ink);color:#fff;border-radius:24px;padding:34px;min-height:400px;position:relative;overflow:hidden}
    .case-main::after{content:"";position:absolute;right:-54px;top:-48px;width:270px;height:270px;border:42px solid var(--coral);border-radius:50%}
    .case-main .tag{position:relative;background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}
    .case-main h3{position:relative;font-size:32px;line-height:1.2;max-width:440px;margin:21px 0;font-weight:900;letter-spacing:-.05em}
    .case-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:48px}.case-step{border-top:2px solid var(--lime);padding-top:11px;font-size:13px;color:#D4CAD9}.case-step b{display:block;color:#fff;font-size:14px;margin-bottom:4px}
    .case-side{display:grid;gap:20px}.case-note{border:1px solid var(--line);border-radius:20px;padding:25px;background:#FFFDFC;transition:transform .2s,box-shadow .2s}.case-note:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.case-note .number{font-size:14px;color:var(--coral);font-weight:900}.case-note h3{font-size:19px;font-weight:900;margin:9px 0}.case-note p{font-size:14px;color:var(--muted);margin:0}
    .pricing-head{display:flex;justify-content:space-between;align-items:end;gap:24px}.pricing-note{color:var(--muted);font-size:13px;max-width:350px;margin:0}
    .plans{display:grid;grid-template-columns:1fr 1.13fr 1fr;gap:18px;margin-top:40px;align-items:center}.plan{background:#FFFDFC;border:1px solid var(--line);border-radius:22px;padding:27px;min-height:398px;transition:transform .2s,box-shadow .2s}.plan:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#BAA1E6}.plan.featured{background:#F0E8FF;border:2px solid var(--plum);min-height:438px;position:relative}.recommend{position:absolute;top:-15px;left:24px;background:var(--coral);color:#fff;padding:5px 12px;border-radius:9px;font-size:12px;font-weight:900}.plan h3{font-size:21px;margin:0 0 10px;font-weight:900}.plan p{font-size:13px;color:var(--muted);margin:0}.price{font-size:39px;line-height:1;margin:26px 0 5px;font-weight:900;letter-spacing:-.07em}.price small{font-size:14px;letter-spacing:0;color:var(--muted)}.plan ul{list-style:none;padding:0;margin:23px 0}.plan li{font-size:14px;margin:10px 0;padding-left:21px;position:relative}.plan li::before{content:"";width:8px;height:8px;border:2px solid var(--plum);border-radius:50%;position:absolute;left:0;top:7px}.plan .btn{width:100%;margin-top:8px}.btn-light{background:#fff;border:1px solid #C8BAE4;color:var(--plum)}.btn-light:hover{background:#F8F4FF}
    .faq-wrap{max-width:900px;margin:42px auto 0}.faq-item{background:#FFFDFC;border:1px solid var(--line);border-radius:15px;margin-bottom:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item.open{border-color:#AF91E3;box-shadow:0 8px 24px rgba(65,31,105,.08)}.faq-button{width:100%;text-align:left;border:0;background:transparent;color:var(--text);padding:19px 21px;display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:16px;font-weight:900}.faq-icon{width:25px;height:25px;display:grid;place-items:center;flex:none;color:var(--plum);transition:transform .2s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{display:none;padding:0 21px 20px;color:var(--muted);font-size:14px}.faq-item.open .faq-answer{display:block}
    .cta-panel{background:var(--ink);color:#fff;border-radius:25px;padding:42px;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;position:relative;overflow:hidden}.cta-panel::after{content:"";position:absolute;width:260px;height:260px;border:36px solid var(--plum);border-radius:50%;right:-100px;bottom:-150px}.cta-panel h2{position:relative;font-size:31px;line-height:1.2;font-weight:900;margin:0 0 10px}.cta-panel p{position:relative;color:#D2C7D8;max-width:650px;margin:0;font-size:15px}.cta-panel .btn{position:relative;white-space:nowrap}
    .legal-bar{margin-top:18px;padding:16px 18px;border-left:3px solid var(--coral);background:#FFE9E3;color:#6B4138;font-size:13px;border-radius:0 12px 12px 0}
    .site-footer{background:#0E0B12;color:#D1C7D5;margin-top:94px;padding:58px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr 1fr;gap:30px}.footer-brand{color:#fff;font-weight:900;font-size:19px;line-height:1.2;letter-spacing:-.06em}.footer-text{font-size:13px;line-height:1.75;max-width:300px;margin:15px 0;color:#AFA5B6}.footer-title{font-size:13px;color:#fff;font-weight:900;margin:0 0 13px}.footer-links{display:grid;gap:9px;font-size:13px}.footer-links a:hover{color:var(--lime);text-decoration:underline;text-underline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:20px;font-size:12px;color:#8F8595}
    @media(max-width:1023px){.hero-grid{grid-template-columns:1fr 1fr}.hero-side{display:none}.poster-stage{min-height:370px}.bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.feature-main{grid-column:span 2}.feature-tall{grid-column:auto;grid-row:auto}.feature-wide{grid-column:auto}.scene-row{grid-template-columns:70px 1fr 270px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}
    @media(max-width:767px){.section{padding:61px 0}.site-header{height:68px}.nav-wrap{grid-template-columns:1fr auto}.brand{justify-self:start;font-size:14px}.nav-side{display:none}.mobile-toggle{display:flex}.mobile-menu{position:fixed;display:block;inset:68px 0 0;background:rgba(14,11,18,.98);padding:26px 16px;transform:translateX(100%);transition:transform .22s ease;z-index:45}.mobile-menu.open{transform:translateX(0)}.mobile-menu nav{display:grid;gap:10px}.mobile-menu a{color:#fff;padding:15px 14px;border:1px solid rgba(255,255,255,.13);border-radius:12px;font-weight:800}.mobile-menu a:last-child{background:var(--coral);border-color:var(--coral)}.hero{padding:48px 0 25px}.hero-grid{display:flex;flex-direction:column;gap:5px}.hero-copy{text-align:left;width:100%}.hero-copy h1{font-size:39px}.hero-copy p{max-width:none;font-size:15px}.poster-stage{order:2;width:100%;min-height:350px}.hero-actions{display:none}.hero-actions.mobile-actions{display:flex;order:3;width:100%}.hero-actions .btn{flex:1;min-width:140px}.hero-rail{grid-template-columns:1fr 1fr;gap:11px;margin-top:27px}.bento{grid-template-columns:1fr;grid-template-rows:auto;margin-top:28px}.feature-main,.feature-tall,.feature-wide{grid-column:auto;grid-row:auto;min-height:210px}.mini-search{width:56%}.scene-list{margin-top:27px}.scene-row{grid-template-columns:48px 1fr;gap:14px;padding:20px 0}.scene-no{font-size:31px}.scene-copy h3{font-size:19px}.device-frame{grid-column:2;height:90px}.case-layout{grid-template-columns:1fr;margin-top:27px}.case-main{min-height:330px;padding:25px}.case-main h3{font-size:27px}.case-steps{margin-top:33px}.case-side{grid-template-columns:1fr}.pricing-head{display:block}.pricing-note{margin-top:12px}.plans{grid-template-columns:1fr;margin-top:30px}.plan.featured{min-height:auto;order:-1}.cta-panel{grid-template-columns:1fr;padding:29px 24px;gap:22px}.cta-panel h2{font-size:26px}.cta-panel .btn{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:27px}.footer-grid>div:first-child{grid-column:span 2}.site-footer{margin-top:61px;padding-top:45px}}
    @media(max-width:520px){.container{width:min(100% - 28px,1240px)}.poster{width:220px;height:300px}.zone-card{width:82px;padding:8px;font-size:10px}.zone-card strong{font-size:23px}.zone-one{left:0}.zone-two{right:0}.hero-rail{font-size:12px}.feature-card{padding:20px}.case-steps{grid-template-columns:1fr;gap:10px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block;line-height:1.8}.section-title{font-size:31px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* roulang page: category1 */
:root{
 --plum:#6D28D9;
 --plum-dark:#4C1D95;
 --coral:#FF6B4A;
 --lime:#A3E635;
 --ink:#15111C;
 --text:#211C27;
 --muted:#6F6875;
 --cream:#F7F4F2;
 --paper:#FFFDFC;
 --line:#DED7E2;
 --soft-purple:#EEE6FF;
 --soft-coral:#FFE5DE;
 --soft-lime:#E9F1DC;
 --radius:22px;
 --radius-sm:13px;
 --shadow:0 14px 32px rgba(37,25,45,.09);
 --shadow-strong:0 22px 50px rgba(29,18,36,.16);
}
*,
*::before,
*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
 margin:0;
 min-width:320px;
 background:var(--cream);
 color:var(--text);
 font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
 line-height:1.7;
 -webkit-font-smoothing:antialiased;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.45}
img,svg{display:block;max-width:100%}
.container{width:min(calc(100% - 32px),1240px);margin-inline:auto}
.section{padding:94px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:34px}
.eyebrow{
 display:inline-flex;
 align-items:center;
 gap:8px;
 color:var(--plum);
 font-size:13px;
 font-weight:800;
 letter-spacing:0;
}
.eyebrow::before{
 content:"";
 width:8px;
 height:8px;
 border-radius:50%;
 background:var(--coral);
 box-shadow:0 0 0 4px #FFE0D8;
}
.section-title{
 margin:12px 0 13px;
 font-size:clamp(30px,4vw,42px);
 line-height:1.18;
 letter-spacing:0;
 font-weight:900;
}
.section-lead{max-width:680px;margin:0;color:var(--muted);font-size:16px}
.site-header{
 height:82px;
 position:sticky;
 top:0;
 z-index:50;
 color:#fff;
 background:var(--ink);
 border-bottom:1px solid rgba(255,255,255,.1);
 box-shadow:0 8px 24px rgba(13,9,17,.12);
}
.nav-wrap{
 height:100%;
 display:grid;
 grid-template-columns:1fr auto 1fr;
 align-items:center;
 gap:22px;
}
.nav-side{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
.nav-side.right{justify-content:flex-end}
.nav-link{
 position:relative;
 padding:9px 1px;
 color:#D9D1DF;
 transition:color .2s ease,transform .2s ease;
}
.nav-link:hover,.nav-link:focus-visible{color:#fff}
.nav-link.active{color:#fff}
.nav-link.active::after{
 content:"";
 position:absolute;
 right:0;
 bottom:0;
 left:0;
 height:3px;
 border-radius:4px;
 background:var(--lime);
}
.brand{
 display:flex;
 align-items:center;
 gap:10px;
 color:#fff;
 text-align:center;
 font-size:17px;
 font-weight:900;
 line-height:1.05;
 letter-spacing:0;
}
.brand-mark{
 display:grid;
 grid-template-columns:repeat(3,5px);
 align-items:end;
 gap:3px;
 width:22px;
 height:25px;
 flex:none;
}
.brand-mark i{display:block;border-radius:3px;background:var(--coral)}
.brand-mark i:nth-child(1){height:13px;background:var(--lime)}
.brand-mark i:nth-child(2){height:21px}
.brand-mark i:nth-child(3){height:17px;background:#C4B5FD}
.nav-cta{
 padding:9px 14px;
 border:1px solid var(--coral);
 border-radius:10px;
 background:var(--coral);
 color:#fff;
 box-shadow:0 5px 0 #C8452B;
 font-size:13px;
 font-weight:800;
 line-height:1.2;
 transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
.nav-cta:hover{transform:translateY(-2px);filter:brightness(1.06)}
.nav-cta:active{transform:translateY(1px);box-shadow:0 2px 0 #C8452B}
.mobile-toggle{
 display:none;
 justify-self:end;
 align-items:center;
 justify-content:center;
 width:44px;
 height:44px;
 padding:0;
 border:1px solid rgba(255,255,255,.25);
 border-radius:11px;
 background:transparent;
 color:#fff;
 transition:background .2s ease,border-color .2s ease;
}
.mobile-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.mobile-menu{
 display:none;
 position:fixed;
 inset:82px 0 0;
 z-index:49;
 background:rgba(21,17,28,.76);
}
.mobile-panel{
 width:min(86vw,380px);
 height:100%;
 margin-left:auto;
 padding:22px 18px;
 background:var(--paper);
 color:var(--text);
 box-shadow:-20px 0 45px rgba(15,10,20,.2);
 transform:translateX(100%);
 transition:transform .22s ease;
}
.mobile-menu.open .mobile-panel{transform:translateX(0)}
.mobile-nav{display:grid;gap:8px}
.mobile-nav a{
 display:flex;
 align-items:center;
 justify-content:space-between;
 min-height:48px;
 padding:11px 13px;
 border:1px solid transparent;
 border-radius:12px;
 font-weight:800;
}
.mobile-nav a:hover{background:var(--soft-purple);border-color:#D8C8F4}
.mobile-nav a.active{background:var(--plum);color:#fff}
.breadcrumb-wrap{background:#211927;border-top:1px solid rgba(255,255,255,.06)}
.breadcrumb{
 min-height:48px;
 display:flex;
 align-items:center;
 gap:9px;
 color:#CFC5D4;
 font-size:13px;
}
.breadcrumb a{text-decoration:underline;text-underline-offset:4px}
.breadcrumb a:hover{color:#fff}
.category-hero{
 position:relative;
 overflow:hidden;
 padding:62px 0 70px;
 background:var(--ink);
 color:#fff;
 isolation:isolate;
}
.category-hero::before{
 content:"";
 position:absolute;
 top:-190px;
 right:9%;
 z-index:-1;
 width:440px;
 height:440px;
 border-radius:50%;
 background:radial-gradient(circle,rgba(109,40,217,.6),rgba(109,40,217,.12) 52%,transparent 71%);
}
.category-hero::after{
 content:"";
 position:absolute;
 right:-75px;
 bottom:-125px;
 z-index:-1;
 width:310px;
 height:210px;
 background:var(--coral);
 transform:rotate(-17deg);
}
.category-grid{
 display:grid;
 grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
 align-items:center;
 gap:66px;
}
.category-copy h1{
 max-width:700px;
 margin:15px 0 18px;
 font-size:clamp(36px,5vw,56px);
 line-height:1.1;
 letter-spacing:0;
 font-weight:900;
}
.category-copy p{max-width:680px;margin:0;color:#D8D0DE;font-size:17px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.btn{
 min-height:49px;
 padding:12px 18px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:9px;
 border:1px solid transparent;
 border-radius:13px;
 font-size:14px;
 font-weight:800;
 transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.btn:hover{transform:translateY(-3px)}
.btn:active{transform:translateY(1px);box-shadow:none}
.btn-primary{
 background:var(--coral);
 color:#fff;
 border-color:var(--coral);
 box-shadow:0 5px 0 #C8452B;
}
.btn-primary:hover{filter:brightness(1.05)}
.btn-secondary{
 border-color:rgba(255,255,255,.32);
 background:rgba(255,255,255,.06);
 color:#fff;
}
.btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,.13)}
.btn-light{
 border-color:var(--line);
 background:var(--paper);
 color:var(--text);
 box-shadow:0 4px 0 #E2DBE5;
}
.btn-light:hover{border-color:#BBA3E8;color:var(--plum)}
.btn svg{width:19px;height:19px;flex:none}
.hero-poster{
 position:relative;
 min-height:330px;
 display:flex;
 align-items:center;
 justify-content:center;
}
.poster-main{
 position:relative;
 width:min(100%,480px);
 min-height:270px;
 overflow:hidden;
 padding:26px;
 border:1px solid rgba(255,255,255,.2);
 border-radius:22px;
 background:#2B2132;
 box-shadow:var(--shadow-strong);
}
.poster-stripe{
 position:absolute;
 top:0;
 bottom:0;
 width:33.333%;
}
.poster-stripe.one{left:0;background:rgba(163,230,53,.12)}
.poster-stripe.two{left:33.333%;background:rgba(255,107,74,.12)}
.poster-stripe.three{right:0;background:rgba(196,181,253,.14)}
.poster-title{position:relative;z-index:2;color:#D9CEDF;font-size:13px;font-weight:800}
.zone-row{
 position:relative;
 z-index:2;
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:11px;
 margin-top:24px;
}
.zone-ticket{
 min-height:150px;
 display:flex;
 flex-direction:column;
 justify-content:space-between;
 padding:15px 13px;
 border:1px solid rgba(255,255,255,.17);
 border-radius:16px;
 background:#1B1620;
 box-shadow:0 9px 20px rgba(0,0,0,.18);
}
.zone-ticket:nth-child(2){transform:translateY(-10px);border-color:rgba(255,107,74,.55)}
.zone-ticket strong{font-size:40px;line-height:1;color:#fff}
.zone-ticket small{color:#CFC4D4;font-size:12px}
.zone-ticket span{
 display:inline-flex;
 align-items:center;
 gap:6px;
 margin-top:15px;
 color:var(--lime);
 font-size:11px;
 font-weight:800;
}
.zone-ticket span::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}
.poster-note{
 position:relative;
 z-index:2;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:10px;
 margin-top:25px;
 padding-top:15px;
 border-top:1px solid rgba(255,255,255,.15);
 color:#BFB4C5;
 font-size:12px;
}
.filter-section{position:relative;z-index:4;margin-top:-28px}
.filter-toolbar{
 padding:22px;
 border:1px solid var(--line);
 border-radius:18px;
 background:var(--paper);
 box-shadow:var(--shadow);
}
.filter-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}
.filter-title{font-size:17px;font-weight:900}
.filter-help{color:var(--muted);font-size:13px}
.filter-groups{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap}
.filter-group{display:grid;gap:7px}
.filter-label{color:var(--muted);font-size:12px;font-weight:800}
.filter-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.filter-scroll::-webkit-scrollbar{display:none}
.filter-chip{
 min-height:40px;
 white-space:nowrap;
 padding:8px 13px;
 border:1px solid var(--line);
 border-radius:11px;
 background:#fff;
 color:var(--text);
 font-size:13px;
 font-weight:800;
 transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.filter-chip:hover{border-color:#B79ADE;color:var(--plum);transform:translateY(-1px)}
.filter-chip.active{border-color:var(--plum);background:var(--plum);color:#fff}
.filter-chip:active{transform:translateY(1px)}
.filter-select{
 min-width:150px;
 min-height:40px;
 padding:8px 34px 8px 12px;
 border:1px solid var(--line);
 border-radius:11px;
 background:#fff;
 color:var(--text);
 font-size:13px;
 font-weight:700;
}
.filter-result{margin-left:auto;padding-bottom:8px;color:var(--muted);font-size:13px}
.featured-card{
 display:grid;
 grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
 overflow:hidden;
 border:1px solid var(--line);
 border-radius:var(--radius);
 background:var(--paper);
 box-shadow:0 7px 0 rgba(64,42,77,.04);
 transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.featured-card:hover{transform:translateY(-4px);border-color:#BAA1E7;box-shadow:var(--shadow)}
.cover-art{
 position:relative;
 min-height:390px;
 overflow:hidden;
 background:#241B2A;
 isolation:isolate;
}
.cover-art::before{
 content:"";
 position:absolute;
 inset:0;
 z-index:-2;
 background:
  linear-gradient(135deg,transparent 0 45%,rgba(255,107,74,.88) 45% 60%,transparent 60%),
  linear-gradient(45deg,#23192A,#533B68);
}
.cover-art::after{
 content:"";
 position:absolute;
 left:8%;
 bottom:-80px;
 z-index:-1;
 width:78%;
 height:250px;
 border:35px solid rgba(163,230,53,.14);
 transform:rotate(-8deg);
}
.cover-labels{position:absolute;top:22px;left:22px;display:flex;gap:8px;flex-wrap:wrap}
.badge{
 display:inline-flex;
 align-items:center;
 gap:6px;
 padding:6px 10px;
 border-radius:9px;
 background:#fff;
 color:var(--text);
 font-size:12px;
 font-weight:900;
}
.badge.coral{background:var(--coral);color:#fff}
.badge.lime{background:var(--lime);color:#23300C}
.cover-index{
 position:absolute;
 right:28px;
 bottom:15px;
 color:rgba(255,255,255,.9);
 font-size:132px;
 font-weight:900;
 line-height:1;
}
.cover-caption{position:absolute;left:26px;bottom:27px;max-width:260px;color:#fff}
.cover-caption b{display:block;font-size:26px;line-height:1.2}
.cover-caption span{display:block;margin-top:7px;color:#E2D9E5;font-size:13px}
.featured-content{padding:36px}
.featured-content h3{margin:15px 0 12px;font-size:27px;line-height:1.25;font-weight:900}
.featured-content p{margin:0;color:var(--muted);font-size:15px}
.detail-list{display:grid;gap:0;margin:24px 0 28px;padding:0;list-style:none}
.detail-list li{
 display:flex;
 align-items:flex-start;
 gap:11px;
 padding:10px 0;
 border-bottom:1px solid #ECE6EE;
 font-size:14px;
}
.detail-list svg{width:19px;height:19px;flex:none;margin-top:3px;color:var(--plum)}
.content-band{background:#F0EBF2}
.media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.media-card{
 display:grid;
 grid-template-columns:190px minmax(0,1fr);
 min-height:220px;
 overflow:hidden;
 border:1px solid var(--line);
 border-radius:18px;
 background:var(--paper);
 box-shadow:0 5px 0 rgba(64,42,77,.04);
 transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.media-card:hover{transform:translateY(-4px);border-color:#BAA1E7;box-shadow:var(--shadow)}
.media-cover{
 position:relative;
 min-height:220px;
 overflow:hidden;
 background:#2A2030;
}
.media-cover::before{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(145deg,rgba(109,40,217,.82),transparent 58%),linear-gradient(25deg,#201726,#5F465B);
}
.media-cover.coral::before{background:linear-gradient(145deg,rgba(255,107,74,.88),transparent 58%),linear-gradient(25deg,#261B22,#76504A)}
.media-cover.green::before{background:linear-gradient(145deg,rgba(163,230,53,.68),transparent 56%),linear-gradient(25deg,#1F2520,#4C5D43)}
.media-cover.lilac::before{background:linear-gradient(145deg,rgba(196,181,253,.8),transparent 58%),linear-gradient(25deg,#241C2A,#614D70)}
.media-cover::after{
 content:"";
 position:absolute;
 width:150px;
 height:150px;
 right:-65px;
 bottom:-50px;
 border:25px solid rgba(255,255,255,.14);
 transform:rotate(20deg);
}
.media-number{position:absolute;left:16px;bottom:10px;color:#fff;font-size:72px;font-weight:900;line-height:1}
.media-status{position:absolute;top:14px;left:14px}
.media-body{display:flex;flex-direction:column;padding:20px}
.media-body h3{margin:10px 0 7px;font-size:20px;line-height:1.3;font-weight:900}
.media-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.media-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.meta-pill{padding:4px 7px;border-radius:7px;background:#F1ECF4;color:#66596E;font-size:11px;font-weight:800}
.card-link{
 display:inline-flex;
 align-items:center;
 gap:7px;
 width:max-content;
 margin-top:auto;
 padding-top:14px;
 color:var(--plum);
 font-size:13px;
 font-weight:900;
}
.card-link svg{width:17px;transition:transform .2s ease}
.card-link:hover svg{transform:translateX(4px)}
.card-link:focus-visible{outline:3px solid var(--lime);outline-offset:4px;border-radius:4px}
.empty-notice{
 display:none;
 grid-column:1/-1;
 padding:30px;
 border:1px dashed #B9ADBE;
 border-radius:18px;
 background:var(--paper);
 text-align:center;
 color:var(--muted);
}
.pagination{
 display:flex;
 justify-content:center;
 align-items:center;
 gap:8px;
 margin-top:34px;
}
.page-link{
 min-width:43px;
 height:43px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 padding:0 12px;
 border:1px solid var(--line);
 border-radius:11px;
 background:var(--paper);
 font-size:13px;
 font-weight:900;
 transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.page-link:hover{border-color:var(--plum);color:var(--plum);transform:translateY(-2px)}
.page-link.active{border-color:var(--plum);background:var(--plum);color:#fff}
.page-link.disabled{pointer-events:none;background:#EEE9EF;color:#A49AA8}
.guide-strip{
 display:grid;
 grid-template-columns:.8fr 1.2fr;
 overflow:hidden;
 border-radius:var(--radius);
 background:var(--ink);
 color:#fff;
}
.guide-intro{position:relative;padding:38px;background:var(--plum);overflow:hidden}
.guide-intro::after{
 content:"";
 position:absolute;
 right:-50px;
 bottom:-70px;
 width:190px;
 height:190px;
 border:28px solid rgba(255,255,255,.12);
 transform:rotate(-17deg);
}
.guide-intro h2{position:relative;z-index:1;margin:12px 0 10px;font-size:32px;line-height:1.22;font-weight:900}
.guide-intro p{position:relative;z-index:1;margin:0;color:#E6DBF7}
.guide-steps{display:grid;grid-template-columns:repeat(3,1fr);padding:30px}
.guide-step{padding:10px 20px;border-left:1px solid rgba(255,255,255,.14)}
.guide-step strong{display:block;color:var(--coral);font-size:29px;line-height:1}
.guide-step h3{margin:13px 0 6px;font-size:17px;font-weight:900}
.guide-step p{margin:0;color:#C9BECF;font-size:13px}
.faq-list{display:grid;gap:12px;max-width:900px;margin:34px auto 0}
.faq-item{
 overflow:hidden;
 border:1px solid var(--line);
 border-radius:16px;
 background:var(--paper);
 transition:border-color .2s ease,box-shadow .2s ease;
}
.faq-item.open{border-color:#AF8FE3;box-shadow:0 10px 25px rgba(67,42,80,.08)}
.faq-button{
 width:100%;
 min-height:66px;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:20px;
 padding:17px 20px;
 border:0;
 background:transparent;
 color:var(--text);
 text-align:left;
 font-weight:900;
}
.faq-icon{
 width:30px;
 height:30px;
 display:grid;
 place-items:center;
 flex:none;
 border-radius:9px;
 background:#F0E9F7;
 color:var(--plum);
 transition:transform .2s ease,background .2s ease;
}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--plum);color:#fff}
.faq-answer{display:none;padding:0 20px 19px;color:var(--muted);font-size:14px}
.faq-item.open .faq-answer{display:block}
.cta-band{padding:0 0 94px}
.cta-inner{
 position:relative;
 overflow:hidden;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:30px;
 padding:38px 42px;
 border-radius:var(--radius);
 background:var(--ink);
 color:#fff;
}
.cta-inner::after{
 content:"";
 position:absolute;
 right:22%;
 bottom:-98px;
 width:230px;
 height:160px;
 background:var(--coral);
 transform:rotate(-18deg);
 opacity:.9;
}
.cta-copy{position:relative;z-index:2}
.cta-copy h2{margin:0 0 8px;font-size:30px;line-height:1.2;font-weight:900}
.cta-copy p{max-width:660px;margin:0;color:#CFC4D4}
.cta-inner .btn{position:relative;z-index:2;flex:none}
.site-footer{padding:62px 0 25px;background:#100D14;color:#D6CDD9}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:42px}
.footer-brand{color:#fff;font-size:19px;font-weight:900}
.footer-text{max-width:350px;margin:14px 0 0;color:#AFA4B5;font-size:13px}
.footer-title{margin:0 0 15px;color:#fff;font-size:14px;font-weight:900}
.footer-links{display:grid;gap:9px}
.footer-links a{
 width:max-content;
 max-width:100%;
 color:#AFA4B5;
 font-size:13px;
 text-decoration:underline;
 text-decoration-color:transparent;
 text-underline-offset:4px;
 transition:color .2s ease,text-decoration-color .2s ease;
}
.footer-links a:hover{color:#fff;text-decoration-color:var(--coral)}
.footer-bottom{
 display:flex;
 justify-content:space-between;
 gap:20px;
 margin-top:48px;
 padding-top:22px;
 border-top:1px solid rgba(255,255,255,.1);
 color:#8F8495;
 font-size:12px;
}
:focus-visible{outline:3px solid var(--lime);outline-offset:3px}
@media (max-width:1023px){
 .section{padding:76px 0}
 .nav-side{gap:14px}
 .nav-cta{display:none}
 .category-grid{grid-template-columns:1fr 390px;gap:35px}
 .featured-card{grid-template-columns:1fr 360px}
 .media-card{grid-template-columns:155px 1fr}
 .guide-strip{grid-template-columns:1fr}
 .guide-steps{padding:26px}
 .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
 .footer-grid>div:last-child{grid-column:2/4}
}
@media (max-width:767px){
 .container{width:min(calc(100% - 32px),1240px)}
 .section{padding:60px 0}
 .site-header{height:72px}
 .nav-wrap{grid-template-columns:1fr auto}
 .nav-side{display:none}
 .brand{justify-self:start;text-align:left;font-size:14px}
 .mobile-toggle{display:flex}
 .mobile-menu{inset:72px 0 0}
 .mobile-menu.open{display:block}
 .breadcrumb{min-height:44px}
 .category-hero{padding:48px 0 58px}
 .category-grid{grid-template-columns:1fr;gap:26px}
 .category-copy h1{font-size:38px}
 .category-copy p{font-size:15px}
 .hero-poster{min-height:290px}
 .poster-main{min-height:250px;padding:19px}
 .zone-row{gap:8px}
 .zone-ticket{min-height:138px;padding:12px 10px}
 .zone-ticket strong{font-size:34px}
 .section-head{display:block;margin-bottom:26px}
 .filter-toolbar{padding:18px}
 .filter-top{display:block}
 .filter-help{margin-top:5px}
 .filter-groups{display:grid;gap:14px}
 .filter-group{min-width:0}
 .filter-result{margin-left:0;padding:0}
 .featured-card{grid-template-columns:1fr}
 .cover-art{min-height:300px}
 .featured-content{padding:25px 21px}
 .media-grid{grid-template-columns:1fr}
 .media-card{grid-template-columns:145px minmax(0,1fr)}
 .guide-steps{grid-template-columns:1fr;padding:20px 25px}
 .guide-step{padding:17px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.14)}
 .guide-step:last-child{border-bottom:0}
 .cta-inner{display:block;padding:30px 24px}
 .cta-inner .btn{margin-top:22px}
 .footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px}
 .footer-grid>div:last-child{grid-column:auto}
 .footer-grid>div:first-child{grid-column:1/-1}
 .footer-bottom{display:grid}
}
@media (max-width:520px){
 .brand-mark{width:19px}
 .category-copy h1{font-size:35px;overflow-wrap:anywhere}
 .hero-actions{display:grid}
 .hero-actions .btn{width:100%}
 .hero-poster{min-height:270px}
 .poster-main{min-height:230px}
 .zone-ticket{min-height:126px}
 .zone-ticket strong{font-size:29px}
 .zone-ticket small{font-size:10px}
 .poster-note{align-items:flex-start;flex-direction:column}
 .section-title{font-size:30px}
 .cover-index{font-size:100px}
 .media-card{grid-template-columns:1fr}
 .media-cover{min-height:190px}
 .pagination{gap:5px}
 .page-link{min-width:39px;height:41px;padding:0 9px}
 .guide-intro{padding:29px 23px}
 .guide-intro h2{font-size:28px}
 .cta-copy h2{font-size:27px}
 .footer-grid{grid-template-columns:1fr}
 .footer-grid>div:first-child{grid-column:auto}
}
@media (prefers-reduced-motion:reduce){
 html{scroll-behavior:auto}
 *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* roulang page: category2 */
:root{
            --plum:#6D28D9;
            --plum-dark:#4C1D95;
            --coral:#FF6B4A;
            --coral-dark:#D94B30;
            --lime:#A3E635;
            --ink:#15111C;
            --text:#211C27;
            --muted:#6F6875;
            --cream:#F7F4F2;
            --paper:#FFFDFC;
            --line:#DED7E2;
            --soft-purple:#EEE6FF;
            --soft-coral:#FFE5DE;
            --soft-lime:#E9F1DC;
            --radius:22px;
            --radius-small:13px;
            --shadow:0 14px 32px rgba(37,25,45,.09);
            --shadow-strong:0 22px 54px rgba(24,15,31,.18);
        }

        *{box-sizing:border-box}
        html{scroll-behavior:smooth;scroll-padding-top:106px}
        body{
            margin:0;
            background:var(--cream);
            color:var(--text);
            font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
            line-height:1.7;
            letter-spacing:0;
            -webkit-font-smoothing:antialiased;
        }
        body.menu-open{overflow:hidden}
        a{color:inherit;text-decoration:none}
        button,input,select,textarea{font:inherit}
        button{cursor:pointer}
        button:disabled{cursor:not-allowed;opacity:.48}
        img,svg{display:block;max-width:100%}
        ul,ol{margin:0;padding:0}
        h1,h2,h3,p{overflow-wrap:anywhere}
        .container{width:min(100% - 32px,1240px);margin-inline:auto}
        .section{padding:94px 0}
        .section-muted{background:var(--paper);border-block:1px solid var(--line)}
        .section-dark{background:var(--ink);color:#fff}
        .eyebrow{
            display:inline-flex;
            align-items:center;
            gap:8px;
            color:var(--plum);
            font-size:13px;
            font-weight:800;
        }
        .eyebrow::before{
            content:"";
            width:8px;
            height:8px;
            border-radius:50%;
            background:var(--coral);
            box-shadow:0 0 0 4px #FFE0D8;
        }
        .section-title{
            max-width:760px;
            margin:12px 0 15px;
            font-size:clamp(30px,4vw,42px);
            line-height:1.18;
            font-weight:900;
        }
        .section-lead{
            max-width:720px;
            margin:0;
            color:var(--muted);
            font-size:17px;
        }

        .site-header{
            position:sticky;
            top:0;
            z-index:60;
            height:82px;
            color:#fff;
            background:var(--ink);
            border-bottom:1px solid rgba(255,255,255,.1);
            box-shadow:0 8px 22px rgba(21,17,28,.12);
        }
        .nav-wrap{
            display:grid;
            grid-template-columns:1fr auto 1fr;
            align-items:center;
            gap:22px;
            height:100%;
        }
        .nav-side{
            display:flex;
            align-items:center;
            gap:24px;
            font-size:14px;
            font-weight:700;
        }
        .nav-side.right{justify-content:flex-end}
        .nav-link{
            position:relative;
            padding:9px 1px;
            color:#D9D1DF;
            transition:color .2s ease,transform .2s ease;
        }
        .nav-link:hover,.nav-link:focus-visible{color:#fff}
        .nav-link.active{color:#fff}
        .nav-link.active::after{
            content:"";
            position:absolute;
            right:0;
            bottom:0;
            left:0;
            height:3px;
            border-radius:4px;
            background:var(--lime);
        }
        .brand{
            display:flex;
            align-items:center;
            gap:10px;
            color:#fff;
            text-align:center;
            font-size:17px;
            font-weight:900;
            line-height:1.1;
        }
        .brand-mark{
            display:grid;
            grid-template-columns:repeat(3,5px);
            align-items:end;
            gap:3px;
            width:22px;
            height:25px;
            flex:none;
        }
        .brand-mark i{display:block;border-radius:3px;background:var(--coral)}
        .brand-mark i:nth-child(1){height:13px;background:var(--lime)}
        .brand-mark i:nth-child(2){height:21px}
        .brand-mark i:nth-child(3){height:17px;background:#C4B5FD}
        .nav-cta{
            display:inline-flex;
            align-items:center;
            gap:7px;
            min-height:40px;
            padding:8px 14px;
            border:1px solid var(--coral);
            border-radius:10px;
            color:#fff;
            background:var(--coral);
            box-shadow:0 5px 0 #C8452B;
            font-size:13px;
            line-height:1.2;
            transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
        }
        .nav-cta:hover{transform:translateY(-2px);filter:brightness(1.06)}
        .nav-cta:active{transform:translateY(1px);box-shadow:0 2px 0 #C8452B}
        .mobile-toggle{
            display:none;
            align-items:center;
            justify-content:center;
            justify-self:end;
            width:44px;
            height:44px;
            padding:0;
            border:1px solid rgba(255,255,255,.25);
            border-radius:11px;
            color:#fff;
            background:transparent;
            transition:background .2s ease,border-color .2s ease;
        }
        .mobile-toggle:hover{background:rgba(255,255,255,.1);border-color:#fff}
        .mobile-menu{display:none}

        .breadcrumb{
            padding:22px 0 0;
            color:var(--muted);
            font-size:13px;
        }
        .breadcrumb ol{display:flex;align-items:center;gap:9px;list-style:none}
        .breadcrumb a{
            color:var(--plum);
            text-decoration:underline;
            text-decoration-color:rgba(109,40,217,.3);
            text-underline-offset:4px;
        }
        .breadcrumb a:hover{text-decoration-color:var(--plum)}

        .guide-hero{
            position:relative;
            overflow:hidden;
            padding:42px 0 76px;
        }
        .guide-hero::after{
            content:"";
            position:absolute;
            right:-110px;
            bottom:-170px;
            width:390px;
            height:300px;
            background:var(--coral);
            opacity:.12;
            transform:rotate(-17deg);
            pointer-events:none;
        }
        .hero-grid{
            position:relative;
            z-index:2;
            display:grid;
            grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
            align-items:center;
            gap:76px;
        }
        .hero-copy h1{
            max-width:720px;
            margin:15px 0 20px;
            font-size:clamp(38px,5vw,58px);
            font-weight:900;
            line-height:1.12;
        }
        .hero-copy>p{
            max-width:680px;
            margin:0;
            color:var(--muted);
            font-size:18px;
        }
        .hero-actions{
            display:flex;
            flex-wrap:wrap;
            gap:12px;
            margin-top:27px;
        }
        .btn{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            gap:9px;
            min-height:50px;
            padding:12px 18px;
            border:1px solid transparent;
            border-radius:13px;
            font-size:14px;
            font-weight:800;
            transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
        }
        .btn:hover{transform:translateY(-3px)}
        .btn:active{transform:translateY(1px);box-shadow:none}
        .btn-primary{
            color:#fff;
            background:var(--coral);
            border-color:var(--coral);
            box-shadow:0 5px 0 #C8452B;
        }
        .btn-primary:hover{filter:brightness(1.04)}
        .btn-outline{
            color:var(--text);
            background:var(--paper);
            border-color:var(--line);
            box-shadow:0 5px 0 #E7E0E9;
        }
        .btn-outline:hover{border-color:rgba(109,40,217,.5);color:var(--plum)}
        .condition-row{
            display:flex;
            flex-wrap:wrap;
            gap:10px;
            margin-top:24px;
        }
        .condition-tag{
            display:inline-flex;
            align-items:center;
            gap:7px;
            padding:6px 10px;
            border:1px solid var(--line);
            border-radius:10px;
            color:var(--muted);
            background:rgba(255,253,252,.8);
            font-size:13px;
            font-weight:700;
        }
        .condition-tag span{
            width:7px;
            height:7px;
            border-radius:50%;
            background:var(--lime);
            box-shadow:0 0 0 3px rgba(163,230,53,.18);
        }
        .guide-stage{
            position:relative;
            min-height:400px;
        }
        .guide-poster{
            position:absolute;
            overflow:hidden;
            width:78%;
            min-height:250px;
            padding:25px;
            border-radius:var(--radius);
            box-shadow:var(--shadow-strong);
        }
        .guide-poster:first-child{
            top:0;
            right:0;
            z-index:3;
            color:#fff;
            background:var(--ink);
            transform:rotate(2deg);
        }
        .guide-poster:nth-child(2){
            bottom:18px;
            left:0;
            z-index:2;
            color:var(--text);
            background:var(--soft-purple);
            transform:rotate(-3deg);
        }
        .poster-index{
            display:flex;
            align-items:center;
            justify-content:space-between;
            margin-bottom:36px;
            font-size:12px;
            font-weight:800;
        }
        .poster-index strong{
            color:var(--lime);
            font-size:34px;
            line-height:1;
        }
        .guide-poster:nth-child(2) .poster-index strong{color:var(--plum)}
        .guide-poster h2{
            max-width:290px;
            margin:0 0 9px;
            font-size:25px;
            font-weight:900;
            line-height:1.25;
        }
        .guide-poster p{
            max-width:310px;
            margin:0;
            color:#CFC5D5;
            font-size:14px;
        }
        .guide-poster:nth-child(2) p{color:var(--muted)}
        .poster-lines{
            display:grid;
            gap:8px;
            margin-top:20px;
        }
        .poster-line{
            height:8px;
            border-radius:6px;
            background:rgba(255,255,255,.14);
        }
        .guide-poster:nth-child(2) .poster-line{background:rgba(109,40,217,.13)}
        .poster-line:nth-child(2){width:76%}
        .poster-line:nth-child(3){width:52%}
        .stage-badge{
            position:absolute;
            right:-7px;
            bottom:66px;
            z-index:5;
            width:116px;
            padding:12px;
            border:1px solid var(--line);
            border-radius:14px;
            color:var(--text);
            background:#fff;
            box-shadow:var(--shadow);
            font-size:12px;
            font-weight:800;
        }
        .stage-badge b{
            display:block;
            color:var(--coral);
            font-size:26px;
            line-height:1.1;
        }

        .quick-nav-wrap{
            position:sticky;
            top:82px;
            z-index:30;
            background:rgba(247,244,242,.96);
            border-block:1px solid var(--line);
        }
        .quick-nav{
            display:flex;
            gap:8px;
            padding:12px 0;
            overflow-x:auto;
            scrollbar-width:none;
        }
        .quick-nav::-webkit-scrollbar{display:none}
        .quick-link{
            flex:none;
            min-height:42px;
            padding:9px 14px;
            border:1px solid var(--line);
            border-radius:11px;
            color:var(--muted);
            background:var(--paper);
            font-size:13px;
            font-weight:800;
            transition:color .2s ease,background .2s ease,border-color .2s ease;
        }
        .quick-link:hover,.quick-link.active{
            color:#fff;
            background:var(--plum);
            border-color:var(--plum);
        }

        .topic-list{display:grid;gap:34px;margin-top:48px}
        .topic{
            display:grid;
            grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);
            align-items:stretch;
            overflow:hidden;
            border:1px solid var(--line);
            border-radius:var(--radius);
            background:var(--paper);
            box-shadow:0 7px 0 rgba(64,42,77,.04);
            transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
        }
        .topic:hover{
            transform:translateY(-4px);
            border-color:#BCA2EB;
            box-shadow:var(--shadow);
        }
        .topic:nth-child(even) .topic-visual{order:2}
        .topic-visual{
            position:relative;
            display:flex;
            align-items:flex-end;
            min-height:365px;
            padding:28px;
            overflow:hidden;
            color:#fff;
            background:var(--ink);
        }
        .topic:nth-child(2) .topic-visual{background:var(--plum-dark)}
        .topic:nth-child(3) .topic-visual{background:#3B302C}
        .topic-visual::before{
            content:"";
            position:absolute;
            top:-55px;
            right:-65px;
            width:230px;
            height:170px;
            background:var(--coral);
            transform:rotate(-18deg);
            opacity:.9;
        }
        .topic:nth-child(2) .topic-visual::before{background:var(--lime);opacity:.75}
        .topic:nth-child(3) .topic-visual::before{background:#C4B5FD;opacity:.75}
        .visual-panel{
            position:relative;
            z-index:2;
            width:100%;
            padding:19px;
            border:1px solid rgba(255,255,255,.18);
            border-radius:17px;
            background:rgba(255,255,255,.08);
        }
        .visual-top{
            display:flex;
            align-items:center;
            justify-content:space-between;
            margin-bottom:20px;
            color:#E4DDE8;
            font-size:12px;
            font-weight:800;
        }
        .visual-num{
            color:var(--lime);
            font-size:39px;
            font-weight:900;
            line-height:1;
        }
        .visual-options{display:grid;gap:9px}
        .visual-option{
            display:flex;
            align-items:center;
            justify-content:space-between;
            padding:10px 11px;
            border-radius:9px;
            background:rgba(255,255,255,.1);
            font-size:13px;
        }
        .visual-option.active{
            color:var(--ink);
            background:var(--lime);
            font-weight:900;
        }
        .topic-content{
            display:flex;
            flex-direction:column;
            justify-content:center;
            padding:38px 42px;
        }
        .topic-number{
            color:var(--coral);
            font-size:13px;
            font-weight:900;
        }
        .topic-content h3{
            margin:9px 0 13px;
            font-size:27px;
            font-weight:900;
            line-height:1.25;
        }
        .topic-content>p{
            margin:0;
            color:var(--muted);
            font-size:16px;
        }
        .check-list{
            display:grid;
            gap:11px;
            margin:22px 0 25px;
            list-style:none;
        }
        .check-list li{
            display:flex;
            align-items:flex-start;
            gap:10px;
            font-size:14px;
            font-weight:700;
        }
        .check-list svg{flex:none;margin-top:4px;color:var(--plum)}
        .text-link{
            display:inline-flex;
            align-items:center;
            gap:7px;
            width:max-content;
            color:var(--plum);
            font-size:14px;
            font-weight:900;
            text-decoration:underline;
            text-decoration-color:rgba(109,40,217,.3);
            text-underline-offset:5px;
        }
        .text-link svg{transition:transform .2s ease}
        .text-link:hover svg{transform:translateX(4px)}

        .selection-layout{
            display:grid;
            grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
            gap:24px;
            margin-top:44px;
        }
        .selection-main{
            position:relative;
            overflow:hidden;
            min-height:440px;
            padding:36px;
            border-radius:var(--radius);
            color:#fff;
            background:var(--ink);
        }
        .selection-main::after{
            content:"";
            position:absolute;
            right:-80px;
            bottom:-120px;
            width:310px;
            height:250px;
            background:var(--coral);
            transform:rotate(-20deg);
        }
        .selection-main>*{position:relative;z-index:2}
        .selection-main .eyebrow{color:#D9C9F7}
        .selection-main h3{
            max-width:560px;
            margin:17px 0 12px;
            font-size:31px;
            font-weight:900;
            line-height:1.22;
        }
        .selection-main>p{max-width:610px;margin:0;color:#CFC5D5}
        .selection-steps{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:12px;
            margin-top:38px;
        }
        .selection-step{
            min-height:135px;
            padding:17px;
            border:1px solid rgba(255,255,255,.16);
            border-radius:14px;
            background:rgba(255,255,255,.07);
        }
        .selection-step b{display:block;color:var(--lime);font-size:24px}
        .selection-step span{display:block;margin-top:7px;color:#EEE8F0;font-size:13px}
        .selection-side{display:grid;gap:12px}
        .selection-note{
            padding:21px;
            border:1px solid var(--line);
            border-radius:17px;
            background:var(--paper);
            transition:transform .2s ease,border-color .2s ease;
        }
        .selection-note:hover{transform:translateX(4px);border-color:#BCA2EB}
        .selection-note b{display:block;margin-bottom:5px;font-size:16px}
        .selection-note p{margin:0;color:var(--muted);font-size:14px}

        .requirement-grid{
            display:grid;
            grid-template-columns:repeat(2,minmax(0,1fr));
            gap:20px;
            margin-top:42px;
        }
        .requirement-card{
            padding:26px;
            border:1px solid var(--line);
            border-radius:var(--radius);
            background:var(--paper);
            box-shadow:0 5px 0 rgba(64,42,77,.04);
        }
        .requirement-card:nth-child(2){background:var(--soft-purple)}
        .requirement-card:nth-child(3){background:var(--soft-coral)}
        .requirement-card:nth-child(4){background:var(--soft-lime)}
        .requirement-icon{
            display:grid;
            place-items:center;
            width:44px;
            height:44px;
            border:1px solid rgba(109,40,217,.14);
            border-radius:13px;
            color:var(--plum);
            background:#fff;
        }
        .requirement-card h3{margin:16px 0 7px;font-size:20px;font-weight:900}
        .requirement-card p{margin:0;color:var(--muted);font-size:14px}
        .requirement-card ul{
            display:grid;
            gap:8px;
            margin-top:15px;
            padding-left:19px;
            color:var(--text);
            font-size:14px;
        }

        .faq-list{
            display:grid;
            gap:12px;
            max-width:900px;
            margin:43px auto 0;
        }
        .faq-item{
            overflow:hidden;
            border:1px solid var(--line);
            border-radius:16px;
            background:var(--paper);
            transition:border-color .2s ease,box-shadow .2s ease;
        }
        .faq-item.open{border-color:#BCA2EB;box-shadow:0 10px 24px rgba(55,33,68,.08)}
        .faq-button{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:20px;
            width:100%;
            min-height:66px;
            padding:17px 20px;
            border:0;
            color:var(--text);
            background:transparent;
            text-align:left;
            font-weight:900;
        }
        .faq-button svg{flex:none;transition:transform .2s ease}
        .faq-item.open .faq-button{color:var(--plum)}
        .faq-item.open .faq-button svg{transform:rotate(45deg)}
        .faq-answer{
            display:none;
            padding:0 20px 20px;
            color:var(--muted);
            font-size:15px;
        }
        .faq-item.open .faq-answer{display:block}
        .faq-answer p{margin:0}

        .cta-section{padding:0 0 94px}
        .cta-band{
            position:relative;
            display:grid;
            grid-template-columns:1fr auto;
            align-items:center;
            gap:28px;
            overflow:hidden;
            padding:39px 42px;
            border-radius:var(--radius);
            color:#fff;
            background:var(--ink);
            box-shadow:var(--shadow-strong);
        }
        .cta-band::after{
            content:"";
            position:absolute;
            top:-75px;
            right:180px;
            width:210px;
            height:180px;
            background:var(--plum);
            transform:rotate(22deg);
            opacity:.52;
        }
        .cta-copy{position:relative;z-index:2}
        .cta-copy h2{margin:0 0 8px;font-size:29px;font-weight:900;line-height:1.25}
        .cta-copy p{max-width:690px;margin:0;color:#CFC5D5;font-size:14px}
        .cta-band .btn{position:relative;z-index:2;min-width:160px}

        .site-footer{
            padding:68px 0 28px;
            color:#D8D0DE;
            background:var(--ink);
            border-top:1px solid rgba(255,255,255,.1);
        }
        .footer-grid{
            display:grid;
            grid-template-columns:1.35fr repeat(3,1fr);
            gap:42px;
        }
        .footer-brand{color:#fff;font-size:20px;font-weight:900;line-height:1.3}
        .footer-text{max-width:360px;margin:13px 0 0;color:#AFA5B6;font-size:13px}
        .footer-title{margin:0 0 14px;color:#fff;font-size:14px;font-weight:900}
        .footer-links{display:grid;gap:9px}
        .footer-links a{
            width:max-content;
            max-width:100%;
            color:#BFB5C5;
            font-size:13px;
            text-decoration:underline;
            text-decoration-color:transparent;
            text-underline-offset:4px;
            transition:color .2s ease,text-decoration-color .2s ease;
        }
        .footer-links a:hover{color:#fff;text-decoration-color:var(--coral)}
        .footer-bottom{
            display:flex;
            justify-content:space-between;
            gap:20px;
            margin-top:45px;
            padding-top:22px;
            border-top:1px solid rgba(255,255,255,.12);
            color:#918697;
            font-size:12px;
        }

        .btn:focus-visible,.nav-link:focus-visible,.nav-cta:focus-visible,
        .mobile-toggle:focus-visible,.quick-link:focus-visible,.text-link:focus-visible,
        .faq-button:focus-visible,.footer-links a:focus-visible{
            outline:3px solid var(--lime);
            outline-offset:3px;
        }

        @media (max-width:1023px){
            .section{padding:76px 0}
            .nav-side{gap:15px}
            .nav-side .nav-cta{display:none}
            .brand{font-size:15px}
            .hero-grid{grid-template-columns:1fr 390px;gap:35px}
            .topic-content{padding:31px}
            .selection-layout{grid-template-columns:1fr}
            .selection-side{grid-template-columns:repeat(3,1fr)}
            .footer-grid{grid-template-columns:1.25fr repeat(3,.8fr);gap:25px}
        }

        @media (max-width:767px){
            html{scroll-padding-top:86px}
            .container{width:min(100% - 32px,1240px)}
            .section{padding:62px 0}
            .site-header{height:70px}
            .nav-wrap{grid-template-columns:1fr auto}
            .nav-side{display:none}
            .brand{justify-self:start;text-align:left;font-size:14px}
            .mobile-toggle{display:flex}
            .mobile-menu{
                position:fixed;
                inset:70px 0 0;
                z-index:55;
                background:rgba(21,17,28,.74);
            }
            .mobile-menu.open{display:block}
            .mobile-menu-panel{
                display:grid;
                gap:8px;
                padding:18px 16px 24px;
                background:var(--ink);
                border-top:1px solid rgba(255,255,255,.1);
                box-shadow:0 24px 45px rgba(0,0,0,.25);
            }
            .mobile-menu-panel a{
                display:flex;
                align-items:center;
                justify-content:space-between;
                min-height:48px;
                padding:11px 13px;
                border:1px solid rgba(255,255,255,.12);
                border-radius:11px;
                color:#E7E0EA;
                font-size:14px;
                font-weight:800;
            }
            .mobile-menu-panel a.active{
                color:#fff;
                background:var(--plum);
                border-color:var(--plum);
            }
            .breadcrumb{padding-top:17px}
            .guide-hero{padding:31px 0 58px}
            .hero-grid{grid-template-columns:1fr;gap:36px}
            .hero-copy h1{font-size:clamp(35px,10vw,42px)}
            .hero-copy>p{font-size:16px}
            .guide-stage{min-height:365px}
            .guide-poster{width:83%;min-height:225px}
            .guide-poster h2{font-size:21px}
            .quick-nav-wrap{top:70px}
            .topic{grid-template-columns:1fr}
            .topic:nth-child(even) .topic-visual{order:0}
            .topic-visual{min-height:300px}
            .topic-content{padding:27px}
            .topic-content h3{font-size:24px}
            .selection-main{min-height:auto;padding:28px}
            .selection-steps{grid-template-columns:1fr}
            .selection-step{min-height:auto}
            .selection-side{grid-template-columns:1fr}
            .requirement-grid{grid-template-columns:1fr}
            .cta-section{padding-bottom:62px}
            .cta-band{grid-template-columns:1fr;padding:30px 24px}
            .cta-band .btn{width:100%}
            .footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}
            .footer-grid>div:first-child{grid-column:1/-1}
            .footer-bottom{flex-direction:column;gap:8px}
        }

        @media (max-width:520px){
            .container{width:min(100% - 28px,1240px)}
            .brand-mark{transform:scale(.9)}
            .brand span{max-width:220px}
            .section-title{font-size:30px}
            .hero-actions{display:grid}
            .hero-actions .btn{width:100%}
            .condition-row{display:grid}
            .guide-stage{min-height:330px}
            .guide-poster{width:86%;min-height:205px;padding:20px}
            .guide-poster:nth-child(2){bottom:9px}
            .poster-index{margin-bottom:22px}
            .stage-badge{right:0;bottom:46px;width:105px}
            .topic-list{gap:23px}
            .topic-visual{min-height:260px;padding:18px}
            .topic-content{padding:23px 20px}
            .selection-main{padding:24px 20px}
            .selection-main h3{font-size:26px}
            .requirement-card{padding:21px}
            .faq-button{padding:16px}
            .faq-answer{padding:0 16px 17px}
            .footer-grid{grid-template-columns:1fr}
            .footer-grid>div:first-child{grid-column:auto}
        }

        @media (prefers-reduced-motion:reduce){
            html{scroll-behavior:auto}
            *,*::before,*::after{
                animation-duration:.01ms!important;
                animation-iteration-count:1!important;
                transition-duration:.01ms!important;
            }
        }
