/* roulang page: index */
:root{
  --primary:#E84C3D;
  --secondary:#F39A4D;
  --gold:#C9A25A;
  --ink:#191B1F;
  --white:#FFFFFF;
  --warm:#FBF7F4;
  --cream:#FDFAF7;
  --border:#EDE6E1;
  --muted:#6A6F76;
  --text:#191B1F;
  --grad:linear-gradient(135deg,#E84C3D 0%,#F39A4D 100%);
  --shadow:0 8px 28px rgba(25,27,31,.06);
  --shadow-lg:0 18px 48px rgba(25,27,31,.12);
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
  --container:1280px;
  --font-stack:"PingFang SC","HarmonyOS Sans SC","Noto Sans CJK SC","Microsoft YaHei UI",system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-stack);background:var(--white);color:var(--text);line-height:1.78;font-size:16px;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
ul,ol{list-style:none}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
.container{width:100%;max-width:calc(var(--container) + 48px);margin:0 auto;padding-left:24px;padding-right:24px}
.section{padding-top:96px;padding-bottom:96px}
.section-head{max-width:840px;margin-bottom:44px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-overline{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--primary);background:#FFF0ED;border:1px solid #F6D3CD;padding:5px 14px;border-radius:999px;margin-bottom:16px}
.section-head h2{font-size:clamp(28px,3.4vw,40px);line-height:1.25;letter-spacing:-.02em;font-weight:800}
.section-head p{margin-top:14px;color:var(--muted);font-size:17px}
h1,h2,h3,h4{font-weight:800;letter-spacing:-.02em}
::selection{background:#FAD1C9;color:#191B1F}
:focus-visible{outline:2px solid #E84C3D;outline-offset:4px;border-radius:6px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-weight:700;line-height:1;padding:14px 24px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;border:1px solid transparent;min-height:44px;white-space:nowrap;font-size:16px}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 10px 24px rgba(232,76,61,.28)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(232,76,61,.36);filter:saturate(1.05)}
.btn-primary:active{transform:translateY(0);box-shadow:0 8px 18px rgba(232,76,61,.24)}
.btn-outline{background:var(--white);color:var(--text);border-color:#DCD3CE;box-shadow:0 4px 14px rgba(25,27,31,.04)}
.btn-outline:hover{transform:translateY(-3px);border-color:var(--primary);color:var(--primary);background:#FFF9F8;box-shadow:0 12px 24px rgba(232,76,61,.10)}
.btn-ghost{background:transparent;border-color:rgba(255,255,255,.65);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff;transform:translateY(-3px)}
.btn-light{background:#fff;color:var(--primary);box-shadow:0 14px 28px rgba(25,27,31,.14)}
.btn-light:hover{transform:translateY(-3px);background:#FFF6F4;box-shadow:0 18px 34px rgba(25,27,31,.2)}
.btn-large{padding:17px 34px;font-size:17px;border-radius:16px}
.btn-block{width:100%}
.btn-small{padding:10px 18px;font-size:14px;min-height:40px;border-radius:12px}
.check-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;background:var(--grad);color:#fff;font-size:13px;font-weight:900}

.site-header{position:fixed;top:0;left:0;right:0;height:64px;background:rgba(255,255,255,.96);z-index:1000;border-bottom:1px solid transparent;transition:border-color .3s,box-shadow .3s,background .3s}
.site-header.scrolled{background:#fff;border-bottom-color:var(--border);box-shadow:0 6px 22px rgba(25,27,31,.06)}
.header-inner{display:flex;align-items:center;height:64px;gap:22px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:19px;letter-spacing:-.02em;color:var(--text);flex-shrink:0}
.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--grad);color:#fff;display:grid;place-items:center;font-size:17px;font-weight:900;box-shadow:0 6px 14px rgba(232,76,61,.26)}
.brand-sub{font-size:12px;color:var(--muted);font-weight:500;letter-spacing:.02em;background:#F5EEE9;border:1px solid var(--border);border-radius:999px;padding:3px 10px}
.main-nav{display:flex;gap:3px;align-items:center;flex-shrink:0}
.nav-link{display:block;padding:9px 14px;border-radius:999px;font-weight:600;color:#3D4045;transition:background .2s,color .2s;position:relative;font-size:15px}
.nav-link:hover{color:var(--primary);background:#FFF0ED}
.nav-link.active{color:var(--primary);background:#FFF2EF}
.nav-link.active:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:3px;width:16px;height:3px;border-radius:999px;background:var(--grad)}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}
.header-search{display:flex;align-items:center;background:#fff;border:1px solid var(--border);border-radius:999px;height:38px;padding:0 4px 0 14px;transition:border-color .2s,box-shadow .2s}
.header-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(232,76,61,.12)}
.header-search input{width:130px;border:0;background:transparent;outline:0;font-size:14px}
.header-search button{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--muted);transition:background .2s,color .2s}
.header-search button:hover{background:#fff0ed;color:var(--primary)}
.icon-btn{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:var(--text);background:var(--warm);border:1px solid var(--border)}
.menu-toggle{display:none}

.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(380px,88vw);background:var(--white);border-left:1px solid var(--border);z-index:1090;padding:28px 24px;transform:translateX(102%);visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s}
.mobile-drawer.open{transform:none;visibility:visible}
.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}
.drawer-tag{font-size:14px;color:var(--muted)}
.drawer-close{width:40px;height:40px;border-radius:12px;background:var(--warm);display:grid;place-items:center;font-size:24px;color:var(--text);border:1px solid var(--border)}
.mobile-nav a{display:block;padding:13px 6px;border-bottom:1px solid var(--border);font-weight:700;color:var(--text)}
.mobile-nav a.active{color:var(--primary)}
.mobile-nav a:hover{color:var(--primary);padding-left:10px}
.drawer-bottom{margin-top:30px;display:grid;gap:14px}
.drawer-heading{font-size:13px;color:var(--muted);letter-spacing:.08em;margin-bottom:6px}
.nav-mask{position:fixed;inset:0;background:rgba(25,27,31,.42);z-index:1080;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.nav-mask.show{opacity:1;visibility:visible}

.hero{background:var(--white);padding:152px 0 92px;border-bottom:1px solid #F2EBE7;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:58% 42%;gap:48px;align-items:center}
.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--primary);background:#FFF2EF;border:1px solid #F5D5CE;border-radius:999px;padding:8px 16px;margin-bottom:24px}
.hero-kicker i{width:7px;height:7px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px rgba(232,76,61,.14)}
.hero h1{font-size:clamp(34px,5vw,56px);line-height:1.18;font-weight:900;letter-spacing:-.025em;color:var(--ink);margin-bottom:24px}
.hero h1 em{font-style:normal;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{font-size:18px;line-height:1.85;color:#565C66;margin-bottom:30px}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}
.hero-proof{display:flex;flex-wrap:wrap;gap:10px 24px}
.hero-proof li{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}
.hero-visual{position:relative;min-height:520px;z-index:1}
.hero-visual:before{content:"";position:absolute;top:6%;left:4%;right:-6%;bottom:-4%;background:url('/assets/images/backpic/back-1.png') center/cover no-repeat;opacity:.18;border-radius:40px;z-index:0;border:1px solid #F0E7E2}
.visual-ring{position:absolute;right:-44px;top:-60px;width:200px;height:200px;border:1px solid rgba(232,76,61,.2);border-radius:50%;z-index:0}
.visual-ring:after{content:"";position:absolute;inset:24px;border:1px dashed rgba(201,162,90,.45);border-radius:50%}
.login-card{position:relative;z-index:2;margin-left:14px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:30px 28px 26px}
.login-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}
.login-card-top h3{font-size:20px}
.login-card-top p{font-size:13px;color:var(--muted);margin-top:4px}
.chip{display:inline-block;border:1px solid #F2D8D2;background:#FFF5F3;color:var(--primary);font-size:12px;font-weight:700;border-radius:999px;padding:4px 10px}
.login-field{margin-bottom:16px}
.login-field label{display:block;font-size:14px;font-weight:600;margin-bottom:7px;color:#3D4045}
.login-field input{width:100%;height:46px;border:1px solid #E2DAD5;border-radius:12px;padding:0 14px;background:#FDFAF7;transition:border-color .2s,box-shadow .2s,background .2s;outline:0}
.login-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(232,76,61,.14);background:#fff}
.login-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px;color:var(--muted)}
.login-meta label{display:flex;gap:6px;align-items:center;cursor:pointer}
.login-meta a{color:var(--primary);font-weight:600}
.login-meta a:hover{border-bottom:1px solid var(--primary)}
.login-help{text-align:center;font-size:14px;color:var(--muted);margin-top:16px}
.login-help a{color:var(--primary);font-weight:700}
.login-help a:hover{border-bottom:1px solid var(--primary)}
.hero-data{display:flex;flex-wrap:wrap;gap:12px;margin-left:24px;margin-top:-14px;position:relative;z-index:5}
.data-badge{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 16px 8px 10px;box-shadow:var(--shadow);font-size:13px}
.data-badge i{display:grid;place-items:center;min-width:28px;height:28px;padding:0 6px;border-radius:999px;background:#FFF0ED;color:var(--primary);font-style:normal;font-weight:800;font-size:15px}
.data-badge span{color:var(--muted);white-space:nowrap}
.data-badge span b{display:block;color:var(--text);font-size:16px;line-height:1.2;letter-spacing:-.03em}

.guide-section{background:var(--warm);padding:92px 0}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;background:#fff;padding:34px;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow)}
.step-card{display:flex;flex-direction:column;gap:14px;position:relative}
.step-card:not(:last-child):after{content:"";position:absolute;right:-12px;top:20px;height:1px;width:24px;background:linear-gradient(90deg,var(--border),transparent)}
.step-index{display:flex;align-items:center;gap:8px;color:var(--primary);font-weight:900;font-size:13px;letter-spacing:.02em}
.step-index:before{content:"";width:24px;height:3px;border-radius:999px;background:var(--grad)}
.step-card h3{font-size:18px;font-weight:800}
.step-card p{color:var(--muted);font-size:15px;flex:1}

.compare-section{background:var(--white);padding:96px 0}
.section-nav-line{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px}
.section-guide{color:var(--muted);font-size:15px}
.table-scroll{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;box-shadow:var(--shadow);position:relative}
.compare-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0}
.compare-table th,.compare-table td{padding:18px 20px;text-align:left;background:#fff;border-bottom:1px solid #F2EBE7;vertical-align:top}
.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:0}
.compare-table thead th{background:#FBF7F4;font-size:16px;font-weight:800}
.compare-table .label-col{min-width:170px;position:sticky;left:0;background:#FFFDFC;z-index:3;font-weight:700;border-right:1px solid #F1E7E3}
.compare-table .col-hot{background:#FFF4EE;box-shadow:inset 0 4px 0 var(--primary),inset 0 -1px 0 #F4DDD3}
.compare-table .col-hot .recommend-tag{display:inline-flex;align-items:center;gap:5px;background:var(--grad);color:#fff;font-size:12px;font-weight:700;padding:4px 11px;border-radius:999px;margin-left:8px}
.compare-table .col-hot td{background:#FFF7F3}
.compare-table tbody td{color:#555;font-size:15px}
.compare-table tbody td.col-hot{color:#4A3030;font-weight:600}
.compare-table td b{color:var(--text)}
.compare-table .off{color:#B4A9A5}
.compare-table .on{color:var(--primary);font-weight:800}
.compare-note{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:14px;color:var(--muted)}
.compare-note:before{content:"";flex:0 0 6px;height:6px;border-radius:50%;background:var(--gold)}

.bento-section{background:var(--warm);padding:96px 0;border-top:1px solid #F1E9E5}
.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(200px,auto);gap:24px}
.bento-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--cream);box-shadow:var(--shadow);min-height:230px}
.bento-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.bento-item:hover .bento-cover{transform:scale(1.04)}
.bento-shade{position:absolute;inset:auto 0 0;height:100%;background:linear-gradient(180deg,rgba(25,27,31,0) 30%,rgba(25,27,31,.88) 100%);z-index:1}
.bento-content{position:absolute;left:0;right:0;bottom:0;padding:28px;color:#fff;z-index:2}
.bento-tag{display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(8px);color:#fff;font-size:12px;letter-spacing:.06em;padding:4px 12px;border-radius:999px;margin-bottom:12px}
.bento-content h3{font-size:22px;font-weight:800;line-height:1.35;margin-bottom:10px}
.bento-content p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.9);margin-bottom:16px;max-width:420px}
.bento-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.35)}
.bento-link:hover{border-color:#fff;color:var(--secondary)}
.bento-link i{transition:transform .2s}
.bento-link:hover i{transform:translateX(4px)}
.bento-corner{position:absolute;right:18px;top:18px;z-index:2;display:grid;place-items:center;background:var(--white);color:var(--primary);font-weight:900;font-size:15px;box-shadow:0 8px 20px rgba(25,27,31,.16);width:58px;height:58px;border-radius:20px;border:1px solid #F5D7D0}
.bento-big{grid-column:span 7;grid-row:span 2;min-height:430px}
.bento-mid{grid-column:span 5;min-height:280px}
.bento-wide{grid-column:span 12;min-height:260px}
.bento-card-pattern{position:relative;background:var(--ink);overflow:hidden;color:#fff;z-index:1}
.bento-card-pattern:before{content:"";position:absolute;top:-80px;right:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(243,154,77,.55),rgba(243,154,77,0));z-index:0}
.bento-card-pattern .bento-content{position:relative;z-index:2}

.trending-section{background:var(--white);padding:96px 0}
.trending-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,340px);gap:22px;overflow-x:auto;padding:6px 2px 20px;scroll-snap-type:x mandatory}
.trending-scroller::-webkit-scrollbar{height:10px}
.trending-scroller::-webkit-scrollbar-thumb{background:#E3D9D4;border-radius:999px}
.preview-card{scroll-snap-align:start;border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;background:var(--white);box-shadow:0 6px 22px rgba(25,27,31,.05);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.preview-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(25,27,31,.12)}
.preview-cover{aspect-ratio:16/10;overflow:hidden;background:#F2E9E4;position:relative}
.preview-cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.preview-card:hover .preview-cover img{transform:scale(1.05)}
.preview-body{padding:20px;display:flex;flex-direction:column;flex:1}
.preview-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.top-tag{display:inline-block;background:#FFF0ED;color:var(--primary);border-radius:999px;padding:3px 11px;font-size:12px;font-weight:700}
.top-time{font-size:13px;color:var(--muted)}
.preview-body h3{font-size:18px;line-height:1.55;margin-bottom:8px}
.preview-body h3 a{transition:color .2s}
.preview-body h3 a:hover{color:var(--primary)}
.preview-body p{color:var(--muted);font-size:14px;line-height:1.75;margin-bottom:16px}
.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-weight:700;font-size:14px;margin-top:auto}
.text-link:hover span{border-bottom:1px solid var(--primary)}
.text-link i{transition:transform .2s}
.text-link:hover i{transform:translateX(4px)}

.news-section{background:var(--warm);padding:96px 0;border-top:1px solid #F1E9E5}
.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.news-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;box-shadow:0 6px 18px rgba(25,27,31,.04);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.news-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(25,27,31,.10);border-color:#EBD7D0}
.news-card-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.tag-soft{display:inline-block;background:#FFF2EF;color:var(--primary);border:1px solid #F6D5CE;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:700}
.news-time{font-size:13px;color:var(--muted);white-space:nowrap}
.news-card h3{font-size:19px;line-height:1.55;margin-bottom:12px}
.news-card h3 a{transition:color .2s}
.news-card h3 a:hover{color:var(--primary)}
.news-card p{color:var(--muted);font-size:14px;line-height:1.8;margin-bottom:18px;flex:1}
.empty-card{display:flex;align-items:center;justify-content:center;gap:14px;padding:44px 24px;color:var(--muted);font-size:15px;background:var(--warm);border:1px dashed #D8CDc8;box-shadow:none}
.empty-card:hover{transform:none;box-shadow:none;border-color:#D8CDC8}
.empty-dot{width:8px;height:8px;border-radius:50%;background:var(--secondary);box-shadow:0 0 0 10px rgba(243,154,77,.14)}

.trust-section{background:#fff;padding:96px 0}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.trust-card{display:flex;gap:20px;padding:30px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--cream);transition:transform .25s,box-shadow .25s,border-color .25s}
.trust-card:hover{transform:translateY(-5px);border-color:#F0CDB8;box-shadow:var(--shadow-lg)}
.trust-icon{flex:0 0 50px;width:50px;height:50px;border-radius:16px;background:var(--grad);color:#fff;display:grid;place-items:center;font-weight:900;font-size:19px;box-shadow:0 8px 18px rgba(232,76,61,.22)}
.trust-card:nth-child(2) .trust-icon{background:linear-gradient(135deg,#F39A4D,#E84C3D)}
.trust-card h3{font-size:18px;margin-bottom:8px}
.trust-card p{color:var(--muted);font-size:14px;line-height:1.8}

.faq-section{background:var(--warm);padding:96px 0;border-top:1px solid #F1E9E5}
.faq-list{max-width:900px;margin:0 auto}
.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);margin-bottom:14px;overflow:hidden;transition:background .3s,border-color .3s}
.faq-item[open]{background:var(--white);border-color:#E8CFC5;box-shadow:0 10px 30px rgba(25,27,31,.06)}
.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:21px 24px;cursor:pointer;font-weight:700;font-size:17px;color:var(--text);transition:background .2s,color .2s}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--primary)}
.faq-item .faq-icon{position:relative;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#FFF0ED;color:var(--primary);display:inline-block;transition:background .2s,transform .3s}
.faq-item .faq-icon:before,.faq-item .faq-icon:after{content:"";position:absolute;background:var(--primary);border-radius:99px;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:2px}
.faq-item .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}
.faq-item[open] .faq-icon{background:var(--primary);transform:rotate(180deg)}
.faq-item[open] .faq-icon:before,.faq-item[open] .faq-icon:after{background:#fff}
.faq-item[open] .faq-icon:after{transform:translate(-50%,-50%) rotate(0deg)}
.faq-answer{padding:0 24px 24px;color:var(--muted);font-size:15px;line-height:1.85;border-top:1px solid #F7EFEC;margin:0 24px 0 0;padding-left:24px;padding-right:0;margin-left:0}
.faq-answer p{padding-top:20px}
.faq-answer a{color:var(--primary);font-weight:700}

.cta-section{padding:0 0 30px;background:var(--white)}
.cta-panel{background:var(--ink) url('/assets/images/backpic/back-2.png') center/cover no-repeat;border-radius:30px;color:#fff;padding:70px 40px;text-align:center;position:relative;overflow:hidden}
.cta-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(25,27,31,.84),rgba(232,76,61,.58));}
.cta-inner{position:relative;z-index:2;max-width:780px;margin:0 auto}
.cta-overline{display:inline-block;font-size:13px;letter-spacing:.14em;color:#F8C7BF;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 16px;margin-bottom:20px}
.cta-panel h2{font-size:clamp(28px,4vw,44px);line-height:1.3;font-weight:900;margin-bottom:18px}
.cta-panel h2 span{color:var(--secondary)}
.cta-panel p{color:rgba(255,255,255,.85);font-size:17px;margin-bottom:26px}
.cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}
.cta-actions .btn{min-width:180px}
.cta-mini-badges{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:36px;color:#fff}
.mini-badge{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:5px 14px;border-radius:999px;font-size:13px;color:rgba(255,255,255,.92)}
.mini-badge i{width:6px;height:6px;background:var(--secondary);border-radius:50%}

.site-footer{background:var(--ink);color:#CDD0D5;padding:72px 0 24px;margin-top:96px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .brand{color:#fff}
.footer-brand .brand-sub{background:rgba(255,255,255,.08);color:#D7D9DD;border-color:rgba(255,255,255,.14)}
.footer-desc{font-size:14px;line-height:1.9;color:#A7ABB2;margin-top:20px;max-width:360px}
.footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.footer-col h3{color:#fff;font-size:15px;letter-spacing:.08em;margin-bottom:18px}
.footer-col a{display:block;padding:6px 0;color:#B8BBC2;font-size:14px;transition:color .2s,padding-left .2s}
.footer-col a:hover{color:#fff;padding-left:6px}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:24px;font-size:13px;color:#8D9198}
.footer-bottom a{color:#C7C9CE}
.footer-bottom a:hover{color:#fff}

@media (max-width:1200px){
  .hero{padding-top:136px}
  .hero-grid{grid-template-columns:1fr 1fr;gap:28px}
  .hero-lead{font-size:17px}
  .step-grid{padding:24px}
  .step-card:not(:last-child):after{display:none}
  .bento-big{grid-column:span 7}
  .bento-mid{grid-column:span 5}
  .bento-wide{grid-column:span 12}
}
@media (max-width:992px){
  .section{padding-top:76px;padding-bottom:76px}
  .hero{padding-top:126px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{max-width:720px}
  .hero-visual{min-height:auto;max-width:560px;margin-left:auto;margin-right:auto}
  .hero-visual:before{right:0;left:0;bottom:0}
  .step-grid{grid-template-columns:repeat(2,1fr)}
  .comparison-head,.section-nav-line{flex-direction:column;align-items:flex-start}
  .bento-big,.bento-mid,.bento-wide{grid-column:span 12;grid-row:auto;min-height:240px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .news-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:40px}
  .footer-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  body{font-size:15px}
  .main-nav{display:none}
  .header-search{display:none}
  .menu-toggle{display:grid}
  .header-actions .btn{display:none}
  .brand-sub{display:none}
  .hero{padding-top:112px;padding-bottom:56px}
  .hero h1{font-size:clamp(30px,7vw,40px)}
  .hero-lead{font-size:16px}
  .hero-actions{margin-bottom:20px}
  .hero-visual:before{position:relative;display:none}
  .login-card{margin-left:0}
  .hero-data{margin-left:0;gap:10px}
  .data-badge{padding:7px 14px 7px 8px}
  .guide-section{padding:72px 0}
  .step-grid{grid-template-columns:1fr;padding:20px}
  .compare-section,.trending-section,.trust-section,.faq-section,.news-section,.bento-section{padding-top:68px;padding-bottom:68px}
  .trust-grid{grid-template-columns:1fr}
  .trust-card{padding:24px}
  .cta-panel{padding:50px 22px}
  .cta-panel p{font-size:16px}
  .cta-actions .btn{min-width:150px;width:100%}
  .footer-bottom{flex-direction:column}
  .cta-section{padding:0}
  .footer-grid{gap:36px}
}
@media (max-width:520px){
  .container{padding-left:16px;padding-right:16px}
  .hero{padding-top:104px}
  .section{padding-top:60px;padding-bottom:60px}
  .hero h1{font-size:32px}
  .hero-cta .btn{width:100%}
  .hero-proof{flex-direction:column}
  .section-head h2{font-size:26px}
  .compare-table .label-col,.compare-table th,.compare-table td{padding:14px 16px}
  .login-card{padding:24px 18px}
  .preview-scroller{grid-auto-columns:minmax(260px,84vw)}
  .bento-item{min-height:220px}
  .bento-content{padding:20px}
  .news-card{padding:22px}
  .news-card h3{font-size:17px}
  .faq-item summary{font-size:15px;padding:17px 18px}
  .faq-answer{padding:0 18px 20px 5px}
  .footer-grid{gap:32px}
  .footer-cols{grid-template-columns:1fr;gap:30px}
}

/* roulang page: category1 */
:root{
  --brand:#E84C3D;
  --orange:#F39A4D;
  --gold:#C9A25A;
  --ink:#191B1F;
  --ink-2:#303338;
  --muted:#6D6F76;
  --white:#FFFFFF;
  --warm:#FBF7F4;
  --card:#FDFAF7;
  --line:#EDE6E1;
  --line-deep:#E1D8D0;
  --grad:linear-gradient(135deg,#E84C3D 0%,#F39A4D 100%);
  --shadow-card:0 8px 28px rgba(25,27,31,0.06);
  --shadow-btn:0 10px 24px rgba(232,76,61,0.28);
  --radius-lg:24px;
  --radius-md:18px;
  --radius-btn:14px;
  --radius-pill:999px;
  --container:1260px;
  --spacer:96px;
  --font: "PingFang SC","HarmonyOS Sans SC","Noto Sans CJK SC","Microsoft YaHei UI","Microsoft YaHei",sans-serif;
  --transition:all .25s ease;
}
html{scroll-behavior:smooth}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:var(--font);
  background:var(--white);
  color:var(--ink-2);
  font-size:16px;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;border:0}
ul,ol{list-style:none}
a{color:inherit;text-decoration:none;transition:var(--transition)}
button,input,textarea{font-family:inherit;font-size:inherit}
button{background:none;border:0;cursor:pointer}
.container{max-width:var(--container);margin:0 auto;padding:0 32px;width:100%}
.section{padding:var(--spacer) 0}
.section.tight{padding:48px 0}
.brand{
  display:inline-flex;align-items:center;gap:10px;
  font-size:19px;font-weight:800;color:var(--ink);
  letter-spacing:0;
}
.brand-mark{
  display:flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:10px;
  background:var(--grad);color:#fff;
  font-size:18px;font-weight:900;
  box-shadow:0 6px 15px rgba(232,76,61,.3);
}
.brand small{display:block;font-size:10px;font-weight:600;color:var(--muted);letter-spacing:1px;line-height:1.2}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:0 28px;border-radius:var(--radius-btn);
  font-weight:600;font-size:15px;line-height:1;
  border:1px solid transparent;cursor:pointer;
  transition:var(--transition);white-space:nowrap;
}
.btn:focus-visible,.nav-link:focus-visible,input:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.btn-main{
  background:var(--grad);color:#fff;
  box-shadow:var(--shadow-btn);
}
.btn-main:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(232,76,61,.35);filter:saturate(1.05)}
.btn-main:active{transform:translateY(1px);box-shadow:0 6px 16px rgba(232,76,61,.25)}
.btn-ghost{
  border-color:#312C2A;color:var(--ink);background:rgba(255,255,255,.75);
}
.btn-ghost:hover{background:var(--warm);border-color:var(--brand);color:var(--brand)}
.btn-light{background:#fff;color:var(--ink)}
.btn-light:hover{background:var(--warm);transform:translateY(-2px)}
.header{
  position:sticky;top:0;left:0;width:100%;height:64px;
  z-index:1000;background:rgba(255,255,255,0.95);
  border-bottom:1px solid transparent;
  transition:var(--transition);
}
.header.scrolled{background:#fff;border-bottom-color:var(--line);box-shadow:0 4px 18px rgba(25,27,31,0.04)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px}
.header-left{display:flex;align-items:center;gap:28px}
.top-links{display:flex;align-items:center;gap:18px}
.main-nav{display:flex;align-items:center;gap:6px}
.nav-link{
  display:inline-flex;align-items:center;justify-content:center;
  height:38px;padding:0 15px;border-radius:var(--radius-pill);
  font-size:15px;font-weight:500;color:var(--ink-2);
  transition:var(--transition);
}
.nav-link:hover{color:var(--brand);background:var(--warm)}
.nav-link.active{
  color:var(--brand);font-weight:600;background:var(--warm);
}
.nav-link.active::after{
  content:'';display:block;width:5px;height:5px;border-radius:50%;
  background:var(--grad);margin-left:7px;
}
.header-right{display:flex;align-items:center;gap:16px}
.mini-action{
  display:none;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:12px;
  font-size:18px;color:var(--ink);cursor:pointer;
  border:1px solid var(--line);background:#fff;
}
.mini-action:hover{border-color:var(--brand);color:var(--brand)}
.app-btn{min-height:38px;padding:0 20px;font-size:14px}
.menu-toggle{
  display:none;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:12px;
  background:var(--warm);border:1px solid var(--line);
  color:var(--ink);font-size:21px;
}
.mobile-menu{
  display:none;
}
@media (max-width:1200px){
  .hero-cols{grid-template-columns:1fr !important}
  .split-hero .left-panel,.split-hero .right-panel{width:100% !important}
}
@media (max-width:992px){
  .col-grid-4{grid-template-columns:repeat(2,1fr)}
  .bento-grid{grid-template-columns:1fr 1fr}
  .table-scroll{overflow-x:auto}
}
@media (max-width:768px){
  .container{padding:0 20px}
  .header-left .main-nav{display:none}
  .header-right .app-btn{display:none}
  .menu-toggle{display:inline-flex}
  .col-grid-4,.col-grid-3{grid-template-columns:1fr !important}
  .bento-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr !important}
  .footer-cols{flex-direction:column}
  .hero-section{padding:60px 0 64px}
  .section{padding:56px 0}
  .split-title{font-size:clamp(30px,7vw,40px) !important;line-height:1.25 !important}
  .mobile-menu.open{display:block}
  .breadcrumb-wrap{margin-top:40px}
}
.mobile-menu.open .mobile-nav-inner{
  padding:0 0 24px;
}
.mobile-nav-link{
  display:block;padding:13px 18px;font-size:16px;font-weight:600;
  color:var(--ink-2);border-radius:14px;
}
.mobile-nav-link:hover{background:var(--warm);color:var(--brand)}
.badge-pill{
  display:inline-flex;align-items:center;gap:7px;
  padding:7px 15px;border-radius:var(--radius-pill);
  font-size:13px;font-weight:600;line-height:1.2;
  border:1px solid var(--line-deep);background:#fff;
  box-shadow:0 4px 10px rgba(25,27,31,0.03);
}
.badge-pill i{
  width:7px;height:7px;border-radius:50%;background:var(--brand);
  display:inline-block;
}
.badge-pill .dot{
  background:var(--grad);
}
.breadcrumb-wrap{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:64px;padding-top:22px;
}
.breadcrumb{
  display:flex;align-items:center;gap:8px;
  font-size:14px;color:var(--muted);
}
.breadcrumb a:hover{color:var(--brand)}
.breadcrumb-sep{color:var(--line-deep)}
.page-cat-title{
  font-size:14px;font-weight:500;color:var(--muted);
  background:var(--warm);border:1px solid var(--line);
  padding:5px 15px;border-radius:999px;
}
/* hero */
.hero-wrap{background:var(--warm);border-bottom:1px solid var(--line)}
.hero-section{padding:56px 0 20px; background: var(--warm)}
.hero-cols{display:grid;grid-template-columns:58% 42%;align-items:stretch;gap:44px}
.hero-copy{display:flex;flex-direction:column;justify-content:center}
.page-eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-size:13px;color:var(--brand);font-weight:700;letter-spacing:.08em;
  background:rgba(232,76,61,.08);border-radius:var(--radius-pill);
  padding:7px 15px;margin-bottom:22px;width:max-content;
}
.hero-copy h1{
  font-size:clamp(34px,5vw,54px);
  line-height:1.22;color:var(--ink);font-weight:800;letter-spacing:-.01em;
  margin-bottom:18px;
}
.hero-copy h1 em{
  font-style:normal;color:var(--brand);
}
.hero-copy p{
  font-size:17px;color:var(--muted);line-height:1.85;max-width:560px;
}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:32px}
.hero-note{
  margin-top:18px;font-size:14px;color:var(--muted);
  display:flex;align-items:center;gap:8px;
}
.hero-visual{position:relative;display:flex;align-items:flex-end;justify-content:flex-end}
.visual-stack{
  position:relative;width:100%;max-width:480px;
  min-height:390px;
}
.visual-stack .bg-tint{
  position:absolute;inset:auto 0 -40px auto;width:100%;height:76%;
  background-image:url('/assets/images/backpic/back-1.png');
  background-size:cover;background-position:center;
  border-radius:var(--radius-lg) 100px var(--radius-lg) var(--radius-lg);
  border:1px solid var(--line);
  z-index:1;
}
.login-card{
  position:relative;z-index:3;
  background:#fff;border-radius:22px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-card);
  padding:24px 24px 20px;width:86%;
  margin-left:auto;
  backdrop-filter:none;
}
.login-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.login-card-top strong{font-size:15px;color:var(--ink)}
.session-state{font-size:12px;color:var(--gold);background:#FCF6EA;border:1px solid #EFE1CE;padding:3px 10px;border-radius:999px}
.field{
  border:1px solid var(--line-deep);border-radius:12px;
  background:var(--warm);height:42px;padding:0 14px;
  font-size:14px;color:var(--ink);width:100%;
  margin-bottom:12px;transition:var(--transition);
}
.field:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(232,76,61,.1);background:#fff}
.login-btn{
  display:flex;align-items:center;justify-content:center;
  width:100%;height:42px;border-radius:12px;
  background:var(--grad);color:#fff;font-weight:600;font-size:15px;
  transition:var(--transition);box-shadow:var(--shadow-btn);
}
.login-btn:hover{opacity:.94;transform:translateY(-2px)}
.login-links{display:flex;justify-content:space-between;margin-top:12px;font-size:13px;color:var(--muted)}
.login-links a:hover{color:var(--brand)}
.mini-badges{
  margin-top:-18px;padding-left:0;z-index:4;position:relative;
  display:flex;gap:8px;flex-wrap:wrap;
}
.mini-badge{
  font-size:12px;font-weight:600;color:var(--ink);
  background:#fff;border:1px solid var(--line-deep);
  border-radius:999px;padding:5px 12px;
  box-shadow:0 4px 12px rgba(25,27,31,.04);
}
.hero-trust-strip{
  border-top:1px solid var(--line);
  margin-top:44px;
}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
  padding:26px 0 32px;
}
.trust-item{display:flex;align-items:flex-start;gap:12px}
.trust-ic{
  width:38px;height:38px;border-radius:11px;background:var(--warm);
  border:1px solid var(--line);display:flex;align-items:center;
  justify-content:center;font-size:17px;color:var(--brand);flex-shrink:0;
}
.trust-item strong{display:block;font-size:15px;color:var(--ink);font-weight:700;line-height:1.5}
.trust-item small{font-size:13px;color:var(--muted)}
/* section heading */
.sec-heading{text-align:center;max-width:760px;margin:0 auto 52px}
.sec-heading.left-align{text-align:left;margin-left:0}
.sec-heading .kicker{
  display:inline-block;color:var(--brand);font-weight:700;
  font-size:14px;letter-spacing:.2em;margin-bottom:14px;
  text-transform:uppercase;
}
.sec-heading h2{
  font-size:clamp(26px,3.4vw,40px);color:var(--ink);
  font-weight:800;line-height:1.3;letter-spacing:-.01em;
  margin-bottom:14px;
}
.sec-heading p{color:var(--muted);font-size:16px;line-height:1.85}
/* levels */
.levels-section{background:var(--warm)}
.col-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.level-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:34px 28px 30px;transition:var(--transition);
  display:flex;flex-direction:column;
  box-shadow:0 2px 0 rgba(201,162,90,0);
  position:relative;overflow:hidden;
}
.level-card::before{
  content:'';display:block;height:4px;width:88px;
  background:var(--gold);margin-bottom:22px;
  border-radius:99px;
}
.level-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card);border-color:var(--line-deep)}
.level-card .lv-name{font-size:20px;font-weight:800;color:var(--ink)}
.level-card .lv-desc{font-size:14px;color:var(--muted);line-height:1.75;margin:10px 0 22px}
.level-card ul li{
  display:flex;align-items:flex-start;gap:8px;
  font-size:14px;line-height:1.7;color:var(--ink-2);
  padding:4px 0;
}
.level-card ul li::before{content:"✓";color:var(--brand);font-weight:800}
.level-card .lv-btn{
  margin-top:auto;padding-top:18px;
  font-size:14px;color:var(--brand);font-weight:700;
  display:inline-flex;align-items:center;gap:4px;
}
.level-card .lv-btn:hover{gap:8px}
.lv-recommend{border:2px solid var(--brand);box-shadow:var(--shadow-btn)}
.lv-recommend .lv-flag{
  position:absolute;top:20px;right:-46px;transform:rotate(38deg);
  background:var(--grad);color:#fff;font-size:12px;
  padding:5px 44px;letter-spacing:.1em;font-weight:700;
}
/* compare table */
.table-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}
.table-scroll{overflow-x:auto}
.compare-table{border-collapse:collapse;min-width:780px;width:100%;font-size:15px}
.compare-table th,.compare-table td{
  padding:18px 20px;text-align:center;border-bottom:1px solid var(--line);
}
.compare-table th{background:var(--card);font-size:14px}
.compare-table .dimension-cell{
  text-align:left;font-weight:700;color:var(--ink);
  background:var(--white);font-size:16px;
  width:190px;position:sticky;left:0;background:#fff;z-index:2;
}
.dimension-cell small{display:block;font-weight:400;color:var(--muted);font-size:13px;margin-top:2px}
.compare-table tr:last-child td{border-bottom:0}
.compare-table td.hotcol,.compare-table th.hotcol{background:#FFF3EB;position:relative}
.compare-table th.hotcol::before{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;
  background:var(--grad);
}
.dim-title{color:var(--ink)}
.tick{color:var(--brand);font-weight:800}
.minus{color:#AAA8A3;font-weight:700}
.tag-new{
  display:inline-block;background:#FFF1E0;color:#C46A1E;font-size:12px;
  padding:2px 10px;border-radius:999px;font-weight:600;margin-left:6px;
}
/* bento */
.bento-grid{display:grid;grid-template-columns:1.3fr .8fr;grid-auto-rows:auto;gap:22px}
.bento-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  overflow:hidden;display:flex;flex-direction:column;
  transition:var(--transition);
}
.bento-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}
.bento-card.wide{grid-column:span 2}
.bento-media img{width:100%;height:100%;object-fit:cover}
.bento-media{aspect-ratio:16/10;overflow:hidden;background:var(--warm)}
.bento-card-body{padding:26px 26px 24px}
.bento-card-body h3{font-size:20px;color:var(--ink);font-weight:800;margin-bottom:10px;line-height:1.5}
.bento-card-body p{font-size:15px;color:var(--muted);line-height:1.85}
.bento-meta{display:flex;justify-content:space-between;margin-top:18px;font-size:13px;color:var(--muted)}
.cover-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.mini-cover{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition)}
.mini-cover:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}
.mini-cover .mini-img{aspect-ratio:16/10;overflow:hidden;background:var(--warm)}
.mini-cover .mini-img img{width:100%;height:100%;object-fit:cover}
.mini-cover-body{padding:18px 20px 20px}
.mini-cover-body h4{font-size:16px;color:var(--ink);font-weight:700;line-height:1.6;margin-bottom:4px}
.mini-cover-body p{font-size:13px;color:var(--muted)}
/* scene section */
.scene-section{background:var(--ink);position:relative;overflow:hidden}
.scene-section::before{
  content:'';position:absolute;top:-200px;right:-100px;width:420px;height:420px;
  background:radial-gradient(circle,rgba(232,76,61,.2),transparent 70%)
}
.scene-section .container{position:relative;z-index:2}
.scene-section .sec-heading h2,.scene-section .sec-heading p{color:#fff}
.scene-section .sec-heading .kicker{color:var(--orange)}
.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.scene-card{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.20);
  border-radius:var(--radius-md);padding:24px;
  transition:var(--transition);
}
.scene-card:hover{background:rgba(255,255,255,.1);border-color:var(--orange)}
.scene-card .num{
  font-size:13px;color:var(--orange);font-weight:700;letter-spacing:.2em;
  margin-bottom:8px;
}
.scene-card h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:8px}
.scene-card p{color:rgba(255,255,255,.56);font-size:14px;line-height:1.8}
/* steps */
.steps-container{
  background:var(--warm);border:1px solid var(--line);
  border-radius:var(--radius-lg);padding:34px 30px;
  counter-reset:stepNo;
}
.step-flex{display:flex;align-items:flex-start;gap:36px;flex-wrap:wrap}
.step-item{display:flex;gap:18px;flex:1;min-width:240px}
.step-item .step-icon{
  width:44px;height:44px;flex-shrink:0;border-radius:13px;
  background:var(--grad);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:18px;
  box-shadow:var(--shadow-btn);
}
.step-item strong{font-size:16px;color:var(--ink);display:block;margin-top:3px;margin-bottom:5px}
.step-item p{font-size:14px;color:var(--muted);line-height:1.75}
/* faq */
.faq-list{max-width:860px;margin:0 auto}
.faq-item{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);
  margin-bottom:16px;overflow:hidden;transition:var(--transition);
}
.faq-item:hover{border-color:var(--line-deep)}
.faq-item.open{background:var(--warm)}
.faq-q{
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 26px;cursor:pointer;width:100%;
}
.faq-q h3{
  font-size:17px;font-weight:700;color:var(--ink);
  flex:1;textarea:none;letter-spacing:.01em;
  line-height:1.7;
}
.faq-q .toggle-ic{
  width:30px;height:30px;flex-shrink:0;border-radius:50%;
  border:1px solid var(--line-deep);display:flex;
  align-items:center;justify-content:center;
  color:var(--brand);font-size:18px;font-weight:400;
  transition:var(--transition);margin-left:18px;
}
.faq-item.open .toggle-ic{transform:rotate(45deg);background:var(--brand);color:#fff;border-color:var(--brand)}
.faq-a{
  max-height:0;transition:max-height .35s ease;overflow:hidden;
}
.faq-item.open .faq-a{max-height:300px}
.faq-a p{padding:0 26px 22px;color:var(--muted);font-size:15px}
/* cta */
.cta-section{padding:54px 0}
.cta-band{
  background:var(--grad);border-radius:36px;
  padding:64px 44px;position:relative;overflow:hidden;
  color:#fff;text-align:center;
  box-shadow:0 22px 48px rgba(232,76,61,.26);
}
.cta-band h2{
  font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.3;
  margin-bottom:16px;color:#fff;
}
.cta-band p{font-size:17px;opacity:.92;max-width:560px;margin:0 auto 30px}
.cta-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.cta-note{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:28px;font-size:13px;opacity:.85}
/* footer */
.site-footer{
  background:var(--ink);color:rgba(255,255,255,.78);
  border-top:0;position:relative;
}
.site-footer a{color:rgba(255,255,255,.62)}
.site-footer a:hover{color:#fff}
.footer-grid{
  display:grid;grid-template-columns:1.4fr 1fr;
  padding:56px 0 40px;gap:46px;
}
.footer-brand .brand{color:#fff;font-size:20px}
.footer-desc{
  margin-top:18px;font-size:14px;line-height:1.8;
  max-width:390px;color:rgba(255,255,255,.5);
}
.footer-cols{display:flex;gap:60px}
.footer-col h3{
  color:#fff;font-size:15px;font-weight:700;
  margin-bottom:17px;letter-spacing:.05em;
}
.footer-col a{
  display:block;font-size:14px;padding:4px 0;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding:20px 0 24px;
  display:flex;align-items:center;justify-content:space-between;
  gap:15px;flex-wrap:wrap;font-size:13px;
  color:rgba(255,255,255,.35);
}
@media(max-width:992px){
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .scene-grid{grid-template-columns:1fr 1fr}
  .bento-grid{grid-template-columns:1fr}
  .bento-card.wide{grid-column:auto}
  .cover-grid{grid-template-columns:1fr}
  .col-grid-3{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .hero-copy h1{font-size:35px}
  .trust-grid{gap:14px}
  .trust-item{flex-direction:column}
  .col-grid-3{grid-template-columns:1fr}
  .scene-grid{grid-template-columns:1fr}
  .compare-table .dimension-cell{width:140px}
  .cta-band{padding:48px 24px;border-radius:26px}
  .visual-stack{min-height:330px}
  .login-card{width:100%}
  .footer-cols{flex-direction:column;gap:32px}
  .footer-bottom{justify-content:center;text-align:center}
}

/* roulang page: article */
:root {
  --brand: #E84C3D;
  --brand-2: #F39A4D;
  --gold: #C9A25A;
  --ink: #191B1F;
  --danger: #D92D20;
  --bg: #FFFFFF;
  --bg-warm: #FBF7F4;
  --bg-mute: #FDFAF7;
  --border: #EDE6E1;
  --text: #322B28;
  --text-soft: #7A746F;
  --text-light: #A49E99;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --shadow-card: 0 8px 28px rgba(25, 27, 31, 0.06);
  --shadow-hover: 0 16px 36px rgba(25, 27, 31, 0.12);
  --shadow-btn: 0 10px 24px rgba(232, 76, 61, 0.28);
  --grad: linear-gradient(135deg, #E84C3D 0%, #F39A4D 100%);
  --font: "PingFang SC", "HarmonyOS Sans SC", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  --nav-h: 64px;
  --section-gap: 96px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body,
input,
button,
textarea,
select {
  font-family: var(--font);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: 3px solid rgba(232, 76, 61, 0.35);
  outline-offset: 3px;
}

::selection {
  background: rgba(232, 76, 61, 0.18);
  color: #111;
}

.container {
  max-width: 1280px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

.container-narrow {
  max-width: 760px;
  width: calc(100% - 48px);
  margin-inline: auto;
}

.section {
  padding: var(--section-gap) 0;
}

/* ========= 顶部导航 ========= */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(237, 230, 225, 0.7);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(25, 27, 31, 0.06);
}

.header-inner {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-leading {
  display: flex;
  align-items: center;
  gap: 32px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--grad);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 6px 16px rgba(232, 76, 61, 0.28);
}

.brand-name {
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  color: #4A4540;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
}

.nav-link:hover {
  color: var(--brand);
  background: rgba(232, 76, 61, 0.06);
}

.nav-link.active {
  color: var(--brand);
  background: rgba(232, 76, 61, 0.08);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 4px;
  height: 3px;
  border-radius: var(--radius-pill);
  background: var(--grad);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:active {
  transform: translateY(-1px) scale(0.99);
}

.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: var(--shadow-btn);
}

.btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 30px rgba(232, 76, 61, 0.34);
}

.btn-secondary {
  background: var(--bg);
  color: var(--text);
  border-color: var(--border);
  box-shadow: 0 4px 12px rgba(25, 27, 31, 0.04);
}

.btn-secondary:hover {
  background: var(--bg-warm);
  border-color: rgba(232, 76, 61, 0.32);
}

.btn-ghost {
  background: transparent;
  color: var(--text-soft);
  border-color: var(--border);
}

.btn-ghost:hover {
  color: var(--brand);
  border-color: rgba(232, 76, 61, 0.4);
  background: rgba(232, 76, 61, 0.05);
}

.btn-sm {
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 12px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 12px;
  background: rgba(244, 238, 234, 0.72);
  border: 1px solid var(--border);
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.nav-open .nav-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ========= 文章首屏 ========= */
.post-hero {
  position: relative;
  padding: calc(var(--nav-h) + 88px) 0 112px;
  background:
    linear-gradient(115deg, rgba(18, 19, 22, 0.93) 0%, rgba(37, 28, 31, 0.86) 42%, rgba(166, 72, 56, 0.68) 100%),
    url("/assets/images/backpic/back-1.png") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.post-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 154, 77, 0.35) 0%, rgba(232, 76, 61, 0.12) 45%, transparent 70%);
}

.post-hero-inner {
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.74);
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-current {
  color: #fff;
  max-width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.kicker-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.kicker-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-2);
}

.post-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0.01em;
  max-width: 800px;
}

.post-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.post-hero-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.meta-dot {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

/* ========= 正文阅读区 ========= */
.article-panel {
  position: relative;
  z-index: 3;
  padding: 0 0 40px;
  margin-top: -52px;
}

.article-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.article-topline {
  padding: 28px 36px 0 36px;
}

.article-service-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 14px;
  background: var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
}

.article-service-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad);
}

.article-content {
  padding: 32px 36px 48px;
  font-size: 17px;
  line-height: 1.9;
  color: #2E2926;
  word-break: break-word;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content h2 {
  font-size: 27px;
  line-height: 1.3;
  color: var(--ink);
  margin: 44px 0 18px;
  font-weight: 800;
  position: relative;
  padding-left: 16px;
}

.article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 26px;
  border-radius: 4px;
  background: var(--grad);
}

.article-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 34px 0 14px;
  color: var(--ink);
  font-weight: 800;
}

.article-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 28px 0 10px;
  color: var(--ink);
}

.article-content p {
  margin: 0 0 20px;
}

.article-content a {
  color: var(--brand);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: rgba(232, 76, 61, 0.3);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.article-content a:hover {
  color: #C92F20;
  text-decoration-color: transparent;
}

.article-content ul,
.article-content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.article-content li {
  margin: 8px 0;
  padding-left: 4px;
}

.article-content ul li::marker {
  color: var(--brand);
}

.article-content ol li::marker {
  color: var(--brand);
  font-weight: 700;
}

.article-content strong {
  color: var(--ink);
  font-weight: 800;
}

.article-content blockquote {
  margin: 30px 0;
  padding: 22px 26px 22px 30px;
  background: linear-gradient(135deg, rgba(243, 154, 77, 0.09) 0%, rgba(232, 76, 61, 0.05) 100%);
  border-radius: 18px;
  border-left: 5px solid var(--brand);
  color: #59504a;
  font-size: 16px;
  line-height: 1.85;
}

.article-content blockquote p {
  margin-bottom: 0;
}

.article-content img {
  width: 100%;
  border-radius: 18px;
  margin: 34px 0;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(25, 27, 31, 0.05);
  object-fit: cover;
}

.article-content pre {
  background: var(--ink);
  color: #F8F4F2;
  padding: 22px 24px;
  border-radius: 16px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.8;
  margin: 28px 0;
}

.article-content code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  background: rgba(25, 27, 31, 0.08);
  color: #B23B30;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 0.92em;
}

.article-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
  display: block;
  overflow-x: auto;
}

.article-content table th,
.article-content table td {
  border: 1px solid var(--border);
  padding: 12px 14px;
  text-align: left;
}

.article-content table th {
  background: var(--bg-warm);
  color: var(--ink);
  font-weight: 700;
}

.article-content table tr:nth-child(2n) td {
  background: var(--bg-mute);
}

.article-content hr {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-2), rgba(232, 76, 61, 0.2));
  margin: 44px 0;
  border-radius: 4px;
}

.article-safe-note {
  margin: 0;
  font-size: 13px;
  color: var(--text-light);
  background: var(--bg-warm);
  border: 1px dashed var(--border);
  border-radius: 14px;
  padding: 14px 18px;
  line-height: 1.7;
}

/* 文章底部返回 */
.post-end-nav {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 22px 24px;
}

.post-end-tip {
  font-size: 14px;
  color: var(--text-soft);
}

.post-end-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.empty-post {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bg-warm);
}

.empty-post-card {
  max-width: 460px;
  padding: 54px 40px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.empty-post-card h1 {
  font-size: 26px;
  margin: 0 0 8px;
  color: var(--ink);
}

.empty-post-card p {
  color: var(--text-soft);
  margin-bottom: 26px;
  font-size: 15px;
}

/* ========= 延伸推荐 ========= */
.recommend-section {
  background: var(--bg-warm);
  padding: var(--section-gap) 0;
}

.section-head {
  margin-bottom: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.section-eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 4px;
  background: var(--grad);
}

.section-title {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.25;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.section-desc {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
  max-width: 680px;
}

.rec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rec-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rec-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(232, 76, 61, 0.22);
}

.rec-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}

.rec-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rec-card:hover .rec-media img {
  transform: scale(1.04);
}

.rec-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(25, 27, 31, 0.18), transparent 58%);
}

.rec-cat {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(25, 27, 31, 0.1);
}

.rec-body {
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rec-body h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.4;
  transition: color 0.2s ease;
}

.rec-card:hover .rec-body h3 {
  color: var(--brand);
}

.rec-body p {
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
}

.rec-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  color: var(--brand);
}

.rec-link .arrow {
  transition: transform 0.25s ease;
}

.rec-card:hover .rec-link .arrow {
  transform: translateX(4px);
}

/* ========= FAQ ========= */
.faq-section {
  padding: var(--section-gap) 0;
  background: #fff;
}

.faq-inner {
  max-width: 880px;
  margin-inline: auto;
}

.faq-list {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item[open] {
  background: var(--bg-warm);
  border-color: rgba(232, 76, 61, 0.25);
  box-shadow: 0 10px 24px rgba(25, 27, 31, 0.05);
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--brand);
}

.faq-icon {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(232, 76, 61, 0.4);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background: var(--brand);
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-icon {
  background: var(--brand);
  border-color: var(--brand);
}

.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item[open] .faq-icon::after {
  opacity: 0;
}

.faq-answer {
  padding: 2px 22px 22px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-answer ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

.faq-answer li {
  margin: 6px 0;
}

/* ========= CTA ========= */
.cta-section {
  padding: 0 0 var(--section-gap);
  background: #fff;
}

.cta-box {
  position: relative;
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(24, 24, 27, 0.98), rgba(36, 27, 30, 0.95)),
    url("/assets/images/backpic/back-2.png") center / cover;
  color: #fff;
  padding: 72px 56px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(25, 27, 31, 0.2);
}

.cta-box::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 76, 61, 0.35) 0%, rgba(232, 76, 61, 0.08) 48%, transparent 72%);
}

.cta-box::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 154, 77, 0.26) 0%, rgba(243, 154, 77, 0.06) 50%, transparent 72%);
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid rgba(243, 154, 77, 0.4);
  border-radius: var(--radius-pill);
  color: #F8B27A;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.cta-box h2 {
  margin: 0 auto 18px;
  max-width: 680px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
}

.cta-box p {
  margin: 0 auto 30px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.85;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.cta-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-point {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 30px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.cta-point::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--brand-2);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(243, 154, 77, 0.18);
}

/* ========= 页脚 ========= */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  padding-top: 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand .brand-mark {
  background: var(--grad);
}

.footer-desc {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.85;
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.footer-col h3 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.footer-col a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.8;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover {
  color: #FDE0C8;
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
}

/* ========= 响应式 ========= */
@media (max-width: 1200px) {
  :root {
    --section-gap: 84px;
  }

  .rec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 992px) {
  :root {
    --section-gap: 72px;
  }

  .header-leading {
    gap: 18px;
    flex: 1;
  }

  .header-login {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: calc(var(--nav-h) + 8px);
    right: 20px;
    z-index: 120;
    width: min(320px, calc(100vw - 40px));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(25, 27, 31, 0.18);
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px) scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .site-header.nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .nav-link {
    justify-content: flex-start;
    height: 46px;
    padding: 0 14px;
    border-radius: 12px;
  }

  .nav-link.active::after {
    left: 12px;
    right: auto;
    width: auto;
    bottom: auto;
    height: 6px;
    background: var(--grad);
    top: 50%;
    transform: translateY(-50%);
  }

  .post-hero {
    padding: calc(var(--nav-h) + 64px) 0 104px;
  }

  .cta-box {
    padding: 56px 32px;
  }
}

@media (max-width: 768px) {
  .container,
  .container-narrow {
    width: calc(100% - 32px);
  }

  .article-topline {
    padding: 22px 20px 0;
  }

  .article-content {
    padding: 28px 20px 34px;
  }

  .article-panel {
    margin-top: -44px;
  }

  .rec-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
  }

  .post-end-nav {
    padding: 18px 16px;
  }

  .footer-cols {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    padding-bottom: 20px;
  }
}

@media (max-width: 520px) {
  :root {
    --section-gap: 56px;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .post-hero {
    padding: calc(var(--nav-h) + 52px) 0 86px;
  }

  .post-title {
    font-size: clamp(30px, 8.4vw, 42px);
  }

  .breadcrumb-current {
    max-width: 220px;
  }

  .post-hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.85;
  }

  .article-content h2 {
    font-size: 24px;
  }

  .article-content blockquote {
    padding: 18px 18px 18px 22px;
  }

  .cta-box {
    padding: 46px 20px;
    border-radius: 24px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  .post-end-buttons {
    flex-direction: column;
    width: 100%;
  }

  .post-end-buttons .btn {
    width: 100%;
  }

  .rec-body {
    padding: 20px;
  }
}

/* roulang page: category2 */
:root {
    --primary: #E84C3D;
    --accent: #F39A4D;
    --gold: #C9A25A;
    --ink: #191B1F;
    --text: #2E3038;
    --muted: #6B6E76;
    --light: #FBF7F4;
    --card-bg: #FDFAF7;
    --white: #FFFFFF;
    --border: #EDE6E1;
    --gradient: linear-gradient(135deg, #E84C3D 0%, #F39A4D 100%);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --shadow: 0 8px 28px rgba(25, 27, 31, 0.06);
    --shadow-btn: 0 10px 24px rgba(232, 76, 61, 0.28);
    --space: 96px;
    --container: 1280px;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: "PingFang SC", "HarmonyOS Sans SC", "Noto Sans CJK SC", "Microsoft YaHei UI", sans-serif;
    background: var(--white);
    color: var(--text);
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }

  img {
    max-width: 100%;
    display: block;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
  }

  input {
    font-family: inherit;
    outline: none;
  }

  .container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 28px;
  }

  /* ===== 导航 ===== */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 64px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
  }

  .site-header.scrolled {
    border-bottom-color: var(--border);
  }

  .header-wrap {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 19px;
    color: var(--ink);
    letter-spacing: -0.2px;
    white-space: nowrap;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--gradient);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(232, 76, 61, 0.3);
    flex-shrink: 0;
  }

  .main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .nav-link {
    position: relative;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
  }

  .nav-link:hover {
    color: var(--primary);
    background: rgba(232, 76, 61, 0.06);
  }

  .nav-link.active {
    color: var(--primary);
    font-weight: 700;
  }

  .nav-link.active::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 2px;
    height: 3px;
    border-radius: 3px;
    background: var(--gradient);
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .search-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
  }

  .search-btn:hover {
    background: rgba(232, 76, 61, 0.08);
    color: var(--primary);
  }

  .btn-membership {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient);
    color: #fff;
    border-radius: 12px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(232, 76, 61, 0.2);
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
  }

  .btn-membership:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
    filter: brightness(1.05);
  }

  .btn-membership:active {
    transform: translateY(0) scale(0.98);
  }

  .burger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    font-size: 20px;
  }

  .burger:hover {
    background: rgba(232, 76, 61, 0.08);
  }

  .mobile-drawer {
    display: none;
  }

  /* ===== 页脚 ===== */
  .site-footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.85);
    padding: 64px 0 30px;
    margin-top: 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    margin-bottom: 40px;
  }

  .footer-brand .brand {
    color: #fff;
    margin-bottom: 14px;
  }

  .footer-desc {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.62);
    max-width: 420px;
    margin-top: 14px;
  }

  .footer-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-col h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
  }

  .footer-col a {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 2.2;
    transition: color 0.2s, padding-left 0.2s;
  }

  .footer-col a:hover {
    color: var(--accent);
    padding-left: 4px;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
  }

  /* ===== 面包屑 ===== */
  .breadcrumb-wrap {
    background: var(--light);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
  }

  .breadcrumb a {
    color: var(--muted);
    transition: color 0.2s;
  }

  .breadcrumb a:hover {
    color: var(--primary);
  }

  .breadcrumb .sep {
    color: #cbb9ae;
  }

  .breadcrumb .current {
    color: var(--text);
    font-weight: 600;
  }

  /* ===== 页面 Hero ===== */
  .category-hero {
    background: var(--light);
    border-bottom: 1px solid var(--border);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
  }

  .category-hero::before {
    content: "";
    position: absolute;
    right: -60px;
    top: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(243, 154, 77, 0.14) 0%, rgba(243, 154, 77, 0.02) 70%);
    pointer-events: none;
  }

  .category-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
    background: rgba(232, 76, 61, 0.08);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .category-hero h1 {
    font-size: clamp(32px, 4.2vw, 44px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }

  .category-hero h1 span {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .category-hero .hero-desc {
    font-size: 17px;
    color: var(--text);
    max-width: 760px;
    margin-bottom: 28px;
    line-height: 1.8;
  }

  .hero-heatbar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .heat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--border);
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    box-shadow: 0 2px 8px rgba(25, 27, 31, 0.04);
  }

  .heat-chip i {
    color: var(--primary);
    font-size: 14px;
  }

  /* ===== 板块基础 ===== */
  .section {
    padding: var(--space) 0;
  }

  .section-alt {
    background: var(--light);
  }

  .section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
  }

  .section-title {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.25;
  }

  .section-sub {
    color: var(--muted);
    font-size: 16px;
    margin-top: 10px;
    max-width: 720px;
    line-height: 1.7;
  }

  .section-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    border-radius: 10px;
    padding: 8px 12px;
    transition: background 0.2s;
  }

  .section-link:hover {
    background: rgba(232, 76, 61, 0.08);
  }

  .section-link i {
    font-size: 14px;
    transition: transform 0.2s;
  }

  .section-link:hover i {
    transform: translateX(3px);
  }

  /* ===== 时间线 / 更新日历 ===== */
  .track-list {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
  }

  .track-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .track-date {
    background: var(--gradient);
    color: #fff;
    border-radius: 16px;
    padding: 8px 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    width: 58px;
    line-height: 1.3;
    box-shadow: 0 6px 14px rgba(232, 76, 61, 0.2);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 64px;
  }

  .track-date .day {
    font-size: 19px;
  }

  .track-line {
    width: 2px;
    flex: 1;
    background: repeating-linear-gradient(to bottom, var(--border) 0, var(--border) 6px, transparent 6px, transparent 12px);
    margin-top: 10px;
  }

  .track-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(25, 27, 31, 0.04);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .track-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
  }

  .track-card .t-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(232, 76, 61, 0.08);
    color: var(--primary);
  }

  .badge.badge-accent {
    background: rgba(243, 154, 77, 0.14);
    color: #B5671f;
  }

  .badge.badge-gold {
    background: rgba(201, 162, 90, 0.15);
    color: #8f6f2f;
  }

  .track-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .track-card p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
  }

  .track-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--muted);
  }

  .track-meta .meta-left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .track-meta i {
    color: var(--accent);
    margin-right: 4px;
  }

  .detail-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    border-radius: 8px;
    padding: 5px 0;
    transition: gap 0.2s, color 0.2s;
  }

  .detail-link:hover {
    gap: 10px;
    color: #c0392b;
  }

  .detail-link i {
    transition: transform 0.2s;
  }

  .detail-link:hover i {
    transform: translateX(2px);
  }

  /* ===== 三列卡片 ===== */
  .topic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .topic-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(25, 27, 31, 0.03);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
  }

  .topic-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .topic-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
  }

  .topic-card:hover::before {
    opacity: 1;
  }

  .topic-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
    box-shadow: 0 6px 16px rgba(232, 76, 61, 0.24);
  }

  .topic-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
  }

  .topic-card p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
    flex: 1;
  }

  /* ===== 推荐热点网格 ===== */
  .hot-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 28px;
  }

  .hot-feature {
    background: var(--ink);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  .hot-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 27, 31, 0) 25%, rgba(25, 27, 31, 0.75) 100%);
  }

  .hot-feature > * {
    position: relative;
    z-index: 1;
  }

  .hot-feature .h-label {
    display: inline-block;
    background: var(--gradient);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    align-self: flex-start;
  }

  .hot-feature h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: 700;
  }

  .hot-feature p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hot-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
    transition: opacity 0.2s, gap 0.2s;
  }

  .hot-link:hover {
    opacity: 1;
    gap: 10px;
  }

  .hot-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hot-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.25s, box-shadow 0.25s;
    flex: 1;
  }

  .hot-card:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow);
  }

  .hot-rank {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #E84C3D 0%, #F3A6A1 60%, #F39A4D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    min-width: 44px;
    flex-shrink: 0;
  }

  .hot-card .progress {
    height: 4px;
    background: #F0ECE8;
    border-radius: 4px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
  }

  .hot-card .progress-bar {
    height: 100%;
    background: var(--gradient);
    border-radius: 4px;
  }

  .hot-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    margin-bottom: 2px;
  }

  .hot-card span {
    font-size: 13px;
    color: var(--muted);
  }

  /* ===== 内容卡片行 ===== */
  .feature-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(25, 27, 31, 0.03);
    margin-bottom: 24px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .feature-row:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
  }

  .feature-row:last-child {
    margin-bottom: 0;
  }

  .feature-row.reverse {
    direction: rtl;
  }

  .feature-row.reverse > * {
    direction: ltr;
  }

  .feature-media {
    background: var(--light);
    min-height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .media-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(25, 27, 31, 0.7);
    color: #fff;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(6px);
  }

  .feature-body {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .feature-body .badge {
    margin-bottom: 12px;
  }

  .feature-body h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .feature-body p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .feature-body .desc {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }

  /* ===== 更新日历 ===== */
  .calendar-wrap {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
  }

  .calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
    background: var(--light);
  }

  .calendar-head span {
    font-size: 13px;
    color: var(--muted);
  }

  .calendar-strip {
    display: flex;
    overflow-x: auto;
    padding: 16px;
    gap: 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--border) transparent;
  }

  .calendar-strip::-webkit-scrollbar {
    height: 6px;
  }

  .calendar-strip::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 4px;
  }

  .day-block {
    flex: 0 0 90px;
    border-radius: 16px;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    border: 1px solid var(--border);
    font-size: 12px;
    color: var(--muted);
    transition: all 0.25s;
    gap: 2px;
  }

  .day-block strong {
    font-size: 18px;
    color: var(--ink);
  }

  .day-block.has-event {
    border: 2px solid var(--primary);
    background: rgba(232, 76, 61, 0.06);
    color: var(--primary);
    cursor: pointer;
  }

  .day-block.has-event strong {
    color: var(--primary);
  }

  .day-block.has-event:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(232, 76, 61, 0.18);
  }

  .day-block .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    display: inline-block;
  }

  /* ===== FAQ ===== */
  .faq-wrap {
    max-width: 860px;
  }

  .faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    overflow: hidden;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .faq-item.open {
    background: var(--light);
    box-shadow: 0 4px 14px rgba(25, 27, 31, 0.05);
  }

  .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: color 0.2s;
    min-height: 48px;
  }

  .faq-q:hover {
    color: var(--primary);
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(232, 76, 61, 0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform 0.3s, background 0.3s;
    flex-shrink: 0;
  }

  .faq-item.open .faq-icon {
    transform: rotate(135deg);
    background: var(--gradient);
    color: #fff;
  }

  .faq-a {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    font-size: 15px;
    color: var(--text);
    line-height: 1.75;
  }

  .faq-item.open .faq-a {
    max-height: 1000px;
    padding: 0 24px 22px;
  }

  /* ===== CTA ===== */
  .cta-band {
    background: var(--ink);
    background-image: url('/assets/images/backpic/back-2.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    border-radius: var(--radius-lg);
    padding: 64px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(25, 27, 31, 0.92), rgba(232, 76, 61, 0.45));
    pointer-events: none;
  }

  .cta-band > * {
    position: relative;
    z-index: 1;
  }

  .cta-band h2 {
    color: #fff;
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.25;
  }

  .cta-band p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 26px;
    line-height: 1.7;
  }

  .btn-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
  }

  .btn-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient);
    color: #fff;
    border-radius: var(--radius-sm);
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: var(--shadow-btn);
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
    border: none;
  }

  .btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(232, 76, 61, 0.38);
    filter: brightness(1.05);
  }

  .btn-main:active {
    transform: translateY(-1px) scale(0.98);
  }

  .btn-ghost-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    border-radius: var(--radius-sm);
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s;
  }

  .btn-ghost-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
  }

  .cta-trust {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
  }

  .cta-trust i {
    color: var(--gold);
    margin-right: 4px;
  }

  /* ===== 覆盖透明Cta ===== */
  .btn-cta-music {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient);
    color: #fff;
    border-radius: var(--radius-sm);
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: var(--shadow-btn);
    transition: transform 0.25s, box-shadow 0.25s;
  }

  .btn-cta-music:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(232, 76, 61, 0.35);
  }

  /* ===== 新版块 ===== */
  .side-sticky {
    position: sticky;
    top: 80px;
  }

  .two-col-list {
    display: grid;
    grid-template-columns: 1.6fr 0.9fr;
    gap: 32px;
    align-items: start;
  }

  .side-card {
    background: var(--light);
    border-radius: var(--radius-md);
    padding: 24px;
    margin-bottom: 20px;
  }

  .side-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
  }

  .trend-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  .trend-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(232, 76, 61, 0.07);
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
  }

  .trend-tag i {
    font-size: 12px;
    color: var(--accent);
  }

  .trend-tag:hover {
    background: var(--gradient);
    color: #fff;
  }

  .mini-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--border);
  }

  .mini-card:last-child {
    border-bottom: none;
    padding-bottom: 4px;
  }

  .mini-card a {
    font-size: 15px;
    color: var(--text);
    line-height: 1.4;
    transition: color 0.2s;
    flex: 1;
  }

  .mini-card a:hover {
    color: var(--primary);
  }

  .mini-card span {
    font-size: 13px;
    color: var(--accent);
    font-weight: 600;
  }

  /* M站会员内容 */
  .m-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .m-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .m-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
  }

  .m-card-media {
    aspect-ratio: 4/3;
    background-size: cover;
    background-position: center;
  }

  .m-card-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .m-card-body .badge-row {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
  }

  .m-card-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .m-card-body p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .m-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    font-size: 13px;
    color: var(--muted);
  }

  /* 公告栏 */
  .notice-bar {
    background: var(--ink);
    border-radius: 18px;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 14px;
    background-image: url('/assets/images/backpic/back-1.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
  }

  .notice-bar .l {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    line-height: 1.6;
    flex: 1;
    min-width: 260px;
  }

  .notice-bar .l i {
    background: var(--gradient);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .notice-bar a {
    white-space: nowrap;
    color: var(--accent);
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.2s;
  }

  .notice-bar a:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
  }

  /* 会员精选标签 */
  .chip-line {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .chip {
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--muted);
    cursor: pointer;
    transition: all 0.2s;
  }

  .chip:hover, .chip.on {
    background: var(--gradient);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(232, 76, 61, 0.2);
  }

  /* 内容登录流程 */
  .login-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    counter-reset: flow;
  }

  .flow-step {
    padding: 24px 20px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    text-align: left;
    position: relative;
    transition: all 0.3s;
  }

  .flow-step:hover {
    box-shadow: var(--shadow);
    transform: translateY(-4px);
  }

  .flow-step .step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--gradient);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(232, 76, 61, 0.2);
  }

  .flow-step h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
  }

  .flow-step p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
  }

  /* 按钮次级 */
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: var(--radius-sm);
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s;
  }

  .btn-secondary:hover {
    border-color: var(--accent);
    background: #fff7f2;
    color: var(--primary);
  }

  .btn-secondary:active {
    transform: scale(0.98);
  }

  /* 响应式 */
  @media (max-width: 1200px) {
    .hot-grid {
      grid-template-columns: 1fr 1fr;
    }

    .hot-feature {
      grid-column: span 2;
      min-height: 280px;
    }
  }

  @media (max-width: 992px) {
    .topic-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .header-wrap {
      gap: 16px;
    }

    .main-nav {
      display: none;
    }

    .burger {
      display: flex;
    }

    .btn-membership {
      display: none;
    }

    .mobile-drawer.active {
      display: block;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      background: #fff;
      border-bottom: 1px solid var(--border);
      padding: 16px 28px 20px;
      box-shadow: 0 16px 32px rgba(0,0,0,0.06);
      z-index: 99;
    }

    .mobile-drawer.active .nav-link {
      display: block;
      width: fit-content;
      padding: 10px 18px;
      border-radius: 12px;
    }

    .mobile-drawer.active .nav-link + .nav-link {
      margin-top: 4px;
    }

    .mobile-drawer.active .nav-link.active {
      background: rgba(232, 76, 61, 0.08);
    }

    .mobile-cta {
      margin-top: 16px;
      display: flex;
      gap: 12px;
    }

    .mobile-cta .btn-main {
      padding: 10px 22px;
      font-size: 14px;
    }

    .feature-row {
      grid-template-columns: 1fr;
    }

    .feature-row.reverse {
      direction: ltr;
    }

    .two-col-list {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .side-sticky {
      position: static;
    }

    .login-flow {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    :root {
      --space: 60px;
    }

    .container {
      padding: 0 20px;
    }

    .category-hero {
      padding: 40px 0 36px;
    }

    .hot-grid {
      grid-template-columns: 1fr;
    }

    .hot-feature {
      grid-column: auto;
      min-height: 240px;
    }

    .m-card-grid {
      grid-template-columns: 1fr;
    }

    .track-list {
      grid-template-columns: 48px 1fr;
      gap: 12px;
    }

    .track-date {
      width: 44px;
      min-height: 56px;
      font-size: 11px;
      padding: 5px 4px;
    }

    .track-date .day {
      font-size: 16px;
    }

    .track-card {
      padding: 18px;
    }

    .calc-wrap {
      padding: 24px 18px;
    }

    .footer-grid {
      grid-template-columns: 1fr;
    }

    .label-row {
      flex-direction: column;
      align-items: flex-start;
    }

    .side-section {
      margin-left: 0 !important;
    }
  }

  @media (max-width: 576px) {
    .topic-grid {
      grid-template-columns: 1fr;
    }

    .login-flow {
      grid-template-columns: 1fr;
    }

    .section-head {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
    }

    .section-title {
      font-size: 24px;
    }

    .cta-band {
      padding: 48px 16px;
    }

    .cta-band h2 {
      font-size: 24px;
    }

    .cta-band p {
      font-size: 15px;
    }

    .btn-group .btn-main {
      padding: 11px 22px;
      font-size: 14px;
    }

    .footer-col {
      grid-template-columns: 1fr;
    }

    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
    }
  }

/* roulang page: category3 */
:root {
  --kx-primary: #E84C3D;
  --kx-orange: #F39A4D;
  --kx-gold: #C9A25A;
  --kx-ink: #191B1F;
  --kx-white: #FFFFFF;
  --kx-peach: #FBF7F4;
  --kx-cream: #FDFAF7;
  --kx-border: #EDE6E1;
  --kx-text: #2A2C31;
  --kx-muted: #71757C;
  --kx-radius-xl: 24px;
  --kx-radius-lg: 18px;
  --kx-radius-md: 14px;
  --kx-radius-pill: 999px;
  --kx-shadow-card: 0 8px 28px rgba(25, 27, 31, 0.06);
  --kx-shadow-float: 0 18px 44px rgba(232, 76, 61, 0.16);
  --kx-gradient: linear-gradient(135deg, #E84C3D, #F39A4D);
  --kx-font: "PingFang SC", "HarmonyOS Sans SC", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --kx-space: 96px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--kx-font);
  background: #FFFFFF;
  color: var(--kx-text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

button {
  font-family: inherit;
  font-size: 16px;
  border: none;
  background: none;
  cursor: pointer;
}

.container {
  width: min(1280px, 92%);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-stuck {
  border-color: rgba(237, 230, 225, 0.9);
  box-shadow: 0 12px 30px rgba(25, 27, 31, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--kx-gradient);
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 8px 20px rgba(232, 76, 61, 0.24);
}

.brand-text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: var(--kx-ink);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #4A4D54;
  border-radius: 10px;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 3px;
  border-radius: 999px;
  background: var(--kx-gradient);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-link:hover {
  color: var(--kx-primary);
}

.nav-link:focus-visible,
.btn:focus-visible,
.header-actions a:focus-visible {
  outline: 2px solid var(--kx-primary);
  outline-offset: 3px;
}

.nav-link.active {
  color: var(--kx-primary);
}

.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-primary {
  background: var(--kx-gradient);
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(232, 76, 61, 0.28);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(232, 76, 61, 0.32);
}

.btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(232, 76, 61, 0.24);
}

.btn-outline {
  background: #FFFFFF;
  border-color: #DCD2CD;
  color: var(--kx-ink);
}

.btn-outline:hover {
  background: var(--kx-peach);
  border-color: var(--kx-primary);
  color: var(--kx-primary);
}

.btn-dark {
  background: var(--kx-ink);
  color: #FFFFFF;
}

.btn-dark:hover {
  background: #2d2022;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(25, 27, 31, 0.24);
}

.btn-light {
  background: #FFFFFF;
  color: var(--kx-ink);
}

.btn-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.btn-small {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 12px;
  background: var(--kx-peach);
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--kx-ink);
  border-radius: 99px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle:hover {
  background: #F4EAE4;
}

.mobile-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.mobile-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.category-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(243, 154, 77, 0.18), transparent 28%),
    radial-gradient(circle at 18% 90%, rgba(232, 76, 61, 0.07), transparent 24%),
    linear-gradient(180deg, #FFFFFF 0%, #FBF7F4 100%);
  padding: 68px 0 86px;
}

.category-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(232, 76, 61, 0.18), transparent);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 68px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 12px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  box-shadow: 0 6px 18px rgba(25, 27, 31, 0.04);
  font-size: 14px;
  font-weight: 700;
  color: var(--kx-primary);
}

.tagline::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--kx-gradient);
  box-shadow: 0 0 0 4px rgba(243, 154, 77, 0.16);
}

.hero-title {
  margin-top: 22px;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--kx-ink);
}

.hero-title .accent {
  background: var(--kx-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 620px;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.85;
  color: #4F535A;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 32px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #6C6461;
}

.trust-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--kx-gold);
}

.update-progress {
  width: 100%;
  max-width: 600px;
  margin-top: 28px;
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  border-radius: var(--kx-radius-lg);
  padding: 20px 24px;
  box-shadow: var(--kx-shadow-card);
}

.progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  color: var(--kx-text);
}

.progress-label span:last-child {
  color: var(--kx-primary);
}

.progress-track {
  height: 8px;
  margin-top: 12px;
  background: #F2EDE8;
  border-radius: 999px;
  overflow: hidden;
}

.progress-track i {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: var(--kx-gradient);
}

.hero-digest {
  background: #FFFFFF;
  border: 1px solid rgba(237, 230, 225, 0.9);
  border-radius: var(--kx-radius-xl);
  padding: 26px;
  box-shadow: var(--kx-shadow-card);
  position: relative;
}

.hero-digest::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 26px;
  width: 92px;
  height: 20px;
  background: var(--kx-gradient);
  border-radius: 999px;
  box-shadow: var(--kx-shadow-float);
}

.digest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.digest-head h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--kx-ink);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #FFF4F1;
  color: var(--kx-primary);
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
}

.digest-list {
  display: grid;
  gap: 14px;
}

.digest-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid #F0EBE7;
  background: var(--kx-cream);
  border-radius: 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.digest-item:hover {
  border-color: #E7D6CE;
  box-shadow: 0 8px 20px rgba(25, 27, 31, 0.04);
  transform: translateY(-2px);
}

.digest-type {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
  background: var(--kx-gradient);
}

.digest-type.orange {
  background: linear-gradient(135deg, #F6A96B, #F39A4D);
}

.digest-type.gold {
  background: linear-gradient(135deg, #B68A47, #C9A25A);
}

.digest-item p {
  font-size: 14px;
  line-height: 1.65;
  color: #55595F;
}

.digest-item p b {
  color: var(--kx-ink);
  font-weight: 700;
}

.digest-note {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #EADED8;
  font-size: 13px;
  color: var(--kx-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.section {
  padding: 96px 0;
}

.section.peach {
  background: var(--kx-peach);
}

.section.ink {
  background: var(--kx-ink);
  color: #FFFFFF;
}

.section-head {
  max-width: 860px;
  margin-bottom: 48px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--kx-primary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.section-head .eyebrow::before {
  content: "";
  width: 20px;
  height: 3px;
  background: var(--kx-gradient);
  border-radius: 99px;
}

.section-head.center .eyebrow::after {
  content: "";
  width: 20px;
  height: 3px;
  background: var(--kx-gradient);
  border-radius: 99px;
}

.section-title {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  line-height: 1.25;
  color: var(--kx-ink);
  letter-spacing: -0.3px;
}

.section-desc {
  margin-top: 14px;
  font-size: 16px;
  color: var(--kx-muted);
  line-height: 1.85;
}

.section.ink .section-title,
.section.ink .section-desc {
  color: #FFFFFF;
}

.section.ink .section-desc {
  color: rgba(255, 255, 255, 0.72);
}

.card-collection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  border-radius: var(--kx-radius-xl);
  overflow: hidden;
  box-shadow: var(--kx-shadow-card);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(25, 27, 31, 0.09);
  border-color: #E8D8D0;
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.card-cover {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .card-cover img {
  transform: scale(1.05);
}

.card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(25, 27, 31, 0.22));
}

.card-label {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  display: inline-flex;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(25, 27, 31, 0.08);
  color: var(--kx-primary);
  font-size: 12px;
  font-weight: 800;
}

.card-body {
  padding: 22px 22px 24px;
}

.card-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--kx-ink);
  margin-bottom: 8px;
}

.card-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--kx-muted);
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: #8D827C;
}

.card-meta .dot {
  width: 4px;
  height: 4px;
  background: var(--kx-border);
  border-radius: 99px;
}

.flow-section {
  background: #FFFFFF;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.flow-card {
  position: relative;
  background: var(--kx-cream);
  border: 1px solid var(--kx-border);
  border-radius: var(--kx-radius-lg);
  padding: 26px 22px 22px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.flow-card:hover {
  transform: translateY(-6px);
  background: #FFFFFF;
  border-color: #E8D6CE;
  box-shadow: var(--kx-shadow-float);
}

.flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 900;
  color: #FFFFFF;
  background: var(--kx-gradient);
  box-shadow: 0 8px 18px rgba(232, 76, 61, 0.22);
}

.flow-card h3 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 800;
  color: var(--kx-ink);
}

.flow-card p {
  margin-top: 8px;
  font-size: 14px;
  color: var(--kx-muted);
  line-height: 1.75;
}

.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feature-media {
  position: relative;
}

.feature-media .main-img {
  border-radius: var(--kx-radius-xl);
  border: 1px solid var(--kx-border);
  box-shadow: var(--kx-shadow-card);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.media-float {
  position: absolute;
  left: -18px;
  bottom: 24px;
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 22px 46px rgba(25, 27, 31, 0.1);
  font-size: 14px;
  color: var(--kx-text);
  display: flex;
  align-items: center;
  gap: 12px;
}

.media-float .float-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--kx-gradient);
  color: #FFFFFF;
  font-size: 17px;
}

.media-float b {
  font-weight: 800;
  color: var(--kx-ink);
}

.feature-copy h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.35;
  color: var(--kx-ink);
}

.feature-copy p {
  margin-top: 16px;
  font-size: 16px;
  color: var(--kx-muted);
  line-height: 1.9;
}

.feature-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  color: #45494F;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 99px;
  background: rgba(232, 76, 61, 0.1);
  color: var(--kx-primary);
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 3px;
}

.feature-dashed {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px dashed #E4DDD8;
  display: flex;
  gap: 14px;
  align-items: center;
}

.feature-dashed span {
  font-size: 13px;
  color: var(--kx-muted);
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  padding: 6px 14px;
  border-radius: 999px;
}

.watch-section {
  background: var(--kx-peach);
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pop-item {
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pop-item:hover {
  transform: translateY(-6px);
  border-color: #E8D0C7;
  box-shadow: var(--kx-shadow-card);
}

.pop-cover {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}

.pop-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pop-item:hover .pop-cover img {
  transform: scale(1.06);
}

.pop-rank {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 27, 31, 0.72);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
}

.pop-rank.hot {
  background: var(--kx-gradient);
}

.pop-body {
  padding: 16px 16px 18px;
}

.pop-body h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--kx-ink);
}

.pop-body p {
  margin-top: 8px;
  font-size: 13px;
  color: var(--kx-muted);
  line-height: 1.7;
}

.schedule-panel {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid var(--kx-border);
  border-radius: var(--kx-radius-xl);
  padding: 28px;
  box-shadow: var(--kx-shadow-card);
}

.schedule-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.schedule-head h3 {
  font-size: 19px;
  font-weight: 800;
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.schedule-item {
  border: 1px solid var(--kx-border);
  border-radius: 16px;
  padding: 16px;
  background: var(--kx-cream);
  transition: background 0.25s ease, transform 0.25s ease;
}

.schedule-item:hover {
  background: #FFFFFF;
  transform: translateY(-3px);
}

.schedule-date {
  font-size: 12px;
  color: var(--kx-primary);
  font-weight: 800;
  letter-spacing: 0.5px;
}

.schedule-item h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 800;
  color: var(--kx-ink);
}

.schedule-item p {
  margin-top: 6px;
  font-size: 13px;
  color: var(--kx-muted);
  line-height: 1.7;
}

.faq-section {
  background: #FFFFFF;
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--kx-white);
  border: 1px solid var(--kx-border);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.faq-item.active {
  background: var(--kx-peach);
  border-color: #E6D4CC;
  box-shadow: 0 10px 30px rgba(25, 27, 31, 0.04);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--kx-ink);
}

.faq-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  background: var(--kx-peach);
  border: 1px solid #E7DED9;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--kx-primary);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-a {
  display: none;
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.9;
  color: #51545A;
}

.faq-item.active .faq-a {
  display: block;
}

.cta-section {
  background: var(--kx-ink);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -120px;
  top: -180px;
  background: radial-gradient(circle, rgba(232, 76, 61, 0.22), rgba(232, 76, 61, 0));
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  left: -140px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(243, 154, 77, 0.18), rgba(243, 154, 77, 0));
}

.cta-box {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 0;
}

.cta-box h2 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.cta-box p {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.cta-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 30px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
}

.site-footer {
  background: var(--kx-ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 72px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand .brand-text {
  color: #FFFFFF;
}

.footer-desc {
  max-width: 420px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.58);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.footer-col h3 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.4px;
}

.footer-col a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-col a:hover {
  color: var(--kx-orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
}

.section-bottom-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  text-align: center;
}

@media (max-width: 1200px) {
  .section {
    --kx-space: 72px;
    padding-top: var(--kx-space);
    padding-bottom: var(--kx-space);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .category-hero::after {
    display: none;
  }

  .hero-digest {
    max-width: 620px;
  }

  .popular-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .schedule-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .card-collection {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .feature-split {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .feature-media {
    max-width: 620px;
  }

  .footer-grid {
    gap: 44px;
  }
}

@media (max-width: 768px) {
  .section {
    --kx-space: 56px;
    padding-top: var(--kx-space);
    padding-bottom: var(--kx-space);
  }

  .header-inner {
    gap: 12px;
  }

  .main-nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 55;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    background: #FFFFFF;
    border-bottom: 1px solid var(--kx-border);
    box-shadow: 0 18px 36px rgba(25, 27, 31, 0.08);
    padding: 14px 20px 20px;
    margin-left: 0;
  }

  .mobile-open .main-nav {
    display: flex;
  }

  .nav-link {
    padding: 13px 12px;
    font-size: 16px;
  }

  .nav-link.active {
    background: var(--kx-peach);
    color: var(--kx-primary);
  }

  .nav-link::after {
    display: none;
  }

  .header-actions .btn-primary {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .menu-toggle {
    display: flex;
  }

  .category-hero {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-trust {
    gap: 8px 16px;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

  .flow-card {
    padding: 20px;
  }

  .popular-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .schedule-list {
    grid-template-columns: 1fr;
  }

  .card-collection {
    grid-template-columns: 1fr;
  }

  .cta-box {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-cols {
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: left;
  }

  .faq-q {
    padding: 18px 18px;
    font-size: 15px;
  }

  .faq-a {
    padding: 0 18px 18px;
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .container {
    width: 90%;
  }

  .brand-text {
    font-size: 17px;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
    font-size: 18px;
  }

  .hero-title {
    font-size: 31px;
  }

  .section-title {
    font-size: 27px;
  }

  .popular-grid {
    grid-template-columns: 1fr;
  }

  .schedule-panel {
    padding: 20px;
  }

  .progress-label {
    align-items: flex-start;
    flex-direction: column;
  }
}
