/* roulang page: index */
:root{
  --brand-blue:#2E7CF6;
  --brand-blue-dark:#165FC9;
  --brand-teal:#14B8A6;
  --accent-amber:#F5B300;
  --ink:#172033;
  --ink-2:#5A6785;
  --ink-3:#9AA6BD;
  --bg-soft:#F4F8FC;
  --bg-card:#fff;
  --line:#E6EDF6;
  --radius-card:16px;
  --radius-container:24px;
  --radius-pill:999px;
  --shadow-sm:0 6px 20px rgba(23,45,99,.07);
  --shadow-md:0 18px 40px rgba(23,45,99,.12);
  --shadow-nav:0 1px 0 #E6EDF6,0 4px 16px rgba(23,45,99,.06);
  --font-main:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-main);color:var(--ink);background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased}
body,button,input{font-family:var(--font-main)}
a{color:inherit;text-decoration:none;transition:color .2s ease,box-shadow .2s ease,opacity .2s ease,transform .2s ease,background .2s ease;outline-offset:2px}
img{max-width:100%;display:block}
button{border:none}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(46,124,246,.35)}
.container{max-width:1320px;padding-left:24px;padding-right:24px}
section{position:relative}

.btn{border-radius:var(--radius-pill);font-weight:600;padding:12px 24px;line-height:1.4;transition:all .22s ease;border:1px solid transparent;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-primary{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}
.btn-primary:hover,.btn-primary:focus{background:var(--brand-blue-dark);border-color:var(--brand-blue-dark);color:#fff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(46,124,246,.28)}
.btn-outline-primary{background:transparent;border-color:var(--brand-blue);color:var(--brand-blue)}
.btn-outline-primary:hover{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff;transform:translateY(-2px)}
.btn-ghost-white{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5);color:#fff}
.btn-ghost-white:hover{background:#fff;border-color:#fff;color:#0F1E3C;transform:translateY(-2px)}
.btn-lg{padding:15px 30px;min-height:52px;font-size:16px}
.btn-brand-teal{background:var(--brand-teal);border-color:var(--brand-teal);color:#fff}
.btn-brand-teal:hover{background:#0F9F8F;border-color:#0F9F8F;color:#fff;transform:translateY(-2px)}

.navbar,.site-header{padding:0}
.site-header{position:sticky;top:0;z-index:1045;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-nav)}
.site-header .navbar{min-height:76px;position:relative}
.brand-logo{display:inline-flex;align-items:center;gap:10px}
.logo-mark{width:40px;height:40px;border-radius:13px;flex:0 0 auto;background:linear-gradient(135deg,#2E7CF6 0%,#14B8A6 100%);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:20px;box-shadow:0 6px 14px rgba(46,124,246,.25)}
.brand-name{font-size:20px;font-weight:700;color:var(--ink);letter-spacing:.01em;white-space:nowrap}
.official-tag{display:inline-block;margin-left:7px;padding:2px 9px;border-radius:999px;background:rgba(46,124,246,.1);color:var(--brand-blue);font-size:12px;font-weight:600;vertical-align:2px}
.main-menu{gap:6px}
.main-menu .nav-link{font-size:15px;font-weight:500;color:var(--ink-2);padding:25px 16px;border-radius:12px;position:relative}
.main-menu .nav-link:hover{color:var(--brand-blue)}
.main-menu .nav-link.active{color:var(--brand-blue);font-weight:600}
.main-menu .nav-link.active::after{content:"";position:absolute;left:50%;bottom:12px;width:6px;height:6px;border-radius:50%;background:var(--brand-blue);transform:translateX(-50%)}
.header-actions{display:flex;align-items:center;gap:10px}
.search-form{position:relative}
.search-form .form-control{border-radius:var(--radius-pill);background:#F4F8FC;border:1px solid transparent;padding:9px 40px 9px 18px;width:190px;font-size:14px;transition:width .25s ease,background .2s,border-color .2s;color:var(--ink)}
.search-form .form-control:focus,.search-form:focus-within .form-control{width:250px;border-color:var(--brand-blue);background:#fff;box-shadow:0 0 0 4px rgba(46,124,246,.11)}
.search-form .search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:transparent;color:var(--ink-2);display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s;font-size:15px}
.search-form .search-btn:hover{background:var(--brand-blue);color:#fff}
.navbar-toggler{border:none;padding:8px;background:#F4F8FC;border-radius:12px}
.navbar-toggler:focus{box-shadow:none;border-color:transparent}
.navbar-toggler-icon{width:1.3em;height:1.3em}

.hero{background-size:cover;background-position:center;min-height:720px;padding:112px 0 116px;overflow:hidden;display:flex;align-items:center}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(13,26,57,.94) 0%,rgba(18,38,74,.86) 38%,rgba(22,48,92,.55) 75%,rgba(23,55,105,.4) 100%);z-index:1}
.hero .container{position:relative;z-index:2}
.hero-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:13px;font-weight:500;letter-spacing:.03em;backdrop-filter:blur(6px)}
.hero-pill .pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--brand-teal);box-shadow:0 0 0 4px rgba(20,184,166,.2)}
.hero h1{font-size:52px;line-height:1.22;margin:26px 0 18px;color:#fff;font-weight:800;letter-spacing:0;max-width:680px}
.hero-desc{font-size:17px;line-height:1.9;color:rgba(255,255,255,.82);max-width:620px;margin:0 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.hero-mini{display:flex;flex-wrap:wrap;gap:20px;margin-top:32px;color:rgba(255,255,255,.62);font-size:13px}
.hero-mini span{display:inline-flex;align-items:center;gap:7px}
.hero-mini i{color:var(--brand-teal);font-size:14px}

.hero-ticket-card{background:#fff;border-radius:24px;padding:6px 6px 18px;color:var(--ink);box-shadow:0 30px 60px rgba(8,22,48,.25);position:relative;max-width:450px;margin-left:auto}
.ticket-top{background:#F4F8FC;border-radius:19px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.ticket-title{display:flex;align-items:center;gap:10px}
.ticket-title .ticket-ico{width:40px;height:40px;border-radius:13px;background:rgba(46,124,246,.1);color:var(--brand-blue);display:flex;align-items:center;justify-content:center;font-size:18px}
.ticket-title strong{font-size:16px;line-height:1.2;display:block}
.ticket-title small{color:var(--ink-2);font-size:12px;font-weight:400}
.live-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(20,184,166,.1);color:var(--brand-teal);font-size:12px;font-weight:600;padding:5px 10px;border-radius:999px;white-space:nowrap}
.live-chip .mini-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-teal);animation:liveFade 1.4s ease infinite}
@keyframes liveFade{0%,100%{opacity:1}50%{opacity:.25}}
.ticket-events{list-style:none;margin:14px 0 8px;padding:0 16px}
.ticket-events li{display:flex;align-items:center;gap:10px;padding:13px 4px;border-bottom:1px dashed #E9EFF7}
.ticket-events li:last-child{border-bottom:0}
.ticket-time{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--ink);min-width:52px}
.ticket-event-name{flex:1;min-width:0}
.ticket-event-name b{font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ticket-event-name small{font-size:12px;color:var(--ink-2)}
.ticket-state{font-size:12px;font-weight:600;color:var(--brand-teal);padding:4px 9px;border-radius:999px;background:rgba(20,184,166,.09)}
.ticket-state.warm{color:#CB7A00;background:rgba(245,179,0,.12)}
.ticket-state.blue{color:var(--brand-blue);background:rgba(46,124,246,.1)}
.ticket-actions{padding:10px 18px 0;display:grid;grid-template-columns:1fr;gap:8px}
.ticket-btn{display:flex;align-items:center;justify-content:space-between;background:var(--brand-blue);color:#fff;padding:12px 16px;border-radius:999px;font-weight:600;font-size:14px;transition:background .2s}
.ticket-btn:hover{background:var(--brand-blue-dark);color:#fff}
.ticket-note{text-align:center;color:var(--ink-3);font-size:11px;margin-top:10px;display:block}
.section-pad{padding:96px 0}
.section-soft{background:var(--bg-soft)}
.section-title-sm{font-size:12px;font-weight:600;letter-spacing:.12em;color:var(--brand-blue);text-transform:uppercase;display:block;margin-bottom:8px}
.section-title{font-size:34px;line-height:1.35;font-weight:700;margin:0;letter-spacing:-.01em}
.section-sub{color:var(--ink-2);font-size:15px;margin:10px 0 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:40px}
.section-head-left{max-width:720px}

.film-scroller{position:relative}
.film-arrow{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink-2);font-size:18px;transition:all .2s;box-shadow:0 4px 12px rgba(23,45,99,.05)}
.film-arrow:hover{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue);transform:translateY(-2px)}
.film-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:none;margin-right:-15px;padding-right:15px}
.film-track::-webkit-scrollbar{display:none}
.poster-card{flex:0 0 248px;max-width:248px;scroll-snap-align:start;display:block;text-decoration:none;color:inherit}
.poster-thumb{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:3/4.05;background:#EAF1F9;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s}
.poster-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;position:absolute;inset:0}
.poster-card:hover .poster-thumb{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.poster-card:hover .poster-thumb img{transform:scale(1.05)}
.poster-format{position:absolute;top:14px;left:14px;z-index:2;background:rgba(17,32,64,.72);color:#fff;font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;backdrop-filter:blur(6px);display:inline-flex;align-items:center;gap:5px}
.poster-format.teal{background:rgba(20,184,166,.22);border:1px solid rgba(20,184,166,.4)}
.poster-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .25s;background:rgba(13,26,57,.24)}
.poster-play .play-round{width:52px;height:52px;border-radius:50%;background:#fff;color:var(--brand-blue);display:flex;align-items:center;justify-content:center;font-size:21px;box-shadow:0 10px 24px rgba(0,0,0,.2);transform:translateY(10px) scale(.92);transition:transform .25s}
.poster-card:hover .poster-play{opacity:1}
.poster-card:hover .poster-play .play-round{transform:translateY(0) scale(1)}
.poster-body{padding:13px 4px 0}
.poster-body .poster-cat{font-size:12px;color:var(--brand-teal);font-weight:600;display:block;margin-bottom:4px}
.poster-body h3{font-size:16px;font-weight:600;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}
.poster-meta{display:flex;align-items:center;gap:10px;color:var(--ink-3);font-size:12px;margin-top:7px}

.section-dark{background:#0F1F3D;color:#fff}
.section-dark .section-sub{color:rgba(255,255,255,.62)}
.section-dark .section-title{color:#fff}
.rank-wrapper{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}
.rank-feature{position:relative;border-radius:24px;overflow:hidden;min-height:430px;display:block;color:#fff;box-shadow:var(--shadow-md)}
.rank-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.rank-feature:hover img{transform:scale(1.04)}
.rank-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(200deg,rgba(10,20,45,.05) 0%,rgba(10,20,45,.72) 68%,rgba(8,17,40,.92) 100%)}
.rank-feature-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px 26px}
.rank-badge-sm{display:inline-flex;align-items:center;gap:6px;background:rgba(245,179,0,.16);border:1px solid rgba(245,179,0,.4);color:#FFD55C;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:12px}
.rank-feature h3{color:#fff;font-size:26px;font-weight:700;margin:0 0 8px}
.rank-feature p{color:rgba(255,255,255,.75);font-size:14px;line-height:1.7;margin:0 0 14px;max-width:430px}
.rank-feature-meta{display:flex;gap:16px;font-size:12px;color:rgba(255,255,255,.65)}
.rank-feature-meta i{color:var(--brand-teal)}
.rank-no{position:absolute;top:20px;right:24px;font-size:72px;line-height:1;font-weight:800;color:rgba(255,255,255,.88);z-index:3;text-shadow:0 10px 30px rgba(0,0,0,.25)}
.rank-editorial{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow-sm);gap:8px}
.rank-line{display:flex;align-items:center;gap:14px;background:var(--bg-soft);border-radius:16px;padding:12px 15px;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;position:relative}
.rank-line:hover{background:#fff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}
.rank-line-num{font-size:22px;font-weight:800;color:var(--ink-3);font-variant-numeric:tabular-nums;min-width:30px;text-align:center;line-height:1}
.rank-line:nth-child(1) .rank-line-num,.rank-line:nth-child(2) .rank-line-num,.rank-line:nth-child(3) .rank-line-num{color:var(--accent-amber)}
.rank-line-info{flex:1;min-width:0}
.rank-line-info strong{display:block;font-size:14px;line-height:1.4;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rank-line-info span{font-size:12px;color:var(--ink-2);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rank-line-link{width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid var(--line);color:var(--ink-2);display:flex;align-items:center;justify-content:center;font-size:14px}

.category-card{height:410px;border-radius:26px;position:relative;overflow:hidden;display:block;background:#17233D;color:#fff;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}
.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,16,35,.05) 30%,rgba(8,16,35,.85) 100%);transition:background .3s}
.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.category-card:hover img{transform:scale(1.06)}
.category-card .cat-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:0 22px 22px}
.category-kicker{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(6px);padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:13px;color:#fff}
.category-card h3{color:#fff;font-size:22px;font-weight:700;line-height:1.45;margin:0 0 10px;position:relative}
.category-card p{color:rgba(255,255,255,.78);font-size:14px;line-height:1.7;margin:0 0 16px;max-width:330px}
.cat-go{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:600}
.cat-go i{transition:transform .25s}
.category-card:hover .cat-go i{transform:translateX(5px)}

.value-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px 22px;box-shadow:0 2px 6px rgba(23,45,99,.02);transition:transform .25s,box-shadow .25s,border-color .25s}
.value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(46,124,246,.4)}
.value-icon{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,rgba(46,124,246,.12),rgba(20,184,166,.12));color:var(--brand-blue);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.value-card h3{font-size:16px;font-weight:700;margin:0 0 7px}
.value-card p{color:var(--ink-2);font-size:14px;line-height:1.65;margin:0}

.news-panel{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm)}
.news-row{display:grid;grid-template-columns:74px minmax(0,1fr) auto 30px;gap:12px;align-items:center;padding:18px 22px;border-bottom:1px solid #EDF2F8;transition:background .2s;text-decoration:none}
.news-row:last-child{border-bottom:0}
.news-row:hover{background:#F8FBFF}
.news-cat{display:inline-block;background:#EEF5FF;color:var(--brand-blue);padding:5px 11px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap;text-align:center}
.news-cat.teal{background:rgba(20,184,166,.1);color:#0F9F8F}
.news-info{min-width:0}
.news-info strong{display:block;font-size:15px;font-weight:600;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-info p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:var(--ink-2);font-size:13px;margin:4px 0 0;line-height:1.6}
.news-date{font-size:13px;color:var(--ink-3);font-variant-numeric:tabular-nums;white-space:nowrap}
.news-open{width:30px;height:30px;border-radius:50%;background:var(--bg-soft);color:var(--ink-2);display:inline-flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s,color .2s}
.news-row:hover .news-open{background:var(--brand-blue);color:#fff}
.news-empty{border:2px dashed #D6E2F2;border-radius:22px;padding:44px 20px;text-align:center;color:var(--ink-3);margin:0}

.cta-panel{position:relative;border-radius:28px;overflow:hidden;background:#0F1F3D;padding:58px 60px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.cta-bg{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;opacity:.42}
.cta-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,26,57,.62),rgba(19,42,82,.32))}
.cta-content{position:relative;z-index:2;color:#fff}
.cta-content h2{font-size:32px;font-weight:700;color:#fff;margin:0 0 12px}
.cta-content p{font-size:16px;color:rgba(255,255,255,.78);max-width:650px;margin:0}
.cta-action{position:relative;z-index:2}
.cta-action .btn{min-width:170px}

.accordion-item{border:1px solid var(--line)!important;margin-bottom:12px;border-radius:15px!important;background:#fff;overflow:hidden;box-shadow:0 4px 12px rgba(23,45,99,.03)}
.accordion-item:last-child{margin-bottom:0}
.accordion-button{background:#fff;font-weight:700;font-size:16px;color:var(--ink);padding:17px 20px;transition:color .2s,background .2s}
.accordion-button::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232E7CF6' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");background-size:14px;transition:transform .2s}
.accordion-button:not(.collapsed){background:#F5F9FF;color:var(--brand-blue);box-shadow:none}
.accordion-button:not(.collapsed)::after{transform:rotate(45deg)}
.accordion-button:hover{background:#F5F9FF}
.accordion-button:focus{box-shadow:none;border-color:transparent}
.accordion-body{color:var(--ink-2);padding:0 20px 18px;font-size:14px;line-height:1.85}

.site-footer{background:var(--bg-soft);border-top:1px solid var(--line);padding-top:78px}
.footer-title{font-size:16px;font-weight:700;margin:0 0 22px}
.footer-brand{max-width:360px}
.footer-brand .brand-logo{margin-bottom:16px}
.footer-about{color:var(--ink-2);font-size:14px;margin:0 0 20px;line-height:1.8}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin-bottom:11px}
.footer-links a{color:var(--ink-2);font-size:14px;display:inline-flex;align-items:center;gap:7px;transition:all .2s}
.footer-links a i{font-size:12px;color:var(--ink-3);transition:transform .2s}
.footer-links a:hover{color:var(--brand-blue)}
.footer-links a:hover i{transform:translateX(3px);color:var(--brand-blue)}
.contact-list{list-style:none;margin:0 0 18px;padding:0}
.contact-list li{display:flex;gap:10px;align-items:flex-start;color:var(--ink-2);font-size:14px;margin-bottom:12px}
.contact-list i{color:var(--brand-teal);margin-top:3px}
.footer-bottom{margin-top:50px;border-top:1px solid #DCE5F1;padding:18px 0;font-size:13px;color:var(--ink-3);display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.footer-bottom a{color:var(--ink-3)}
.footer-bottom a:hover{color:var(--brand-blue)}

@media (min-width:1400px){
  .poster-card{flex:0 0 258px;max-width:258px}
}
@media (max-width:1199.98px){
  .hero h1{font-size:44px}
  .hero{min-height:auto;padding:78px 0}
  .hero-ticket-card{margin:36px auto 0}
  .rank-wrapper{grid-template-columns:1fr 1fr}
  .poster-card{flex:0 0 225px;max-width:225px}
  .category-card{height:360px}
}
@media (max-width:991.98px){
  .site-header .navbar{min-height:64px}
  .navbar-collapse{background:#fff;padding:18px;border-radius:20px;box-shadow:var(--shadow-md);margin-top:12px;border:1px solid var(--line)}
  .main-menu{gap:0}
  .main-menu .nav-link{padding:12px 12px;border-radius:12px}
  .main-menu .nav-link.active::after{display:none}
  .header-actions{width:100%;gap:10px;margin-top:10px}
  .search-form{flex:1}
  .search-form .form-control,.search-form:focus-within .form-control{width:100%}
  .section-pad{padding:72px 0}
  .rank-wrapper{grid-template-columns:1fr}
  .rank-feature{min-height:320px}
  .category-card{height:280px}
  .cta-panel{padding:42px 32px}
  .cta-content h2{font-size:28px}
}
@media (max-width:767.98px){
  .container{padding-left:16px;padding-right:16px}
  .hero{padding:60px 0}
  .hero h1{font-size:34px;line-height:1.3;margin-top:18px}
  .hero-desc{font-size:15px}
  .hero-mini{gap:12px}
  .section-pad{padding:56px 0}
  .section-title{font-size:28px}
  .section-head{margin-bottom:26px;align-items:flex-start;flex-direction:column;gap:14px}
  .film-track{gap:16px}
  .poster-card{flex:0 0 178px;max-width:178px}
  .poster-body h3{font-size:14px;min-height:36px;-webkit-line-clamp:2}
  .poster-meta{display:none}
  .category-card{height:250px}
  .category-card h3{font-size:18px}
  .category-card p{display:none}
  .cta-panel{padding:32px 24px;background:#0F1F3D}
  .cta-bg{opacity:.3}
  .cta-content h2{font-size:24px;line-height:1.4}
  .news-row{grid-template-columns:1fr auto;gap:8px 12px;padding:16px 14px}
  .news-info strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .news-info p{display:none}
  .footer-bottom{flex-direction:column;justify-content:center;text-align:center}
}
@media (max-width:575.98px){
  .brand-name{font-size:17px}
  .official-tag{font-size:10px;padding:2px 7px}
  .brand-logo{gap:7px}
  .header-actions .btn-primary{font-size:14px}
  .search-form{display:none}
  .hero h1{font-size:29px}
  .hero-actions .btn{width:100%}
  .hero-ticket-card .ticket-time{min-width:40px;font-size:14px}
  .rank-feature h3{font-size:21px}
  .rank-feature p{font-size:13px}
  .rank-line-info span{display:none}
  .section-title{font-size:25px}
  .film-arrow{width:36px;height:36px}
  .poster-card{flex:0 0 152px;max-width:152px}
  .value-card{padding:18px}
  .news-cat{font-size:11px;padding:4px 8px;grid-column:1;justify-self:start}
  .news-date{font-size:12px;text-align:right;grid-column:2;grid-row:1}
  .news-info{grid-column:1/3;grid-row:auto}
  .news-open{display:none}
  .cta-action .btn{width:100%}
}

/* roulang page: article */
:root{
  --brand-blue:#2E7CF6;
  --brand-blue-dark:#165FC9;
  --brand-teal:#14B8A6;
  --brand-teal-dark:#0D9488;
  --accent-amber:#F5B300;
  --body-bg:#FFFFFF;
  --alt-bg:#F4F8FC;
  --deep-bg:#172033;
  --card-bg:#FFFFFF;
  --text-main:#172033;
  --text-sub:#5A6785;
  --text-muted:#9AA6BD;
  --border-light:#E6EDF6;
  --radius-card:16px;
  --radius-container:24px;
  --radius-pill:999px;
  --shadow-card:0 6px 20px rgba(23,45,99,.07);
  --shadow-hover:0 18px 40px rgba(23,45,99,.12);
  --shadow-nav:0 4px 16px rgba(23,45,99,.06);
  --ease:cubic-bezier(.25,.46,.45,.94);
  --max-width:1320px;
  --space-section:96px;
  --space-section-md:72px;
  --space-section-sm:56px;
  --font-sans:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC","Helvetica Neue",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  padding:0;
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.7;
  color:var(--text-main);
  background:var(--body-bg);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{
  font-weight:700;
  line-height:1.3;
  color:var(--text-main);
  margin:0 0 .5em;
  letter-spacing:0;
}
p{margin:0 0 1em;color:var(--text-sub)}
a{color:var(--brand-blue);text-decoration:none;transition:color .25s var(--ease)}
a:hover{color:var(--brand-blue-dark)}
img{max-width:100%;height:auto;display:block}
ul,ol{padding:0;margin:0 0 1rem}
.container{max-width:var(--max-width);padding-left:24px;padding-right:24px}
/* ===== Header ===== */
.site-header{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(8px);
  position:sticky;
  top:0;
  left:0;
  right:0;
  z-index:1050;
  border-bottom:1px solid var(--border-light);
  box-shadow:0 1px 0 #E6EDF6,0 4px 16px rgba(23,45,99,.04);
}
.site-header .navbar{padding:12px 0;min-height:72px}
.brand-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:0;
}
.logo-mark{
  width:38px;
  height:38px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-teal));
  color:#fff;
  font-size:20px;
  flex:0 0 auto;
  box-shadow:0 4px 12px rgba(46,124,246,.24);
}
.brand-name{
  font-size:19px;
  font-weight:700;
  line-height:1.2;
  color:var(--text-main);
  letter-spacing:0;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.official-tag{
  display:inline-block;
  background:rgba(46,124,246,.1);
  color:var(--brand-blue-dark);
  font-size:12px;
  font-weight:600;
  padding:3px 9px;
  border-radius:var(--radius-pill);
  letter-spacing:.02em;
  line-height:1.4;
}
.main-menu .nav-link{
  font-size:15px;
  font-weight:500;
  color:var(--text-sub);
  padding:10px 16px !important;
  border-radius:var(--radius-pill);
  margin:0 2px;
  position:relative;
  transition:color .25s var(--ease),background .25s var(--ease);
}
.main-menu .nav-link:hover{
  color:var(--brand-blue-dark);
  background:rgba(46,124,246,.06);
}
.main-menu .nav-link.active{
  color:var(--brand-blue-dark);
  font-weight:600;
}
.main-menu .nav-link.active::after{
  content:'';
  position:absolute;
  bottom:3px;
  left:50%;
  transform:translateX(-50%);
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--brand-blue);
}
.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.search-form{
  position:relative;
  display:flex;
  align-items:center;
}
.search-form .form-control{
  width:178px;
  height:42px;
  border:1px solid var(--border-light);
  border-radius:var(--radius-pill);
  padding:10px 46px 10px 20px;
  font-size:14px;
  background:var(--alt-bg);
  color:var(--text-main);
  transition:width .3s var(--ease),border-color .3s,box-shadow .3s;
}
.search-form .form-control:focus{
  width:250px;
  border-color:var(--brand-blue);
  background:#fff;
  box-shadow:0 0 0 .25rem rgba(46,124,246,.12);
  outline:none;
}
.search-form .form-control::placeholder{color:var(--text-muted)}
.search-btn{
  position:absolute;
  right:5px;
  top:50%;
  transform:translateY(-50%);
  width:32px;
  height:32px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--text-muted);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .2s,color .2s;
}
.search-btn:hover{background:rgba(46,124,246,.12);color:var(--brand-blue)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius-pill);
  font-weight:600;
  font-size:15px;
  padding:10px 22px;
  border:1px solid transparent;
  transition:all .25s var(--ease);
  gap:8px;
  white-space:nowrap;
}
.btn-primary{
  background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-blue) 100%);
  border-color:var(--brand-blue);
  color:#fff;
  box-shadow:0 6px 16px rgba(46,124,246,.22);
}
.btn-primary:hover{
  background:var(--brand-blue-dark);
  border-color:var(--brand-blue-dark);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:var(--shadow-hover);
}
.btn-primary:active,.btn-primary:focus{
  background:var(--brand-blue-dark) !important;
  border-color:var(--brand-blue-dark) !important;
  box-shadow:0 0 0 .25rem rgba(46,124,246,.2) !important;
  color:#fff !important;
}
.btn-outline{
  background:transparent;
  border-color:#d6e1f0;
  color:var(--brand-blue-dark);
}
.btn-outline:hover{
  border-color:var(--brand-blue);
  color:var(--brand-blue-dark);
  background:rgba(46,124,246,.05);
}
.btn-teal{
  background:var(--brand-teal);
  border-color:var(--brand-teal);
  color:#fff;
}
.btn-teal:hover{
  background:var(--brand-teal-dark);
  border-color:var(--brand-teal-dark);
  color:#fff;
  transform:translateY(-2px);
}
.btn-ghost-light{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  backdrop-filter:blur(4px);
}
.btn-ghost-light:hover{
  background:rgba(255,255,255,.22);
  color:#fff;
  border-color:rgba(255,255,255,.6);
}
.navbar-toggler{
  border:1px solid var(--border-light);
  border-radius:10px;
  padding:6px 10px;
  color:var(--text-main);
}
.navbar-toggler:focus{box-shadow:0 0 0 .2rem rgba(46,124,246,.12)}
.navbar-toggler-icon{background-image:none;width:22px;height:18px;position:relative}
.navbar-toggler-icon::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:var(--text-main);
  border-radius:2px;
  box-shadow:0 6px 0 var(--text-main),0 12px 0 var(--text-main);
  transition:transform .2s;
}
/* ===== Article Page Hero ===== */
.article-head{
  border-bottom:1px solid var(--border-light);
  padding:44px 0 20px;
  background:linear-gradient(180deg,var(--alt-bg) 0%,rgba(255,255,255,0) 100%);
}
.breadcrumb{
  font-size:13px;
  color:var(--text-muted);
  margin-bottom:28px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.breadcrumb a{color:var(--text-muted)}
.breadcrumb a:hover{color:var(--brand-blue)}
.breadcrumb i{font-size:10px;color:#c5cedd}
.post-meta-inline{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  color:var(--text-muted);
  font-size:13px;
  margin-bottom:14px;
}
.post-meta-inline a{
  color:var(--brand-teal);
  font-weight:600;
}
.post-date{display:inline-flex;align-items:center;gap:6px}
.post-date i{color:var(--text-muted)}
.article-title{
  font-size:2.4rem;
  font-weight:700;
  line-height:1.3;
  max-width:880px;
  margin-bottom:14px;
  color:var(--deep-bg);
}
/* ===== Article Layout ===== */
.article-shell{
  padding-top:44px;
  padding-bottom:80px;
}
.article-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:40px;
}
.article-main{min-width:0}
.article-hero-img{
  width:100%;
  border-radius:var(--radius-container);
  overflow:hidden;
  margin-bottom:28px;
  box-shadow:var(--shadow-card);
  background:var(--alt-bg);
}
.article-hero-img img{
  width:100%;
  height:auto;
  min-height:230px;
  object-fit:cover;
}
.article-content-block{
  background:#fff;
  padding:12px 8px 20px 0;
}
.article-content-block .article-content{
  font-size:16px;
  line-height:1.9;
  color:var(--text-sub);
  max-width:820px;
}
.article-content-block .article-content p{
  margin-bottom:1.6em;
}
.article-content-block .article-content h2{
  font-size:28px;
  font-weight:700;
  color:var(--text-main);
  margin:40px 0 14px;
  padding-left:16px;
  border-left:4px solid var(--brand-blue);
  line-height:1.4;
}
.article-content-block .article-content h3{
  font-size:22px;
  font-weight:600;
  color:var(--text-main);
  margin:30px 0 12px;
}
.article-content-block .article-content blockquote{
  background:var(--alt-bg);
  border-left:4px solid var(--brand-teal);
  border-radius:0 12px 12px 0;
  padding:20px 24px;
  margin:24px 0;
  color:var(--text-main);
  font-weight:500;
}
.article-content-block .article-content img{
  border-radius:14px;
  margin:24px 0;
}
.article-content-block .article-content ul,
.article-content-block .article-content ol{
  padding-left:1.3rem;
}
.article-content-block .article-content ol li,
.article-content-block .article-content ul li{
  margin-bottom:.6em;
}
/* ===== Sidebar ===== */
.article-sidebar{position:sticky;top:100px;align-self:start;display:block}
.side-card{
  background:#fff;
  border-radius:16px;
  border:1px solid var(--border-light);
  padding:22px;
  margin-bottom:24px;
  box-shadow:0 2px 8px rgba(23,45,99,.03);
}
.side-card .card-title-small{
  font-size:17px;
  font-weight:700;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:6px;
  color:var(--text-main);
}
.side-card .card-title-small i{color:var(--brand-blue)}
.toc-list{
  list-style:none;
  padding:0;
  margin:0;
}
.toc-list li{margin-bottom:4px}
.toc-list a{
  display:flex;
  align-items:flex-start;
  font-size:14px;
  padding:8px 12px;
  border-radius:10px;
  color:var(--text-sub);
  line-height:1.5;
  gap:8px;
}
.toc-list a::before{
  content:attr(data-index);
  font-size:12px;
  color:var(--text-muted);
  line-height:1.6;
  flex:0 0 auto;
}
.toc-list a:hover{
  background:var(--alt-bg);
  color:var(--brand-blue-dark);
}
.toc-list a.active-item{color:var(--brand-blue);font-weight:600}
/* ===== Section base ===== */
.section-block{padding:var(--space-section) 0}
.section-caption{padding-bottom:60px}
.section-caption h2{font-size:32px;font-weight:700;text-align:center;margin-bottom:10px}
.section-caption .section-lead{text-align:center;color:var(--text-muted);font-size:15px}
.title-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px;
}
.title-bar h2{font-size:26px;margin:0}
/* ===== Prev / Next ===== */
.article-pagination{
  margin-top:32px;
  padding-top:20px;
  border-top:1px solid var(--border-light);
  display:flex;
  flex-direction:column;
  gap:12px;
}
.article-pagination .pager-link{
  display:flex;
  justify-content:space-between;
  gap:20px;
  background:var(--alt-bg);
  border:1px solid var(--border-light);
  border-radius:14px;
  padding:15px 20px;
  color:var(--text-sub);
  font-size:14px;
  line-height:1.5;
  transition:all .25s var(--ease);
}
.article-pagination .pager-link:hover{
  background:#fff;
  border-color:var(--brand-blue);
  box-shadow:var(--shadow-card);
  transform:translateY(-2px);
  color:var(--brand-blue-dark);
}
.article-pagination .pager-arrow{color:var(--text-muted);white-space:nowrap}
.article-pagination .pager-arrow i{font-size:13px}
/* ===== Fallback empty ===== */
.empty-state{
  background:var(--alt-bg);
  border-radius:20px;
  padding:50px 20px;
  text-align:center;
  min-height:220px;
}
.empty-state i{
  font-size:36px;
  color:var(--brand-teal);
  display:block;
  margin-bottom:10px;
}
.empty-action{margin-top:44px;text-align:center}
/* ===== Call to action ===== */
.cta-banner{
  margin:8px 0 90px;
  background:linear-gradient(120deg,var(--brand-blue) 0%,var(--brand-blue) 55%,var(--brand-teal) 130%);
  border-radius:28px;
  padding:50px 36px;
  color:#fff;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.cta-banner::before{
  content:'';
  position:absolute;
  width:300px;
  height:220px;
  left:-80px;
  top:-90px;
  background:radial-gradient(circle at center,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 68%);
  pointer-events:none;
}
.cta-banner .cta-title{
  font-size:28px;
  font-weight:700;
  color:#fff;
  margin-bottom:12px;
}
.cta-banner .cta-text{
  color:rgba(255,255,255,.87);
  max-width:520px;
  margin:0 auto 24px;
  font-size:15px;
}
/* ===== Footer ===== */
.site-footer{
  background:var(--alt-bg);
  border-top:1px solid var(--border-light);
  padding-top:60px;
}
.site-footer .footer-brand{margin-bottom:30px}
.site-footer .brand-logo{margin-bottom:18px}
.site-footer .brand-name{font-size:18px}
.footer-about{
  color:var(--text-sub);
  font-size:14px;
  line-height:1.8;
  max-width:340px;
  margin-top:10px;
}
.footer-title{
  color:var(--text-main);
  font-size:16px;
  font-weight:700;
  margin-bottom:18px;
}
.footer-links{
  list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.footer-links li{display:flex;align-items:center;gap:4px}
.footer-links a{
  font-size:14px;
  color:var(--text-sub);
  display:inline-flex;
  align-items:center;
  gap:2px;
  transition:all .2s;
}
.footer-links a i{font-size:10px;color:var(--text-muted)}
.footer-links a:hover{
  color:var(--brand-blue-dark);
  padding-left:4px;
}
.contact-list{
  list-style:none;
  padding:0;
  display:grid;
  gap:14px;
  margin-top:4px;
}
.contact-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  color:var(--text-sub);
  line-height:1.7;
}
.contact-list i{
  font-size:18px;
  color:var(--brand-blue);
  margin-top:2px;
}
.footer-bottom{
  border-top:1px solid var(--border-light);
  margin-top:20px;
  padding:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  font-size:13px;
  color:var(--text-muted);
}
/* ===== Responsive ===== */
@media(max-width:991px){
  .site-header .navbar{min-height:auto}
  .main-menu{padding:12px 0}
  .main-menu .nav-link{padding:10px 14px !important}
  .main-menu .nav-link.active::after{bottom:2px;left:18px;transform:none}
  .header-actions{display:flex;align-items:center;gap:10px;width:100%;padding:10px 0}
  .search-form .form-control,
  .search-form .form-control:focus{width:100%;height:42px}
  .search-btn{right:5px}
  .article-layout{grid-template-columns:1fr}
  .article-sidebar{display:none}
  .article-title{font-size:1.7rem}
  .section-caption h2{font-size:26px}
  .section-caption p{font-size:14px}
}
@media(max-width:576px){
  .container{padding-left:16px;padding-right:16px}
  body{font-size:15px}
  .brand-name{font-size:17px}
  .official-tag{display:none}
  .article-head{padding-top:24px}
  .article-title{font-size:1.4rem}
  .article-content-block .article-content{
    font-size:15.5px;
    line-height:1.75;
  }
  .header-actions{display:flex;flex-direction:column;align-items:stretch}
  .search-form .form-control{width:100%}
  .btn-primary,.header-actions .btn-primary{width:100%}
  .site-footer .footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:8px}
  .cta-banner{padding:32px 18px}
  .cta-banner .cta-title{font-size:22px}
  .article-content-block .article-content h2{font-size:22px}
}

/* roulang page: category1 */
:root {
            --brand-blue: #2E7CF6;
            --brand-blue-dark: #165FC9;
            --brand-teal: #14B8A6;
            --accent-amber: #F5B300;
            --page-bg: #FFFFFF;
            --section-bg: #F4F8FC;
            --text-main: #172033;
            --text-sub: #5A6785;
            --text-weak: #9AA6BD;
            --border-light: #E6EDF6;
            --radius-card: 16px;
            --radius-container: 24px;
            --radius-pill: 999px;
            --shadow-nav: 0 1px 0 #E6EDF6, 0 4px 16px rgba(23, 45, 99, 0.06);
            --shadow-card: 0 6px 20px rgba(23, 45, 99, 0.07);
            --shadow-hover: 0 18px 40px rgba(23, 45, 99, 0.12);
            --space-section: 96px;
            --font-body: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
        }
        * {
            box-sizing: border-box;
        }
        img {
            max-width: 100%;
            height: auto;
        }
        a {
            color: var(--brand-blue);
            text-decoration: none;
            transition: color .2s ease;
        }
        a:hover {
            color: var(--brand-blue-dark);
        }
        body {
            font-family: var(--font-body);
            color: var(--text-main);
            background: #fff;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1320px;
        }
        /* ---------- Header ---------- */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1050;
            background: rgba(255, 255, 255, .96);
            backdrop-filter: blur(8px);
            box-shadow: var(--shadow-nav);
        }
        .site-header .navbar {
            min-height: 76px;
            padding-top: 0;
            padding-bottom: 0;
        }
        .navbar-brand {
            display: inline-flex;
            align-items: center;
            padding: 0;
            margin-right: 24px;
        }
        .brand-logo {
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .logo-mark {
            width: 38px;
            height: 38px;
            border-radius: 12px;
            background: linear-gradient(135deg, #2E7CF6 0%, #14B8A6 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            flex-shrink: 0;
        }
        .brand-name {
            font-size: 20px;
            font-weight: 700;
            color: var(--text-main);
            letter-spacing: 0;
            white-space: nowrap;
        }
        .official-tag {
            display: inline-block;
            font-size: 11px;
            font-weight: 600;
            color: #fff;
            background: linear-gradient(135deg, var(--brand-teal), #0ea592);
            border-radius: 20px;
            padding: 2px 8px;
            margin-left: 4px;
            vertical-align: 2px;
            letter-spacing: .02em;
        }
        .main-menu .nav-link {
            font-size: 16px;
            color: var(--text-sub);
            font-weight: 500;
            padding: 26px 18px !important;
            position: relative;
            transition: color .2s;
            white-space: nowrap;
        }
        .main-menu .nav-link::after {
            content: "";
            position: absolute;
            left: 18px;
            right: 18px;
            bottom: 14px;
            height: 4px;
            border-radius: 4px;
            background: transparent;
            transition: background .2s;
        }
        .main-menu .nav-link:hover {
            color: var(--brand-blue);
        }
        .main-menu .nav-link.active {
            color: var(--brand-blue);
            font-weight: 600;
        }
        .main-menu .nav-link.active::after {
            background: var(--brand-teal);
        }
        .header-actions {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        .search-form {
            position: relative;
            display: flex;
            align-items: center;
            width: 200px;
            transition: width .3s ease;
        }
        .search-form:focus-within {
            width: 280px;
        }
        .search-form .form-control {
            width: 100%;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-pill);
            padding: 8px 42px 8px 18px;
            font-size: 14px;
            background: #F4F8FC;
            transition: border-color .2s, box-shadow .2s, background .2s;
            height: 42px;
        }
        .search-form .form-control:focus {
            border-color: var(--brand-blue);
            box-shadow: 0 0 0 4px rgba(46, 124, 246, .12);
            background: #fff;
        }
        .search-btn {
            position: absolute;
            right: 4px;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 0;
            background: var(--brand-blue);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            transition: background .2s;
        }
        .search-btn:hover {
            background: var(--brand-blue-dark);
        }
        .btn-primary {
            background: var(--brand-blue);
            border-color: var(--brand-blue);
            border-radius: var(--radius-pill);
            padding: 10px 22px;
            font-weight: 600;
            font-size: 15px;
            transition: all .2s;
        }
        .btn-primary:hover {
            background: var(--brand-blue-dark);
            border-color: var(--brand-blue-dark);
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgba(46, 124, 246, .22);
        }
        .btn-primary:active {
            transform: translateY(0) scale(.98);
        }
        .navbar-toggler {
            border: 0;
            padding: 6px;
            border-radius: 10px;
        }
        .navbar-toggler:focus {
            box-shadow: 0 0 0 3px rgba(46, 124, 246, .18);
        }
        .navbar-toggler-icon {
            display: inline-block;
            width: 24px;
            height: 18px;
            background: linear-gradient-to-bottom, var(--text-main) 0 2px, transparent 2px 6px, var(--text-main) 6px 8px, transparent 8px 12px, var(--text-main) 12px 14px;
            background: linear-gradient(to bottom, var(--text-main) 0px, var(--text-main) 2px, transparent 2px, transparent 6px, var(--text-main) 6px, var(--text-main) 8px, transparent 8px, transparent 12px, var(--text-main) 12px, var(--text-main) 14px);
        }
        @media (max-width: 1199.98px) {
            .navbar-collapse {
                background: #fff;
                border-radius: 16px;
                padding: 16px;
                box-shadow: var(--shadow-hover);
                margin-top: 8px;
                border: 1px solid var(--border-light);
            }
            .main-menu .nav-link {
                padding: 12px 20px !important;
                border-radius: 12px;
            }
            .main-menu .nav-link::after {
                display: none;
            }
            .main-menu .nav-link.active {
                background: rgba(46, 124, 246, .08);
                color: var(--brand-blue);
            }
            .header-actions {
                padding: 8px 8px 0;
                flex-wrap: wrap;
            }
            .search-form {
                width: 100%;
                margin-bottom: 10px;
                flex: 1 1 100%;
            }
            .search-form:focus-within {
                width: 100%;
            }
            .header-actions .btn-primary {
                width: 100%;
                text-align: center;
            }
        }
        @media (max-width: 575.98px) {
            .brand-name {
                font-size: 17px;
            }
            .logo-mark {
                width: 32px;
                height: 32px;
                font-size: 16px;
                border-radius: 10px;
            }
            .brand-name .official-tag {
                font-size: 10px;
                padding: 1px 6px;
            }
        }
        /* ---------- Page Header ---------- */
        .page-hero {
            position: relative;
            background: linear-gradient(90deg, rgba(23, 45, 99, .95) 0%, rgba(46, 124, 246, .75) 100%), url('/assets/images/backpic/back-1.png') center/cover no-repeat;
            color: #fff;
            padding: 84px 0 90px;
            overflow: hidden;
        }
        .page-hero::after {
            content: "";
            position: absolute;
            width: 480px;
            height: 480px;
            border-radius: 50%;
            background: rgba(20, 184, 166, .18);
            top: -160px;
            right: -80px;
            filter: blur(10px);
        }
        .page-hero .container {
            position: relative;
            z-index: 2;
        }
        .hero-breadcrumb {
            font-size: 14px;
            color: rgba(255, 255, 255, .72);
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }
        .hero-breadcrumb a {
            color: rgba(255, 255, 255, .85);
        }
        .hero-breadcrumb .sep {
            opacity: .6;
        }
        .page-hero h1 {
            font-size: 48px;
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: 0;
            margin: 0 0 18px;
            max-width: 760px;
        }
        .page-hero h1 .hero-accent {
            color: #7ef0e2;
        }
        .hero-desc {
            font-size: 17px;
            line-height: 1.8;
            max-width: 620px;
            color: rgba(255, 255, 255, .9);
            margin-bottom: 32px;
        }
        .hero-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 36px;
            display: flex;
            flex-wrap: wrap;
            gap: 16px 30px;
        }
        .hero-feature-list li {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            color: rgba(255, 255, 255, .92);
        }
        .hero-feature-list i {
            color: #7ef0e2;
            font-size: 18px;
        }
        .hero-actions {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }
        .btn-light-custom {
            background: #fff;
            color: var(--brand-blue-dark);
            border: 0;
            border-radius: var(--radius-pill);
            padding: 12px 28px;
            font-weight: 600;
            font-size: 16px;
            transition: all .2s;
        }
        .btn-light-custom:hover {
            background: #e8f1ff;
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
        }
        .btn-outline-light-custom {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: var(--radius-pill);
            padding: 12px 28px;
            font-weight: 600;
            font-size: 16px;
            color: #fff;
            transition: all .2s;
        }
        .btn-outline-light-custom:hover {
            background: rgba(255, 255, 255, .14);
            border-color: #fff;
            color: #fff;
            transform: translateY(-2px);
        }
        @media (max-width: 991.98px) {
            .page-hero {
                padding: 52px 0 60px;
            }
            .page-hero h1 {
                font-size: 36px;
            }
        }
        @media (max-width: 575.98px) {
            .page-hero h1 {
                font-size: 28px;
            }
            .hero-desc {
                font-size: 15px;
            }
            .hero-feature-list {
                flex-direction: column;
                gap: 10px;
            }
        }
        /* ---------- Section common ---------- */
        .section-block {
            padding: var(--space-section) 0;
        }
        .section-alt {
            background: var(--section-bg);
        }
        .section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        .section-head h2 {
            font-size: 32px;
            font-weight: 700;
            margin: 0;
            letter-spacing: 0;
            color: var(--text-main);
        }
        .section-head p {
            margin: 6px 0 0;
            color: var(--text-sub);
            font-size: 15px;
            max-width: 560px;
        }
        .section-link {
            font-size: 15px;
            font-weight: 500;
            color: var(--brand-blue);
            display: inline-flex;
            align-items: center;
            gap: 4px;
            white-space: nowrap;
        }
        .section-link:hover {
            color: var(--brand-blue-dark);
        }
        .feature-card {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-card);
            padding: 30px 28px;
            height: 100%;
            box-shadow: var(--shadow-card);
            transition: transform .25s, box-shadow .25s;
            position: relative;
            overflow: hidden;
        }
        .feature-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--brand-blue), var(--brand-teal));
            opacity: 0;
            transition: opacity .2s;
        }
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        .feature-card:hover::before {
            opacity: 1;
        }
        .feature-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 20px;
        }
        .icon-blue {
            background: rgba(46, 124, 246, .12);
            color: var(--brand-blue);
        }
        .icon-teal {
            background: rgba(20, 184, 166, .12);
            color: var(--brand-teal);
        }
        .icon-amber {
            background: rgba(245, 179, 0, .12);
            color: #d89a00;
        }
        .feature-card h3 {
            font-size: 19px;
            font-weight: 700;
            margin: 0 0 10px;
        }
        .feature-card p {
            color: var(--text-sub);
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }
        /* ---------- Hot match card ---------- */
        .hot-section {
            background: linear-gradient(180deg, #F4F8FC 0%, #fff 100%);
        }
        .match-swiper-wrap {
            position: relative;
            margin: -10px;
            padding: 10px;
        }
        .match-h-scroll {
            display: flex;
            gap: 24px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding: 6px 4px 20px;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .match-h-scroll::-webkit-scrollbar {
            display: none;
        }
        .match-card {
            flex: 0 0 330px;
            scroll-snap-align: start;
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-card);
            overflow: hidden;
            box-shadow: var(--shadow-card);
            transition: transform .25s, box-shadow .25s;
            position: relative;
        }
        .match-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        .match-cover {
            position: relative;
            aspect-ratio: 16/9;
            background: var(--section-bg);
            overflow: hidden;
        }
        .match-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .4s ease;
        }
        .match-card:hover .match-cover img {
            transform: scale(1.05);
        }
        .match-tag {
            position: absolute;
            left: 14px;
            top: 14px;
            background: var(--brand-teal);
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            border-radius: 20px;
            padding: 3px 12px;
            letter-spacing: .02em;
        }
        .match-tag.hot {
            background: #f0474d;
        }
        .match-tag.point {
            background: var(--accent-amber);
            color: #4a3600;
            font-weight: 700;
        }
        .match-info {
            padding: 18px 20px 20px;
        }
        .match-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 13px;
            color: var(--text-weak);
            margin-bottom: 8px;
        }
        .match-meta .league {
            font-weight: 600;
            color: var(--brand-blue);
            background: rgba(46, 124, 246, .08);
            padding: 2px 10px;
            border-radius: 6px;
            font-size: 12px;
        }
        .match-title {
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 8px;
            line-height: 1.45;
            color: var(--text-main);
        }
        .match-desc {
            font-size: 13px;
            color: var(--text-sub);
            line-height: 1.6;
            margin-bottom: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .match-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid var(--border-light);
            padding-top: 14px;
        }
        .match-time {
            font-size: 13px;
            color: var(--text-sub);
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .match-btn {
            background: var(--brand-blue);
            color: #fff;
            border-radius: var(--radius-pill);
            font-size: 13px;
            font-weight: 600;
            padding: 6px 16px;
            transition: all .2s;
            border: 0;
        }
        .match-btn:hover {
            background: var(--brand-blue-dark);
            font-weight: 600;
            color: #fff;
            transform: translateY(-1px);
        }
        /* ---------- Rank ---------- */
        .rank-row {
            background: #fff;
            border-radius: var(--radius-container);
            box-shadow: var(--shadow-card);
            border: 1px solid var(--border-light);
            overflow: hidden;
        }
        .rank-table-header {
            display: flex;
            align-items: center;
            padding: 16px 28px;
            background: #F4F8FC;
            font-size: 13px;
            color: var(--text-sub);
            font-weight: 600;
            border-bottom: 1px solid var(--border-light);
        }
        .rank-order {
            width: 44px;
            flex-shrink: 0;
        }
        .rank-match-name {
            flex: 1;
        }
        .rank-type {
            width: 80px;
            flex-shrink: 0;
            text-align: center;
        }
        .rank-time {
            width: 120px;
            flex-shrink: 0;
            text-align: center;
        }
        .rank-item {
            display: flex;
            align-items: center;
            padding: 20px 28px;
            border-bottom: 1px solid var(--border-light);
            transition: background .2s;
        }
        .rank-item:last-child {
            border-bottom: 0;
        }
        .rank-item:hover {
            background: rgba(46, 124, 246, .03);
        }
        .rank-num {
            width: 44px;
            flex-shrink: 0;
            font-size: 20px;
            font-weight: 800;
            font-variant-numeric: tabular-nums;
            color: var(--text-weak);
        }
        .rank-num.top {
            color: #f0474d;
        }
        .rank-num.gold {
            color: var(--accent-amber);
        }
        .rank-num.silver {
            color: #9aa6bd;
        }
        .rank-team {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }
        .rank-team .team-emblem {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--section-bg);
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: var(--brand-blue);
            border: 1px solid var(--border-light);
        }
        .rank-team .match-name {
            font-weight: 600;
            font-size: 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .rank-type {
            width: 80px;
            text-align: center;
            flex-shrink: 0;
        }
        .rank-type .type-badge {
            background: rgba(20, 184, 166, .12);
            color: #0d8a7e;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 12px;
            border-radius: 20px;
        }
        .rank-time {
            width: 120px;
            text-align: center;
            color: var(--text-sub);
            font-size: 14px;
            flex-shrink: 0;
            font-variant-numeric: tabular-nums;
        }
        .rank-link {
            width: 80px;
            text-align: right;
            flex-shrink: 0;
        }
        .rank-link a {
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
        }
        @media (max-width: 767.98px) {
            .rank-table-header {
                display: none;
            }
            .rank-item {
                flex-wrap: wrap;
                gap: 10px;
                padding: 16px;
            }
            .rank-num {
                font-size: 18px;
                width: 30px;
            }
            .rank-team {
                flex: 1 1 60%;
            }
            .rank-type {
                width: auto;
                margin-left: 42px;
                order: 4;
            }
            .rank-time {
                width: auto;
                order: 5;
            }
            .rank-link {
                width: 100%;
                text-align: left;
                margin-left: 42px;
                order: 6;
            }
        }
        /* ---------- station cards ---------- */
        .station-card {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-card);
            padding: 28px;
            box-shadow: var(--shadow-card);
            height: 100%;
            transition: all .25s;
            display: flex;
            flex-direction: column;
        }
        .station-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }
        .station-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 18px;
        }
        .station-type {
            background: rgba(46, 124, 246, .08);
            color: var(--brand-blue);
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
        }
        .station-status {
            color: var(--brand-teal);
            font-size: 13px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            position: relative;
        }
        .station-status .dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--brand-teal);
            display: inline-block;
            animation: pulse-dot 1.6s infinite;
        }
        @keyframes pulse-dot {
            0% {
                box-shadow: 0 0 0 0 rgba(20, 184, 166, .4);
            }
            70% {
                box-shadow: 0 0 0 8px rgba(20, 184, 166, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(20, 184, 166, 0);
            }
        }
        .station-card h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .station-card .station-sub {
            color: var(--text-sub);
            font-size: 14px;
            margin-bottom: 14px;
            line-height: 1.6;
        }
        .station-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        .station-tags .tag {
            background: #F4F8FC;
            border: 0;
            border-radius: 8px;
            font-size: 12px;
            color: var(--text-sub);
            padding: 4px 10px;
        }
        .station-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: auto;
            border-top: 1px solid var(--border-light);
            padding-top: 16px;
        }
        .station-bottom .channel {
            font-size: 13px;
            color: var(--text-weak);
        }
        .watch-link {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-weight: 600;
            font-size: 14px;
        }
        .watch-link i {
            transition: transform .2s;
        }
        .watch-link:hover i {
            transform: translateX(3px);
        }
        /* ---------- process timeline ---------- */
        .process-card {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-card);
            padding: 28px;
            height: 100%;
            position: relative;
            transition: all .25s;
        }
        .process-card:hover {
            box-shadow: var(--shadow-card);
            transform: translateY(-4px);
        }
        .process-num {
            position: absolute;
            right: 20px;
            top: 14px;
            font-size: 44px;
            font-weight: 800;
            color: rgba(46, 124, 246, .10);
            line-height: 1;
            font-variant-numeric: tabular-nums;
        }
        .process-icon {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-bottom: 18px;
        }
        .process-card h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .process-card p {
            color: var(--text-sub);
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }
        /* ---------- schedule list ---------- */
        .match-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .match-row {
            display: flex;
            align-items: center;
            gap: 16px;
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-card);
            padding: 18px 22px;
            transition: box-shadow .2s, transform .2s;
        }
        .match-row:hover {
            box-shadow: var(--shadow-card);
            transform: translateX(4px);
        }
        .match-date {
            text-align: center;
            min-width: 64px;
            background: var(--section-bg);
            border-radius: 14px;
            padding: 10px 8px;
            flex-shrink: 0;
        }
        .match-date .date-day {
            font-size: 22px;
            font-weight: 800;
            line-height: 1.1;
            color: var(--brand-blue);
            display: block;
            font-variant-numeric: tabular-nums;
        }
        .match-date .date-month {
            font-size: 12px;
            color: var(--text-sub);
            display: block;
            margin-top: 2px;
        }
        .match-info-main {
            flex: 1;
            min-width: 0;
        }
        .match-info-main .match-name {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 2px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .match-info-main .match-event {
            font-size: 13px;
            color: var(--text-sub);
        }
        .match-schedule-btn {
            flex-shrink: 0;
        }
        @media (max-width: 575.98px) {
            .match-row {
                flex-wrap: wrap;
                padding: 16px;
            }
            .match-date {
                min-width: 56px;
            }
            .match-date .date-day {
                font-size: 18px;
            }
            .match-info-main {
                flex: 1 1 55%;
            }
            .match-schedule-btn {
                width: 100%;
                margin-top: 4px;
            }
        }
        /* ---------- time cards ---------- */
        .timeline-wrap {
            position: relative;
            padding-left: 30px;
        }
        .timeline-wrap::before {
            content: "";
            position: absolute;
            left: 8px;
            top: 6px;
            bottom: 6px;
            width: 2px;
            border-radius: 2px;
            background: linear-gradient(to bottom, var(--brand-blue), var(--brand-teal));
            opacity: .2;
        }
        .timeline-item {
            position: relative;
            margin-bottom: 24px;
        }
        .timeline-item:last-child {
            margin-bottom: 0;
        }
        .timeline-item::before {
            content: "";
            position: absolute;
            left: -27px;
            top: 14px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--brand-blue);
            box-shadow: 0 0 0 3px rgba(46, 124, 246, .15);
        }
        .timeline-card {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-card);
            padding: 20px 24px;
            box-shadow: var(--shadow-card);
        }
        .timeline-card .tl-time {
            font-size: 13px;
            font-weight: 600;
            color: var(--brand-teal);
            font-variant-numeric: tabular-nums;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .timeline-card .tl-title {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 4px;
        }
        .timeline-card .tl-desc {
            color: var(--text-sub);
            font-size: 14px;
            margin: 0;
            line-height: 1.6;
        }
        /* ---------- faq ---------- */
        .faq-item {
            background: #fff;
            border: 1px solid var(--border-light);
            border-radius: 16px;
            margin-bottom: 14px;
            overflow: hidden;
            transition: box-shadow .2s;
        }
        .faq-item:last-child {
            margin-bottom: 0;
        }
        .faq-item:hover {
            box-shadow: var(--shadow-card);
        }
        .faq-q {
            width: 100%;
            background: none;
            border: 0;
            padding: 18px 24px 18px 28px;
            font-family: inherit;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-main);
            display: flex;
            align-items: center;
            gap: 14px;
            text-align: left;
            position: relative;
        }
        .faq-q .q-icon {
            flex-shrink: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--brand-blue);
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .faq-toggle {
            margin-left: auto;
            font-style: normal;
            color: var(--text-weak);
            font-size: 18px;
            transition: transform .3s;
        }
        .faq-q[aria-expanded="true"] .faq-toggle {
            transform: rotate(45deg);
            color: var(--brand-blue);
        }
        .faq-a {
            padding: 0 28px 20px 64px;
            color: var(--text-sub);
            font-size: 14px;
            line-height: 1.8;
        }
        /* ---------- CTA ---------- */
        .cta-section {
            padding-bottom: var(--space-section);
        }
        .cta-banner {
            background: linear-gradient(120deg, #1a3f6e 0%, #2E7CF6 55%, #14B8A6 100%);
            border-radius: var(--radius-container);
            padding: 56px 62px;
            color: #fff;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            flex-wrap: wrap;
        }
        .cta-banner::before {
            content: "";
            position: absolute;
            width: 260px;
            height: 260px;
            border: 2px solid rgba(255, 255, 255, .15);
            border-radius: 50%;
            left: -60px;
            bottom: -100px;
        }
        .cta-banner::after {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .08);
            right: 8%;
            top: -60px;
        }
        .cta-title {
            position: relative;
            z-index: 1;
        }
        .cta-title h2 {
            font-size: 30px;
            font-weight: 800;
            margin: 0 0 12px;
            color: #fff;
        }
        .cta-title p {
            font-size: 16px;
            color: rgba(255, 255, 255, .85);
            margin: 0;
            line-height: 1.7;
        }
        .cta-actions {
            position: relative;
            z-index: 1;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        @media (max-width: 991.98px) {
            .cta-banner {
                padding: 42px 36px;
            }
        }
        @media (max-width: 575.98px) {
            .cta-banner {
                padding: 36px 24px;
                border-radius: 16px;
            }
            .cta-title h2 {
                font-size: 24px;
            }
        }
        /* ---------- footer ---------- */
        .site-footer {
            background: #F4F8FC;
            border-top: 1px solid var(--border-light);
            padding: 72px 0 0;
            margin-top: 0;
        }
        .site-footer .brand-logo {
            margin-bottom: 18px;
        }
        .footer-about {
            color: var(--text-sub);
            font-size: 14px;
            line-height: 1.8;
            margin: 16px 0 0;
            max-width: 320px;
        }
        .footer-title {
            font-size: 16px;
            font-weight: 700;
            margin: 0 0 18px;
            padding-top: 4px;
            color: var(--text-main);
            position: relative;
            display: inline-block;
        }
        .footer-title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 24px;
            height: 3px;
            border-radius: 3px;
            background: var(--brand-teal);
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .footer-links li a {
            color: var(--text-sub);
            font-size: 14px;
            padding: 6px 0;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            transition: color .2s;
        }
        .footer-links li a i {
            font-size: 12px;
            color: var(--text-weak);
            transition: color .2s;
        }
        .footer-links li a:hover {
            color: var(--brand-blue);
        }
        .footer-links li a:hover i {
            color: var(--brand-blue);
        }
        .contact-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        .contact-list li {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            color: var(--text-sub);
            font-size: 14px;
        }
        .contact-list li i {
            font-size: 18px;
            color: var(--brand-blue);
            margin-top: 2px;
            flex-shrink: 0;
        }
        .footer-bottom {
            margin-top: 60px;
            border-top: 1px solid var(--border-light);
            padding: 20px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8px;
            color: var(--text-weak);
            font-size: 13px;
        }
        @media (max-width: 575.98px) {
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }
        /* ---------- bootstrap accordian override ---------- */
        .accordion-button:not(.collapsed) {
            color: var(--brand-blue);
            background: rgba(46, 124, 246, .04);
            box-shadow: none;
        }
        .accordion-button:focus {
            box-shadow: 0 0 0 3px rgba(46, 124, 246, .15);
            border-color: var(--brand-blue);
        }
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235A6785' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        }
        @media (max-width: 991.98px) {
            :root {
                --space-section: 72px;
            }
        }
        @media (max-width: 575.98px) {
            :root {
                --space-section: 56px;
            }
            .section-head h2 {
                font-size: 26px;
            }
        }

/* roulang page: category2 */
:root {
  --brand-blue: #2E7CF6;
  --brand-blue-dark: #165FC9;
  --brand-teal: #14B8A6;
  --accent-amber: #F5B300;
  --bg-light: #F4F8FC;
  --text-main: #172033;
  --text-sub: #5A6785;
  --text-muted: #9AA6BD;
  --border-soft: #E6EDF6;
  --radius-card: 16px;
  --radius-container: 24px;
  --radius-pill: 999px;
  --shadow-nav: 0 1px 0 #E6EDF6, 0 4px 16px rgba(23, 45, 99, 0.06);
  --shadow-card: 0 6px 20px rgba(23, 45, 99, 0.07);
  --shadow-hover: 0 18px 40px rgba(23, 45, 99, 0.12);
  --font-sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-main);
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

body.page-info-category {
  background: #FFFFFF;
}

a {
  text-decoration: none;
  color: var(--brand-blue);
  transition: color .2s ease;
}

a:hover {
  color: var(--brand-blue-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.3;
  margin: 0;
}

p {
  margin: 0;
}

button,
input {
  font-family: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1080;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-nav);
  backdrop-filter: blur(8px);
}

.site-header .navbar {
  min-height: 74px;
  padding: 10px 0;
}

.site-header .container {
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 0;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-main);
}

.brand-logo:hover {
  color: var(--text-main);
}

.logo-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 20px;
  box-shadow: 0 6px 14px rgba(46, 124, 246, 0.24);
}

.brand-name {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.official-tag {
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  background: rgba(46, 124, 246, 0.1);
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(46, 124, 246, 0.2);
  vertical-align: 2px;
}

.main-menu {
  gap: 4px;
}

.main-menu .nav-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px !important;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-sub);
  border-radius: var(--radius-pill);
  position: relative;
  transition: all .2s;
}

.main-menu .nav-link:hover {
  color: var(--text-main);
  background: rgba(46, 124, 246, 0.06);
}

.main-menu .nav-link.active {
  color: var(--brand-blue);
  font-weight: 700;
  background: rgba(46, 124, 246, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-form {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  padding: 4px 6px 4px 16px;
  width: 220px;
  transition: all .25s;
  box-shadow: 0 2px 6px rgba(23, 45, 99, 0.04);
}

.search-form:focus-within {
  width: 280px;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(46, 124, 246, 0.12);
}

.search-form input {
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 8px 8px 8px 0;
  font-size: 14px;
  background: transparent;
}

.search-form input::placeholder {
  color: var(--text-muted);
}

.search-form input:focus {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.search-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #FFFFFF;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  flex: 0 0 auto;
}

.search-btn:hover {
  background: var(--brand-blue-dark);
}

.btn {
  border-radius: var(--radius-pill);
  font-weight: 600;
  transition: all .22s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #FFFFFF;
  box-shadow: 0 6px 14px rgba(46, 124, 246, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #FFFFFF;
}

.btn-outline-light:hover,
.btn-outline-light:active {
  background: rgba(255, 255, 255, 0.14);
  border-color: #FFFFFF;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 13px 28px;
  border-radius: var(--radius-pill);
}

.navbar-toggler {
  border: 0;
  padding: 8px;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 26px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(46,124,246,0.95)' stroke-width='2.6' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero */
.page-hero-news {
  position: relative;
  background: #0D2145;
  padding: 96px 0 88px 0;
  overflow: hidden;
}

.page-hero-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(100deg, rgba(10, 28, 58, 0.96) 10%, rgba(21, 66, 120, 0.88) 46%, rgba(20, 184, 166, 0.52) 100%), url("/assets/images/backpic/back-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-hero-news::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.16);
  filter: blur(80px);
}

.page-hero-news .container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-eyebrow i {
  color: #78F0DF;
  font-size: 15px;
}

.hero-category-title {
  color: #FFFFFF;
  font-size: clamp(30px, 4.4vw, 54px);
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 20px;
}

.hero-category-title .text-gradient-light {
  background: linear-gradient(90deg, #7EDBFF, #7CF0DF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-poster-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 14px;
  backdrop-filter: blur(5px);
}

.hero-poster-card .poster-img {
  border-radius: 16px;
  overflow: hidden;
}

.hero-poster-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.poster-info {
  padding: 14px 6px 6px;
  color: #FFFFFF;
}

.poster-info .poster-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(20, 184, 166, 0.2);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  font-size: 12px;
  color: #A5FFEF;
  margin-bottom: 10px;
}

.poster-info h3 {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.poster-info p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

.poster-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.poster-update {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.poster-more {
  color: #A5FFEF;
  font-size: 14px;
}

.poster-more i {
  margin-left: 4px;
}

/* Section */
.content-section {
  padding: 88px 0;
}

.section-bg {
  background: var(--bg-light);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-teal);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: rgba(20, 184, 166, 0.1);
  margin-bottom: 14px;
}

.section-head h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.section-sub {
  color: var(--text-sub);
  font-size: 16px;
}

/* Feature cards */
.feature-card {
  background: #FFFFFF;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  box-shadow: 0 4px 12px rgba(23, 45, 99, 0.04);
  height: 100%;
  transition: all .3s ease;
}

.feature-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-6px);
  border-color: rgba(46, 124, 246, 0.18);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(46, 124, 246, 0.12), rgba(20, 184, 166, 0.12));
  color: var(--brand-blue);
  font-size: 24px;
  margin-bottom: 18px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p {
  color: var(--text-sub);
  font-size: 15px;
}

.feature-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--brand-teal);
}

.feature-note i {
  font-size: 15px;
}

/* Alt item */
.alt-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 36px;
  margin-bottom: 64px;
}

.alt-item:last-child {
  margin-bottom: 0;
}

.alt-media {
  border-radius: var(--radius-container);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--bg-light);
}

.alt-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.alt-content {
  padding: 0 24px;
}

.alt-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(46, 124, 246, 0.1);
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.alt-tag-green {
  background: rgba(20, 184, 166, 0.12);
  color: #0B8E80;
}

.alt-title {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  margin-bottom: 12px;
}

.alt-desc {
  color: var(--text-sub);
  font-size: 16px;
  margin-bottom: 18px;
}

.alt-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px 10px;
  margin-bottom: 24px;
}

.alt-list li {
  background: var(--bg-light);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-soft);
  padding: 4px 14px;
  font-size: 13px;
  color: var(--text-sub);
}

.alt-action .btn {
  padding: 11px 24px;
}

.btn-quiet {
  background: var(--brand-blue);
  color: #FFFFFF;
}

.btn-quiet:hover {
  background: var(--brand-blue-dark);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-teal {
  background: var(--brand-teal);
  color: #FFFFFF;
}

.btn-teal:hover {
  background: #0F9489;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* path / timeline */
.path-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.path-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-container);
  padding: 36px 28px;
  box-shadow: var(--shadow-card);
  height: 100%;
  transition: all .3s;
}

.path-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.path-index {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  color: rgba(46, 124, 246, 0.35);
  margin-bottom: 24px;
}

.path-time {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(20, 184, 166, 0.1);
  color: #0B8E80;
  border-radius: var(--radius-pill);
  font-size: 13px;
  margin-bottom: 12px;
}

.path-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #EFF6FF;
  color: var(--brand-blue);
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 14px;
}

.path-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.path-card p {
  font-size: 15px;
  color: var(--text-sub);
}

.hot-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.guide-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  height: 100%;
  transition: all .3s;
}

.guide-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.guide-thumb {
  overflow: hidden;
  aspect-ratio: 5 / 3;
}

.guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.guide-card:hover .guide-thumb img {
  transform: scale(1.06);
}

.guide-quick {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(46, 124, 246, 0.92);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
}

.guide-body {
  padding: 20px 20px 24px;
}

.guide-body h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}

.guide-body p {
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.75;
}

.guide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guide-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-blue);
}

.guide-link i {
  transition: transform .25s;
}

.guide-link:hover i {
  transform: translateX(4px);
}

/* FAQ */
.faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.accordion-item {
  border: 1px solid var(--border-soft) !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 12px rgba(23, 45, 99, 0.04);
  overflow: hidden;
}

.accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  background: #FFFFFF;
  padding: 18px 22px;
}

.accordion-button:not(.collapsed) {
  background: #F7FBFF;
  color: var(--brand-blue);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border: 0;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E7CF6'%3e%3cpath fill-rule='evenodd' d='M8 2a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5h-4.5a.75.75 0 0 1 0-1.5h4.5v-4.5A.75.75 0 0 1 8 2Z'/%3e%3c/svg%3e");
  transition: transform .2s ease;
}

.accordion-button:not(.collapsed)::after {
  filter: none;
}

.accordion-body {
  color: var(--text-sub);
  background: #FFFFFF;
  padding: 0 22px 20px;
  font-size: 15px;
  line-height: 1.8;
}

/* CTA */
.cta-area {
  padding: 88px 0 96px;
}

.cta-box {
  border-radius: 32px;
  background: linear-gradient(115deg, #0E2D62 10%, #14508B 55%, #119E93 120%);
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.cta-box::before {
  content: "";
  position: absolute;
  right: -6%;
  top: -40%;
  width: 340px;
  height: 340px;
  background: rgba(120, 240, 223, 0.16);
  border-radius: 50%;
  filter: blur(70px);
}

.cta-box h2 {
  color: #FFFFFF;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  margin-bottom: 10px;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 28px;
}

.cta-box .btn {
  position: relative;
  z-index: 3;
}

.btn-white {
  background: #FFFFFF;
  color: #164A9C;
}

.btn-white:hover {
  background: #EAF2FF;
  color: #164A9C;
  transform: translateY(-2px);
}

.btn-ghost-white {
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  background: transparent;
}

.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Footer */
.site-footer {
  background: #F4F8FC;
  border-top: 1px solid var(--border-soft);
  padding-top: 64px;
  padding-bottom: 30px;
}

.site-footer .container {
  max-width: 1320px;
}

.footer-brand .brand-logo {
  margin-bottom: 16px;
}

.footer-brand .brand-name {
  font-size: 20px;
}

.footer-about {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-sub);
  max-width: 320px;
  margin-top: 12px;
}

.footer-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
}

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a {
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.6;
}

.footer-links a i {
  font-size: 12px;
  color: var(--text-muted);
  margin-right: 4px;
}

.footer-links a:hover {
  color: var(--brand-blue);
}

.contact-list {
  list-style: none;
}

.contact-list li {
  display: flex;
  gap: 10px;
  color: var(--text-sub);
  font-size: 14px;
  margin-bottom: 12px;
}

.contact-list li i {
  font-size: 17px;
  color: var(--brand-teal);
  flex: 0 0 auto;
  margin-top: 2px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding-top: 30px;
  margin-top: 48px;
  border-top: 1px solid rgba(23, 45, 99, 0.1);
  color: var(--text-muted);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .header-actions {
    width: 100%;
    margin-top: 10px;
    flex-direction: row;
    padding-bottom: 6px;
  }

  .search-form {
    flex: 1 1 auto;
    max-width: 380px;
  }

  .header-actions .btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 991.98px) {
  .content-section {
    padding: 72px 0;
  }

  .alt-item {
    margin-bottom: 48px;
  }

  .alt-content {
    padding: 0;
  }

  .path-list,
  .hot-guide {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .page-hero-news {
    padding: 70px 0;
  }

  .hero-poster-card {
    margin-top: 28px;
  }

  .path-list,
  .hot-guide {
    grid-template-columns: 1fr;
  }

  .cta-box {
    padding: 36px 24px;
  }

  .cta-box .btn {
    width: 100%;
  }

  .btn-lg {
    padding: 11px 22px;
  }

  .content-section {
    padding: 56px 0;
  }

  .alt-item {
    margin-bottom: 44px;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .contact-list li {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }

  .site-header .navbar {
    min-height: 66px;
  }

  .brand-name {
    font-size: 17px;
  }

  .brand-logo {
    gap: 8px;
  }

  .logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 17px;
  }

  .page-hero-news {
    padding: 48px 0 56px;
  }

  .hero-category-title {
    font-size: 28px;
  }

  .feature-card {
    padding: 22px 20px;
  }

  .cta-box h2 {
    font-size: 24px;
  }
}

/* roulang page: category3 */
:root {
  --brand-blue: #2E7CF6;
  --brand-blue-dark: #165FC9;
  --brand-teal: #14B8A6;
  --accent-amber: #F5B300;
  --page-bg: #FFFFFF;
  --section-bg: #F4F8FC;
  --text-main: #172033;
  --text-sub: #5A6785;
  --text-muted: #9AA6BD;
  --border-light: #E6EDF6;
  --radius-card: 16px;
  --radius-container: 24px;
  --radius-pill: 999px;
  --shadow-card: 0 6px 20px rgba(23, 45, 99, 0.07);
  --shadow-hover: 0 18px 40px rgba(23, 45, 99, 0.12);
  --shadow-nav: 0 1px 0 #E6EDF6, 0 4px 16px rgba(23, 45, 99, 0.06);
  --section-space: 92px;
  --font-sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
  margin: 0;
  background: var(--page-bg);
  color: var(--text-main);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: var(--brand-blue);
  text-decoration: none;
  transition: color .2s ease;
}
a:hover {
  color: var(--brand-blue-dark);
}
button,
input {
  font-family: inherit;
}
.container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}
.section-block {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
.section-alt {
  background: var(--section-bg);
}
.section-head {
  margin-bottom: 42px;
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EAF2FF;
  color: var(--brand-blue-dark);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--text-main);
  letter-spacing: 0;
}
.section-head .section-subtitle {
  font-size: 16px;
  color: var(--text-sub);
  margin: 0;
  max-width: 720px;
}
.btn {
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 16px;
  padding: .65rem 1.5rem;
  border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0) scale(0.98);
}
.btn:focus-visible,
.form-control:focus-visible,
.accordion-button:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 3px;
  box-shadow: none;
}
.btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(46, 124, 246, 0.35);
}
.btn-outline-primary {
  background: transparent;
  border-color: #C9DDFC;
  color: var(--brand-blue-dark);
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(46, 124, 246, 0.2);
}
.btn-lg {
  padding: .82rem 1.8rem;
  font-size: 17px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-nav);
}
.site-header .navbar {
  min-height: 78px;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2E7CF6 0%, #14B8A6 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(46, 124, 246, 0.28);
}
.brand-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: 0;
  white-space: nowrap;
}
.official-tag {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-blue-dark);
  background: #E8F1FE;
  border: 1px solid #C8DDFB;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  vertical-align: 2px;
}
.navbar-toggler {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  width: 46px;
  height: 42px;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(46, 124, 246, 0.12);
}
.main-menu {
  gap: 4px;
}
.main-menu .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-sub);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  transition: color .2s ease, background .2s ease;
  position: relative;
  white-space: nowrap;
}
.main-menu .nav-link:hover {
  color: var(--brand-blue);
  background: rgba(46, 124, 246, .06);
}
.main-menu .nav-link.active {
  color: var(--brand-blue-dark);
  background: rgba(46, 124, 246, .09);
  font-weight: 700;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-form {
  position: relative;
  flex-shrink: 1;
}
.search-form .form-control {
  width: 210px;
  height: 42px;
  border-radius: var(--radius-pill);
  border: 1px solid #D8E2F0;
  background: #F7FAFE;
  font-size: 14px;
  color: var(--text-main);
  padding-left: 18px;
  padding-right: 44px;
  transition: width .25s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.search-form .form-control::placeholder {
  color: var(--text-muted);
}
.search-form .form-control:focus {
  width: 280px;
  background: #fff;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(46, 124, 246, .12);
}
.search-btn {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--brand-blue);
  color: #fff;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.search-btn:hover {
  background: var(--brand-blue-dark);
}
.header-actions > .btn {
  white-space: nowrap;
}

.category-hero {
  position: relative;
  background-color: #EAF3FF;
  background-image: linear-gradient(120deg, rgba(239, 248, 255, 0.94) 20%, rgba(236, 247, 255, 0.85) 70%, rgba(233, 243, 255, 0.72)), url('/assets/images/backpic/back-2.webp');
  background-repeat: no-repeat;
  background-position: center 28%;
  background-size: cover;
  padding-top: 92px;
  padding-bottom: 96px;
  overflow: hidden;
}
.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid #D4E6FE;
  color: var(--brand-blue-dark);
  font-weight: 600;
  font-size: 14px;
  padding: 7px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.hero-copy h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.22;
  color: var(--text-main);
  letter-spacing: 0;
  margin-bottom: 18px;
}
.hero-copy .hero-subtitle {
  font-size: 18px;
  color: var(--text-sub);
  max-width: 620px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-notes {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}
.hero-notes li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-sub);
  font-size: 14px;
}
.hero-notes li i {
  color: var(--brand-teal);
  font-size: 16px;
}
.hero-poster-card {
  background: rgba(255, 255, 255, .68);
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 12px;
  box-shadow: var(--shadow-hover);
  backdrop-filter: blur(8px);
}
.hero-poster-card .poster-frame {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.hero-poster-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.poster-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(13, 27, 60, .35));
  pointer-events: none;
}
.poster-tag {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  background: rgba(23, 32, 51, .45);
  border: 1px solid rgba(255, 255, 255, .4);
  backdrop-filter: blur(6px);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: var(--radius-pill);
}
.poster-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  background: var(--brand-blue);
  color: #fff;
  border-radius: var(--radius-pill);
  font-size: 13px;
  padding: 5px 14px;
  font-weight: 600;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 30px 26px;
  height: 100%;
  box-shadow: var(--shadow-card);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: #C5DCFD;
}
.feature-card .iconbox {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  margin-bottom: 22px;
  box-shadow: 0 8px 18px rgba(46, 124, 246, .24);
}
.feature-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-main);
}
.feature-card p {
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.rank-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.rank-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 88px 1fr 36px;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rank-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: #D0DFF7;
}
.rank-no {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #D8E3F5;
  font-variant-numeric: tabular-nums;
}
.rank-card:first-child .rank-no,
.rank-card:nth-child(2) .rank-no,
.rank-card:nth-child(3) .rank-no {
  color: var(--accent-amber);
}
.rank-info .rank-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-teal);
  background: #E9FBF8;
  border-radius: var(--radius-pill);
  padding: 3px 12px;
  margin-bottom: 12px;
}
.rank-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text-main);
}
.rank-info p {
  margin: 0;
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.8;
  max-width: 800px;
}
.rank-goto {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F6FE;
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.rank-card:hover .rank-goto {
  background: var(--brand-blue);
  color: #fff;
}

.plan-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 28px;
  padding: 34px 30px 30px;
  height: 100%;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
}
.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.plan-card.highlight {
  border: 2px solid var(--brand-blue);
  background: linear-gradient(180deg, #ffffff 0%, #F4F9FF 100%);
}
.plan-card.highlight::before {
  content: '综合推荐';
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
}
.plan-type {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.plan-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
}
.plan-card .plan-desc {
  color: var(--text-sub);
  font-size: 14px;
  line-height: 1.75;
  min-height: 74px;
  margin-bottom: 22px;
}
.plan-limit {
  font-size: 13px;
  color: var(--text-muted);
  display: block;
  margin-top: 14px;
}
.plan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plan-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--text-sub);
}
.plan-list li i {
  color: var(--brand-teal);
  font-size: 17px;
  margin-top: 3px;
}
.plan-card .btn {
  margin-top: auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-item {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.process-no {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-teal));
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 20px;
  box-shadow: 0 6px 14px rgba(46, 124, 246, .26);
}
.process-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-main);
}
.process-item p {
  font-size: 14px;
  color: var(--text-sub);
  margin: 0;
  line-height: 1.85;
}

.device-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 22px;
  padding: 30px 24px;
  height: 100%;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.device-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: #D4E2F8;
}
.device-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: #EFF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--brand-blue);
}
.device-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-main);
}
.device-card p {
  font-size: 14px;
  color: var(--text-sub);
  margin: 0;
  line-height: 1.8;
}
.scene-note {
  background: #EDF7FF;
  border: 1px dashed #A7CCF8;
  border-radius: 18px;
  padding: 18px 24px;
  color: var(--text-sub);
  font-size: 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 32px;
}
.scene-note i {
  color: var(--brand-blue);
  font-size: 20px;
  margin-top: 2px;
}

.accordion {
  --bs-accordion-border-color: var(--border-light);
  --bs-accordion-border-radius: 16px;
  --bs-accordion-inner-border-radius: 16px;
  --bs-accordion-bg: #fff;
}
.accordion-item {
  border: 1px solid var(--border-light);
  border-radius: 16px !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(23, 45, 99, .03);
}
.accordion-button {
  background: #fff;
  color: var(--text-main);
  font-size: 16px;
  font-weight: 600;
  padding: 22px 28px;
  box-shadow: none !important;
  border-radius: 16px !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232E7CF6' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
  background-size: 16px;
  opacity: .8;
  transition: transform .3s ease;
}
.accordion-button:not(.collapsed) {
  background: #F4F9FF;
  color: var(--brand-blue-dark);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.accordion-body {
  background: #fff;
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.9;
  padding: 4px 28px 26px;
  border-radius: 0 0 16px 16px;
}

.cta-band-wrap {
  padding-top: 24px;
}
.cta-band {
  border-radius: 40px;
  background: linear-gradient(125deg, #236FE5 0%, #2E91F2 45%, #14B8A6 100%);
  color: #fff;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(25, 96, 208, .28);
}
.cta-band h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  margin: 0 0 14px;
}
.cta-band p {
  font-size: 17px;
  color: rgba(255, 255, 255, .9);
  max-width: 680px;
  margin: 0 0 30px;
  line-height: 1.8;
}
.cta-btn-light {
  background: #fff;
  color: var(--brand-blue-dark);
  border-radius: var(--radius-pill);
  font-weight: 700;
  border: 0;
  padding: .75rem 2rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.cta-btn-light:hover {
  background: #F2F7FF;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(16, 49, 106, .24);
  color: var(--brand-blue-dark);
}

.site-footer {
  background: #F4F8FC;
  border-top: 1px solid var(--border-light);
  padding-top: 64px;
}
.site-footer .footer-brand .brand-name {
  display: inline-block;
}
.site-footer .footer-about {
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.85;
  margin: 20px 0 0;
  max-width: 400px;
}
.footer-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20px;
}
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: var(--text-sub);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  transition: color .2s ease, padding-left .2s ease;
}
.footer-links a i {
  font-size: 12px;
  color: var(--brand-blue);
}
.footer-links a:hover {
  color: var(--brand-blue-dark);
  padding-left: 4px;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  display: flex;
  gap: 16px;
  color: var(--text-sub);
  font-size: 15px;
  padding: 12px 0;
  line-height: 1.8;
  border-bottom: 1px dashed #DEE8F5;
}
.contact-list li:last-child {
  border-bottom: 0;
}
.contact-list li i {
  color: var(--brand-blue);
  font-size: 20px;
  flex-shrink: 0;
}
.footer-bottom {
  margin-top: 48px;
  border-top: 1px solid #DCE6F2;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .main-menu .nav-link {
    padding: 8px 12px;
    font-size: 15px;
  }
  .search-form .form-control {
    width: 170px;
  }
  .search-form .form-control:focus {
    width: 220px;
  }
  .header-actions > .btn {
    font-size: 15px;
    padding: .55rem 1rem;
  }
  .category-hero {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background: #fff;
    border-radius: 20px;
    padding: 16px 20px 22px;
    margin-top: 12px;
    box-shadow: var(--shadow-hover);
    border: 1px solid var(--border-light);
  }
  .main-menu {
    margin: 0 0 10px !important;
    gap: 2px;
  }
  .main-menu .nav-link {
    padding: 12px 14px;
    font-size: 16px;
  }
  .header-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .search-form .form-control,
  .search-form .form-control:focus {
    width: 100%;
  }
  .header-actions > .btn {
    text-align: center;
  }
  .category-hero {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .hero-poster-card {
    margin-top: 36px;
  }
  .hero-poster-card img {
    height: 260px;
  }
  .section-block {
    --section-space: 72px;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rank-card {
    grid-template-columns: 60px 1fr;
    gap: 18px;
  }
  .rank-goto {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  body {
    font-size: 15px;
  }
  .category-hero {
    padding-top: 44px;
    padding-bottom: 52px;
  }
  .hero-copy h1 {
    font-size: 29px;
  }
  .hero-copy .hero-subtitle {
    font-size: 16px;
  }
  .hero-notes {
    flex-direction: column;
    gap: 6px;
    margin-top: 22px;
  }
  .hero-actions .btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .hero-poster-card img {
    height: 200px;
  }
  .section-head h2 {
    font-size: 27px;
  }
  .section-block {
    --section-space: 64px;
  }
  .rank-card {
    grid-template-columns: 48px 1fr;
    padding: 22px 20px;
    gap: 14px;
  }
  .rank-no {
    font-size: 30px;
  }
  .rank-info h3 {
    font-size: 18px;
  }
  .rank-info p {
    font-size: 14px;
  }
  .cta-band {
    padding: 42px 24px;
    border-radius: 28px;
  }
  .cta-band h2 {
    font-size: 24px;
  }
  .cta-band p {
    font-size: 15px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
  .brand-name {
    font-size: 18px;
  }
  .official-tag {
    font-size: 11px;
    margin-left: 4px;
  }
  .logo-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .section-head h2 {
    font-size: 24px;
  }
  .section-head .section-subtitle {
    font-size: 15px;
  }
  .plan-card {
    padding: 28px 22px;
  }
  .cta-btn-light {
    width: 100%;
  }
}
