/* roulang page: index */
:root{
            --color-primary:#0B3D2E;
            --color-primary-dark:#0D4F38;
            --color-gold:#C9A96A;
            --color-gold-light:#E8D5A6;
            --color-gold-deep:#9A7B3C;
            --color-warm:#E8813A;
            --color-bg-light:#F5F2EC;
            --color-bg-dark:#171D1A;
            --color-bg-footer:#111411;
            --color-text-dark:#F0EDE6;
            --color-text-light:#2A2A28;
            --color-text-muted:#8A9389;
            --color-border:rgba(201,169,106,0.25);
            --radius-card:14px;
            --radius-btn:10px;
            --radius-input:8px;
            --shadow-card:0 2px 12px rgba(0,0,0,0.06);
            --shadow-hover:0 10px 32px rgba(0,0,0,0.12);
            --font-main:"PingFang SC","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC",sans-serif;
        }
        *{box-sizing:border-box;margin:0;padding:0}
        html{scroll-behavior:smooth}
        body{font-family:var(--font-main);font-size:16px;line-height:1.9;background:var(--color-bg-light);color:var(--color-text-light);-webkit-font-smoothing:antialiased}
        img{max-width:100%;height:auto;display:block}
        a{text-decoration:none;transition:color .25s, background .25s, box-shadow .25s, border-color .25s;color:var(--color-primary)}
        a:hover{color:var(--color-gold-deep)}
        .container-xl{max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}
        .section{padding:90px 0}
        .section-title{font-size:32px;font-weight:700;color:var(--color-text-light);letter-spacing:.01em;margin-bottom:12px}
        .section-title-center{text-align:center}
        .section-subtitle{font-size:17px;color:var(--color-text-muted);margin-bottom:44px;line-height:1.8}
        .section-subtitle-center{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}
        .section-head{margin-bottom:48px}
        .section-label{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold-deep);background:rgba(201,169,106,0.12);padding:6px 16px;border-radius:999px;margin-bottom:12px}
        .section-label-dark{color:var(--color-gold-light)}
        .btn-custom{border-radius:var(--radius-btn);font-weight:600;font-size:15px;line-height:1;padding:14px 28px;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;cursor:pointer}
        .btn-gold{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold) 45%,var(--color-gold-deep));color:#1c1c1c;box-shadow:0 4px 18px rgba(201,169,106,0.35)}
        .btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(201,169,106,0.5);color:#1c1c1c;opacity:.92}
        .btn-outline-gold{background:transparent;border:1px solid var(--color-gold);color:var(--color-gold)}
        .btn-outline-gold:hover{background:rgba(201,169,106,0.12);color:var(--color-gold-light);transform:translateY(-2px)}
        .btn-warm{background:linear-gradient(135deg,#ff9a56,var(--color-warm));color:#fff;box-shadow:0 4px 18px rgba(232,129,58,0.35)}
        .btn-warm:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(232,129,58,0.5);color:#fff;opacity:.95}
        .btn-lg{padding:16px 36px;font-size:16px}
        .btn-sm{padding:10px 20px;font-size:14px}

        /* ===== Header / Nav ===== */
        .site-header{position:sticky;top:0;z-index:1080;background:rgba(23,29,26,0.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,169,106,0.15);box-shadow:0 2px 20px rgba(0,0,0,0.25)}
        .header-brand-row{padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.06)}
        .brand-logo{display:flex;align-items:center;gap:12px;min-width:0}
        .brand-logo-icon{width:38px;height:38px;flex-shrink:0;background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold),var(--color-gold-deep));border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#1c1c1c;font-weight:800;box-shadow:0 3px 10px rgba(201,169,106,0.3)}
        .brand-logo-text{font-size:17px;font-weight:700;color:var(--color-text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.02em}
        .brand-logo-text .brand-sub{color:var(--color-gold);font-weight:600}
        .header-tools{display:flex;align-items:center;gap:16px;flex-shrink:0}
        .hot-tags{display:flex;gap:6px}
        .hot-tag-item{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:rgba(240,237,230,0.7);background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:999px;padding:4px 12px;transition:all .25s}
        .hot-tag-item:hover{color:var(--color-gold-light);border-color:var(--color-gold);background:rgba(201,169,106,0.1)}
        .hot-tag-item i{font-size:12px}
        .search-box{display:flex;align-items:center;background:rgba(255,255,255,0.06);border:1px dashed rgba(255,255,255,0.18);border-radius:999px;padding:7px 14px;transition:all .3s;min-width:160px}
        .search-box:hover,.search-box:focus-within{border-color:var(--color-gold);background:rgba(255,255,255,0.09);box-shadow:0 0 0 3px rgba(201,169,106,0.15)}
        .search-box input{background:transparent;border:none;outline:none;color:var(--color-text-dark);width:100px;font-size:14px;transition:width .3s}
        .search-box input::placeholder{color:rgba(240,237,230,0.5)}
        .search-box input:focus{width:220px}
        .search-box i{color:var(--color-gold);font-size:15px;cursor:pointer}
        .header-nav-row{padding:0}
        .nav-links{display:flex;gap:0;align-items:center}
        .nav-links a{display:inline-block;padding:14px 22px;font-size:15px;font-weight:500;color:rgba(240,237,230,0.8);position:relative;transition:color .25s;border-bottom:2px solid transparent;margin-bottom:-1px}
        .nav-links a:hover{color:var(--color-gold-light)}
        .nav-links a.active{color:var(--color-gold-light);border-bottom-color:var(--color-gold)}
        .nav-links a.active::after{content:'';position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:24px;height:2px;background:var(--color-gold);border-radius:2px}
        .nav-cta-wrap{display:flex;align-items:center;gap:12px}
        .btn-nav-cta{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold));color:#1c1c1c !important;border-radius:8px;padding:9px 20px !important;font-weight:600;font-size:14px !important;border:none;display:inline-flex;align-items:center;gap:6px;transition:all .3s}
        .btn-nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(201,169,106,0.4);opacity:.92}
        .navbar-toggler-custom{background:none;border:1px solid rgba(255,255,255,0.2);border-radius:8px;padding:8px 10px;color:var(--color-text-dark);cursor:pointer;display:none;font-size:18px}
        .navbar-toggler-custom:hover{border-color:var(--color-gold)}
        .mobile-nav{background:var(--color-bg-dark);border-top:1px solid rgba(255,255,255,0.06);padding:10px 20px 20px;display:none}
        .mobile-nav.open{display:block}
        .mobile-nav a{display:block;padding:12px 8px;color:rgba(240,237,230,0.85);font-size:15px;border-bottom:1px solid rgba(255,255,255,0.06)}
        .mobile-nav a:hover{color:var(--color-gold-light)}
        .mobile-nav a.active{color:var(--color-gold);font-weight:600}
        .mobile-nav .mobile-cta{margin-top:14px}

        /* ===== Hero ===== */
        .hero{position:relative;min-height:660px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(23,29,26,0.92) 0%,rgba(23,29,26,0.75) 40%,rgba(23,29,26,0.4) 75%,rgba(23,29,26,0.3) 100%),url('/assets/images/backpic/back-1.png') center center/cover no-repeat;color:var(--color-text-dark);padding:120px 0 140px}
        .hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:90px;background:linear-gradient(to top,var(--color-bg-light) 0%,rgba(245,242,236,0) 100%);z-index:1;pointer-events:none}
        .hero-content{position:relative;z-index:2;max-width:700px}
        .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(201,169,106,0.15);border:1px solid rgba(201,169,106,0.3);border-radius:999px;padding:6px 18px;font-size:13px;letter-spacing:.1em;color:var(--color-gold-light);margin-bottom:24px}
        .hero-eyebrow i{font-size:14px}
        .hero-title{font-size:50px;font-weight:800;line-height:1.25;letter-spacing:.01em;margin-bottom:18px;color:var(--color-text-dark)}
        .hero-title .hero-brand{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold) 55%,var(--color-gold-deep));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;padding-bottom:2px}
        .hero-lead{font-size:20px;line-height:1.7;color:rgba(240,237,230,0.88);margin-bottom:32px;max-width:560px}
        .hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}
        .hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:999px;padding:6px 14px;font-size:13px;color:rgba(240,237,230,0.85)}
        .hero-badge i{color:var(--color-gold)}
        .hero-actions{display:flex;flex-wrap:wrap;gap:16px}
        .hero-stat-mini{display:flex;gap:28px;margin-top:44px;flex-wrap:wrap}
        .hero-stat-mini-item strong{font-size:24px;font-weight:700;color:var(--color-gold-light);display:block}
        .hero-stat-mini-item span{font-size:13px;color:rgba(240,237,230,0.65)}

        /* ===== Stats Bar ===== */
        .stats-bar{background:var(--color-bg-light);padding:48px 0;border-bottom:1px solid rgba(0,0,0,0.04)}
        .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
        .stats-item{text-align:center;padding:28px 12px;background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid rgba(0,0,0,0.04);transition:transform .3s,box-shadow .3s}
        .stats-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
        .stats-item .stat-icon{width:52px;height:52px;margin:0 auto 14px;background:linear-gradient(135deg,rgba(201,169,106,0.18),rgba(201,169,106,0.08));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--color-gold-deep)}
        .stats-item .stat-number{font-size:38px;font-weight:800;color:var(--color-text-light);line-height:1.2;margin-bottom:4px}
        .stats-item .stat-number span{font-size:20px;font-weight:600;color:var(--color-gold-deep)}
        .stats-item .stat-label{font-size:14px;color:var(--color-text-muted)}

        /* ===== Timeline ===== */
        .timeline-section{background:var(--color-bg-dark);color:var(--color-text-dark);padding:90px 0}
        .timeline-section .section-title{color:var(--color-text-dark)}
        .timeline-section .section-subtitle{color:rgba(240,237,230,0.6)}
        .timeline-outer{position:relative;max-width:800px;margin:0 auto}
        .timeline-outer::before{content:'';position:absolute;left:50px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,rgba(201,169,106,0.5),rgba(201,169,106,0.15))}
        .timeline-item{position:relative;display:flex;gap:24px;margin-bottom:40px;padding-left:0}
        .timeline-item:last-child{margin-bottom:0}
        .timeline-point{position:absolute;left:42px;top:8px;transform:translateX(-50%);width:16px;height:16px;border-radius:50%;background:var(--color-gold);box-shadow:0 0 0 8px rgba(201,169,106,0.25);z-index:2}
        .timeline-item.current .timeline-point{background:var(--color-warm);box-shadow:0 0 0 8px rgba(232,129,58,0.3),0 0 20px rgba(232,129,58,0.5)}
        .timeline-item.current .timeline-point::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:1px solid var(--color-warm);opacity:.6;animation:pulse-ring 2s infinite}
        @keyframes pulse-ring{0%{transform:scale(.9);opacity:.7}70%{transform:scale(1.3);opacity:0}100%{opacity:0}}
        .timeline-date-badge{width:80px;flex-shrink:0;background:rgba(201,169,106,0.12);border:1px solid rgba(201,169,106,0.25);border-radius:12px;text-align:center;padding:12px 6px;align-self:flex-start;margin-left:0}
        .timeline-date-badge .month{font-size:14px;color:var(--color-gold-light);display:block;text-transform:uppercase;letter-spacing:.06em}
        .timeline-date-badge .day{font-size:22px;font-weight:800;color:var(--color-gold);line-height:1.2;display:block}
        .timeline-content{flex:1;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-card);padding:22px 24px;position:relative;margin-left:0;transition:border-color .3s,background .3s}
        .timeline-content:hover{border-color:rgba(201,169,106,0.35);background:rgba(255,255,255,0.06)}
        .timeline-content h4{font-size:18px;font-weight:700;color:var(--color-text-dark);margin-bottom:6px}
        .timeline-content .status-badge{position:absolute;top:-10px;right:16px;background:var(--color-warm);color:#fff;font-size:12px;padding:3px 12px;border-radius:999px;font-weight:600}
        .timeline-content .status-badge.done{background:var(--color-primary);color:rgba(240,237,230,0.8)}
        .timeline-content p{font-size:14px;color:rgba(240,237,230,0.68);margin-bottom:0}
        .timeline-content .tl-meta{display:flex;gap:14px;margin-top:10px;font-size:13px;color:rgba(240,237,230,0.5)}
        .timeline-content .tl-meta i{color:var(--color-gold)}

        /* ===== Guests ===== */
        .guests-section{padding:90px 0;background:var(--color-bg-light)}
        .guest-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid rgba(0,0,0,0.04);overflow:hidden;transition:transform .35s,box-shadow .35s;height:100%}
        .guest-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}
        .guest-cover{height:260px;overflow:hidden;position:relative}
        .guest-cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
        .guest-card:hover .guest-cover img{transform:scale(1.04)}
        .guest-cover::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,rgba(0,0,0,0.3),transparent)}
        .guest-body{padding:22px 22px 26px;text-align:center}
        .guest-body h4{font-size:19px;font-weight:700;color:var(--color-text-light);margin-bottom:3px}
        .guest-role{font-size:13px;color:var(--color-gold-deep);font-weight:600;letter-spacing:.04em;display:block;margin-bottom:10px}
        .guest-desc{font-size:14px;color:var(--color-text-muted);line-height:1.7;margin-bottom:0}
        .guest-tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:12px}
        .guest-tags .tag{font-size:12px;background:rgba(201,169,106,0.1);color:var(--color-gold-deep);border-radius:999px;padding:3px 10px}

        /* ===== Ticket Compare ===== */
        .ticket-section{padding:90px 0;background:var(--color-bg-dark);color:var(--color-text-dark)}
        .ticket-section .section-title{color:var(--color-text-dark)}
        .ticket-section .section-subtitle{color:rgba(240,237,230,0.6)}
        .ticket-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
        .ticket-card{position:relative;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:36px 28px;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s}
        .ticket-card:hover{transform:translateY(-4px);border-color:rgba(201,169,106,0.4);box-shadow:0 12px 36px rgba(0,0,0,0.3)}
        .ticket-card.recommended{border-top:4px solid var(--color-gold);background:rgba(201,169,106,0.06);border:1px solid rgba(201,169,106,0.4);box-shadow:0 8px 30px rgba(0,0,0,0.3)}
        .ticket-card.recommended{margin-top:-20px;padding-top:46px}
        .ticket-ribbon{position:absolute;top:0;right:24px;transform:translateY(-50%);background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold));color:#1c1c1c;font-size:12px;font-weight:700;letter-spacing:.06em;padding:5px 16px;border-radius:999px;box-shadow:0 4px 12px rgba(201,169,106,0.4)}
        .ticket-name{font-size:20px;font-weight:700;color:var(--color-text-dark);margin-bottom:4px}
        .ticket-desc{font-size:13px;color:rgba(240,237,230,0.55);margin-bottom:20px}
        .ticket-price{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,0.08)}
        .ticket-price .price{font-size:42px;font-weight:800;color:var(--color-text-dark)}
        .ticket-price .price span{font-size:18px;font-weight:600;color:var(--color-gold)}
        .ticket-price .original-price{font-size:15px;color:rgba(240,237,230,0.4);text-decoration:line-through;margin-left:8px}
        .ticket-features{list-style:none;margin:0 0 24px;padding:0;flex:1}
        .ticket-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:rgba(240,237,230,0.8);margin-bottom:10px;line-height:1.6}
        .ticket-features li i{color:var(--color-gold);font-size:15px;margin-top:3px;flex-shrink:0}
        .ticket-features li.unused{color:rgba(240,237,230,0.35)}
        .ticket-features li.unused i{color:rgba(240,237,230,0.25)}
        .ticket-btn{margin-top:auto}
        .ticket-btn .btn-custom{width:100%}

        /* ===== CTA / Register ===== */
        .register-section{position:relative;padding:90px 0;background:linear-gradient(135deg,rgba(11,61,46,0.94),rgba(23,29,26,0.96)),url('/assets/images/backpic/back-2.png') center center/cover no-repeat;color:var(--color-text-dark)}
        .register-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
        .register-left .section-title{color:var(--color-text-dark);font-size:36px;margin-bottom:16px}
        .register-left p{color:rgba(240,237,230,0.7);font-size:16px;margin-bottom:24px}
        .register-points{list-style:none;padding:0;margin:0 0 28px}
        .register-points li{display:flex;align-items:center;gap:10px;font-size:15px;color:rgba(240,237,230,0.9);margin-bottom:12px}
        .register-points li i{color:var(--color-gold);font-size:18px}
        .register-form-wrap{background:rgba(255,255,255,0.06);border:1px solid rgba(201,169,106,0.25);border-radius:18px;padding:40px;backdrop-filter:blur(6px)}
        .register-form-wrap .form-label{color:var(--color-text-dark);font-size:14px;font-weight:600;margin-bottom:6px}
        .register-form-wrap .form-control{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius-input);color:var(--color-text-dark);padding:12px 16px;transition:all .3s}
        .register-form-wrap .form-control:focus{background:rgba(255,255,255,0.1);border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px rgba(201,169,106,0.15)}
        .register-form-wrap .form-control::placeholder{color:rgba(240,237,230,0.4)}
        .register-form-wrap select.form-control option{background:#1c1c1c;color:var(--color-text-dark)}
        .pill-radio-group{display:flex;flex-wrap:wrap;gap:10px}
        .pill-radio{position:relative;cursor:pointer}
        .pill-radio input{position:absolute;opacity:0;width:0;height:0}
        .pill-radio .pill{display:inline-block;padding:10px 20px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:999px;font-size:14px;color:rgba(240,237,230,0.8);transition:all .25s}
        .pill-radio input:checked + .pill{background:var(--color-gold);color:#1c1c1c;border-color:var(--color-gold);font-weight:600;box-shadow:0 4px 14px rgba(201,169,106,0.3)}
        .pill-radio input:focus-visible + .pill{outline:2px solid var(--color-gold);outline-offset:2px}
        .privacy-note{font-size:13px;color:rgba(240,237,230,0.5);margin-top:14px;text-align:center}

        /* ===== News / Info ===== */
        .news-section{padding:90px 0;background:var(--color-bg-light)}
        .news-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px}
        .news-filter-tabs .filter-btn{border:1px solid rgba(0,0,0,0.1);background:#fff;color:var(--color-text-muted);border-radius:999px;padding:8px 18px;font-size:14px;transition:all .3s;cursor:pointer}
        .news-filter-tabs .filter-btn:hover{border-color:var(--color-gold);color:var(--color-gold-deep)}
        .news-filter-tabs .filter-btn.active{background:var(--color-primary);color:var(--color-gold-light);border-color:var(--color-primary)}
        .news-card{display:flex;background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid rgba(0,0,0,0.04);overflow:hidden;margin-bottom:20px;transition:transform .3s,box-shadow .3s}
        .news-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}
        .news-cover{position:relative;width:280px;flex-shrink:0;overflow:hidden}
        .news-cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
        .news-card:hover .news-cover img{transform:scale(1.03)}
        .news-cover .news-cat{position:absolute;top:12px;left:12px;background:var(--color-gold);color:#1c1c1c;font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;z-index:2}
        .news-body{padding:20px 24px;display:flex;flex-direction:column;justify-content:center}
        .news-body h4{font-size:17px;font-weight:700;color:var(--color-text-light);margin-bottom:8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        .news-body p{font-size:14px;color:var(--color-text-muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:14px}
        .news-meta{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--color-text-muted)}
        .news-meta i{color:var(--color-gold-deep)}
        .news-meta .read-more{margin-left:auto;color:var(--color-gold-deep);font-weight:600}
        .news-meta .read-more:hover{color:var(--color-warm)}
        .empty-state{background:rgba(255,255,255,0.6);border:1px dashed rgba(0,0,0,0.15);border-radius:var(--radius-card);padding:40px;text-align:center;color:var(--color-text-muted);font-size:15px}

        /* ===== FAQ ===== */
        .faq-section{padding:90px 0;background:var(--color-bg-light)}
        .faq-wrap{max-width:820px;margin:0 auto}
        .faq-item{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);margin-bottom:16px;overflow:hidden;transition:box-shadow .3s,transform .3s;border-left:4px solid transparent}
        .faq-item:hover{box-shadow:var(--shadow-hover);border-left-color:var(--color-gold)}
        .faq-item .faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border:none;background:none;font-size:16px;font-weight:600;color:var(--color-text-light);cursor:pointer;text-align:left;gap:16px}
        .faq-item .faq-q:focus{outline:none}
        .faq-item .faq-q .faq-icon{width:30px;height:30px;border-radius:50%;background:rgba(201,169,106,0.12);color:var(--color-gold-deep);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;transition:transform .3s,background .3s}
        .faq-item .faq-a{display:none;padding:0 24px 20px;font-size:15px;color:var(--color-text-muted);line-height:1.8}
        .faq-item.active .faq-a{display:block}
        .faq-item.active .faq-icon{transform:rotate(45deg);background:var(--color-gold);color:#1c1c1c}

        /* ===== Footer ===== */
        .site-footer{background:var(--color-bg-footer);color:rgba(240,237,230,0.7);padding:70px 0 0}
        .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,0.06)}
        .footer-col h5{font-size:15px;font-weight:700;color:var(--color-text-dark);margin-bottom:20px;letter-spacing:.06em;text-transform:uppercase;font-family:var(--font-main)}
        .footer-col p{font-size:14px;line-height:1.8;color:rgba(240,237,230,0.55);margin-bottom:0}
        .footer-links{list-style:none;margin:0;padding:0}
        .footer-links li{margin-bottom:10px}
        .footer-links a{font-size:14px;color:rgba(240,237,230,0.6);line-height:1.6;display:inline-flex;align-items:center;gap:6px}
        .footer-links a i{font-size:12px;color:var(--color-gold)}
        .footer-links a:hover{color:var(--color-gold-light)}
        .footer-contact{list-style:none;padding:0;margin:0}
        .footer-contact li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:rgba(240,237,230,0.6);margin-bottom:14px}
        .footer-contact li i{color:var(--color-gold);margin-top:4px}
        .footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(240,237,230,0.4)}
        .footer-bottom .footer-logo{font-weight:700;color:rgba(240,237,230,0.6)}

        /* ===== Media Queries ===== */
        @media (max-width: 1199px){
            .hero-title{font-size:44px}
            .register-inner{grid-template-columns:1fr;gap:40px}
            .ticket-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto}
            .ticket-card.recommended{margin-top:0;padding-top:36px}
            .ticket-card{max-width:100%}
            .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}
        }
        @media (max-width: 991.98px){
            .section{padding:64px 0}
            .header-brand-row{padding:8px 0}
            .brand-logo-text{font-size:15px}
            .hot-tags{display:none}
            .nav-links{display:none}
            .nav-cta-wrap{display:none}
            .navbar-toggler-custom{display:block}
            .mobile-nav{display:none}
            .mobile-nav.open{display:block}
            .hero{min-height:560px;padding:100px 0 120px}
            .hero-title{font-size:36px}
            .hero-lead{font-size:17px}
            .hero-stat-mini{gap:16px}
            .hero-stat-mini-item strong{font-size:20px}
            .news-cover{width:220px}
        }
        @media (max-width: 767.98px){
            .section{padding:56px 0}
            .hero{min-height:auto;padding:80px 0 110px;background:linear-gradient(180deg,rgba(23,29,26,0.9),rgba(23,29,26,0.7)),url('/assets/images/backpic/back-1.png') center center/cover no-repeat}
            .hero-title{font-size:30px}
            .hero-lead{font-size:16px}
            .hero-stat-mini{display:none}
            .hero-actions .btn-custom{flex:1;min-width:130px}
            .section-title{font-size:26px}
            .section-subtitle{font-size:15px}
            .stats-grid{grid-template-columns:1fr 1fr;gap:12px}
            .stats-item{padding:18px 10px}
            .stats-item .stat-number{font-size:30px}
            .timeline-outer::before{left:30px}
            .timeline-point{left:24px}
            .timeline-date-badge{width:60px;padding:8px 4px}
            .timeline-date-badge .day{font-size:18px}
            .timeline-content{padding:18px 16px}
            .timeline-content .status-badge{position:static;display:inline-block;margin-bottom:8px}
            .register-form-wrap{padding:24px 20px}
            .register-inner{grid-template-columns:1fr;gap:32px}
            .register-left .section-title{font-size:28px}
            .ticket-grid{gap:20px}
            .ticket-card{padding:28px 20px}
            .news-card{flex-direction:column}
            .news-cover{width:100%;height:180px}
            .news-cover img{height:100%}
            .footer-grid{grid-template-columns:1fr;gap:32px}
            .footer-bottom{flex-direction:column;text-align:center}
            .faq-item .faq-q{font-size:15px;padding:16px 16px}
            .faq-item .faq-a{padding:0 16px 16px}
            .search-box input{width:80px}
            .search-box input:focus{width:130px}
        }
        @media (max-width: 575.98px){
            .brand-logo-text{max-width:130px;white-space:normal;line-height:1.3;font-size:14px}
            .hero-title{font-size:28px}
            .hero-lead{font-size:15px}
            .hero-badges{flex-direction:column;align-items:flex-start}
            .hero-actions{flex-direction:column;width:100%}
            .hero-actions .btn-custom{width:100%}
            .stats-item .stat-number{font-size:26px}
            .stats-item .stat-label{font-size:13px}
            .ticket-price .price{font-size:36px}
            .footer-grid{gap:24px;padding-bottom:36px}
            .news-body{padding:18px}
            .pill-radio-group{flex-direction:column}
            .pill-radio .pill{width:100%;text-align:center}
        }

/* roulang page: category1 */
:root {
            --primary: #0B3D2E;
            --primary-dark: #0D4F38;
            --accent: #C9A96A;
            --accent-light: #E8D5A6;
            --accent-dark: #9A7B3C;
            --orange: #E8813A;
            --bg-light: #F5F2EC;
            --bg-dark: #171D1A;
            --bg-footer: #111411;
            --text-dark: #2A2A28;
            --text-light: #F0EDE6;
            --text-muted: #8A9389;
            --border-light: rgba(255, 255, 255, 0.1);
            --radius-card: 14px;
            --radius-btn: 10px;
            --radius-input: 8px;
            --shadow-card: 0 2px 12px rgba(0, 0, 0, 0.06);
            --shadow-hover: 0 10px 32px rgba(0, 0, 0, 0.12);
            --font-main: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
            --section-pad: 80px;
        }
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: var(--font-main);
            font-size: 16px;
            line-height: 1.9;
            color: var(--text-dark);
            background: #fff;
            overflow-x: hidden;
        }
        img {
            max-width: 100%;
            height: auto;
        }
        a {
            color: var(--primary);
            text-decoration: none;
            transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
        }
        a:hover {
            color: var(--accent-dark);
        }
        button,
        input {
            font-family: inherit;
        }
        .container-xl {
            max-width: 1280px;
            padding-left: 24px;
            padding-right: 24px;
        }
        .section-pad {
            padding: var(--section-pad) 0;
        }
        .section-title {
            font-size: 34px;
            font-weight: 700;
            letter-spacing: 0.01em;
            color: var(--text-dark);
            margin-bottom: 12px;
        }
        .section-subtitle {
            font-size: 16px;
            color: var(--text-muted);
            margin-bottom: 40px;
            line-height: 1.8;
        }
        .section-title-light {
            color: var(--text-light);
        }
        .section-subtitle-light {
            color: rgba(240, 237, 230, 0.7);
        }
        .text-gold {
            color: var(--accent);
        }

        /* ===== 按钮体系 ===== */
        .btn {
            border-radius: var(--radius-btn);
            font-weight: 600;
            font-size: 15px;
            padding: 12px 28px;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            line-height: 1.4;
        }
        .btn-primary-custom {
            background: linear-gradient(135deg, var(--accent-light), var(--accent) 55%, var(--accent-dark));
            color: #1a1a18;
            box-shadow: 0 4px 18px rgba(201, 169, 106, 0.35);
        }
        .btn-primary-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(201, 169, 106, 0.5);
            color: #111;
        }
        .btn-outline-gold {
            background: transparent;
            border: 1px solid var(--accent);
            color: var(--accent);
        }
        .btn-outline-gold:hover {
            background: rgba(201, 169, 106, 0.1);
            color: var(--accent-light);
            border-color: var(--accent-light);
        }
        .btn-orange {
            background: linear-gradient(135deg, #F09A52, var(--orange));
            color: #fff;
            box-shadow: 0 4px 18px rgba(232, 129, 58, 0.35);
        }
        .btn-orange:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 26px rgba(232, 129, 58, 0.5);
            color: #fff;
        }

        /* ===== Header 吸顶 ===== */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(23, 29, 26, 0.92);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
        }
        .header-brand-row {
            background: linear-gradient(90deg, var(--bg-dark) 0%, #1d2420 100%);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            height: 58px;
        }
        .header-brand-row .container-xl {
            height: 58px;
        }
        .header-brand {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
            flex-shrink: 0;
        }
        .brand-name {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: 0.06em;
            color: var(--text-light);
            background: linear-gradient(135deg, #E8D5A6, #C9A96A, #9A7B3C);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .brand-full {
            font-size: 11px;
            color: rgba(240, 237, 230, 0.55);
            letter-spacing: 0.03em;
        }
        .header-tools {
            display: flex;
            align-items: center;
            gap: 16px;
        }
        .header-search {
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.07);
            border: 1px dashed rgba(201, 169, 106, 0.5);
            border-radius: 999px;
            padding: 6px 16px;
            gap: 8px;
            color: rgba(240, 237, 230, 0.6);
            cursor: text;
            transition: all 0.3s;
            width: 220px;
        }
        .header-search:focus-within {
            border-color: var(--accent);
            border-style: solid;
            background: rgba(255, 255, 255, 0.12);
            width: 260px;
        }
        .header-search input {
            background: transparent;
            border: none;
            outline: none;
            color: var(--text-light);
            font-size: 13px;
            width: 100%;
        }
        .header-search input::placeholder {
            color: rgba(240, 237, 230, 0.45);
        }
        .header-hot {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: rgba(240, 237, 230, 0.5);
        }
        .header-hot .hot-tag {
            color: var(--accent);
            font-size: 13px;
            padding: 2px 10px;
            border: 1px solid rgba(201, 169, 106, 0.3);
            border-radius: 999px;
            transition: all 0.3s;
        }
        .header-hot .hot-tag:hover {
            background: rgba(201, 169, 106, 0.15);
            border-color: var(--accent);
        }
        .navbar-toggler {
            background: transparent;
            border: 1px solid rgba(201, 169, 106, 0.4);
            border-radius: 8px;
            color: var(--accent);
            font-size: 22px;
            padding: 6px 12px;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
        .header-nav-row {
            background: rgba(23, 29, 26, 0.95);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            min-height: 52px;
        }
        .header-nav-row .container-xl {
            min-height: 52px;
        }
        .nav-links {
            display: flex;
            gap: 4px;
        }
        .nav-links a {
            display: inline-block;
            padding: 14px 22px;
            color: rgba(240, 237, 230, 0.78);
            font-size: 15.5px;
            font-weight: 500;
            letter-spacing: 0.02em;
            position: relative;
            border-bottom: 2px solid transparent;
            transition: color 0.3s, border-color 0.3s;
        }
        .nav-links a:hover {
            color: var(--text-light);
        }
        .nav-links a::after {
            content: "";
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 0;
            height: 2px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }
        .nav-links a:hover::after {
            transform: scaleX(1);
        }
        .nav-links a.active {
            color: var(--accent);
            font-weight: 600;
        }
        .nav-links a.active::after {
            transform: scaleX(1);
        }
        .btn-nav-cta {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: linear-gradient(135deg, #E8D5A6, #C9A96A, #9A7B3C);
            color: #1a1a18;
            font-size: 14px;
            font-weight: 700;
            padding: 8px 22px;
            border-radius: 999px;
            transition: all 0.3s;
            box-shadow: 0 2px 12px rgba(201, 169, 106, 0.3);
        }
        .btn-nav-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(201, 169, 106, 0.45);
            color: #111;
        }
        .mobile-nav {
            background: var(--bg-dark);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding: 16px 0 24px;
        }
        .mobile-nav a {
            display: block;
            padding: 12px 0;
            color: rgba(240, 237, 230, 0.8);
            font-size: 16px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        }
        .mobile-nav a.active {
            color: var(--accent);
            font-weight: 600;
        }
        .mobile-nav .btn-nav-cta {
            display: inline-flex;
            margin-top: 14px;
            border: none;
        }
        .mobile-search {
            margin-top: 14px;
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 999px;
            padding: 8px 16px;
            gap: 8px;
        }
        .mobile-search input {
            background: transparent;
            border: none;
            outline: none;
            color: var(--text-light);
            width: 100%;
            font-size: 14px;
        }

        /* ===== 页面 Banner ===== */
        .page-hero {
            position: relative;
            min-height: 380px;
            display: flex;
            align-items: center;
            background: var(--bg-dark);
            overflow: hidden;
        }
        .page-hero-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.55;
        }
        .page-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(23, 29, 26, 0.95) 0%, rgba(23, 29, 26, 0.75) 40%, rgba(23, 29, 26, 0.3) 100%);
        }
        .page-hero-content {
            position: relative;
            z-index: 2;
            padding: 80px 0;
        }
        .page-hero-content .breadcrumb {
            background: transparent;
            padding: 0;
            margin-bottom: 16px;
        }
        .page-hero-content .breadcrumb .breadcrumb-item a {
            color: rgba(240, 237, 230, 0.6);
            font-size: 14px;
        }
        .page-hero-content .breadcrumb .breadcrumb-item a:hover {
            color: var(--accent);
        }
        .page-hero-content .breadcrumb .breadcrumb-item.active {
            color: var(--accent);
            font-size: 14px;
        }
        .page-hero-content .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(240, 237, 230, 0.4);
        }
        .page-hero h1 {
            font-size: 48px;
            font-weight: 800;
            letter-spacing: 0.01em;
            color: var(--text-light);
            margin-bottom: 14px;
            line-height: 1.3;
        }
        .page-hero p.hero-desc {
            font-size: 17px;
            color: rgba(240, 237, 230, 0.75);
            max-width: 560px;
            margin-bottom: 28px;
            line-height: 1.9;
        }
        .hero-actions {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        /* ===== 分类简介 ===== */
        .category-intro {
            background: var(--bg-light);
            padding: 80px 0;
        }
        .category-intro .intro-wrap {
            max-width: 960px;
            margin: 0 auto;
            text-align: center;
        }
        .category-intro .intro-mark {
            display: inline-block;
            width: 44px;
            height: 4px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light));
            border-radius: 2px;
            margin-bottom: 24px;
        }
        .category-intro p {
            font-size: 17px;
            line-height: 2;
            color: var(--text-dark);
            margin-bottom: 0;
        }
        .category-intro .intro-stats {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 44px;
            flex-wrap: wrap;
        }
        .category-intro .stat-item {
            text-align: center;
        }
        .category-intro .stat-num {
            font-size: 38px;
            font-weight: 800;
            color: var(--primary);
            line-height: 1.2;
        }
        .category-intro .stat-label {
            font-size: 14px;
            color: var(--text-muted);
            margin-top: 4px;
        }

        /* ===== 代表性赛事卡片 ===== */
        .event-section {
            background: #fff;
            padding: 80px 0;
        }
        .event-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 28px;
        }
        .event-card {
            background: #fff;
            border-radius: var(--radius-card);
            box-shadow: var(--shadow-card);
            overflow: hidden;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
            border: 1px solid rgba(0, 0, 0, 0.04);
            display: flex;
            flex-direction: column;
        }
        .event-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
        }
        .event-card .card-img-wrap {
            position: relative;
            overflow: hidden;
            aspect-ratio: 16 / 9;
            background: var(--bg-light);
        }
        .event-card .card-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.45s ease;
        }
        .event-card:hover .card-img-wrap img {
            transform: scale(1.04);
        }
        .event-card .card-tag {
            position: absolute;
            top: 14px;
            left: 14px;
            background: linear-gradient(135deg, var(--accent-light), var(--accent));
            color: #1a1a18;
            font-size: 13px;
            font-weight: 700;
            padding: 4px 14px;
            border-radius: 999px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
        }
        .event-card .card-body {
            padding: 28px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .event-card h3 {
            font-size: 21px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 8px;
        }
        .event-card .event-time {
            display: flex;
            align-items: center;
            gap: 6px;
            color: var(--accent-dark);
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 14px;
        }
        .event-card p {
            font-size: 15px;
            color: rgba(42, 42, 40, 0.75);
            line-height: 1.85;
            margin-bottom: 20px;
            flex: 1;
        }
        .event-card .card-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 15px;
            font-weight: 600;
            color: var(--primary);
            border-bottom: 2px solid transparent;
            align-self: flex-start;
            transition: all 0.3s;
        }
        .event-card .card-btn:hover {
            color: var(--accent-dark);
            border-bottom-color: var(--accent);
        }

        /* ===== 图文介绍区块 ===== */
        .feature-section {
            background: var(--bg-dark);
            padding: 90px 0;
            color: var(--text-light);
        }
        .feature-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            margin-bottom: 70px;
        }
        .feature-row:last-child {
            margin-bottom: 0;
        }
        .feature-img {
            border-radius: var(--radius-card);
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
            border: 1px solid var(--border-light);
            aspect-ratio: 4 / 3;
        }
        .feature-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .feature-content h2 {
            font-size: 30px;
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 14px;
            line-height: 1.4;
        }
        .feature-content h2 .text-gold {
            color: var(--accent);
        }
        .feature-content p {
            font-size: 16px;
            color: rgba(240, 237, 230, 0.72);
            line-height: 1.9;
            margin-bottom: 16px;
        }
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 24px 0 0;
        }
        .feature-list li {
            padding: 7px 0;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 15.5px;
            color: rgba(240, 237, 230, 0.8);
        }
        .feature-list li i {
            color: var(--accent);
            font-size: 18px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        /* ===== FAQ ===== */
        .faq-section {
            background: var(--bg-light);
            padding: 80px 0;
        }
        .faq-wrap {
            max-width: 860px;
            margin: 0 auto;
        }
        .faq-item {
            background: #fff;
            border-radius: var(--radius-card);
            box-shadow: var(--shadow-card);
            margin-bottom: 16px;
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: box-shadow 0.3s;
            position: relative;
            overflow: hidden;
        }
        .faq-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, var(--accent-light), var(--accent));
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.3s ease;
        }
        .faq-item:hover::before {
            transform: scaleY(1);
        }
        .faq-header {
            padding: 24px 28px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            font-size: 17px;
            font-weight: 600;
            color: var(--text-dark);
            background: #fff;
            border: none;
            width: 100%;
            text-align: left;
            transition: color 0.3s;
        }
        .faq-header:hover {
            color: var(--accent-dark);
        }
        .faq-icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1.5px solid var(--accent);
            color: var(--accent);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 400;
            flex-shrink: 0;
            transition: all 0.3s;
        }
        .faq-header[aria-expanded="true"] .faq-icon {
            background: var(--accent);
            color: #1a1a18;
        }
        .faq-body {
            padding: 0 28px 24px;
            color: rgba(42, 42, 40, 0.72);
            font-size: 15.5px;
            line-height: 1.9;
        }

        /* ===== 最新资讯 ===== */
        .news-section {
            background: #fff;
            padding: 80px 0;
        }
        .news-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .news-card {
            background: #fff;
            border-radius: var(--radius-card);
            box-shadow: var(--shadow-card);
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.04);
            transition: transform 0.35s, box-shadow 0.35s;
            display: flex;
            flex-direction: column;
        }
        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        .news-card .news-img {
            aspect-ratio: 16 / 9;
            overflow: hidden;
            position: relative;
        }
        .news-card .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.45s;
        }
        .news-card:hover .news-img img {
            transform: scale(1.04);
        }
        .news-tag {
            position: absolute;
            top: 12px;
            left: 12px;
            background: linear-gradient(135deg, var(--accent-light), var(--accent));
            color: #1a1a18;
            font-size: 12px;
            font-weight: 700;
            padding: 3px 12px;
            border-radius: 999px;
            z-index: 2;
        }
        .news-card .news-body {
            padding: 22px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .news-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 10px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-card p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.75;
            margin-bottom: 16px;
            flex: 1;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 13px;
            color: #aaa;
            border-top: 1px solid #f0f0f0;
            padding-top: 14px;
        }
        .news-meta a {
            color: var(--primary);
            font-weight: 600;
            font-size: 14px;
        }
        .news-meta a:hover {
            color: var(--accent-dark);
        }
        .empty-state {
            grid-column: 1 / -1;
            background: var(--bg-light);
            border-radius: var(--radius-card);
            padding: 60px 30px;
            text-align: center;
            color: var(--text-muted);
            border: 1px dashed rgba(0, 0, 0, 0.08);
        }
        .empty-state i {
            font-size: 38px;
            color: var(--accent);
            display: block;
            margin-bottom: 14px;
        }
        .empty-state p {
            font-size: 16px;
            margin-bottom: 0;
        }

        /* ===== CTA 区块 ===== */
        .cta-section {
            position: relative;
            padding: 90px 0;
            background: var(--bg-dark);
            overflow: hidden;
            text-align: center;
        }
        .cta-bg {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            opacity: 0.35;
        }
        .cta-section::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(23, 29, 26, 0.7), rgba(23, 29, 26, 0.92));
        }
        .cta-content {
            position: relative;
            z-index: 2;
        }
        .cta-content h2 {
            font-size: 36px;
            font-weight: 800;
            color: var(--text-light);
            margin-bottom: 14px;
        }
        .cta-content p {
            font-size: 17px;
            color: rgba(240, 237, 230, 0.7);
            max-width: 540px;
            margin: 0 auto 32px;
            line-height: 1.9;
        }
        .cta-content .hero-actions {
            justify-content: center;
        }

        /* ===== 页脚 ===== */
        .site-footer {
            background: var(--bg-footer);
            color: rgba(240, 237, 230, 0.7);
            padding: 60px 0 0;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1.2fr;
            gap: 50px;
            padding-bottom: 40px;
        }
        .footer-col h5 {
            color: var(--text-light);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-bottom: 16px;
            position: relative;
            padding-bottom: 10px;
        }
        .footer-col h5::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 28px;
            height: 2px;
            background: var(--accent);
        }
        .footer-col p {
            font-size: 14px;
            line-height: 1.9;
            color: rgba(240, 237, 230, 0.5);
            margin-bottom: 0;
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li {
            margin-bottom: 6px;
        }
        .footer-links a {
            color: rgba(240, 237, 230, 0.6);
            font-size: 14px;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .footer-links a i {
            font-size: 12px;
            color: var(--accent);
        }
        .footer-links a:hover {
            color: var(--accent);
            padding-left: 4px;
        }
        .footer-contact {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-contact li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 14px;
            color: rgba(240, 237, 230, 0.6);
            margin-bottom: 10px;
            line-height: 1.6;
        }
        .footer-contact li i {
            color: var(--accent);
            font-size: 15px;
            flex-shrink: 0;
            margin-top: 3px;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            font-size: 12px;
            color: rgba(240, 237, 230, 0.4);
        }
        .footer-logo-text {
            font-size: 13px;
            color: rgba(240, 237, 230, 0.5);
        }

        /* ===== 响应式 ===== */
        @media (max-width: 991.98px) {
            :root {
                --section-pad: 60px;
            }
            .header-search,
            .header-hot {
                display: none !important;
            }
            .header-brand-row .container-xl {
                height: 54px;
            }
            .header-brand-row {
                height: 54px;
            }
            .event-grid {
                grid-template-columns: 1fr;
            }
            .feature-row {
                grid-template-columns: 1fr;
                gap: 36px;
                margin-bottom: 50px;
            }
            .feature-row:nth-child(even) .feature-img {
                order: -1;
            }
            .news-list {
                grid-template-columns: repeat(2, 1fr);
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 36px;
            }
        }
        @media (max-width: 767.98px) {
            .page-hero {
                min-height: 340px;
            }
            .page-hero h1 {
                font-size: 34px;
            }
            .page-hero p.hero-desc {
                font-size: 16px;
            }
            .section-title {
                font-size: 28px;
            }
            .news-list {
                grid-template-columns: 1fr;
            }
            .category-intro .intro-stats {
                gap: 30px;
            }
            .category-intro .stat-num {
                font-size: 30px;
            }
            .cta-content h2 {
                font-size: 28px;
            }
        }
        @media (max-width: 575.98px) {
            :root {
                --section-pad: 48px;
            }
            .header-brand-row .container-xl {
                padding-left: 16px;
                padding-right: 16px;
            }
            .brand-name {
                font-size: 17px;
            }
            .brand-full {
                font-size: 10px;
            }
            .btn-nav-cta {
                padding: 6px 14px;
                font-size: 13px;
            }
            .page-hero {
                min-height: 300px;
            }
            .page-hero-content {
                padding: 50px 0;
            }
            .page-hero h1 {
                font-size: 28px;
            }
            .page-hero p.hero-desc {
                font-size: 15px;
                line-height: 1.7;
            }
            .hero-actions .btn {
                padding: 10px 20px;
                font-size: 14px;
            }
            .event-card .card-body {
                padding: 20px;
            }
            .faq-header {
                padding: 18px 20px;
                font-size: 15.5px;
            }
            .faq-body {
                padding: 0 20px 18px;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
            .feature-content h2 {
                font-size: 24px;
            }
        }
        @media (min-width: 1200px) {
            .container-xl {
                max-width: 1280px;
            }
        }

/* roulang page: article */
:root {
  --color-primary: #0B3D2E;
  --color-primary-deep: #0D4F38;
  --color-accent: #C9A96A;
  --color-accent-deep: #9A7B3C;
  --color-accent-warm: #E8813A;
  --color-bg-light: #F5F2EC;
  --color-bg-dark: #171D1A;
  --color-footer: #111411;
  --color-text-dark: #2A2A28;
  --color-text-light: #F0EDE6;
  --color-text-muted: #8A9389;
  --radius-card: 16px;
  --radius-btn: 10px;
  --radius-input: 8px;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 32px rgba(0,0,0,0.12);
  --font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-family);
  background: var(--color-bg-light);
  color: var(--color-text-dark);
  line-height: 1.7;
  margin: 0;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, textarea { font-family: inherit; }

.container-xl { max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(23,29,26,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,169,106,0.2);
}
.header-brand-row {
  background: rgba(17,20,17,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.brand-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}
.site-logo { display: inline-flex; align-items: center; gap: 12px; color: var(--color-text-light); }
.site-logo:hover { color: var(--color-accent); }
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #E8D5A6, #C9A96A, #9A7B3C);
  color: #171D1A;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand-text { font-size: 18px; font-weight: 700; letter-spacing: 0.05em; white-space: nowrap; }
.brand-sub { font-size: 12px; color: rgba(240,237,230,0.6); margin-left: 4px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-search { position: relative; width: 200px; }
.header-search input {
  width: 100%;
  background: transparent;
  border: 1px dashed rgba(255,255,255,0.25);
  border-radius: 999px;
  color: var(--color-text-light);
  padding: 6px 16px 6px 36px;
  font-size: 13px;
  outline: none;
  transition: all .3s ease;
}
.header-search input::placeholder { color: rgba(240,237,230,0.45); }
.header-search input:focus {
  border-style: solid;
  border-color: var(--color-accent);
  width: 240px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 0 4px rgba(201,169,106,0.12);
}
.header-search .bi-search {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-accent);
  font-size: 14px;
  pointer-events: none;
}
.header-hot-tags { display: flex; gap: 8px; align-items: center; }
.hot-tag {
  font-size: 12px;
  color: rgba(240,237,230,0.7);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 3px 12px;
  transition: all .2s ease;
}
.hot-tag:hover { color: var(--color-accent); border-color: var(--color-accent); }
.header-nav-row { background: rgba(23,29,26,0.95); border-top: 1px solid rgba(255,255,255,0.05); }
.nav-row-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  color: rgba(240,237,230,0.8);
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0;
  position: relative;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--color-accent); }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width .3s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--color-accent); }
.nav-cta-wrap { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.btn-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #E8813A, #D96A24);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 999px;
  transition: all .25s ease;
}
.btn-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(232,129,58,0.4); color: #fff; }
.navbar-burger {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: var(--color-text-light);
  border-radius: 10px;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.page-banner {
  position: relative;
  background: linear-gradient(135deg, rgba(11,61,46,0.55), rgba(23,29,26,0.78)), url('/assets/images/backpic/back-2.png') center/cover no-repeat;
  color: var(--color-text-light);
  padding: 72px 0 56px;
}
.breadcrumb { --bs-breadcrumb-divider: '>'; margin-bottom: 20px; }
.breadcrumb a { color: rgba(240,237,230,0.7); font-size: 14px; }
.breadcrumb a:hover { color: var(--color-accent); }
.breadcrumb .active { color: rgba(240,237,230,0.9); font-size: 14px; }
.article-cat {
  display: inline-block;
  background: linear-gradient(135deg, #E8D5A6, #C9A96A);
  color: #171D1A;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.page-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  max-width: 900px;
  margin: 0;
}
.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
  color: rgba(240,237,230,0.6);
  font-size: 14px;
}
.article-meta i { color: var(--color-accent); margin-right: 6px; }
.article-meta span { display: inline-flex; align-items: center; }

.article-section { padding: 64px 0 80px; background: var(--color-bg-light); }
.article-wrap { max-width: 900px; margin: 0 auto; }
.article-card {
  background: #fff;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  padding: clamp(24px, 4vw, 56px);
}
.article-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
  color: var(--color-text-dark);
}
.article-body > *:first-child { margin-top: 0; }
.article-body p { margin-bottom: 24px; }
.article-body h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 40px 0 20px;
  color: var(--color-primary);
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(201,169,106,0.4);
}
.article-body h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 32px 0 16px;
  color: var(--color-primary-deep);
}
.article-body img {
  border-radius: 12px;
  margin: 24px auto;
  width: 100%;
  height: auto;
}
.article-body blockquote {
  border-left: 4px solid var(--color-accent);
  background: #F8F4EC;
  padding: 16px 24px;
  margin: 24px 0;
  border-radius: 0 10px 10px 0;
  color: #4A4A45;
  font-size: 15px;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  margin-bottom: 24px;
}
.article-body li { margin-bottom: 8px; }
.article-body a { color: #A0802F; text-decoration: underline; }
.article-body a:hover { color: var(--color-accent-deep); }
.article-body hr { border: 0; border-top: 1px solid rgba(0,0,0,0.06); margin: 36px 0; }

.article-empty { text-align: center; padding: 60px 20px; }
.article-empty .bi { color: var(--color-accent); margin-bottom: 16px; }
.article-empty h2 { color: var(--color-primary); margin-bottom: 12px; }
.article-empty p { color: var(--color-text-muted); margin-bottom: 24px; }

.btn-primary {
  background: linear-gradient(135deg, #C9A96A, #9A7B3C);
  border: none;
  border-radius: 10px;
  color: #171D1A;
  font-weight: 600;
  padding: 10px 28px;
  transition: all .25s ease;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201,169,106,0.4);
  color: #171D1A;
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  border-radius: 10px;
  padding: 10px 28px;
  font-weight: 600;
  transition: all .25s ease;
}
.btn-outline:hover { background: rgba(201,169,106,0.15); color: var(--color-accent-deep); }

.article-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.06);
  flex-wrap: wrap;
}
.prev-next { display: flex; gap: 12px; flex-wrap: wrap; }
.prev-next a,
.prev-next span {
  font-size: 14px;
  color: var(--color-text-muted);
  border: 1px solid rgba(0,0,0,0.1);
  padding: 8px 16px;
  border-radius: 999px;
  transition: all .25s ease;
}
.prev-next a:hover {
  color: var(--color-accent-deep);
  border-color: var(--color-accent);
  background: rgba(201,169,106,0.1);
}
.btn-back-column {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: all .25s ease;
}
.btn-back-column:hover { background: var(--color-primary); color: #fff; }

.related-section { padding: 0 0 80px; background: var(--color-bg-light); }
.section-title {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
.section-title span { color: var(--color-accent-deep); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
  height: 100%;
  display: block;
  color: var(--color-text-dark);
}
.related-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); color: var(--color-text-dark); }
.related-card .cover { position: relative; overflow: hidden; aspect-ratio: 16/9; background: #e9e2d6; }
.related-card .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.related-card:hover .cover img { transform: scale(1.03); }
.related-card .related-body { padding: 20px; }
.related-card .related-date { font-size: 13px; color: var(--color-text-muted); }
.related-card h3 { font-size: 18px; font-weight: 600; line-height: 1.5; margin: 8px 0 10px; }
.related-card h3 a { color: inherit; }
.related-card h3 a:hover { color: var(--color-accent-deep); }
.related-card p { color: var(--color-text-muted); font-size: 14px; line-height: 1.7; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-card .read-more { display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--color-accent-deep); }

.faq-section { padding: 80px 0; background: var(--color-bg-light); }
.faq-header { text-align: center; margin-bottom: 48px; }
.faq-header .section-title { margin-bottom: 12px; }
.faq-header p { color: var(--color-text-muted); font-size: 16px; max-width: 520px; margin: 0 auto; }
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); background: #fff; border-radius: 12px; margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-text-dark);
  text-align: left;
  transition: color .25s ease;
  cursor: pointer;
}
.faq-question:hover { color: var(--color-accent-deep); }
.faq-question .bi { font-size: 20px; color: var(--color-accent); transition: transform .3s ease; flex-shrink: 0; }
.faq-question[aria-expanded="true"] .bi { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 24px; color: var(--color-text-muted); font-size: 15px; line-height: 1.9; }
.faq-answer p { margin: 0; }

.register-cta {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(rgba(11,61,46,0.72), rgba(23,29,26,0.85)), url('/assets/images/backpic/back-3.webp') center/cover no-repeat;
  color: var(--color-text-light);
}
.cta-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.cta-inner h2 { font-size: clamp(26px, 3vw, 32px); font-weight: 700; margin-bottom: 16px; }
.cta-inner > p { color: rgba(240,237,230,0.8); margin-bottom: 32px; font-size: 16px; }
.cta-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 12px; }
.cta-form .form-control {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(201,169,106,0.4);
  border-radius: var(--radius-input);
  color: var(--color-text-light);
  padding: 12px 16px;
  font-size: 15px;
  height: auto;
  transition: all .25s ease;
}
.cta-form .form-control::placeholder { color: rgba(240,237,230,0.5); }
.cta-form .form-control:focus {
  background: rgba(255,255,255,0.12);
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(201,169,106,0.15);
  color: var(--color-text-light);
}
.cta-form .form-control:focus::placeholder { color: rgba(240,237,230,0.7); }
.btn-cta-primary {
  display: inline-block;
  background: linear-gradient(135deg, #E8813A, #D96A24);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 600;
  transition: all .25s ease;
  cursor: pointer;
}
.btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(232,129,58,0.4); color: #fff; }
.cta-note { font-size: 13px; color: rgba(240,237,230,0.55); margin-top: 16px; }

.site-footer { background: #111411; color: rgba(240,237,230,0.7); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 48px; padding-bottom: 40px; }
.footer-col h5 {
  color: var(--color-accent);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col p { font-size: 14px; line-height: 1.8; color: rgba(240,237,230,0.6); margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a,
.footer-contact li { color: rgba(240,237,230,0.6); font-size: 14px; }
.footer-links a:hover { color: var(--color-accent); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; list-style: none; }
.footer-contact .bi { color: var(--color-accent); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(240,237,230,0.4);
}
.footer-bottom span { margin: 0; }

@media (max-width: 991px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .header-search { width: 160px; }
}

@media (max-width: 767px) {
  .header-search { width: 36px; }
  .header-search input {
    width: 36px;
    padding-left: 30px;
    border-color: transparent;
    cursor: pointer;
  }
  .header-search input:focus { width: 36px; background: rgba(255,255,255,0.06); }
  .header-search .bi-search { left: 10px; }
  .hot-tag { display: none; }
  .navbar-burger { display: inline-flex; }
  .nav-links {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100vh;
    background: #111411;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 24px 24px;
    gap: 20px;
    transition: right .35s ease;
    z-index: 1055;
    border-left: 1px solid rgba(201,169,106,0.2);
  }
  .nav-links.open { right: 0; }
  .nav-links a {
    font-size: 16px;
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .nav-links a::after { display: none; }
  .nav-cta-wrap { margin-left: auto; }
  .page-banner { padding: 40px 0 32px; }
  .page-title { font-size: 30px; }
  .article-section { padding: 40px 0 56px; }
  .article-card { padding: 24px 20px; }
  .related-grid { grid-template-columns: 1fr; }
  .cta-form { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .article-bottom-nav { flex-direction: column; justify-content: flex-start; align-items: stretch; }
  .prev-next { justify-content: center; }
  .btn-back-column { justify-content: center; }
}
