/* roulang page: index */
:root{--primary:#0e3a5c;--primary-deep:#08283e;--primary-soft:#e8f0f7;--accent:#d4a24e;--accent-deep:#b8893a;--accent-soft:#f7ecd8;--bg:#faf8f5;--white:#fff;--text:#213142;--text-light:#6b7c8e;--border:#e6e2da;--radius-lg:20px;--radius-md:14px;--radius-sm:8px;--shadow:0 8px 32px rgba(14,58,92,.08);--shadow-lg:0 20px 60px rgba(14,58,92,.14);--font-main:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-main);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .2s}
img{max-width:100%;display:block}
ul{list-style:none}
button,input{font-family:inherit;font-size:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.overflow-visible{overflow:visible}

/* ===== 悬浮胶囊导航 ===== */
.site-header{position:fixed;top:18px;left:0;right:0;z-index:1000;pointer-events:none}
.nav-container{pointer-events:auto;max-width:1200px;margin:0 auto;padding:0 24px}
.nav-inner{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);border-radius:60px;box-shadow:0 6px 30px rgba(14,58,92,.10);padding:8px 12px 8px 22px;position:relative}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--primary);letter-spacing:.5px}
.brand-mark{width:36px;height:36px;border-radius:11px;background:linear-gradient(135deg,var(--primary),var(--primary-deep));color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;flex-shrink:0}
.main-nav{display:flex;align-items:center;gap:4px}
.nav-link{padding:8px 18px;border-radius:30px;font-size:15px;font-weight:500;color:var(--text);transition:background .2s,color .2s}
.nav-link:hover{color:var(--primary);background:var(--primary-soft)}
.nav-link.active{background:var(--primary);color:#fff}
.nav-link.active:hover{color:#fff}
.nav-cta{border-radius:30px;padding:10px 22px;font-size:14px}
.nav-toggle{display:none;background:none;border:none;font-size:22px;color:var(--primary);cursor:pointer;padding:6px 10px;border-radius:8px}
.nav-toggle:hover{background:var(--primary-soft)}

/* ===== 按钮 ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:30px;padding:13px 28px;font-size:15px;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all .25s;line-height:1.4;white-space:nowrap}
.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.btn-primary:hover{background:var(--primary-deep);border-color:var(--primary-deep);transform:translateY(-2px);box-shadow:0 8px 24px rgba(14,58,92,.22)}
.btn-accent{background:var(--accent);color:#fff;border-color:var(--accent)}
.btn-accent:hover{background:var(--accent-deep);border-color:var(--accent-deep);transform:translateY(-2px);box-shadow:0 8px 24px rgba(212,162,78,.24)}
.btn-ghost{background:rgba(255,255,255,.5);color:var(--primary);border-color:var(--primary);backdrop-filter:blur(4px)}
.btn-ghost:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(14,58,92,.18)}
.btn-white{background:#fff;color:var(--primary);border-color:#fff}
.btn-white:hover{background:var(--primary-soft);border-color:#fff;transform:translateY(-2px)}
.btn-sm{padding:8px 18px;font-size:14px}

/* ===== Hero ===== */
.hero{position:relative;min-height:720px;display:flex;align-items:center;padding:160px 0 90px;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(8,40,62,.88) 0%,rgba(8,40,62,.68) 45%,rgba(8,40,62,.35) 100%);z-index:1}
.hero-content{position:relative;z-index:2;max-width:680px;color:#fff}
.hero-badge{display:inline-block;background:rgba(212,162,78,.22);border:1px solid rgba(212,162,78,.55);color:#e8c47a;border-radius:30px;padding:6px 18px;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:24px}
.hero-content h1{font-size:58px;line-height:1.15;font-weight:800;letter-spacing:1px;margin-bottom:18px}
.hero-content p{font-size:18px;line-height:1.8;color:rgba(255,255,255,.85);margin-bottom:36px;max-width:540px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:54px}
.hero-stats{display:flex;gap:48px;border-top:1px solid rgba(255,255,255,.2);padding-top:32px}
.stat-item strong{font-size:32px;font-weight:800;color:#e8c47a;display:block;line-height:1.2}
.stat-item span{font-size:14px;color:rgba(255,255,255,.75)}

/* ===== 板块通用 ===== */
.section{padding:96px 0}
.section-alt{background:var(--bg-soft,#f1eee8)}
.section-head{text-align:center;max-width:640px;margin:0 auto 56px}
.section-tag{display:inline-block;color:var(--accent-deep);font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
.section-head h2{font-size:36px;font-weight:800;color:var(--primary);line-height:1.3;margin-bottom:12px}
.section-head p{font-size:16px;color:var(--text-light);line-height:1.7}

/* ===== 亮点卡片 ===== */
.feature-grid .card-item{background:var(--white);border-radius:var(--radius-lg);padding:38px 30px;border:1px solid var(--border);box-shadow:var(--shadow);transition:all .3s;height:100%}
.feature-grid .card-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.card-icon{width:56px;height:56px;border-radius:16px;background:var(--primary-soft);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:22px}
.card-item h3{font-size:20px;font-weight:700;color:var(--text);margin-bottom:10px}
.card-item p{font-size:15px;color:var(--text-light);line-height:1.75}
.feature-text{margin-top:48px}
.feature-text .section-head{text-align:left;margin-bottom:24px}

/* ===== 分类入口 ===== */
.category-section .grid-x{gap:24px}
.category-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:340px;display:flex;align-items:flex-end;box-shadow:var(--shadow);transition:all .3s;height:100%}
.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s}
.category-card:hover img{transform:scale(1.05)}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,40,62,.85) 0%,rgba(8,40,62,.25) 60%,rgba(8,40,62,.1) 100%);z-index:1}
.category-card-content{position:relative;z-index:2;padding:32px;color:#fff;width:100%}
.category-card-tag{display:inline-block;background:rgba(212,162,78,.25);border:1px solid rgba(212,162,78,.5);color:#e8c47a;border-radius:20px;padding:4px 14px;font-size:13px;font-weight:600;margin-bottom:12px}
.category-card-content h3{font-size:28px;font-weight:800;margin-bottom:8px}
.category-card-content p{font-size:15px;color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:20px}
.category-card-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:15px;color:#fff;background:var(--accent);padding:8px 20px;border-radius:30px;transition:all .25s}
.category-card-link:hover{background:var(--accent-deep);transform:translateX(4px)}

/* ===== 最新信息列表 ===== */
.news-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:start}
.news-list{display:grid;gap:16px}
.news-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 26px;box-shadow:var(--shadow);transition:all .3s;display:flex;gap:20px}
.news-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.news-thumb{width:160px;height:120px;border-radius:14px;object-fit:cover;flex-shrink:0}
.news-body{flex:1}
.news-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.news-cat{background:var(--primary-soft);color:var(--primary);font-size:13px;font-weight:600;padding:3px 12px;border-radius:20px}
.news-time{font-size:13px;color:var(--text-light)}
.news-body h3{font-size:17px;font-weight:700;line-height:1.5;margin-bottom:6px;color:var(--text)}
.news-body h3 a:hover{color:var(--primary)}
.news-body p{font-size:14px;color:var(--text-light);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-side{background:var(--primary-deep);border-radius:var(--radius-lg);padding:34px;color:#fff;position:sticky;top:110px}
.news-side h3{font-size:22px;font-weight:800;margin-bottom:8px}
.news-side p{font-size:15px;color:rgba(255,255,255,.8);margin-bottom:22px}
.news-side .btn{width:100%}
.news-empty{background:var(--white);border-radius:var(--radius-lg);padding:40px;text-align:center;color:var(--text-light)}

/* ===== 数据统计 ===== */
.stats-section{position:relative;background:var(--primary-deep);padding:100px 0;overflow:hidden}
.stats-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.18;z-index:0}
.stats-content{position:relative;z-index:1}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stats-item{text-align:center;padding:30px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);transition:all .3s}
.stats-item:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}
.stats-item .num{font-size:44px;font-weight:800;color:#e8c47a;line-height:1.1;display:block;margin-bottom:6px}
.stats-item .label{font-size:15px;color:rgba(255,255,255,.75)}

/* ===== 流程 ===== */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.process-item{position:relative;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;box-shadow:var(--shadow);transition:all .3s}
.process-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.process-num{width:48px;height:48px;border-radius:50%;background:var(--accent-soft);color:var(--accent-deep);font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.process-item h3{font-size:18px;font-weight:700;margin-bottom:8px}
.process-item p{font-size:14px;color:var(--text-light);line-height:1.7}
.process-arrow{position:absolute;right:-18px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:18px;z-index:2}

/* ===== FAQ ===== */
.faq-list{max-width:800px;margin:0 auto;display:grid;gap:14px}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:box-shadow .3s}
.faq-item:hover{box-shadow:var(--shadow)}
.faq-item summary{cursor:pointer;padding:22px 26px;font-size:16px;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:22px;color:var(--accent);transition:transform .3s;font-weight:400}
.faq-item[open] summary{color:var(--primary)}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-answer{padding:0 26px 22px;font-size:15px;color:var(--text-light);line-height:1.8}

/* ===== CTA ===== */
.cta-section{background:linear-gradient(135deg,var(--primary),var(--primary-deep));padding:90px 0;position:relative;overflow:hidden}
.cta-section::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(212,162,78,.15);top:-80px;right:-60px}
.cta-section::after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.05);bottom:-60px;left:-40px}
.cta-inner{position:relative;z-index:1;text-align:center;max-width:640px;margin:0 auto;color:#fff}
.cta-inner h2{font-size:36px;font-weight:800;margin-bottom:14px}
.cta-inner p{font-size:16px;color:rgba(255,255,255,.8);margin-bottom:32px}
.cta-form{display:flex;gap:10px;max-width:440px;margin:0 auto}
.cta-form input{flex:1;border-radius:30px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.15);backdrop-filter:blur(6px);color:#fff;padding:14px 22px;outline:none;transition:border .3s}
.cta-form input::placeholder{color:rgba(255,255,255,.65)}
.cta-form input:focus{border-color:var(--accent)}

/* ===== 页脚 ===== */
.site-footer{background:#071f30;color:rgba(255,255,255,.7);padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand h3{color:#fff;font-size:22px;font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.footer-brand .brand-mark{background:linear-gradient(135deg,var(--accent),var(--accent-deep))}
.footer-brand p{font-size:14px;line-height:1.8;max-width:320px}
.footer-col h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:16px}
.footer-col a{display:block;padding:6px 0;font-size:14px;color:rgba(255,255,255,.65);transition:color .2s,padding-left .2s}
.footer-col a:hover{color:#e8c47a;padding-left:6px}
.footer-bottom{padding:22px 0;text-align:center;font-size:14px;color:rgba(255,255,255,.45)}

/* ===== 响应式 ===== */
@media(max-width:1024px){
  .hero{min-height:620px;padding:140px 0 70px}
  .hero-content h1{font-size:44px}
  .news-layout{grid-template-columns:1fr}
  .news-side{position:static}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .process-arrow{display:none}
}
@media(max-width:768px){
  .section{padding:72px 0}
  .nav-inner{flex-wrap:wrap}
  .main-nav{display:none;position:absolute;top:calc(100% + 12px);left:0;right:0;background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);padding:16px;flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .nav-toggle{display:block}
  .nav-link{padding:12px 16px;border-radius:12px}
  .nav-cta{display:none}
  .hero{min-height:520px;padding:120px 0 60px}
  .hero-content h1{font-size:36px}
  .hero-content p{font-size:16px}
  .hero-stats{flex-wrap:wrap;gap:24px}
  .footer-grid{grid-template-columns:1fr}
  .category-section .grid-x{gap:16px}
}
@media(max-width:520px){
  .container{padding:0 16px}
  .hero-content h1{font-size:30px}
  .hero-stats{flex-direction:column;gap:16px;border-top:none;padding-top:0}
  .stat-item{display:flex;align-items:baseline;gap:10px}
  .stat-item strong{font-size:24px}
  .stats-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .cta-form{flex-direction:column}
  .news-card{flex-direction:column}
  .news-thumb{width:100%;height:160px}
  .btn{padding:11px 22px}
}

/* roulang page: category1 */
:root {
            --color-primary: #14213d;
            --color-primary-light: #1f2f52;
            --color-primary-dark: #0d1626;
            --color-accent: #c9a05a;
            --color-accent-light: #ddb97d;
            --color-accent-dark: #a9843f;
            --color-bg: #f5f3ee;
            --color-bg-alt: #eef0f5;
            --color-white: #ffffff;
            --color-text: #1c1e26;
            --color-text-weak: #6b7280;
            --color-border: #e5e0d6;
            --radius-sm: 10px;
            --radius-md: 18px;
            --radius-lg: 30px;
            --radius-pill: 60px;
            --shadow-sm: 0 2px 10px rgba(20, 33, 61, 0.06);
            --shadow-md: 0 10px 32px rgba(20, 33, 61, 0.10);
            --shadow-lg: 0 20px 50px rgba(20, 33, 61, 0.14);
            --transition: 0.3s ease;
            --space-section: 96px;
            --space-section-md: 72px;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
            background: var(--color-bg);
            color: var(--color-text);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: color var(--transition);
        }

        img {
            max-width: 100%;
            display: block;
        }

        button,
        input {
            font-family: inherit;
            border: none;
            outline: none;
            background: none;
        }

        ul {
            list-style: none;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        body {
            padding-top: 88px;
        }

        .site-header {
            position: fixed;
            top: 16px;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 0 20px;
            pointer-events: none;
        }

        .nav-container {
            max-width: 1180px;
            margin: 0 auto;
            pointer-events: auto;
        }

        .nav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(255, 255, 255, 0.88);
            -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
            border-radius: var(--radius-pill);
            padding: 10px 18px 10px 24px;
            box-shadow: var(--shadow-md);
            border: 1px solid rgba(255, 255, 255, 0.6);
            transition: box-shadow var(--transition);
        }

        .nav-inner:hover {
            box-shadow: var(--shadow-lg);
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--color-primary);
            letter-spacing: 1px;
            white-space: nowrap;
        }

        .brand-mark {
            width: 38px;
            height: 38px;
            background: var(--color-primary);
            color: var(--color-white);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            font-weight: 800;
            box-shadow: 0 4px 14px rgba(20, 33, 61, 0.3);
        }

        .main-nav {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .nav-link {
            padding: 10px 18px;
            border-radius: var(--radius-pill);
            font-size: 0.95rem;
            font-weight: 500;
            color: var(--color-text);
            transition: background var(--transition), color var(--transition);
            white-space: nowrap;
        }

        .nav-link:hover {
            background: rgba(20, 33, 61, 0.06);
            color: var(--color-primary);
        }

        .nav-link.active {
            background: var(--color-primary);
            color: var(--color-white);
        }

        .nav-cta {
            white-space: nowrap;
        }

        .nav-toggle {
            display: none;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--color-primary);
            color: var(--color-white);
            font-size: 1.1rem;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background var(--transition);
        }

        .nav-toggle:hover {
            background: var(--color-primary-light);
        }

        .page-hero {
            position: relative;
            background: linear-gradient(135deg, rgba(20, 33, 61, 0.92), rgba(20, 33, 61, 0.75)), url('/assets/images/backpic/back-1.png') center/cover no-repeat;
            padding: 92px 0 72px;
            text-align: center;
            color: var(--color-white);
            border-radius: 0 0 32px 32px;
        }

        .page-hero::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 48px;
            background: var(--color-bg);
            border-radius: 48px 48px 0 0;
        }

        .page-hero .container {
            position: relative;
            z-index: 2;
        }

        .page-hero .hero-badge {
            display: inline-block;
            background: rgba(201, 160, 90, 0.18);
            border: 1px solid rgba(201, 160, 90, 0.5);
            color: var(--color-accent-light);
            padding: 6px 18px;
            border-radius: var(--radius-pill);
            font-size: 0.85rem;
            letter-spacing: 2px;
            margin-bottom: 18px;
            text-transform: uppercase;
        }

        .page-hero h1 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 14px;
            letter-spacing: 2px;
        }

        .page-hero p.lead {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.82);
            max-width: 680px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .section {
            padding: var(--space-section) 0;
        }

        .section-alt {
            background: var(--color-white);
        }

        .section-head {
            text-align: center;
            max-width: 720px;
            margin: 0 auto 52px;
        }

        .section-tag {
            display: inline-block;
            background: rgba(201, 160, 90, 0.12);
            color: var(--color-accent-dark);
            border: 1px solid rgba(201, 160, 90, 0.3);
            padding: 4px 16px;
            border-radius: var(--radius-pill);
            font-size: 0.85rem;
            letter-spacing: 1px;
            margin-bottom: 14px;
        }

        .section-head h2 {
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--color-primary);
            margin-bottom: 14px;
            line-height: 1.3;
        }

        .section-head p {
            font-size: 1.05rem;
            color: var(--color-text-weak);
            line-height: 1.8;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .feature-card {
            background: var(--color-white);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--color-border);
            overflow: hidden;
            transition: transform var(--transition), box-shadow var(--transition);
            position: relative;
        }

        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }

        .feature-card .card-img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .feature-card .card-body {
            padding: 30px;
        }

        .feature-card .card-icon {
            width: 50px;
            height: 50px;
            background: var(--color-primary);
            color: var(--color-white);
            border-radius: var(--radius-sm);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            margin-bottom: 18px;
        }

        .feature-card:nth-child(2) .card-icon {
            background: var(--color-accent);
            color: var(--color-primary);
        }

        .feature-card:nth-child(3) .card-icon {
            background: var(--color-primary-light);
            color: var(--color-accent-light);
        }

        .feature-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 10px;
        }

        .feature-card p {
            color: var(--color-text-weak);
            line-height: 1.8;
            font-size: 0.98rem;
        }

        .play-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .play-card {
            background: var(--color-white);
            border-radius: var(--radius-md);
            border: 1px solid var(--color-border);
            padding: 30px;
            transition: transform var(--transition), box-shadow var(--transition);
            position: relative;
            overflow: hidden;
        }

        .play-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--color-accent), var(--color-accent-light));
            border-radius: 4px 4px 0 0;
        }

        .play-card:nth-child(2n)::before {
            background: linear-gradient(90deg, var(--color-primary), var(--color-primary-light));
        }

        .play-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-md);
        }

        .play-card .play-num {
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 2px;
            color: var(--color-accent);
            margin-bottom: 10px;
            display: block;
        }

        .play-card h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 10px;
        }

        .play-card p {
            font-size: 0.94rem;
            color: var(--color-text-weak);
            line-height: 1.75;
            margin-bottom: 14px;
        }

        .play-card .tag-row {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: var(--radius-pill);
            font-size: 0.78rem;
            background: rgba(20, 33, 61, 0.06);
            color: var(--color-primary);
            font-weight: 500;
        }

        .badge-accent {
            background: rgba(201, 160, 90, 0.14);
            color: var(--color-accent-dark);
        }

        .steps-section {
            background: linear-gradient(145deg, var(--color-primary-dark), var(--color-primary));
            border-radius: 32px;
            padding: 64px 48px;
            color: var(--color-white);
            position: relative;
            overflow: hidden;
        }

        .steps-section::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -10%;
            width: 380px;
            height: 380px;
            background: radial-gradient(circle, rgba(201, 160, 90, 0.2), transparent 70%);
            border-radius: 50%;
        }

        .steps-section .section-head h2 {
            color: var(--color-white);
        }

        .steps-section .section-head p {
            color: rgba(255, 255, 255, 0.7);
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            position: relative;
            z-index: 2;
        }

        .step-item {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: var(--radius-md);
            padding: 28px 22px;
            text-align: center;
            backdrop-filter: blur(6px);
            transition: background var(--transition), transform var(--transition);
        }

        .step-item:hover {
            background: rgba(255, 255, 255, 0.14);
            transform: translateY(-4px);
        }

        .step-item .step-num {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--color-accent);
            color: var(--color-primary);
            font-weight: 800;
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }

        .step-item h3 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .step-item p {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.75);
            line-height: 1.7;
        }

        .rules-section {
            padding: var(--space-section) 0;
        }

        .rules-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }

        .rules-image {
            position: relative;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-lg);
        }

        .rules-image img {
            width: 100%;
            height: 420px;
            object-fit: cover;
        }

        .rules-image::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(20, 33, 61, 0.2), transparent 50%);
        }

        .rules-content {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .rule-item {
            display: flex;
            gap: 16px;
            background: var(--color-white);
            border-radius: var(--radius-md);
            border: 1px solid var(--color-border);
            padding: 20px 24px;
            transition: box-shadow var(--transition), transform var(--transition);
        }

        .rule-item:hover {
            box-shadow: var(--shadow-md);
            transform: translateX(4px);
        }

        .rule-item .rule-icon {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(201, 160, 90, 0.12);
            color: var(--color-accent-dark);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .rule-item h4 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 4px;
        }

        .rule-item p {
            font-size: 0.9rem;
            color: var(--color-text-weak);
            line-height: 1.7;
        }

        .faq-section {
            padding: var(--space-section) 0;
            background: var(--color-bg-alt);
        }

        .faq-wrap {
            max-width: 840px;
            margin: 0 auto;
            background: var(--color-white);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-sm);
            overflow: hidden;
            border: 1px solid var(--color-border);
        }

        .faq-item {
            border-bottom: 1px solid var(--color-border);
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-item summary {
            list-style: none;
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 26px 30px;
            cursor: pointer;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--color-primary);
            position: relative;
            transition: background var(--transition);
        }

        .faq-item summary:hover {
            background: rgba(20, 33, 61, 0.02);
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-item summary .faq-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(201, 160, 90, 0.14);
            color: var(--color-accent-dark);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 0.9rem;
            transition: transform var(--transition), background var(--transition);
        }

        .faq-item[open] summary .faq-icon {
            transform: rotate(45deg);
            background: var(--color-accent);
            color: var(--color-primary);
        }

        .faq-item .faq-content {
            padding: 0 30px 26px 78px;
            color: var(--color-text-weak);
            line-height: 1.85;
            font-size: 0.98rem;
        }

        .cta-section {
            padding: 72px 0;
        }

        .cta-box {
            background: linear-gradient(145deg, var(--color-primary), var(--color-primary-light));
            border-radius: var(--radius-lg);
            padding: 48px 60px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            color: var(--color-white);
            position: relative;
            overflow: hidden;
        }

        .cta-box::before {
            content: '';
            position: absolute;
            top: -60%;
            right: 10%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(201, 160, 90, 0.15), transparent 70%);
            border-radius: 50%;
        }

        .cta-box .cta-content h2 {
            font-size: 1.7rem;
            font-weight: 800;
            margin-bottom: 8px;
        }

        .cta-box .cta-content p {
            color: rgba(255, 255, 255, 0.75);
            font-size: 1rem;
        }

        .cta-box .cta-buttons {
            display: flex;
            gap: 14px;
            flex-shrink: 0;
            position: relative;
            z-index: 2;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            border-radius: var(--radius-pill);
            font-size: 0.98rem;
            font-weight: 600;
            transition: all var(--transition);
            cursor: pointer;
            border: 2px solid transparent;
        }

        .btn-primary {
            background: var(--color-primary);
            color: var(--color-white);
        }

        .btn-primary:hover {
            background: var(--color-primary-light);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(20, 33, 61, 0.3);
        }

        .btn-accent {
            background: var(--color-accent);
            color: var(--color-primary);
        }

        .btn-accent:hover {
            background: var(--color-accent-light);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(201, 160, 90, 0.4);
        }

        .btn-outline {
            border-color: rgba(255, 255, 255, 0.5);
            color: var(--color-white);
        }

        .btn-outline:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: var(--color-white);
        }

        .btn-sm {
            padding: 8px 22px;
            font-size: 0.9rem;
        }

        .site-footer {
            background: var(--color-primary-dark);
            color: rgba(255, 255, 255, 0.7);
            padding: 64px 0 24px;
        }

        .site-footer .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 48px;
            margin-bottom: 40px;
        }

        .site-footer .footer-brand h3 {
            color: var(--color-white);
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
        }

        .site-footer .footer-brand .brand-mark {
            background: var(--color-accent);
            color: var(--color-primary);
        }

        .site-footer .footer-brand p {
            font-size: 0.92rem;
            line-height: 1.8;
            max-width: 340px;
        }

        .site-footer .footer-col h4 {
            color: var(--color-white);
            font-size: 1rem;
            margin-bottom: 16px;
            letter-spacing: 1px;
        }

        .site-footer .footer-col a {
            display: block;
            padding: 6px 0;
            font-size: 0.92rem;
            color: rgba(255, 255, 255, 0.65);
            transition: color var(--transition), padding-left var(--transition);
        }

        .site-footer .footer-col a:hover {
            color: var(--color-accent-light);
            padding-left: 6px;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 24px;
            text-align: center;
            font-size: 0.88rem;
            color: rgba(255, 255, 255, 0.4);
        }

        @media (max-width: 1024px) {
            .section {
                padding: var(--space-section-md) 0;
            }

            .feature-grid,
            .play-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .steps-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .rules-layout {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .cta-box {
                flex-direction: column;
                text-align: center;
                padding: 40px 32px;
            }

            .cta-box .cta-buttons {
                justify-content: center;
            }

            .site-footer .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 768px) {
            body {
                padding-top: 76px;
            }

            .site-header {
                top: 10px;
                padding: 0 14px;
            }

            .nav-inner {
                padding: 8px 12px 8px 18px;
                border-radius: 40px;
            }

            .brand {
                font-size: 1.1rem;
            }

            .brand-mark {
                width: 32px;
                height: 32px;
                font-size: 0.9rem;
            }

            .nav-cta {
                display: none;
            }

            .nav-toggle {
                display: inline-flex;
            }

            .main-nav {
                position: absolute;
                top: 60px;
                left: 14px;
                right: 14px;
                background: var(--color-white);
                border-radius: var(--radius-md);
                box-shadow: var(--shadow-lg);
                flex-direction: column;
                align-items: stretch;
                padding: 12px;
                gap: 4px;
                display: none;
                border: 1px solid var(--color-border);
            }

            .main-nav.open {
                display: flex;
            }

            .nav-link {
                padding: 12px 16px;
                border-radius: var(--radius-sm);
                text-align: center;
            }

            .nav-link.active {
                background: var(--color-primary);
                color: var(--color-white);
            }

            .page-hero {
                padding: 60px 0 56px;
            }

            .page-hero h1 {
                font-size: 2rem;
            }

            .page-hero p.lead {
                font-size: 1rem;
            }

            .section-head h2 {
                font-size: 1.7rem;
            }

            .feature-grid,
            .play-grid {
                grid-template-columns: 1fr;
            }

            .steps-grid {
                grid-template-columns: 1fr;
            }

            .steps-section {
                padding: 40px 24px;
            }

            .faq-item summary {
                padding: 20px 18px;
            }

            .faq-item .faq-content {
                padding: 0 18px 22px 54px;
            }

            .site-footer .footer-grid {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .site-footer .footer-brand p {
                max-width: 100%;
            }
        }

        @media (max-width: 520px) {
            .nav-inner {
                flex-wrap: nowrap;
            }

            .brand {
                font-size: 1rem;
                gap: 6px;
            }

            .brand-mark {
                width: 28px;
                height: 28px;
                font-size: 0.8rem;
            }

            .page-hero h1 {
                font-size: 1.6rem;
            }

            .page-hero .hero-badge {
                font-size: 0.75rem;
                padding: 4px 14px;
            }

            .section-head h2 {
                font-size: 1.4rem;
            }

            .rules-image img {
                height: 260px;
            }

            .step-item {
                padding: 22px 16px;
            }

            .faq-item summary {
                font-size: 0.95rem;
            }

            .faq-item .faq-content {
                padding: 0 18px 20px 18px;
            }

            .cta-box {
                padding: 32px 20px;
            }

            .cta-box .cta-buttons {
                flex-direction: column;
                width: 100%;
            }

            .cta-box .btn {
                width: 100%;
                justify-content: center;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(24px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* roulang page: category2 */
:root{
  --primary: #1e3a5f;
  --primary-dark: #142a44;
  --accent: #c9a063;
  --accent-light: #dec28a;
  --bg-body: #f7f5f1;
  --bg-soft: #efe9df;
  --bg-deep: #1a2c42;
  --bg-card: #ffffff;
  --text-main: #2c2c2e;
  --text-soft: #6b6a66;
  --text-invert: #f2efe9;
  --border: #e2dcd0;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 10px rgba(30, 40, 60, .06);
  --shadow-md: 0 8px 30px rgba(30, 40, 60, .1);
  --shadow-lg: 0 18px 48px rgba(30, 40, 60, .14);
  --spacer: clamp(16px, 4vw, 56px);
  --font-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ font-family:var(--font-body); background:var(--bg-body); color:var(--text-main); line-height:1.75; margin:0; -webkit-font-smoothing:antialiased; }
img{ max-width:100%; height:auto; display:block; }
a{ text-decoration:none; color:inherit; transition:all .25s ease; }
button{ font-family:inherit; cursor:pointer; }
.container{ max-width:1180px; margin:0 auto; padding:0 24px; }

.site-header{
  position:sticky; top:0; z-index:1000;
  padding:14px 0 10px;
  background:rgba(247,245,241,.82);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(226,220,208,.7);
}
.nav-container{ max-width:1180px; margin:0 auto; padding:0 24px; }
.nav-inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.brand{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:1.3rem; color:var(--primary); letter-spacing:.5px; }
.brand-mark{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:10px;
  background:var(--primary); color:var(--text-invert);
  font-size:1.05rem; font-weight:800; box-shadow:var(--shadow-sm);
}
.main-nav{ display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.nav-link{
  padding:8px 18px; border-radius:999px;
  font-size:.93rem; font-weight:500; color:var(--text-soft);
  transition:all .25s ease; border:1px solid transparent;
}
.nav-link:hover{ color:var(--primary); background:rgba(30,58,95,.06); border-color:var(--border); }
.nav-link.active{ background:var(--primary); color:#fff; box-shadow:var(--shadow-sm); border-color:var(--primary); }
.nav-toggle{ display:none; background:none; border:none; font-size:1.4rem; color:var(--primary); padding:6px 10px; border-radius:8px; }
.nav-toggle:hover{ background:rgba(30,58,95,.08); }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 24px; border-radius:999px;
  font-size:.95rem; font-weight:600; border:1px solid transparent;
  transition:all .25s ease; line-height:1.2;
}
.btn-sm{ padding:8px 18px; font-size:.88rem; }
.btn-accent{ background:var(--accent); color:#fff; box-shadow:0 4px 16px rgba(201,160,99,.35); }
.btn-accent:hover{ background:#b8914f; transform:translateY(-2px); box-shadow:0 8px 24px rgba(201,160,99,.45); }
.btn-outline{ border-color:var(--accent); color:var(--accent); background:transparent; }
.btn-outline:hover{ background:rgba(201,160,99,.12); transform:translateY(-2px); }
.btn-primary{ background:var(--primary); color:#fff; }
.btn-primary:hover{ background:var(--primary-dark); transform:translateY(-2px); box-shadow:var(--shadow-md); }

.page-banner{
  position:relative; background:linear-gradient(120deg, var(--primary-dark), var(--primary) 60%, #2b5076);
  color:#fff; padding:88px 0 100px; overflow:hidden;
}
.page-banner::before{
  content:""; position:absolute; inset:0;
  background-image:url('/assets/images/backpic/back-2.png');
  background-size:cover; background-position:center;
  opacity:.22; mix-blend-mode:luminosity;
}
.page-banner .banner-content{ position:relative; z-index:2; }
.page-banner .banner-tag{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.25);
  padding:6px 16px; border-radius:999px; font-size:.85rem; letter-spacing:1px;
}
.page-banner h1{ font-size:clamp(2rem, 5vw, 3.2rem); font-weight:800; margin:22px 0 16px; line-height:1.25; letter-spacing:1px; }
.page-banner p{ font-size:1.1rem; color:rgba(255,255,255,.85); max-width:680px; margin:0 0 30px; line-height:1.8; }
.banner-wave{
  position:absolute; bottom:-1px; left:0; right:0; height:60px; z-index:3;
  background:var(--bg-body); mask:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 1200 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 C 150 60, 300 0, 450 20 C 600 40, 750 10, 900 25 C 1050 40, 1150 15, 1200 30 L 1200 60 L 0 60 Z' fill='%23f7f5f1'/%3E%3C/svg%3E");
  mask-size:cover; -webkit-mask:url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 1200 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 C 150 60, 300 0, 450 20 C 600 40, 750 10, 900 25 C 1050 40, 1150 15, 1200 30 L 1200 60 L 0 60 Z' fill='%23f7f5f1'/%3E%3C/svg%3E");
  -webkit-mask-size:cover;
}

.section{ padding:var(--spacer) 0; }
.section-head{ max-width:720px; margin-bottom:44px; }
.section-head .eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--accent); font-size:.88rem; font-weight:700; letter-spacing:2px; margin-bottom:8px;
}
.section-head h2{ font-size:clamp(1.5rem, 3vw, 2.2rem); line-height:1.3; color:var(--primary); margin:6px 0 12px; font-weight:800; }
.section-head p{ color:var(--text-soft); font-size:1rem; }

.match-highlight{
  display:grid; grid-template-columns:2fr 1fr; gap:22px;
  margin-top:-48px; position:relative; z-index:5;
}
.match-feature{
  background:var(--bg-card); border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-lg); display:flex; flex-direction:column;
}
.match-feature .feature-media{ position:relative; overflow:hidden; height:280px; }
.match-feature .feature-media img{ width:100%; height:100%; object-fit:cover; }
.match-feature .feature-media::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(10,20,35,.78)); }
.feature-badge{
  position:absolute; top:18px; left:18px; z-index:2;
  background:rgba(201,160,99,.95); color:#fff; font-size:.78rem; font-weight:700;
  padding:6px 14px; border-radius:999px; letter-spacing:.5px;
}
.feature-body{ padding:28px 30px 30px; flex:1; }
.feature-body .feature-meta{ display:flex; gap:18px; color:var(--text-soft); font-size:.84rem; margin-bottom:12px; }
.feature-body h3{ font-size:1.45rem; font-weight:750; margin-bottom:12px; color:var(--primary); line-height:1.4; }
.feature-body p{ color:var(--text-soft); font-size:.95rem; line-height:1.8; }
.read-more{ color:var(--accent); font-weight:600; font-size:.92rem; display:inline-flex; align-items:center; gap:6px; margin-top:14px; }
.read-more:hover{ gap:10px; color:var(--primary); }

.match-side-list{ display:flex; flex-direction:column; gap:18px; }
.match-side-card{
  background:var(--bg-card); border-radius:var(--radius-md); padding:22px 24px;
  box-shadow:var(--shadow-sm); border-left:4px solid var(--accent); flex:1;
  display:flex; flex-direction:column; justify-content:center; transition:transform .25s ease, box-shadow .25s ease;
}
.match-side-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow-md); }
.match-side-card .side-tag{ font-size:.74rem; font-weight:700; letter-spacing:1px; color:var(--accent); margin-bottom:6px; }
.match-side-card h4{ font-size:1.02rem; color:var(--primary); margin-bottom:6px; line-height:1.4; }
.match-side-card p{ font-size:.85rem; color:var(--text-soft); line-height:1.6; margin:0; }

.news-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:26px;
}
.news-card{
  background:var(--bg-card); border-radius:var(--radius-md); overflow:hidden;
  box-shadow:var(--shadow-sm); display:flex; flex-direction:column;
  border:1px solid var(--border); transition:transform .25s ease, box-shadow .25s ease;
}
.news-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }
.news-media{ height:190px; overflow:hidden; position:relative; }
.news-media img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.news-card:hover .news-media img{ transform:scale(1.05); }
.news-media::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,30,50,.1), rgba(20,30,50,.35)); }
.news-flag{
  position:absolute; bottom:12px; left:14px; z-index:2;
  background:var(--primary); color:#fff; font-size:.72rem; font-weight:600;
  padding:4px 12px; border-radius:999px; letter-spacing:.5px;
}
.news-body{ padding:24px 24px 26px; flex:1; display:flex; flex-direction:column; }
.news-body .news-date{ font-size:.8rem; color:var(--text-soft); margin-bottom:10px; display:flex; align-items:center; gap:6px; }
.news-body h3{ font-size:1.1rem; font-weight:700; color:var(--primary); line-height:1.5; margin-bottom:10px; }
.news-body h3 a:hover{ color:var(--accent); }
.news-body p{ font-size:.9rem; color:var(--text-soft); line-height:1.7; margin-bottom:16px; flex:1; }

.schedule-block{
  background:var(--bg-deep); border-radius:var(--radius-lg);
  padding:50px clamp(20px, 5vw, 60px);
  position:relative; overflow:hidden;
  background-image:url('/assets/images/backpic/back-3.png');
  background-size:cover; background-position:center;
}
.schedule-block::before{ content:""; position:absolute; inset:0; background:linear-gradient(110deg, rgba(20,32,46,.96), rgba(20,32,46,.78) 60%, rgba(20,32,46,.9)); }
.schedule-head{ position:relative; z-index:2; color:#fff; max-width:640px; margin-bottom:38px; }
.schedule-head .eyebrow{ color:var(--accent-light); font-size:.85rem; letter-spacing:2px; font-weight:700; }
.schedule-head h2{ font-size:clamp(1.5rem, 3.4vw, 2.3rem); margin:8px 0 14px; }
.schedule-head p{ color:rgba(255,255,255,.75); font-size:.98rem; }
.schedule-grid{ position:relative; z-index:2; display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
.schedule-item{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
  border-radius:var(--radius-md); padding:24px; backdrop-filter:blur(6px);
  transition:background .25s ease, transform .25s ease, border-color .25s ease;
}
.schedule-item:hover{ background:rgba(255,255,255,.14); transform:translateY(-4px); border-color:rgba(255,255,255,.3); }
.schedule-item .date{ font-size:.8rem; letter-spacing:1px; color:var(--accent-light); margin-bottom:8px; font-weight:600; }
.schedule-item .game{ font-size:1.05rem; font-weight:700; color:#fff; margin-bottom:6px; }
.schedule-item .league{ font-size:.85rem; color:rgba(255,255,255,.65); }

.hot-list-section{ background:var(--bg-soft); border-radius:var(--radius-lg); padding:clamp(30px, 5vw, 56px); }
.hot-list{ display:grid; grid-template-columns:repeat(2, 1fr); gap:24px 44px; }
.hot-item{
  display:flex; align-items:flex-start; gap:18px;
  padding:20px 0; border-bottom:1px solid rgba(226,220,208,.7);
  transition:padding .25s ease;
}
.hot-item:hover{ padding-left:6px; }
.hot-item .num{
  font-size:1.5rem; font-weight:800; color:var(--accent); line-height:1;
  min-width:34px; opacity:.8;
}
.hot-item .hot-body{ flex:1; }
.hot-item .hot-title{ font-size:1rem; font-weight:700; color:var(--primary); margin-bottom:4px; line-height:1.45; }
.hot-item .hot-desc{ font-size:.87rem; color:var(--text-soft); line-height:1.6; }

.media-strip{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;
}
.media-cell{
  position:relative; border-radius:var(--radius-md); overflow:hidden; aspect-ratio:4/3;
  box-shadow:var(--shadow-sm); display:block;
}
.media-cell img{ width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.media-cell::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 50%, rgba(10,20,35,.7));
}
.media-cell .media-caption{
  position:absolute; bottom:0; left:0; right:0; z-index:2;
  padding:14px 16px; color:#fff; font-size:.88rem; font-weight:600;
}
.media-cell:hover img{ transform:scale(1.07); }

.cta-section{
  background:linear-gradient(110deg, var(--primary), #264b70);
  border-radius:var(--radius-lg);
  padding:clamp(32px, 6vw, 64px);
  color:#fff; text-align:center; position:relative; overflow:hidden;
  background-image:url('/assets/images/backpic/back-1.png');
  background-size:cover; background-position:center;
}
.cta-section::before{ content:""; position:absolute; inset:0; background:rgba(18,30,45,.82); border-radius:var(--radius-lg); }
.cta-wrap{ position:relative; z-index:2; max-width:620px; margin:0 auto; }
.cta-section h2{ font-size:clamp(1.4rem, 3vw, 2rem); margin-bottom:14px; font-weight:800; }
.cta-section p{ font-size:.98rem; color:rgba(255,255,255,.82); margin-bottom:26px; }
.cta-btns{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

.site-footer{
  background:#121c28; color:rgba(255,255,255,.7);
  padding:64px 0 28px; margin-top:70px;
}
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:40px; margin-bottom:44px; }
.footer-brand h3{ color:#fff; font-size:1.35rem; display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.footer-brand p{ font-size:.9rem; line-height:1.8; color:rgba(255,255,255,.6); max-width:300px; }
.footer-col h4{ color:#fff; font-size:.98rem; margin-bottom:18px; font-weight:700; letter-spacing:.5px; }
.footer-col a{ display:block; color:rgba(255,255,255,.6); font-size:.9rem; padding:6px 0; transition:color .25s ease, padding-left .25s ease; }
.footer-col a:hover{ color:var(--accent-light); padding-left:8px; }
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12); padding-top:24px;
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  font-size:.84rem; color:rgba(255,255,255,.45);
}

@media screen and (max-width:1024px){
  .news-grid{ grid-template-columns:repeat(2, 1fr); }
  .media-strip{ grid-template-columns:repeat(2, 1fr); }
  .schedule-grid{ grid-template-columns:1fr 1fr; }
  .match-highlight{ grid-template-columns:1fr 1fr; }
  .hot-list{ grid-template-columns:1fr; }
}

@media screen and (max-width:768px){
  .nav-toggle{ display:block; }
  .main-nav{
    flex-basis:100%; display:none; flex-direction:column;
    gap:8px; padding:14px 0 6px; width:100%;
  }
  .main-nav.open{ display:flex; animation:fadeDown .25s ease; }
  @keyframes fadeDown{ from{ opacity:0; transform:translateY(-8px); } to{ opacity:1; transform:none; } }
  .nav-link{ width:100%; text-align:center; padding:12px 18px; }
  .nav-cta{ display:none; }
  .match-highlight{ grid-template-columns:1fr; }
  .news-grid{ grid-template-columns:1fr; }
  .schedule-grid{ grid-template-columns:1fr; }
  .media-strip{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; gap:28px; }
  .page-banner{ padding:64px 0 76px; }
  .section-head{ margin-bottom:32px; }
}

@media screen and (max-width:520px){
  .container{ padding:0 18px; }
  .nav-container{ padding:0 18px; }
  .brand{ font-size:1.12rem; }
  .brand-mark{ width:30px; height:30px; font-size:.9rem; }
  .footer-grid{ grid-template-columns:1fr; }
  .hot-item{ flex-direction:column; gap:8px; }
  .media-strip{ grid-template-columns:1fr; }
  .cta-btns{ flex-direction:column; align-items:center; width:100%; }
  .cta-btns .btn{ width:100%; }
  .feature-body{ padding:20px; }
  .feature-body h3{ font-size:1.2rem; }
  .feature-media{ height:220px; }
}

/* roulang page: article */
:root {
    --primary: #1e3c4f;
    --primary-dark: #152a38;
    --primary-light: #2c526b;
    --accent: #d9773c;
    --accent-strong: #bd5b26;
    --bg: #f5f1ea;
    --bg-soft: #ece4d7;
    --card: #ffffff;
    --text: #22303d;
    --text-muted: #6c7a86;
    --border: #e2dbd0;
    --radius-lg: 24px;
    --radius-md: 14px;
    --radius-sm: 8px;
    --shadow-lg: 0 20px 44px rgba(30, 44, 55, 0.10);
    --shadow-md: 0 10px 26px rgba(30, 44, 55, 0.08);
    --shadow-sm: 0 4px 14px rgba(30, 44, 55, 0.06);
    --space-section: 80px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: var(--accent-strong);
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.narrow-container {
    max-width: 880px;
}

.section {
    padding: 80px 0;
}

.section-soft {
    background: var(--bg-soft);
}

.section-head {
    max-width: 680px;
    margin-bottom: 44px;
}

.section-head.text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-kicker {
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    color: var(--accent-strong);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-head h2 {
    font-size: 32px;
    line-height: 1.3;
    color: var(--primary);
    margin: 8px 0 12px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.section-head p {
    color: var(--text-muted);
    font-size: 16px;
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .25s ease;
    text-align: center;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-accent {
    background: var(--accent);
    color: #fff;
}

.btn-accent:hover,
.btn-accent:focus {
    background: var(--accent-strong);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-outline {
    background: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: #fff;
}

.btn-sm {
    padding: 9px 20px;
    font-size: 13px;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 16px;
}

.site-header {
    position: sticky;
    top: 14px;
    z-index: 1000;
    padding: 0 20px;
}

.nav-container {
    max-width: 1180px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 30px rgba(30, 44, 55, 0.10);
    padding: 10px 14px 10px 20px;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 20px;
    color: var(--primary);
    white-space: nowrap;
}

.brand:hover {
    color: var(--primary);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #e6a04c);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(217, 119, 60, 0.28);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-link {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    color: var(--text-muted);
    transition: all .22s ease;
}

.nav-link:hover {
    color: var(--primary);
    background: rgba(30, 60, 79, 0.08);
}

.nav-link.active {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(30, 60, 79, 0.25);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(30, 60, 79, 0.08);
    color: var(--primary);
    font-size: 17px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}

.nav-toggle:hover {
    background: rgba(30, 60, 79, 0.14);
}

.nav-cta {
    white-space: nowrap;
}

.page-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 42px 0 38px;
    margin-top: 22px;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(21, 38, 48, 0.88), rgba(30, 60, 79, 0.55));
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb .sep {
    opacity: 0.5;
    margin: 0 4px;
}

.breadcrumb .current {
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.article-wrap {
    padding: 34px 0 70px;
}

.article-card {
    background: var(--card);
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    padding: 44px 52px 50px;
    margin-top: 8px;
}

.article-head {
    text-align: center;
    margin-bottom: 26px;
}

.article-head h1 {
    font-size: 34px;
    line-height: 1.35;
    margin: 14px 0 12px;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: -0.5px;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 24px;
    color: var(--text-muted);
    font-size: 14px;
    flex-wrap: wrap;
}

.article-meta i {
    margin-right: 5px;
    color: var(--accent-strong);
}

.badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.badge-accent {
    background: rgba(217, 119, 60, 0.12);
    color: var(--accent-strong);
}

.badge-primary {
    background: rgba(30, 60, 79, 0.10);
    color: var(--primary);
}

.article-cover {
    border-radius: 18px;
    overflow: hidden;
    margin: 26px 0 34px;
    box-shadow: var(--shadow-md);
}

.article-cover img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.article-body {
    font-size: 17px;
    line-height: 1.9;
    color: #2a3642;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    margin-top: 32px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.4;
}

.article-body p {
    margin-bottom: 18px;
}

.article-body img {
    border-radius: 14px;
    margin: 24px 0;
    box-shadow: var(--shadow-sm);
}

.article-body ul,
.article-body ol {
    margin: 0 0 20px 20px;
    padding-left: 6px;
}

.article-body ul li,
.article-body ol li {
    margin-bottom: 8px;
}

.article-body blockquote {
    border-left: 4px solid var(--accent);
    background: var(--bg-soft);
    padding: 16px 22px;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: var(--text-muted);
    margin: 24px 0;
}

.article-body a {
    color: var(--accent-strong);
    border-bottom: 1px solid transparent;
}

.article-body a:hover {
    border-bottom-color: var(--accent-strong);
}

.article-share {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.share-label {
    font-weight: 600;
    color: var(--text-muted);
    margin-right: 6px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--primary);
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all .22s ease;
}

.share-btn:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.article-missing {
    text-align: center;
    padding: 60px 20px 40px;
}

.article-missing .missing-icon {
    font-size: 64px;
    color: var(--border);
    margin-bottom: 20px;
}

.article-missing h1 {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 12px;
}

.article-missing p {
    color: var(--text-muted);
    margin-bottom: 28px;
}

.explore-cell {
    margin-bottom: 20px;
}

.explore-card {
    background: var(--card);
    border-radius: 20px;
    padding: 34px 32px;
    border: 1px solid var(--border);
    transition: all .25s ease;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.explore-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.explore-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: var(--primary);
    margin-bottom: 18px;
}

.explore-card:nth-child(2) .explore-icon {
    background: var(--accent);
}

.explore-card h3 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.explore-card p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.explore-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--accent-strong);
    transition: gap .2s ease;
}

.explore-more:hover {
    gap: 12px;
    color: var(--primary);
}

.cta-section {
    padding: 40px 0 80px;
}

.cta-box {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    border-radius: 28px;
    padding: 56px 48px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.cta-box::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -30px;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.cta-box h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 28px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.cta-form {
    display: flex;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.cta-form input[type="email"] {
    flex: 1 1 260px;
    border: none;
    border-radius: 40px;
    padding: 15px 22px;
    font-size: 15px;
    background: #fff;
    color: var(--text);
    outline: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    min-width: 0;
}

.cta-form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(230, 160, 76, 0.45);
}

.cta-form .btn {
    border: 2px solid #fff;
    background: #fff;
    color: var(--primary);
}

.cta-form .btn:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.site-footer {
    background: #152630;
    color: rgba(255, 255, 255, 0.72);
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 44px;
    padding-bottom: 40px;
}

.footer-brand h3 {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-weight: 800;
}

.footer-brand h3 .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 16px;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.60);
    line-height: 1.75;
    max-width: 320px;
    font-size: 15px;
    margin-bottom: 0;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 700;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.62);
    transition: color .2s ease;
    font-size: 14px;
}

.footer-col a:hover {
    color: var(--accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
}

.footer-bottom p {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    :root {
        --space-section: 60px;
    }

    .section {
        padding: 60px 0;
    }

    .article-card {
        padding: 38px 36px 42px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 920px) {
    .nav-toggle {
        display: inline-flex;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 18px;
        box-shadow: var(--shadow-lg);
        padding: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .main-nav.open {
        display: flex;
    }

    .nav-link {
        text-align: center;
        padding: 11px 18px;
    }

    .nav-cta {
        display: none;
    }

    .page-banner {
        padding: 32px 0;
    }

    .article-head h1 {
        font-size: 28px;
    }

    .article-body {
        font-size: 16px;
    }

    .cta-box {
        padding: 44px 26px;
    }
}

@media (max-width: 520px) {
    :root {
        --space-section: 46px;
    }

    .site-header {
        top: 10px;
        padding: 0 10px;
    }

    .nav-container {
        padding: 10px 10px;
    }

    .brand {
        font-size: 17px;
    }

    .brand-mark {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .section {
        padding: 46px 0;
    }

    .container {
        padding: 0 16px;
    }

    .section-head h2 {
        font-size: 26px;
    }

    .page-banner {
        margin-top: 12px;
        border-radius: 16px;
        padding: 26px 0 24px;
    }

    .page-banner::before {
        border-radius: 16px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .article-wrap {
        padding: 20px 0 50px;
    }

    .article-card {
        padding: 28px 20px 34px;
        border-radius: 18px;
    }

    .article-head h1 {
        font-size: 23px;
    }

    .article-meta {
        gap: 10px;
    }

    .article-cover {
        border-radius: 12px;
        margin: 20px 0 26px;
    }

    .article-share {
        margin-top: 32px;
        padding-top: 22px;
    }

    .cta-box {
        padding: 36px 18px;
        border-radius: 20px;
    }

    .cta-box h2 {
        font-size: 24px;
    }

    .cta-form input[type="email"] {
        flex-basis: 100%;
    }

    .cta-form .btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 24px;
    }

    .footer-bottom {
        padding: 18px 16px;
        font-size: 13px;
    }
}
