/* roulang page: index */
:root{
      --bg:#faf7f2;
      --bg-soft:#f7f1e8;
      --card:#ffffff;
      --paper:#fdfbf7;
      --line:#e6ddd2;
      --line-strong:#d9cec2;
      --text:#222222;
      --muted:#6b625c;
      --berry:#7a1f46;
      --berry-strong:#651a3a;
      --berry-soft:#f3e6ec;
      --orange:#f59e5b;
      --orange-soft:#fff0e4;
      --green:#2f9e7e;
      --green-soft:#e6f5ef;
      --amber:#d88720;
      --amber-soft:#fff4df;
      --shadow:0 8px 24px rgba(60, 40, 30, .08);
      --shadow-hover:0 12px 28px rgba(60, 40, 30, .12);
      --radius:8px;
      --radius-pill:999px;
      --container:1220px;
      --gap:24px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.72)),
        linear-gradient(90deg, rgba(122,31,70,.02) 1px, transparent 1px),
        linear-gradient(180deg, rgba(122,31,70,.02) 1px, transparent 1px),
        var(--bg);
      background-size:auto, 36px 36px, 36px 36px, auto;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      line-height:1.7;
      letter-spacing:0;
      overflow-x:hidden;
      min-height:100vh;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit;color:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(122,31,70,.16)}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }
    .site-shell{position:relative}
    .site-header{
      position:sticky;
      top:0;
      z-index:40;
      background:rgba(250,247,242,.9);
      backdrop-filter:saturate(150%) blur(10px);
      border-bottom:1px solid rgba(230,221,210,.92);
    }
    .header-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:14px 0 12px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand-mark{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:12px;
      background:linear-gradient(180deg, #fff, #f9efe7);
      border:1px solid var(--line);
      box-shadow:0 6px 18px rgba(60,40,30,.05);
      color:var(--berry);
      flex:0 0 auto;
    }
    .brand-mark svg{width:24px;height:24px}
    .brand-text{
      display:flex;
      flex-direction:column;
      min-width:0;
      line-height:1.15;
    }
    .brand-text strong{
      font-size:16px;
      font-weight:800;
      letter-spacing:0;
      white-space:nowrap;
    }
    .brand-text small{
      margin-top:4px;
      font-size:12px;
      color:var(--muted);
      letter-spacing:0;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
      flex:0 0 auto;
    }
    .desktop-search{
      display:flex;
      align-items:center;
      gap:10px;
      width:min(370px, 36vw);
      padding:0 14px;
      height:44px;
      border-radius:var(--radius-pill);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
    }
    .desktop-search svg,
    .mobile-search svg{
      width:18px;
      height:18px;
      color:var(--muted);
      flex:0 0 auto;
    }
    .desktop-search input,
    .mobile-search input,
    .mobile-search select,
    .form-field input,
    .form-field select{
      width:100%;
      border:0;
      outline:0;
      background:transparent;
      min-width:0;
    }
    .desktop-search input::placeholder,
    .mobile-search input::placeholder,
    .form-field input::placeholder{
      color:#96897f;
    }
    .icon-btn,
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:1px solid transparent;
      border-radius:999px;
      min-height:44px;
      padding:0 18px;
      font-weight:700;
      letter-spacing:0;
      transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
      white-space:nowrap;
    }
    .btn svg,
    .icon-btn svg{
      width:18px;
      height:18px;
      flex:0 0 auto;
    }
    .btn:hover,
    .icon-btn:hover,
    .nav-link:hover,
    .news-link:hover,
    .footer-link:hover{
      transform:translateY(-1px);
    }
    .btn-primary{
      background:var(--berry);
      color:#fff;
      box-shadow:0 10px 22px rgba(122,31,70,.18);
    }
    .btn-primary:hover{background:var(--berry-strong);box-shadow:0 12px 26px rgba(122,31,70,.22)}
    .btn-secondary{
      background:#fff;
      color:var(--berry);
      border-color:rgba(122,31,70,.18);
      box-shadow:0 6px 16px rgba(60,40,30,.05);
    }
    .btn-secondary:hover{
      border-color:rgba(122,31,70,.35);
      box-shadow:0 10px 22px rgba(60,40,30,.08);
    }
    .btn-text{
      padding:0;
      min-height:auto;
      border:0;
      color:var(--berry);
      background:transparent;
    }
    .btn-text:hover{color:var(--berry-strong)}
    .icon-btn{
      width:44px;
      padding:0;
      background:#fff;
      border-color:var(--line);
      box-shadow:0 6px 16px rgba(60,40,30,.05);
      color:var(--text);
      flex:0 0 auto;
    }
    .icon-btn:hover{
      border-color:rgba(122,31,70,.22);
      box-shadow:0 10px 20px rgba(60,40,30,.08);
    }
    .menu-toggle,
    .search-toggle{display:none}
    .header-nav-row{
      padding:0 0 14px;
    }
    .site-nav{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:0;
      flex-wrap:wrap;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      min-height:36px;
      padding:0 14px;
      border-radius:999px;
      color:#4f4741;
      border:1px solid transparent;
      transition:transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
    }
    .nav-link.is-active{
      color:var(--berry);
      background:var(--berry-soft);
      border-color:rgba(122,31,70,.12);
      font-weight:800;
    }
    .mobile-search-panel{
      display:none;
      padding:0 0 14px;
    }
    .mobile-search{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:44px;
      padding:0 14px;
      border-radius:var(--radius-pill);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 6px 16px rgba(60,40,30,.05);
    }
    .mobile-search button{
      flex:0 0 auto;
    }
    main{display:block}
    section{
      position:relative;
      padding:72px 0;
    }
    .section-soft{background:rgba(251,246,239,.8)}
    .section-white{background:#fff}
    .section-warm{background:linear-gradient(180deg, #fff9f2, #fbf4ea)}
    .hero{
      padding:58px 0 44px;
      background:
        linear-gradient(180deg, rgba(122,31,70,.03), rgba(122,31,70,0) 36%),
        linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0));
      border-bottom:1px solid rgba(230,221,210,.65);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:28px;
      align-items:stretch;
    }
    .hero-copy{
      min-width:0;
      padding-right:10px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(122,31,70,.12);
      background:var(--berry-soft);
      color:var(--berry);
      font-size:13px;
      font-weight:800;
    }
    .eyebrow.orange{
      background:var(--orange-soft);
      color:#ab6319;
      border-color:rgba(245,158,91,.2);
    }
    .eyebrow.green{
      background:var(--green-soft);
      color:#1f7d65;
      border-color:rgba(47,158,126,.18);
    }
    .hero h1{
      margin:18px 0 14px;
      font-size:56px;
      line-height:1.06;
      letter-spacing:0;
      font-weight:800;
      max-width:11ch;
    }
    .hero-lead{
      margin:0;
      max-width:42rem;
      color:var(--muted);
      font-size:17px;
      line-height:1.8;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .hero-points{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .point-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:36px;
      padding:0 12px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:0 8px 18px rgba(60,40,30,.05);
      color:#463c36;
      font-size:14px;
      white-space:nowrap;
    }
    .point-chip svg{width:16px;height:16px;color:var(--berry)}
    .hero-meta{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
      margin-top:24px;
    }
    .meta-card{
      padding:16px 15px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(230,221,210,.9);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      min-width:0;
    }
    .meta-card strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      color:var(--berry);
      margin-bottom:6px;
      font-weight:800;
    }
    .meta-card span{
      display:block;
      font-size:13px;
      color:var(--muted);
      line-height:1.45;
    }
    .hero-visual{
      position:relative;
      min-width:0;
    }
    .ticket-wall{
      position:relative;
      height:100%;
      padding:18px;
      border-radius:18px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,241,.96));
      border:1px solid rgba(230,221,210,.98);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .ticket-wall::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, rgba(122,31,70,.05) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(122,31,70,.03) 0 1px, transparent 1px 100%);
      background-size:34px 34px;
      pointer-events:none;
      opacity:.7;
    }
    .ticket-main{
      position:relative;
      display:flex;
      flex-direction:column;
      gap:16px;
      padding:22px;
      border-radius:16px;
      background:#fff;
      border:1px solid rgba(122,31,70,.12);
      box-shadow:0 12px 24px rgba(60,40,30,.08);
      overflow:hidden;
    }
    .ticket-main::after{
      content:"";
      position:absolute;
      top:0;
      right:0;
      bottom:0;
      width:10px;
      background:repeating-linear-gradient(
        to bottom,
        rgba(122,31,70,.08),
        rgba(122,31,70,.08) 8px,
        transparent 8px,
        transparent 14px
      );
    }
    .ticket-topline{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:30px;
      padding:0 11px;
      border-radius:999px;
      border:1px solid transparent;
      font-size:12px;
      font-weight:800;
      letter-spacing:0;
      white-space:nowrap;
    }
    .badge.berry{background:var(--berry-soft);color:var(--berry);border-color:rgba(122,31,70,.12)}
    .badge.orange{background:var(--orange-soft);color:#ab6319;border-color:rgba(245,158,91,.18)}
    .badge.green{background:var(--green-soft);color:#1f7d65;border-color:rgba(47,158,126,.18)}
    .badge.amber{background:var(--amber-soft);color:#8d5b12;border-color:rgba(216,135,32,.18)}
    .ticket-main h2{
      margin:0;
      font-size:28px;
      line-height:1.18;
      font-weight:800;
    }
    .ticket-main p{
      margin:0;
      color:var(--muted);
      line-height:1.75;
      font-size:15px;
    }
    .ticket-meter{
      position:relative;
      height:10px;
      border-radius:999px;
      background:#f2e9e1;
      overflow:hidden;
    }
    .ticket-meter span{
      display:block;
      height:100%;
      width:78%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--berry), var(--orange));
    }
    .ticket-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:32px;
      padding:0 12px;
      border-radius:999px;
      background:var(--paper);
      border:1px solid var(--line);
      color:#4f4741;
      font-size:13px;
      white-space:nowrap;
    }
    .ticket-mini-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:12px;
    }
    .mini-card{
      padding:14px;
      border-radius:14px;
      border:1px solid var(--line);
      background:linear-gradient(180deg, #fff, #fcf7f1);
      box-shadow:0 8px 18px rgba(60,40,30,.06);
      min-width:0;
    }
    .mini-card strong{
      display:block;
      font-size:18px;
      line-height:1.1;
      color:var(--text);
      margin-bottom:6px;
      font-weight:800;
    }
    .mini-card span{
      display:block;
      font-size:13px;
      color:var(--muted);
      line-height:1.55;
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:18px;
      margin-bottom:24px;
    }
    .section-head h2{
      margin:10px 0 0;
      font-size:34px;
      line-height:1.15;
      letter-spacing:0;
      font-weight:800;
    }
    .section-lede{
      margin:0;
      max-width:44rem;
      color:var(--muted);
      font-size:16px;
      line-height:1.8;
    }
    .grid-4{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:16px;
    }
    .grid-3{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:16px;
    }
    .grid-2{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:16px;
    }
    .note-card{
      padding:20px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      min-width:0;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .note-card:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(122,31,70,.22);
    }
    .note-card .card-kicker{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:12px;
    }
    .note-card .num{
      width:34px;
      height:34px;
      display:grid;
      place-items:center;
      border-radius:12px;
      background:var(--berry-soft);
      color:var(--berry);
      font-weight:800;
      flex:0 0 auto;
    }
    .note-card h3{
      margin:0 0 8px;
      font-size:20px;
      line-height:1.25;
      font-weight:800;
    }
    .note-card p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:15px;
    }
    .note-foot{
      margin-top:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
    }
    .mini-status{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:var(--green-soft);
      color:#1f7d65;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .mini-status.orange{
      background:var(--orange-soft);
      color:#ab6319;
    }
    .mini-status.berry{
      background:var(--berry-soft);
      color:var(--berry);
    }
    .accent-strip{
      height:4px;
      border-radius:999px;
      background:linear-gradient(90deg, var(--berry), var(--orange), var(--green));
      margin-top:16px;
    }
    .progress-panel{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:16px;
      align-items:stretch;
    }
    .panel{
      padding:20px;
      border-radius:var(--radius);
      border:1px solid var(--line);
      background:#fff;
      box-shadow:var(--shadow);
      min-width:0;
    }
    .panel h3{
      margin:0 0 8px;
      font-size:22px;
      line-height:1.25;
      font-weight:800;
    }
    .panel p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.7;
    }
    .progress-wrap{
      margin-top:18px;
      display:grid;
      gap:12px;
    }
    .progress-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      font-size:14px;
      color:#4d433e;
      font-weight:700;
    }
    .progress-bar{
      height:12px;
      border-radius:999px;
      background:#efe6dc;
      overflow:hidden;
      border:1px solid rgba(230,221,210,.8);
    }
    .progress-bar span{
      display:block;
      width:72%;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--berry), #9d4066 60%, var(--orange));
    }
    .check-list{
      display:grid;
      gap:12px;
      margin-top:8px;
    }
    .check-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:12px 0;
      border-top:1px solid rgba(230,221,210,.72);
      min-width:0;
    }
    .check-item:first-child{border-top:0;padding-top:0}
    .check-dot{
      width:22px;
      height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      background:var(--green-soft);
      color:var(--green);
      margin-top:1px;
    }
    .check-item strong{
      display:block;
      font-size:15px;
      font-weight:800;
      line-height:1.4;
      margin-bottom:2px;
    }
    .check-item span{
      display:block;
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
    }
    .feature-strip{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:16px;
    }
    .feature-card{
      padding:18px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      min-width:0;
    }
    .feature-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:14px;
      margin-bottom:14px;
      background:var(--berry-soft);
      color:var(--berry);
    }
    .feature-icon.orange{background:var(--orange-soft);color:#ab6319}
    .feature-icon.green{background:var(--green-soft);color:#1f7d65}
    .feature-card h3{
      margin:0 0 8px;
      font-size:19px;
      line-height:1.3;
      font-weight:800;
    }
    .feature-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.72;
    }
    .metrics{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
    }
    .metric{
      padding:18px 16px;
      border-radius:var(--radius);
      background:linear-gradient(180deg, #fff, #fcf8f2);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      min-width:0;
      text-align:left;
    }
    .metric strong{
      display:block;
      font-size:34px;
      line-height:1;
      color:var(--berry);
      font-weight:800;
      margin-bottom:10px;
    }
    .metric span{
      display:block;
      font-size:14px;
      color:var(--muted);
      line-height:1.6;
    }
    .limit-layout{
      display:grid;
      grid-template-columns:1fr .9fr;
      gap:16px;
      align-items:stretch;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:10px;
      margin-top:18px;
    }
    .time-box{
      padding:16px 12px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      text-align:center;
      box-shadow:var(--shadow);
      min-width:0;
    }
    .time-box strong{
      display:block;
      font-size:32px;
      line-height:1;
      color:var(--berry);
      font-weight:800;
      margin-bottom:8px;
    }
    .time-box span{
      display:block;
      font-size:13px;
      color:var(--muted);
      line-height:1.4;
    }
    .limit-note{
      margin-top:16px;
      color:var(--muted);
      line-height:1.75;
      font-size:15px;
    }
    .timeline{
      display:grid;
      gap:14px;
      margin-top:18px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:90px minmax(0, 1fr);
      gap:14px;
      align-items:start;
      padding:14px 0;
      border-top:1px solid rgba(230,221,210,.72);
    }
    .timeline-item:first-child{border-top:0;padding-top:0}
    .timeline-time{
      color:var(--berry);
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
    }
    .timeline-item strong{
      display:block;
      font-size:16px;
      line-height:1.4;
      margin-bottom:4px;
      font-weight:800;
    }
    .timeline-item p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.68;
    }
    .news-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:16px;
      align-items:start;
    }
    .news-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .news-list li{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .news-list li:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(122,31,70,.22);
    }
    .news-link{
      display:block;
      padding:16px 18px;
    }
    .news-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:8px;
      flex-wrap:wrap;
    }
    .news-top strong{
      font-size:16px;
      line-height:1.45;
      font-weight:800;
      min-width:0;
    }
    .news-top time{
      color:var(--muted);
      font-size:13px;
      white-space:nowrap;
      flex:0 0 auto;
    }
    .news-bottom{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
    }
    .news-bottom p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
      min-width:0;
    }
    .news-feature{
      padding:22px;
      border-radius:var(--radius);
      background:linear-gradient(180deg, #fff, #fcf7f1);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .news-feature h3{
      margin:0 0 10px;
      font-size:22px;
      line-height:1.25;
      font-weight:800;
    }
    .news-feature p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
    }
    .news-bullets{
      list-style:none;
      padding:0;
      margin:0 0 18px;
      display:grid;
      gap:10px;
    }
    .news-bullets li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#4b423d;
      font-size:14px;
      line-height:1.65;
    }
    .news-bullets svg{
      width:16px;
      height:16px;
      color:var(--green);
      margin-top:3px;
      flex:0 0 auto;
    }
    .contact-grid{
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:16px;
      align-items:stretch;
    }
    .form-card{
      padding:22px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      min-width:0;
    }
    .form-card h3{
      margin:0 0 10px;
      font-size:24px;
      line-height:1.22;
      font-weight:800;
    }
    .form-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
    }
    .form-grid{
      display:grid;
      gap:14px;
      margin-top:18px;
    }
    .form-row{
      display:grid;
      gap:8px;
    }
    .form-row label{
      font-size:14px;
      color:#4b423d;
      font-weight:700;
    }
    .form-field{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:44px;
      padding:0 14px;
      border-radius:var(--radius-pill);
      border:1px solid var(--line);
      background:var(--paper);
      transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
    }
    .form-field:focus-within,
    .desktop-search:focus-within,
    .mobile-search:focus-within{
      border-color:rgba(122,31,70,.38);
      box-shadow:0 0 0 3px rgba(122,31,70,.12);
      background:#fff;
    }
    .form-field select{
      appearance:none;
      background-image:linear-gradient(45deg, transparent 50%, #897a71 50%), linear-gradient(135deg, #897a71 50%, transparent 50%);
      background-position:calc(100% - 18px) 18px, calc(100% - 12px) 18px;
      background-size:6px 6px, 6px 6px;
      background-repeat:no-repeat;
      padding-right:26px;
    }
    .form-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:6px;
      align-items:center;
    }
    .form-status{
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
      min-height:24px;
    }
    .form-tip{
      padding:20px;
      border-radius:var(--radius);
      background:linear-gradient(180deg, #fff8f2, #fff);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .form-tip h3{
      margin:0 0 10px;
      font-size:20px;
      line-height:1.25;
      font-weight:800;
    }
    .form-tip ul{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .form-tip li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#4b423d;
      font-size:14px;
      line-height:1.68;
    }
    .form-tip li svg{
      width:16px;
      height:16px;
      color:var(--berry);
      margin-top:3px;
      flex:0 0 auto;
    }
    .faq-list{
      display:grid;
      gap:12px;
    }
    details.faq-item{
      padding:0;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    details.faq-item[open]{
      border-color:rgba(122,31,70,.22);
      box-shadow:var(--shadow-hover);
    }
    details.faq-item:hover{transform:translateY(-1px)}
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      display:flex;
      align-items:center;
      gap:12px;
      padding:18px 18px;
      min-height:44px;
      font-weight:800;
      color:#352d28;
      outline:none;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    details.faq-item summary svg{
      width:20px;
      height:20px;
      color:var(--berry);
      flex:0 0 auto;
    }
    details.faq-item .faq-body{
      padding:0 18px 18px 50px;
      color:var(--muted);
      font-size:15px;
      line-height:1.78;
    }
    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
      margin-top:18px;
    }
    .trust-card{
      padding:18px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      min-width:0;
    }
    .trust-card strong{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:18px;
      line-height:1.3;
      margin-bottom:8px;
      font-weight:800;
    }
    .trust-card strong svg{
      width:18px;
      height:18px;
      color:var(--green);
      flex:0 0 auto;
    }
    .trust-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .cta-band{
      padding:30px 0 14px;
    }
    .cta-panel{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      padding:24px;
      border-radius:16px;
      background:
        linear-gradient(135deg, rgba(122,31,70,.08), rgba(245,158,91,.09)),
        #fff;
      border:1px solid rgba(122,31,70,.12);
      box-shadow:var(--shadow);
    }
    .cta-panel h2{
      margin:0 0 10px;
      font-size:30px;
      line-height:1.15;
      font-weight:800;
    }
    .cta-panel p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
      max-width:52rem;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      flex:0 0 auto;
    }
    .footer{
      padding:28px 0 34px;
      border-top:1px solid var(--line);
      background:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:18px;
      align-items:start;
    }
    .footer-brand{
      display:flex;
      flex-direction:column;
      gap:10px;
      min-width:0;
    }
    .footer-brand strong{
      font-size:18px;
      line-height:1.25;
      font-weight:800;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
      max-width:34rem;
    }
    .footer-group h3{
      margin:0 0 12px;
      font-size:15px;
      font-weight:800;
      color:#352d28;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .footer-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#4f4741;
      font-size:14px;
      line-height:1.6;
      transition:transform .18s ease, color .18s ease;
    }
    .footer-link svg{
      width:14px;
      height:14px;
      flex:0 0 auto;
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
      margin-top:18px;
      padding-top:16px;
      border-top:1px solid rgba(230,221,210,.78);
      flex-wrap:wrap;
    }
    .footer-bottom p,
    .footer-bottom small{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .focusable:focus-visible,
    .btn:focus-visible,
    .icon-btn:focus-visible,
    .nav-link:focus-visible,
    .news-link:focus-visible,
    .footer-link:focus-visible,
    summary:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible{
      outline:2px solid rgba(122,31,70,.42);
      outline-offset:2px;
    }
    .muted{
      color:var(--muted);
    }
    .section-spacer{margin-top:16px}
    .news-highlight{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      flex-wrap:wrap;
    }
    .news-highlight .tag{background:var(--paper)}
    .inline-rule{
      height:1px;
      background:rgba(230,221,210,.8);
      margin:16px 0;
    }
    .hide-on-mobile{display:block}
    .show-on-mobile{display:none}
    @media (max-width: 1120px){
      .hero h1{font-size:50px;max-width:12ch}
      .section-head h2{font-size:30px}
      .grid-4,.trust-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
      .feature-strip,.metrics{grid-template-columns:repeat(2, minmax(0, 1fr))}
      .news-grid,.contact-grid,.limit-layout,.progress-panel,.hero-grid{grid-template-columns:1fr}
      .hero-copy{padding-right:0}
      .hero-visual{order:2}
      .hero-copy{order:1}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 860px){
      .header-top{
        flex-wrap:wrap;
        align-items:flex-start;
      }
      .desktop-search{display:none}
      .menu-toggle,
      .search-toggle{display:inline-flex}
      .header-actions{
        margin-left:auto;
      }
      .header-nav-row,
      .mobile-search-panel{
        display:none;
      }
      .site-header.nav-open .header-nav-row{
        display:block;
        padding:0 0 14px;
      }
      .site-header.nav-open .site-nav{
        flex-direction:column;
        align-items:stretch;
        gap:8px;
        padding-top:2px;
      }
      .site-header.nav-open .nav-link{
        justify-content:flex-start;
        width:100%;
        min-height:44px;
        padding:0 14px;
      }
      .site-header.search-open .mobile-search-panel{
        display:block;
      }
      .hero h1{font-size:42px;max-width:12ch}
      .section{
        padding:60px 0;
      }
      .countdown{grid-template-columns:repeat(3, minmax(0, 1fr))}
    }
    @media (max-width: 640px){
      .container{width:min(var(--container), calc(100% - 24px))}
      .brand-text strong{font-size:15px;white-space:normal}
      .brand-text small{font-size:11px}
      .header-top{padding:12px 0 10px}
      .hero{padding:42px 0 30px}
      .hero h1{font-size:36px;line-height:1.08;max-width:10ch}
      .hero-lead{font-size:16px;line-height:1.75}
      .hero-actions{flex-direction:column;align-items:stretch}
      .hero-actions .btn{width:100%}
      .hero-meta,
      .grid-4,
      .grid-3,
      .grid-2,
      .feature-strip,
      .metrics,
      .trust-grid,
      .ticket-mini-grid{
        grid-template-columns:1fr;
      }
      .section-head{
        flex-direction:column;
        align-items:flex-start;
        margin-bottom:18px;
      }
      .section-head h2{font-size:26px}
      .section-lede{font-size:15px}
      .ticket-main h2{font-size:23px}
      .metric strong{font-size:30px}
      .cta-panel{flex-direction:column;align-items:flex-start}
      .cta-actions{width:100%}
      .cta-actions .btn{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column}
      .timeline-item{
        grid-template-columns:1fr;
        gap:6px;
      }
      .timeline-time{
        font-size:13px;
      }
      .hide-on-mobile{display:none}
      .show-on-mobile{display:inline-flex}
    }
    @media (max-width: 520px){
      .header-actions{gap:8px}
      .btn{padding:0 14px}
      .icon-btn{width:42px}
      .hero h1{font-size:32px}
      .meta-card strong{font-size:22px}
      .ticket-wall{padding:14px}
      .ticket-main{padding:18px}
      .panel,.form-card,.form-tip,.news-feature,.note-card,.feature-card,.metric,.trust-card,.news-list li,.faq-item{border-radius:8px}
      details.faq-item summary{padding:16px}
      details.faq-item .faq-body{padding:0 16px 16px 46px}
    }

/* roulang page: category1 */
:root {
      --color-primary: #7A1F46;
      --color-primary-dark: #651639;
      --color-primary-soft: #F4E7EE;
      --color-accent: #F59E5B;
      --color-accent-soft: #FFF0E2;
      --color-success: #2F9E7E;
      --color-success-soft: #E6F5F0;
      --color-warning: #D88720;
      --color-bg: #FAF7F2;
      --color-surface: #FFFFFF;
      --color-paper: #F7F5EF;
      --color-text: #222222;
      --color-muted: #6B625C;
      --color-border: #E6DDD2;
      --shadow-sm: 0 6px 18px rgba(60, 40, 30, .06);
      --shadow-md: 0 10px 28px rgba(60, 40, 30, .10);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-pill: 999px;
      --container: 1200px;
      --header-height: 78px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      color: var(--color-text);
      background:
        linear-gradient(rgba(122, 31, 70, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122, 31, 70, .035) 1px, transparent 1px),
        var(--color-bg);
      background-size: 28px 28px;
      line-height: 1.7;
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    button,
    input {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
    }

    .container {
      width: min(100% - 64px, var(--container));
      margin-inline: auto;
    }

    .focusable:focus-visible,
    button:focus-visible,
    input:focus-visible,
    a:focus-visible {
      outline: 3px solid rgba(245, 158, 91, .45);
      outline-offset: 3px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .94);
      border-bottom: 1px solid rgba(230, 221, 210, .9);
      box-shadow: 0 4px 18px rgba(60, 40, 30, .05);
      backdrop-filter: blur(16px);
    }

    .header-top {
      min-height: var(--header-height);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      color: var(--color-primary);
      background: var(--color-primary-soft);
      border: 1px solid rgba(122, 31, 70, .18);
      border-radius: 12px;
    }

    .brand-mark svg {
      width: 24px;
      height: 24px;
    }

    .brand-text {
      display: grid;
      line-height: 1.2;
      min-width: 0;
    }

    .brand-text strong {
      max-width: 360px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 17px;
      font-weight: 800;
      color: var(--color-text);
    }

    .brand-text small {
      margin-top: 3px;
      font-size: 12px;
      color: var(--color-muted);
    }

    .header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
      min-width: 0;
    }

    .desktop-search,
    .mobile-search-form {
      height: 42px;
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--color-muted);
      background: #FCFAF7;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-pill);
      padding: 0 14px;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .desktop-search:focus-within,
    .mobile-search-form:focus-within {
      background: #fff;
      border-color: rgba(122, 31, 70, .55);
      box-shadow: 0 0 0 4px rgba(122, 31, 70, .10);
    }

    .desktop-search svg,
    .mobile-search-form svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    .desktop-search input,
    .mobile-search-form input {
      width: 250px;
      min-width: 0;
      border: 0;
      outline: 0;
      color: var(--color-text);
      background: transparent;
    }

    .desktop-search input::placeholder,
    .mobile-search-form input::placeholder {
      color: #8A8078;
    }

    .btn {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 18px;
      border-radius: var(--radius-pill);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
      white-space: nowrap;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    }

    .btn svg {
      width: 18px;
      height: 18px;
    }

    .btn:hover {
      transform: translateY(-1px);
    }

    .btn-primary {
      color: #fff;
      background: var(--color-primary);
      box-shadow: 0 10px 20px rgba(122, 31, 70, .20);
    }

    .btn-primary:hover,
    .btn-primary:active {
      background: var(--color-primary-dark);
      box-shadow: 0 12px 24px rgba(122, 31, 70, .25);
    }

    .btn-secondary {
      color: var(--color-primary);
      background: #fff;
      border: 1px solid rgba(122, 31, 70, .22);
    }

    .btn-secondary:hover {
      border-color: rgba(122, 31, 70, .5);
      box-shadow: var(--shadow-sm);
    }

    .btn-text {
      min-height: auto;
      padding: 0;
      color: var(--color-primary);
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .btn-text:hover {
      color: var(--color-primary-dark);
      transform: translateX(2px);
    }

    .icon-btn {
      width: 42px;
      height: 42px;
      display: none;
      place-items: center;
      color: var(--color-primary);
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: 50%;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .icon-btn svg {
      width: 20px;
      height: 20px;
    }

    .icon-btn:hover {
      transform: translateY(-1px);
      border-color: rgba(122, 31, 70, .34);
      box-shadow: var(--shadow-sm);
    }

    .header-nav-row {
      border-top: 1px solid rgba(230, 221, 210, .65);
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 52px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
      display: none;
    }

    .nav-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 8px 14px;
      border-radius: var(--radius-pill);
      color: var(--color-muted);
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
      transition: color .2s ease, background .2s ease;
    }

    .nav-link:hover {
      color: var(--color-primary);
      background: var(--color-primary-soft);
    }

    .nav-link.active {
      color: #fff;
      background: var(--color-primary);
    }

    .mobile-search-panel {
      display: none;
      padding: 0 0 14px;
    }

    .mobile-search-panel.is-open {
      display: block;
    }

    .mobile-search-form input {
      width: 100%;
    }

    .show-on-mobile {
      display: none;
    }

    .page-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 7px 12px;
      color: var(--color-primary);
      background: var(--color-primary-soft);
      border: 1px solid rgba(122, 31, 70, .14);
      border-radius: var(--radius-pill);
      font-size: 13px;
      font-weight: 800;
    }

    .page-kicker::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--color-accent);
      box-shadow: 0 0 0 4px rgba(245, 158, 91, .16);
    }

    main {
      overflow: hidden;
    }

    .compact-hero {
      padding: 54px 0 34px;
      background:
        radial-gradient(circle at 92% 14%, rgba(245, 158, 91, .18), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.88), rgba(247,245,239,.86));
      border-bottom: 1px solid rgba(230, 221, 210, .8);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
      gap: 34px;
      align-items: end;
    }

    .hero-copy h1 {
      margin: 16px 0 14px;
      max-width: 820px;
      font-size: 44px;
      line-height: 1.16;
      letter-spacing: 0;
      font-weight: 800;
    }

    .hero-copy p {
      margin: 0;
      max-width: 760px;
      color: var(--color-muted);
      font-size: 17px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .summary-card {
      padding: 20px;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
    }

    .summary-card h2 {
      margin: 0 0 16px;
      font-size: 18px;
      line-height: 1.35;
    }

    .summary-meter {
      height: 10px;
      overflow: hidden;
      background: var(--color-paper);
      border-radius: var(--radius-pill);
    }

    .summary-meter span {
      display: block;
      width: 72%;
      height: 100%;
      background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
      border-radius: inherit;
    }

    .summary-list {
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .summary-list li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 0;
      border-top: 1px dashed var(--color-border);
      color: var(--color-muted);
      font-size: 14px;
    }

    .summary-list strong {
      color: var(--color-text);
    }

    .section {
      padding: 64px 0;
    }

    .section.alt {
      background: rgba(255,255,255,.56);
      border-block: 1px solid rgba(230, 221, 210, .72);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 24px;
    }

    .section-title {
      margin: 0;
      font-size: 30px;
      line-height: 1.25;
      font-weight: 800;
    }

    .section-desc {
      max-width: 620px;
      margin: 8px 0 0;
      color: var(--color-muted);
      font-size: 15px;
    }

    .filter-shell {
      padding: 14px;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
    }

    .filter-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }

    .filter-label {
      margin-right: 2px;
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 800;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 34px;
      padding: 7px 12px;
      color: var(--color-muted);
      background: var(--color-paper);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-pill);
      font-size: 13px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .chip:hover,
    .chip.active {
      color: #fff;
      background: var(--color-primary);
      border-color: var(--color-primary);
      transform: translateY(-1px);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 310px;
      gap: 24px;
      align-items: start;
      margin-top: 24px;
    }

    .index-list {
      display: grid;
      gap: 14px;
    }

    .note-card {
      position: relative;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 16px;
      padding: 20px;
      background: var(--color-surface);
      border: 1px solid var(--color-border);
      border-radius: var(--radius-sm);
      box-shadow: 0 2px 0 rgba(255,255,255,.8) inset;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .note-card:hover {
      transform: translateY(-2px);
      border-color: rgba(122, 31, 70, .35);
      box-shadow: var(--shadow-md);
    }

    .note-pin {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      color: var(--color-primary);
      background: var(--color-primary-soft);
      border: 1px solid rgba(122, 31, 70, .16);
      border-radius: 12px;
      font-weight: 800;
    }

    .note-card h3 {
      margin: 0 0 8px;
      font-size: 21px;
      line-height: 1.35;
      font-weight: 800;
    }

    .note-card p {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      color: var(--color-muted);
      font-size: 15px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    .note-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .tag,
    .status {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 5px 10px;
      border-radius: var(--radius-pill);
      font-size: 12px;
      font-weight: 800;
    }

    .tag {
      color: var(--color-primary);
      background: var(--color-primary-soft);
    }

    .tag.orange {
      color: #8B4A12;
      background: var(--color-accent-soft);
    }

    .tag.green {
      color: #1F765E;
      background: var(--color-success-soft);
    }

    .status {
      color: var(--color-muted);
      background: var(--color-paper);
      border: 1px solid var(--color-border);
    }

    .sidebar {
      display: grid;
      gap: 16px;
    }

    .side-card {
      padding: 18px;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
    }

    .side-card h3 {
      margin: 0 0 12px;
      font-size: 18px;
      line-height: 1.35;
    }

    .tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .side-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .side-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--color-muted);
      font-size: 14px;
    }

    .side-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 8px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--color-success);
    }

    .compare-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 18px;
    }

    .feature-panel {
      padding: 24px;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
    }

    .feature-panel h3 {
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 1.35;
    }

    .feature-panel p {
      margin: 0 0 18px;
      color: var(--color-muted);
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      padding: 12px;
      background: var(--color-paper);
      border: 1px solid rgba(230, 221, 210, .75);
      border-radius: var(--radius-sm);
      color: var(--color-muted);
    }

    .check-icon {
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      color: #fff;
      background: var(--color-success);
      border-radius: 50%;
      font-size: 13px;
      font-weight: 900;
    }

    .timeline {
      display: grid;
      gap: 12px;
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 74px minmax(0, 1fr);
      gap: 12px;
      padding: 16px;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-sm);
    }

    .timeline-time {
      color: var(--color-primary);
      font-size: 13px;
      font-weight: 800;
    }

    .timeline-item h3 {
      margin: 0 0 4px;
      font-size: 17px;
      line-height: 1.4;
    }

    .timeline-item p {
      margin: 0;
      color: var(--color-muted);
      font-size: 14px;
    }

    .faq-grid {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      overflow: hidden;
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-sm);
      transition: border-color .2s ease, box-shadow .2s ease;
    }

    .faq-item:hover {
      border-color: rgba(122, 31, 70, .28);
      box-shadow: var(--shadow-sm);
    }

    .faq-question {
      width: 100%;
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 18px;
      color: var(--color-text);
      background: #fff;
      text-align: left;
      font-weight: 800;
    }

    .faq-question span {
      min-width: 0;
    }

    .faq-question svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
      color: var(--color-primary);
      transition: transform .2s ease;
    }

    .faq-answer {
      display: none;
      padding: 0 18px 18px;
      color: var(--color-muted);
      border-left: 3px solid var(--color-primary);
      margin-left: 18px;
    }

    .faq-item.is-open .faq-answer {
      display: block;
    }

    .faq-item.is-open .faq-question svg {
      transform: rotate(180deg);
    }

    .pager {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin-top: 22px;
    }

    .pager a,
    .pager span {
      min-width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      color: var(--color-muted);
      background: #fff;
      border: 1px solid var(--color-border);
      border-radius: var(--radius-pill);
      font-size: 14px;
      font-weight: 800;
      transition: background .2s ease, color .2s ease, border-color .2s ease;
    }

    .pager a:hover,
    .pager .current {
      color: #fff;
      background: var(--color-primary);
      border-color: var(--color-primary);
    }

    .cta-band {
      padding: 36px;
      background:
        linear-gradient(135deg, rgba(122, 31, 70, .95), rgba(101, 22, 57, .95)),
        var(--color-primary);
      border-radius: var(--radius-md);
      color: #fff;
      box-shadow: var(--shadow-md);
    }

    .cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .cta-band h2 {
      margin: 0 0 8px;
      font-size: 28px;
      line-height: 1.25;
    }

    .cta-band p {
      margin: 0;
      color: rgba(255,255,255,.78);
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      flex: 0 0 auto;
    }

    .cta-band .btn-primary {
      color: var(--color-primary);
      background: #fff;
      box-shadow: none;
    }

    .cta-band .btn-primary:hover {
      color: var(--color-primary-dark);
      background: #FFF7EF;
    }

    .cta-band .btn-secondary {
      color: #fff;
      background: transparent;
      border-color: rgba(255,255,255,.4);
    }

    .cta-band .btn-secondary:hover {
      border-color: #fff;
      box-shadow: none;
    }

    .footer {
      padding: 46px 0 24px;
      background: #fff;
      border-top: 1px solid var(--color-border);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) .8fr .8fr;
      gap: 34px;
      align-items: start;
    }

    .footer-brand p {
      max-width: 520px;
      margin: 16px 0 0;
      color: var(--color-muted);
      font-size: 14px;
    }

    .footer-group h3 {
      margin: 0 0 12px;
      font-size: 16px;
      line-height: 1.35;
    }

    .footer-links {
      display: grid;
      gap: 9px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-link {
      color: var(--color-muted);
      font-size: 14px;
      transition: color .2s ease;
    }

    .footer-link:hover {
      color: var(--color-primary);
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 34px;
      padding-top: 18px;
      border-top: 1px solid var(--color-border);
      color: var(--color-muted);
      font-size: 13px;
    }

    .footer-bottom p,
    .footer-bottom small {
      margin: 0;
    }

    @media (max-width: 1024px) {
      .container {
        width: min(100% - 48px, var(--container));
      }

      .desktop-search input {
        width: 190px;
      }

      .hero-grid,
      .content-layout,
      .compare-grid {
        grid-template-columns: 1fr;
      }

      .hero-copy h1 {
        font-size: 38px;
      }

      .sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-brand {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 768px) {
      :root {
        --header-height: 68px;
      }

      .container {
        width: min(100% - 32px, var(--container));
      }

      .desktop-search,
      .hide-on-mobile {
        display: none;
      }

      .show-on-mobile,
      .icon-btn {
        display: inline-flex;
      }

      .icon-btn {
        display: grid;
      }

      .brand-text strong {
        max-width: 220px;
        font-size: 15px;
      }

      .header-nav-row {
        display: none;
      }

      .header-nav-row.is-open {
        display: block;
      }

      .main-nav {
        min-height: auto;
        padding: 10px 0 14px;
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
      }

      .nav-link {
        justify-content: center;
        border-radius: 10px;
      }

      .compact-hero {
        padding: 40px 0 28px;
      }

      .hero-copy h1 {
        font-size: 32px;
      }

      .hero-copy p {
        font-size: 16px;
      }

      .section {
        padding: 46px 0;
      }

      .section-head,
      .cta-inner,
      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }

      .section-title {
        font-size: 26px;
      }

      .sidebar,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .cta-band {
        padding: 26px 20px;
      }

      .cta-actions {
        width: 100%;
      }

      .cta-actions .btn {
        flex: 1 1 180px;
      }
    }

    @media (max-width: 520px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .brand-mark {
        width: 38px;
        height: 38px;
      }

      .brand-text strong {
        max-width: 170px;
      }

      .header-actions {
        gap: 8px;
      }

      .show-on-mobile.btn {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 13px;
      }

      .icon-btn {
        width: 38px;
        height: 38px;
      }

      .hero-copy h1 {
        font-size: 30px;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .filter-shell {
        padding: 12px;
      }

      .filter-row {
        align-items: stretch;
      }

      .filter-label {
        width: 100%;
      }

      .chip {
        flex: 1 1 auto;
        justify-content: center;
      }

      .note-card {
        grid-template-columns: 1fr;
      }

      .note-pin {
        width: fit-content;
        padding: 0 14px;
      }

      .timeline-item {
        grid-template-columns: 1fr;
      }

      .pager {
        justify-content: center;
      }
    }

/* roulang page: category2 */
:root{
  --bg:#FAF7F2;
  --bg-alt:#F7F3EC;
  --surface:#FFFDF9;
  --surface-strong:#ffffff;
  --text:#222222;
  --muted:#6B625C;
  --line:#E6DDD2;
  --line-strong:#D8CABA;
  --brand:#7A1F46;
  --brand-strong:#8B2454;
  --brand-soft:rgba(122,31,70,.10);
  --warm:#F59E5B;
  --warm-soft:rgba(245,158,91,.16);
  --green:#2F9E7E;
  --green-soft:rgba(47,158,126,.14);
  --amber:#D88720;
  --amber-soft:rgba(216,135,32,.14);
  --shadow:0 8px 24px rgba(60,40,30,.08);
  --shadow-lg:0 16px 36px rgba(60,40,30,.12);
  --radius:8px;
  --radius-lg:12px;
  --space:24px;
  --container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  line-height:1.7;
  color:var(--text);
  background:
    linear-gradient(180deg, rgba(250,247,242,.98), rgba(247,243,236,.98)),
    repeating-linear-gradient(90deg, transparent 0 24px, rgba(122,31,70,.025) 24px 25px),
    repeating-linear-gradient(180deg, transparent 0 24px, rgba(122,31,70,.018) 24px 25px);
  letter-spacing:0;
  min-height:100vh;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
svg{flex:none}
::selection{background:var(--brand);color:#fff}
.container{
  width:min(var(--container), calc(100% - 64px));
  margin:0 auto;
}
.focusable:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.footer-link:focus-visible,
.icon-btn:focus-visible,
input:focus-visible,
summary:focus-visible{
  outline:2px solid var(--brand);
  outline-offset:2px;
}
.section-kicker,
.eyebrow,
.meta-chip,
.badge,
.status-badge,
.step-state,
.reward-chip,
.note-pill,
.preview-badge,
.row-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  transition:transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
  white-space:nowrap;
}
.btn svg,.icon-btn svg,.nav-link svg{width:18px;height:18px}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:var(--brand);
  color:#fff;
  box-shadow:0 10px 20px rgba(122,31,70,.16);
}
.btn-primary:hover{background:var(--brand-strong)}
.btn-secondary{
  background:#fff;
  color:var(--brand);
  border-color:rgba(122,31,70,.18);
}
.btn-secondary:hover{
  background:var(--brand-soft);
  border-color:rgba(122,31,70,.28);
}
.icon-btn{
  width:42px;
  height:42px;
  border-radius:10px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.icon-btn:hover{
  background:rgba(122,31,70,.06);
  border-color:rgba(122,31,70,.18);
  box-shadow:0 8px 16px rgba(60,40,30,.06);
  transform:translateY(-1px);
}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(250,247,242,.94);
  backdrop-filter:saturate(150%) blur(10px);
  border-bottom:1px solid rgba(230,221,210,.88);
}
.header-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
  flex-wrap:wrap;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.brand-mark{
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid rgba(122,31,70,.16);
  background:linear-gradient(180deg,#fff, #faf4ef);
  color:var(--brand);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(60,40,30,.06);
}
.brand-mark svg{width:22px;height:22px}
.brand-text{display:flex;flex-direction:column;min-width:0}
.brand-text strong{
  font-size:16px;
  line-height:1.2;
  color:var(--text);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.brand-text small{
  margin-top:4px;
  font-size:12px;
  color:var(--muted);
  letter-spacing:0;
}
.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:1 1 auto;
  justify-content:flex-end;
}
.desktop-search{
  display:flex;
  align-items:center;
  gap:10px;
  height:42px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  min-width:280px;
  flex:1 1 320px;
  max-width:440px;
  box-shadow:0 8px 18px rgba(60,40,30,.04);
}
.desktop-search svg{
  width:18px;
  height:18px;
  color:var(--muted);
}
.desktop-search input{
  border:none;
  outline:none;
  background:transparent;
  color:var(--text);
  width:100%;
  min-width:0;
}
.desktop-search input::placeholder{color:#8d827b}
.show-on-mobile{display:none}
.header-nav-row{
  border-top:1px solid rgba(230,221,210,.88);
  padding:10px 0 12px;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.nav-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  color:var(--muted);
  border:1px solid transparent;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.nav-link:hover{
  color:var(--brand);
  background:rgba(122,31,70,.05);
  border-color:rgba(122,31,70,.10);
  transform:translateY(-1px);
}
.nav-link.active{
  color:#fff;
  background:var(--brand);
  border-color:var(--brand);
  box-shadow:0 8px 18px rgba(122,31,70,.14);
}
main{display:block}
.intro-band{
  padding:72px 0 58px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:30px;
  align-items:stretch;
}
.hero-copy{
  padding:8px 0 0;
}
.eyebrow{
  background:var(--brand-soft);
  color:var(--brand);
  padding:7px 12px;
  font-weight:700;
}
.hero-copy h1{
  margin:14px 0 0;
  font-size:56px;
  line-height:1.08;
  letter-spacing:0;
  color:var(--text);
  max-width:12em;
}
.hero-lead{
  margin:16px 0 0;
  max-width:42em;
  font-size:17px;
  line-height:1.8;
  color:var(--muted);
}
.hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.meta-chip{
  background:#fff;
  border:1px solid rgba(122,31,70,.14);
  color:var(--brand);
  padding:8px 12px;
  box-shadow:0 8px 16px rgba(60,40,30,.04);
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.hero-points{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:10px;
  max-width:40em;
}
.hero-points li{
  position:relative;
  padding-left:26px;
  color:var(--text);
}
.hero-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.6em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--warm);
  box-shadow:0 0 0 4px var(--warm-soft);
}
.preview-shell{
  background:linear-gradient(180deg,#fffdf9, #fcf7f1);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:100%;
}
.preview-topline{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-weight:600;
}
.preview-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 4px var(--green-soft);
}
.preview-badge{
  margin-left:auto;
  background:var(--amber-soft);
  color:var(--amber);
  padding:7px 10px;
  font-weight:700;
}
.preview-stage{
  position:relative;
  border-radius:14px;
  border:1px solid rgba(122,31,70,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,245,.96)),
    repeating-linear-gradient(180deg, transparent 0 23px, rgba(122,31,70,.04) 23px 24px);
  padding:18px;
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
  aspect-ratio:9 / 12;
}
.preview-hero{
  background:#fff;
  border:1px solid rgba(230,221,210,.92);
  border-radius:12px;
  padding:16px;
  box-shadow:0 10px 18px rgba(60,40,30,.04);
}
.preview-label{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:var(--brand-soft);
  color:var(--brand);
  font-size:13px;
  font-weight:700;
}
.preview-hero strong{
  display:block;
  margin-top:12px;
  font-size:28px;
  line-height:1.18;
}
.preview-hero p{
  margin:10px 0 0;
  color:var(--muted);
  line-height:1.75;
}
.preview-stack{
  display:grid;
  gap:12px;
}
.preview-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(230,221,210,.92);
  background:#fff;
}
.row-mark{
  width:12px;
  height:12px;
  border-radius:50%;
  flex:none;
}
.row-mark.accent{background:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}
.row-mark.warm{background:var(--warm);box-shadow:0 0 0 4px var(--warm-soft)}
.row-mark.green{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}
.preview-row div{flex:1;min-width:0}
.preview-row b{
  display:block;
  font-size:15px;
  line-height:1.3;
}
.preview-row small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  line-height:1.5;
}
.row-chip{
  background:#f7f1eb;
  color:#72554d;
  padding:7px 10px;
  border:1px solid rgba(216,202,186,.95);
  font-weight:700;
}
.preview-foot{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding-top:2px;
  border-top:1px solid rgba(230,221,210,.9);
}
.foot-label{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-bottom:6px;
}
.preview-foot strong{
  display:block;
  font-size:22px;
  line-height:1.2;
}
.band{
  padding:64px 0;
}
.alt-band{
  background:rgba(255,255,255,.45);
  border-top:1px solid rgba(230,221,210,.72);
  border-bottom:1px solid rgba(230,221,210,.72);
}
.section-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  margin-bottom:22px;
}
.section-head > div{min-width:0}
.section-title{
  margin:10px 0 0;
  font-size:34px;
  line-height:1.18;
  letter-spacing:0;
}
.section-desc{
  margin:0;
  max-width:42em;
  color:var(--muted);
  line-height:1.75;
}
.step-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
}
.step-card,
.reward-card,
.entry-card,
.status-card,
.progress-panel,
.faq-item{
  background:var(--surface);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.step-card{
  position:relative;
  border-radius:var(--radius);
  padding:18px 18px 16px;
  min-height:204px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.step-card:hover{
  transform:translateY(-2px);
  border-color:rgba(122,31,70,.18);
  box-shadow:var(--shadow-lg);
}
.step-no{
  position:absolute;
  top:16px;
  right:16px;
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--brand-soft);
  color:var(--brand);
  font-weight:800;
}
.step-card h3{
  margin:4px 0 0;
  font-size:20px;
  line-height:1.25;
  padding-right:52px;
}
.step-card p{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.72;
}
.step-state{
  margin-top:auto;
  align-self:flex-start;
  padding:8px 10px;
  background:#f7f1eb;
  color:#6f574b;
  border:1px solid rgba(216,202,186,.96);
  font-weight:700;
}
.reward-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:16px;
}
.reward-card{
  border-radius:var(--radius);
  padding:18px;
  min-height:180px;
  display:flex;
  flex-direction:column;
  gap:14px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.reward-card:hover{
  transform:translateY(-2px);
  border-color:rgba(122,31,70,.18);
  box-shadow:var(--shadow-lg);
}
.reward-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(122,31,70,.08);
  color:var(--brand);
}
.reward-icon.warm{background:var(--warm-soft);color:var(--amber)}
.reward-icon.green{background:var(--green-soft);color:var(--green)}
.reward-card h3{
  margin:0;
  font-size:19px;
  line-height:1.25;
}
.reward-card p{
  margin:0;
  color:var(--muted);
  line-height:1.72;
}
.reward-bar{
  margin-top:auto;
  height:8px;
  border-radius:999px;
  background:#efe6dc;
  overflow:hidden;
}
.reward-bar span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg, var(--brand), var(--warm));
}
.progress-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:18px;
  align-items:stretch;
}
.progress-panel,
.status-card{
  border-radius:12px;
  padding:20px;
}
.panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.panel-head h3,
.status-card h3{
  margin:0;
  font-size:22px;
  line-height:1.25;
}
.progress-count{
  color:var(--brand);
  font-weight:800;
}
.progress-bar{
  height:12px;
  border-radius:999px;
  background:#efe6dc;
  overflow:hidden;
  margin:16px 0 14px;
}
.progress-bar span{
  display:block;
  height:100%;
  width:68%;
  border-radius:999px;
  background:linear-gradient(90deg, var(--green), var(--brand));
}
.progress-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.progress-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.check{
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--green-soft);
  color:var(--green);
  flex:none;
  margin-top:1px;
}
.check.pending{
  background:var(--amber-soft);
  color:var(--amber);
}
.progress-item strong{
  display:block;
  font-size:15px;
  line-height:1.4;
}
.progress-item p{
  margin:4px 0 0;
  color:var(--muted);
  line-height:1.65;
}
.status-panel{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.status-card{
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.status-card:hover{
  transform:translateY(-2px);
  border-color:rgba(122,31,70,.18);
  box-shadow:var(--shadow-lg);
}
.status-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.status-badge{
  background:var(--brand-soft);
  color:var(--brand);
  padding:7px 10px;
  font-weight:700;
}
.status-card p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.status-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.status-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#fbf6f0;
  border:1px solid rgba(216,202,186,.9);
  color:#68584f;
  font-weight:700;
}
.status-pill i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  display:inline-block;
}
.entry-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.entry-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  border-radius:var(--radius);
  padding:20px;
  min-height:240px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.entry-card:hover{
  transform:translateY(-2px);
  border-color:rgba(122,31,70,.18);
  box-shadow:var(--shadow-lg);
}
.entry-card.active{
  border-color:rgba(122,31,70,.32);
  box-shadow:0 16px 34px rgba(122,31,70,.12);
}
.entry-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.entry-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--brand-soft);
  color:var(--brand);
}
.entry-card h3{
  margin:0;
  font-size:22px;
  line-height:1.22;
}
.entry-desc{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.entry-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.entry-tag{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:#f8f3ee;
  color:#6d5b51;
  border:1px solid rgba(216,202,186,.92);
  font-size:13px;
  font-weight:700;
}
.entry-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--brand);
  font-weight:800;
}
.entry-link svg{width:18px;height:18px}
.faq-list{
  display:grid;
  gap:12px;
}
.faq-item{
  border-radius:var(--radius);
  overflow:hidden;
}
.faq-item[open]{
  border-color:rgba(122,31,70,.22);
}
.faq-item summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  cursor:pointer;
  font-weight:800;
  color:var(--text);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .faq-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--brand-soft);
  color:var(--brand);
  flex:none;
}
.faq-item summary .faq-title{
  flex:1;
  min-width:0;
}
.faq-item summary .faq-arrow{
  width:18px;
  height:18px;
  color:var(--muted);
  transition:transform .18s ease,color .18s ease;
}
.faq-item[open] summary .faq-arrow{
  transform:rotate(180deg);
  color:var(--brand);
}
.faq-answer{
  padding:0 18px 16px 64px;
  color:var(--muted);
  line-height:1.75;
}
.cta-band{
  padding:58px 0 70px;
}
.cta-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:22px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(250,247,242,.96));
  box-shadow:var(--shadow);
  padding:28px;
}
.cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.contact-note{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:4px;
  padding-top:18px;
  border-top:1px solid rgba(230,221,210,.9);
}
.note-pill{
  background:var(--amber-soft);
  color:var(--amber);
  padding:8px 10px;
  font-weight:700;
}
.note-text{
  color:var(--muted);
  line-height:1.65;
}
.footer{
  background:#faf8f3;
  border-top:1px solid rgba(230,221,210,.92);
  padding:40px 0 28px;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) repeat(2, minmax(0,.8fr));
  gap:24px;
}
.footer-brand p{
  margin:16px 0 0;
  color:var(--muted);
  line-height:1.75;
  max-width:34em;
}
.footer-group h3{
  margin:8px 0 14px;
  font-size:15px;
  color:var(--text);
}
.footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.footer-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  padding:4px 0;
  transition:color .18s ease,transform .18s ease;
}
.footer-link:hover{
  color:var(--brand);
  transform:translateX(2px);
}
.footer-bottom{
  margin-top:24px;
  padding-top:16px;
  border-top:1px solid rgba(230,221,210,.9);
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  color:var(--muted);
  line-height:1.7;
}
.footer-bottom p,
.footer-bottom small{
  margin:0;
}
@media (max-width: 1080px){
  .hero-copy h1{font-size:46px}
  .step-grid,
  .reward-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .entry-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .progress-grid,
  .cta-grid,
  .footer-grid,
  .hero-grid{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
}
@media (max-width: 768px){
  .container{width:min(var(--container), calc(100% - 32px))}
  .band,.intro-band,.cta-band{padding:46px 0}
  .hero-copy h1{font-size:38px}
  .section-title{font-size:28px}
  .section-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .preview-stage{min-height:460px}
  .footer-bottom{flex-direction:column}
  .desktop-search{flex-basis:100%;max-width:none}
}
@media (max-width: 640px){
  .hide-on-mobile{display:none !important}
  .show-on-mobile{display:inline-flex}
  .header-top{padding:12px 0 10px}
  .header-actions{justify-content:flex-end;flex-wrap:wrap}
  .desktop-search{display:none;width:100%;order:3;margin-top:8px;max-width:none}
  .site-header.search-open .desktop-search{display:flex}
  .header-nav-row{display:none}
  .site-header.nav-open .header-nav-row{display:block;padding-top:0}
  .site-header.nav-open .site-nav{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:8px 0 4px;
  }
  .site-header.nav-open .nav-link{
    justify-content:space-between;
    width:100%;
    padding:12px 14px;
  }
  .brand-text strong{font-size:15px}
  .hero-copy h1{font-size:34px}
  .hero-lead{font-size:16px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn,
  .cta-actions .btn{
    width:100%;
  }
  .hero-meta,
  .status-strip{gap:8px}
  .step-grid,
  .reward-grid,
  .entry-grid{
    grid-template-columns:1fr;
  }
  .preview-stage{aspect-ratio:4 / 5}
  .preview-hero strong{font-size:24px}
  .preview-foot strong{font-size:20px}
  .faq-answer{padding-left:18px}
  .contact-note{flex-direction:column;align-items:flex-start}
}
