/* roulang page: index */
:root{
      --bg:#07070b;
      --bg-2:#0c0812;
      --panel:#12111a;
      --panel-2:#171421;
      --panel-3:#1f172b;
      --text:#ffffff;
      --muted:#d6d3dd;
      --sub:#9b96aa;
      --line:#2b2437;
      --primary:#ff2f8b;
      --primary-2:#c63bff;
      --violet:#8b5cff;
      --orange:#ff8a3d;
      --cyan:#24e6ff;
      --danger-soft:#ff6a5e;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 22px 70px rgba(0,0,0,.48);
      --glow:0 0 28px rgba(255,47,139,.22);
      --container:1220px;
      --nav-h:78px;
      --ease:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.72;
      background:
        radial-gradient(circle at 18% 5%, rgba(255,47,139,.18), transparent 31%),
        radial-gradient(circle at 82% 8%, rgba(139,92,255,.18), transparent 30%),
        radial-gradient(circle at 50% 78%, rgba(36,230,255,.08), transparent 34%),
        linear-gradient(180deg,#07070b 0%,#0b0811 48%,#07070b 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.75), transparent 86%);
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,47,139,.35);color:#fff}
    .container{max-width:var(--container)}
    .section-pad{padding:92px 0}
    .section-kicker{
      display:inline-flex;
      gap:8px;
      align-items:center;
      padding:8px 13px;
      border:1px solid rgba(255,47,139,.25);
      border-radius:999px;
      color:#ffd9eb;
      background:rgba(255,47,139,.08);
      font-size:14px;
      font-weight:700;
      margin-bottom:18px;
    }
    .section-kicker:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--cyan));
      box-shadow:0 0 16px rgba(255,47,139,.7);
    }
    .section-title{
      font-size:clamp(28px,4vw,46px);
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.03em;
      margin:0 0 16px;
    }
    .section-desc{
      color:var(--muted);
      max-width:760px;
      margin:0;
      font-size:17px;
    }
    .text-muted-neon{color:var(--sub)!important}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      height:var(--nav-h);
      display:flex;
      align-items:center;
      background:rgba(8,8,14,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.08);
      box-shadow:0 14px 50px rgba(0,0,0,.28);
    }
    .navbar{width:100%;padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff!important;
      font-weight:900;
      letter-spacing:-.02em;
      min-width:0;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:15px;
      position:relative;
      background:linear-gradient(135deg,rgba(255,47,139,.95),rgba(139,92,255,.92));
      box-shadow:0 0 32px rgba(255,47,139,.36);
      flex:0 0 auto;
    }
    .logo-mark:before{
      content:"";
      position:absolute;
      inset:10px 8px;
      border:2px solid rgba(255,255,255,.78);
      border-left-style:dashed;
      border-right-style:dashed;
      border-radius:8px;
    }
    .logo-text{
      display:flex;
      flex-direction:column;
      line-height:1.15;
    }
    .logo-text strong{font-size:17px}
    .logo-text span{font-size:12px;color:var(--sub);font-weight:600}
    .navbar-toggler{
      border:1px solid rgba(255,47,139,.35);
      border-radius:14px;
      padding:9px 11px;
      color:#fff;
      box-shadow:none!important;
    }
    .navbar-toggler-icon{
      filter:invert(1) brightness(1.8);
    }
    .navbar-nav{
      gap:8px;
      align-items:center;
    }
    .nav-link{
      color:var(--muted)!important;
      font-weight:700;
      border-radius:999px;
      padding:10px 15px!important;
      position:relative;
    }
    .nav-link:hover,.nav-link:focus{
      color:#fff!important;
      background:rgba(255,47,139,.09);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg,rgba(255,47,139,.18),rgba(139,92,255,.14));
      box-shadow:inset 0 -2px 0 rgba(255,47,139,.9);
    }
    .btn-neon{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      padding:13px 22px;
      border:0;
      border-radius:999px;
      color:#fff!important;
      font-weight:800;
      background:linear-gradient(135deg,var(--primary),var(--primary-2) 52%,var(--violet));
      box-shadow:0 12px 34px rgba(255,47,139,.28), inset 0 1px 0 rgba(255,255,255,.25);
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-neon:hover,.btn-neon:focus{
      transform:translateY(-3px);
      box-shadow:0 18px 46px rgba(255,47,139,.42),0 0 0 4px rgba(255,47,139,.1);
    }
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      padding:12px 20px;
      border-radius:999px;
      color:#fff!important;
      font-weight:800;
      background:rgba(18,17,26,.72);
      border:1px solid rgba(255,47,139,.32);
      transition:var(--ease);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      background:rgba(255,47,139,.12);
      border-color:rgba(255,47,139,.65);
      transform:translateY(-2px);
      box-shadow:var(--glow);
    }
    .hero{
      position:relative;
      min-height:720px;
      display:flex;
      align-items:center;
      padding:72px 0 86px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(115deg,rgba(255,47,139,.12),transparent 36%),
        linear-gradient(245deg,rgba(36,230,255,.08),transparent 35%),
        radial-gradient(circle at 55% 42%,rgba(198,59,255,.14),transparent 42%);
      pointer-events:none;
    }
    .hero-stage{
      position:relative;
      border:1px solid rgba(255,47,139,.22);
      border-radius:36px;
      padding:34px;
      background:
        linear-gradient(180deg,rgba(18,17,26,.78),rgba(10,9,16,.72)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 15px);
      box-shadow:var(--shadow),0 0 80px rgba(255,47,139,.12);
      overflow:hidden;
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      width:260px;height:260px;
      right:-92px;top:-110px;
      background:radial-gradient(circle,rgba(255,47,139,.34),transparent 62%);
      pointer-events:none;
    }
    .group-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:28px;
    }
    .group-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);
      color:#f2edf7;
      font-weight:700;
      font-size:14px;
    }
    .group-pill b{color:#fff}
    .hero h1{
      max-width:950px;
      font-size:clamp(36px,6.2vw,68px);
      line-height:1.05;
      font-weight:950;
      letter-spacing:-.05em;
      margin:0 0 22px;
    }
    .hero h1 .grad{
      background:linear-gradient(135deg,#fff 10%,#ffb6d6 42%,#bb73ff 72%,#78f4ff);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-lead{
      max-width:820px;
      color:var(--muted);
      font-size:19px;
      margin-bottom:30px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      align-items:center;
      margin-bottom:34px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .point-card{
      min-height:118px;
      border-radius:24px;
      padding:18px;
      background:linear-gradient(180deg,rgba(23,20,33,.92),rgba(13,12,20,.9));
      border:1px solid rgba(255,255,255,.1);
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .point-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,47,139,.45);
      box-shadow:var(--glow);
    }
    .point-card:before{
      content:"";
      position:absolute;
      inset:0 0 auto;
      height:2px;
      background:linear-gradient(90deg,var(--primary),var(--cyan),transparent);
      opacity:.85;
    }
    .point-card b{
      display:block;
      font-size:23px;
      margin-bottom:4px;
    }
    .point-card span{
      color:var(--sub);
      font-size:14px;
    }
    .story-wrap{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:30px;
      align-items:stretch;
    }
    .story-panel,.neon-card{
      border:1px solid rgba(255,47,139,.22);
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg,rgba(23,20,33,.86),rgba(12,11,18,.88));
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .story-panel{padding:32px}
    .story-panel p{color:var(--muted);margin:0 0 18px}
    .assurance-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:24px;
    }
    .assurance-badge{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.09);
    }
    .assurance-badge strong{display:block;font-size:16px;margin-bottom:4px}
    .assurance-badge small{color:var(--sub)}
    .steps-mail{
      padding:0;
    }
    .step-item{
      display:grid;
      grid-template-columns:72px 1fr;
      gap:18px;
      padding:24px;
      border-bottom:1px solid rgba(255,255,255,.08);
      position:relative;
    }
    .step-item:last-child{border-bottom:0}
    .step-num{
      width:52px;height:52px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      font-weight:900;
      background:linear-gradient(135deg,rgba(255,47,139,.18),rgba(36,230,255,.12));
      color:#fff;
      border:1px solid rgba(255,47,139,.35);
      box-shadow:0 0 24px rgba(255,47,139,.15);
    }
    .step-item h3{font-size:19px;margin:0 0 6px;font-weight:850}
    .step-item p{margin:0;color:var(--sub);font-size:15px}
    .content-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-top:34px;
    }
    .poster-card{
      min-height:260px;
      border-radius:26px;
      padding:18px;
      background:linear-gradient(180deg,rgba(23,20,33,.92),rgba(10,9,16,.96));
      border:1px solid rgba(255,47,139,.2);
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .poster-card:hover{
      transform:translateY(-5px);
      border-color:rgba(255,47,139,.58);
      box-shadow:0 24px 70px rgba(0,0,0,.48),0 0 34px rgba(255,47,139,.18);
    }
    .poster-art{
      height:112px;
      border-radius:20px;
      margin-bottom:16px;
      background:
        linear-gradient(135deg,rgba(255,47,139,.85),rgba(139,92,255,.62)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.22) 0 4px,transparent 4px 14px);
      position:relative;
      overflow:hidden;
    }
    .poster-art:after{
      content:"";
      position:absolute;
      inset:-40% auto -40% -45%;
      width:48%;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
      transform:skewX(-18deg);
      transition:var(--ease);
    }
    .poster-card:hover .poster-art:after{left:110%}
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
    .tag{
      display:inline-flex;
      border-radius:999px;
      padding:5px 9px;
      font-size:12px;
      font-weight:800;
      color:#ffe4f1;
      background:rgba(255,47,139,.12);
      border:1px solid rgba(255,47,139,.22);
    }
    .tag.cyan{color:#d9fbff;background:rgba(36,230,255,.1);border-color:rgba(36,230,255,.22)}
    .tag.orange{color:#ffe8d8;background:rgba(255,138,61,.1);border-color:rgba(255,138,61,.22)}
    .poster-card h3{font-size:19px;line-height:1.35;margin:0 0 9px;font-weight:850}
    .poster-card p{font-size:14px;color:var(--sub);margin:0 0 14px}
    .mini-link{
      color:#fff;
      font-weight:800;
      display:inline-flex;
      gap:6px;
      align-items:center;
      font-size:14px;
    }
    .mini-link:hover{color:#ffb6d6}
    .compare-wrap{
      margin-top:34px;
      border-radius:28px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(18,17,26,.72);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .table{
      margin:0;
      color:var(--muted);
      --bs-table-bg:transparent;
      --bs-table-color:var(--muted);
      --bs-table-border-color:rgba(255,255,255,.08);
    }
    .table thead th{
      color:#fff;
      background:linear-gradient(180deg,rgba(255,47,139,.16),rgba(23,20,33,.95));
      border-bottom:1px solid rgba(255,47,139,.22);
      padding:22px;
      font-size:16px;
    }
    .table tbody td,.table tbody th{
      padding:20px 22px;
      vertical-align:middle;
    }
    .table tbody th{color:#fff;font-weight:850}
    .recommended{
      position:relative;
      color:#fff!important;
    }
    .recommended:before{
      content:"推荐";
      display:inline-flex;
      margin-left:8px;
      padding:3px 8px;
      border-radius:999px;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      font-size:12px;
      font-weight:900;
    }
    .bubble-zone{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:center;
    }
    .limited-banner{
      border-radius:34px;
      padding:34px;
      border:1px solid rgba(255,47,139,.35);
      background:
        linear-gradient(135deg,rgba(255,47,139,.16),rgba(139,92,255,.12) 46%,rgba(36,230,255,.08)),
        repeating-linear-gradient(-35deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px);
      box-shadow:var(--shadow),0 0 42px rgba(255,47,139,.14);
    }
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#fff;
      font-weight:850;
      margin-bottom:14px;
    }
    .status-dot:before{
      content:"";
      width:10px;height:10px;border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 18px rgba(36,230,255,.8);
    }
    .limited-banner h2{font-size:clamp(26px,4vw,42px);font-weight:900;line-height:1.16;margin-bottom:12px}
    .limited-banner p{color:var(--muted);margin-bottom:24px}
    .bubble-list{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .bubble{
      width:fit-content;
      max-width:92%;
      padding:16px 18px;
      border-radius:22px 22px 22px 6px;
      background:rgba(23,20,33,.92);
      border:1px solid rgba(255,255,255,.1);
      color:var(--muted);
      box-shadow:0 14px 36px rgba(0,0,0,.28);
    }
    .bubble:nth-child(even){
      margin-left:auto;
      border-radius:22px 22px 6px 22px;
      border-color:rgba(255,47,139,.26);
      background:rgba(255,47,139,.08);
    }
    .bubble strong{display:block;color:#fff;margin-bottom:3px}
    .news-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:26px;
      margin-top:34px;
    }
    .news-list{
      border-radius:28px;
      background:rgba(18,17,26,.78);
      border:1px solid rgba(255,255,255,.1);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:92px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px 22px;
      border-bottom:1px solid rgba(255,255,255,.08);
      transition:var(--ease);
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:rgba(255,47,139,.08)}
    .news-date{
      color:#ffd2e5;
      font-weight:900;
      font-size:13px;
      border:1px solid rgba(255,47,139,.25);
      border-radius:14px;
      padding:9px;
      text-align:center;
      background:rgba(255,47,139,.08);
    }
    .news-item h3{
      font-size:18px;
      margin:0 0 4px;
      font-weight:850;
    }
    .news-item p{
      margin:0;
      color:var(--sub);
      font-size:14px;
    }
    .rank-panel{
      border-radius:28px;
      padding:24px;
      background:linear-gradient(180deg,rgba(31,23,43,.9),rgba(14,12,20,.9));
      border:1px solid rgba(255,47,139,.18);
      box-shadow:var(--shadow);
    }
    .rank-row{
      display:flex;
      justify-content:space-between;
      gap:14px;
      padding:14px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .rank-row:last-child{border-bottom:0}
    .rank-row b{
      color:#fff;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .rank-row b span{
      width:26px;height:26px;border-radius:10px;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(255,47,139,.14);
      color:#ffd2e5;
      font-size:13px;
    }
    .rank-row small{color:var(--cyan);font-weight:800;white-space:nowrap}
    .timeline{
      position:relative;
      margin-top:34px;
      padding-left:26px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:8px;top:6px;bottom:6px;
      width:2px;
      background:linear-gradient(var(--primary),var(--cyan),rgba(255,255,255,.05));
    }
    .timeline-node{
      position:relative;
      margin-bottom:18px;
      padding:20px 22px;
      border-radius:22px;
      background:rgba(18,17,26,.82);
      border:1px solid rgba(255,255,255,.1);
    }
    .timeline-node:before{
      content:"";
      position:absolute;
      left:-25px;top:25px;
      width:14px;height:14px;border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 18px rgba(255,47,139,.8);
    }
    .timeline-node h3{font-size:18px;margin:0 0 6px;font-weight:850}
    .timeline-node p{margin:0;color:var(--sub);font-size:15px}
    .form-shell{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:28px;
      align-items:stretch;
      margin-top:34px;
    }
    .form-note{
      padding:30px;
      border-radius:30px;
      background:
        linear-gradient(180deg,rgba(23,20,33,.9),rgba(12,11,18,.92)),
        radial-gradient(circle at 0 0,rgba(255,47,139,.16),transparent 36%);
      border:1px solid rgba(255,47,139,.2);
      box-shadow:var(--shadow);
    }
    .note-list{
      list-style:none;
      margin:22px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .note-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
    }
    .note-list li:before{
      content:"✓";
      flex:0 0 24px;
      height:24px;
      display:inline-flex;
      align-items:center;justify-content:center;
      border-radius:50%;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      font-size:13px;
      font-weight:900;
      margin-top:2px;
    }
    .lead-form{
      padding:30px;
      border-radius:30px;
      background:rgba(18,17,26,.82);
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow);
    }
    .form-label{color:#fff;font-weight:800;margin-bottom:8px}
    .form-control,.form-select{
      min-height:52px;
      color:#fff;
      background-color:rgba(7,7,11,.75);
      border:1px solid rgba(255,255,255,.12);
      border-radius:16px;
      box-shadow:none!important;
    }
    .form-control::placeholder{color:#6f687c}
    .form-control:focus,.form-select:focus{
      color:#fff;
      background-color:rgba(13,12,20,.96);
      border-color:rgba(255,47,139,.68);
      box-shadow:0 0 0 4px rgba(255,47,139,.13)!important;
    }
    textarea.form-control{min-height:132px}
    .form-check-input{
      background-color:rgba(7,7,11,.8);
      border-color:rgba(255,47,139,.4);
      box-shadow:none!important;
    }
    .form-check-input:checked{
      background-color:var(--primary);
      border-color:var(--primary);
    }
    .form-check-label{color:var(--muted);font-size:14px}
    .accordion{
      margin-top:34px;
      display:grid;
      gap:12px;
    }
    .accordion-item{
      color:var(--muted);
      background:rgba(18,17,26,.82);
      border:1px solid rgba(255,255,255,.1)!important;
      border-radius:20px!important;
      overflow:hidden;
    }
    .accordion-button{
      color:#fff;
      font-weight:850;
      background:rgba(18,17,26,.86);
      box-shadow:none!important;
      padding:20px 22px;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:linear-gradient(90deg,rgba(255,47,139,.16),rgba(23,20,33,.9));
      border-left:3px solid var(--primary);
    }
    .accordion-button:after{filter:invert(1)}
    .accordion-body{
      color:var(--muted);
      padding:18px 22px 22px;
      background:rgba(8,8,14,.45);
    }
    .bottom-cta{
      padding:46px;
      border-radius:34px;
      background:
        radial-gradient(circle at 18% 20%,rgba(255,47,139,.25),transparent 38%),
        linear-gradient(135deg,rgba(31,23,43,.96),rgba(10,9,16,.96));
      border:1px solid rgba(255,47,139,.25);
      box-shadow:var(--shadow);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .bottom-cta h2{font-size:clamp(26px,4vw,40px);font-weight:900;margin:0 0 8px}
    .bottom-cta p{color:var(--muted);margin:0;max-width:650px}
    .site-footer{
      padding:54px 0 30px;
      border-top:1px solid rgba(255,47,139,.22);
      background:linear-gradient(180deg,rgba(8,8,14,.62),rgba(5,5,8,.96));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:30px;
    }
    .footer-title{font-weight:900;font-size:18px;margin-bottom:12px}
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-brand .logo-mark{width:38px;height:38px;border-radius:14px}
    .footer-desc{color:var(--sub);max-width:520px;margin:0}
    .footer-links{
      list-style:none;
      padding:0;margin:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{color:var(--muted)}
    .footer-links a:hover{color:#fff;padding-left:4px}
    .copyright{
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#817b8e;
      font-size:14px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    @media (max-width:1199px){
      .content-grid{grid-template-columns:repeat(2,1fr)}
      .hero-points{grid-template-columns:repeat(3,1fr)}
      .story-wrap,.bubble-zone,.news-layout,.form-shell{grid-template-columns:1fr}
      .navbar-collapse{
        margin-top:14px;
        padding:18px;
        border-radius:22px;
        background:rgba(8,8,14,.96);
        border:1px solid rgba(255,255,255,.1);
        box-shadow:var(--shadow);
      }
      .navbar-nav{align-items:stretch}
      .nav-cta{width:100%;margin-top:10px}
      .nav-cta .btn-neon{width:100%}
    }
    @media (max-width:767px){
      :root{--nav-h:70px}
      .section-pad{padding:66px 0}
      .hero{min-height:auto;padding:48px 0 64px}
      .hero-stage{padding:22px;border-radius:26px}
      .hero-lead{font-size:16px}
      .hero-actions{flex-direction:column;align-items:stretch}
      .hero-actions .btn-neon,.hero-actions .btn-ghost{width:100%}
      .hero-points,.assurance-row,.content-grid{grid-template-columns:1fr}
      .point-card{min-height:auto}
      .table-responsive{border-radius:24px}
      .news-item{grid-template-columns:1fr;gap:10px}
      .news-date{width:max-content}
      .bottom-cta{padding:28px;align-items:stretch;flex-direction:column}
      .bottom-cta .btn-neon{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .logo-text strong{font-size:15px}
      .logo-text span{display:none}
      .story-panel,.lead-form,.form-note{padding:24px}
    }
    @media (max-width:520px){
      .container{padding-left:18px;padding-right:18px}
      .group-strip{gap:8px}
      .group-pill{font-size:12px}
      .poster-card{min-height:auto}
      .step-item{grid-template-columns:1fr}
      .step-num{width:48px;height:48px}
      .limited-banner{padding:26px}
    }

/* roulang page: category2 */
:root{
      --bg:#07070B;
      --bg-2:#0B0811;
      --panel:#12111A;
      --panel-2:#171421;
      --panel-3:#20162b;
      --text:#FFFFFF;
      --muted:#D6D3DD;
      --sub:#9B96AA;
      --line:#272333;
      --primary:#FF2F8B;
      --primary-2:#C63BFF;
      --violet:#8B5CFF;
      --orange:#FF8A3D;
      --cyan:#24E6FF;
      --danger-soft:#ff6d62;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 18px 60px rgba(0,0,0,.45);
      --glow:0 0 32px rgba(255,47,139,.25);
      --container:1200px;
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      background:
        radial-gradient(circle at 15% 8%, rgba(255,47,139,.22), transparent 34%),
        radial-gradient(circle at 84% 18%, rgba(139,92,255,.22), transparent 32%),
        radial-gradient(circle at 50% 80%, rgba(36,230,255,.08), transparent 34%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 46%,#07070B);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size:56px 56px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), transparent 78%);
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:-20%;
      pointer-events:none;
      background:
        linear-gradient(115deg, transparent 0 38%, rgba(255,47,139,.10) 39%, transparent 42% 68%, rgba(36,230,255,.07) 69%, transparent 72%),
        repeating-linear-gradient(180deg, rgba(255,255,255,.018) 0 1px, transparent 1px 8px);
      opacity:.65;
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font-family:inherit}
    ::selection{background:rgba(255,47,139,.38);color:#fff}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(8,8,14,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,47,139,.18);
      box-shadow:0 14px 46px rgba(0,0,0,.35);
    }
    .navbar{min-height:82px;padding:12px 0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff!important;
      min-width:250px;
    }
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      position:relative;
      display:inline-flex;
      flex:0 0 auto;
      background:
        linear-gradient(135deg, rgba(255,47,139,.96), rgba(198,59,255,.78)),
        radial-gradient(circle at 70% 20%, rgba(36,230,255,.75), transparent 35%);
      box-shadow:0 0 26px rgba(255,47,139,.38);
      border:1px solid rgba(255,255,255,.18);
    }
    .logo-mark:before{
      content:"";
      position:absolute;
      inset:9px;
      border:2px solid rgba(255,255,255,.72);
      border-left-style:dashed;
      border-right-style:dashed;
      border-radius:7px;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      right:-4px;
      top:12px;
      width:10px;
      height:18px;
      border-radius:3px;
      background:rgba(36,230,255,.92);
      box-shadow:0 0 16px rgba(36,230,255,.65);
    }
    .logo-text{display:flex;flex-direction:column;line-height:1.18}
    .logo-text strong{font-size:18px;font-weight:900;letter-spacing:.2px}
    .logo-text span{font-size:12px;color:var(--sub);margin-top:3px}
    .navbar-nav{gap:8px;align-items:center}
    .nav-link{
      color:var(--muted)!important;
      font-weight:700;
      font-size:15px;
      padding:10px 16px!important;
      border-radius:999px;
      border:1px solid transparent;
      position:relative;
    }
    .nav-link:hover{
      color:#fff!important;
      background:rgba(255,47,139,.10);
      border-color:rgba(255,47,139,.25);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg, rgba(255,47,139,.22), rgba(139,92,255,.18));
      border-color:rgba(255,47,139,.42);
      box-shadow:inset 0 -2px 0 rgba(255,47,139,.75), 0 0 18px rgba(255,47,139,.18);
    }
    .navbar-toggler{
      border:1px solid rgba(255,47,139,.35);
      border-radius:14px;
      padding:9px 11px;
      box-shadow:none!important;
      background:rgba(255,47,139,.08);
    }
    .navbar-toggler-icon{
      filter:invert(1) brightness(1.7);
      opacity:.88;
    }
    .btn-neon,.btn-ghost,.btn-small{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      font-weight:800;
      white-space:nowrap;
      border:1px solid transparent;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
    }
    .btn-neon{
      min-height:48px;
      padding:13px 24px;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2) 58%,var(--violet));
      box-shadow:0 12px 34px rgba(255,47,139,.28), inset 0 1px 0 rgba(255,255,255,.22);
    }
    .btn-neon:hover,.btn-neon:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 46px rgba(255,47,139,.38), 0 0 0 4px rgba(255,47,139,.12);
    }
    .btn-ghost{
      min-height:48px;
      padding:12px 22px;
      color:#fff;
      background:rgba(18,17,26,.78);
      border-color:rgba(255,47,139,.35);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      background:rgba(255,47,139,.12);
      border-color:rgba(255,47,139,.65);
      transform:translateY(-2px);
      box-shadow:0 0 28px rgba(255,47,139,.16);
    }
    .btn-small{
      min-height:38px;
      padding:8px 15px;
      font-size:14px;
      color:#fff;
      background:rgba(255,255,255,.04);
      border-color:rgba(255,47,139,.32);
    }
    .btn-small:hover{
      color:#fff;
      background:rgba(255,47,139,.12);
      border-color:rgba(255,47,139,.62);
      transform:translateY(-2px);
    }
    main{position:relative}
    section{padding:88px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#fff;
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(255,47,139,.34);
      background:rgba(255,47,139,.10);
      border-radius:999px;
      padding:7px 12px;
      margin-bottom:14px;
    }
    .section-kicker:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 14px rgba(36,230,255,.7);
    }
    .section-title{
      font-size:clamp(28px,4vw,46px);
      line-height:1.16;
      font-weight:900;
      margin:0 0 14px;
      letter-spacing:-.6px;
    }
    .section-desc{
      color:var(--muted);
      font-size:17px;
      max-width:790px;
      margin:0;
    }
    .guide-hero{
      min-height:620px;
      display:flex;
      align-items:center;
      padding:92px 0 70px;
      position:relative;
      overflow:hidden;
    }
    .guide-hero:before{
      content:"";
      position:absolute;
      inset:48px 0 auto;
      height:250px;
      background:
        radial-gradient(circle at 20% 35%, rgba(255,47,139,.22), transparent 38%),
        radial-gradient(circle at 72% 10%, rgba(36,230,255,.11), transparent 30%);
      filter:blur(4px);
      pointer-events:none;
    }
    .notice-strip{
      position:relative;
      border:1px solid rgba(255,47,139,.28);
      background:linear-gradient(135deg, rgba(18,17,26,.92), rgba(32,22,43,.76));
      border-radius:var(--radius-lg);
      padding:18px;
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
    }
    .notice-strip:after{
      content:"";
      position:absolute;
      left:-18%;
      top:0;
      width:45%;
      height:100%;
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
      transform:skewX(-18deg);
      animation:sweep 5.5s ease-in-out infinite;
      pointer-events:none;
    }
    @keyframes sweep{
      0%,35%{left:-55%}
      70%,100%{left:115%}
    }
    .notice-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1.1fr) 360px;
      gap:22px;
      align-items:stretch;
    }
    .hero-copy{
      padding:28px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .hero-badge{
      display:inline-flex;
      width:max-content;
      gap:8px;
      align-items:center;
      color:#fff;
      border-radius:999px;
      padding:8px 14px;
      background:rgba(36,230,255,.08);
      border:1px solid rgba(36,230,255,.28);
      font-size:14px;
      font-weight:800;
      margin-bottom:18px;
    }
    .hero-badge span{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--primary);
      box-shadow:0 0 15px rgba(255,47,139,.85);
    }
    h1{
      font-size:clamp(34px,5.2vw,62px);
      line-height:1.08;
      font-weight:900;
      letter-spacing:-1px;
      margin:0 0 18px;
    }
    .gradient-text{
      background:linear-gradient(135deg,#fff 5%,#ffd2e5 36%,#ff4fa0 62%,#9c78ff);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-lead{
      color:var(--muted);
      font-size:18px;
      max-width:760px;
      margin:0 0 26px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap}
    .status-card{
      border-radius:24px;
      background:
        linear-gradient(180deg, rgba(255,47,139,.16), transparent 52%),
        rgba(7,7,11,.72);
      border:1px solid rgba(255,255,255,.10);
      padding:22px;
      position:relative;
      overflow:hidden;
    }
    .coupon-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      padding-bottom:18px;
      border-bottom:1px dashed rgba(255,255,255,.18);
      margin-bottom:18px;
    }
    .coupon-label{font-size:13px;color:var(--sub);font-weight:700}
    .coupon-title{font-size:25px;font-weight:900;margin-top:4px}
    .open-badge{
      color:#081014;
      background:linear-gradient(135deg,var(--cyan),#b9f9ff);
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:900;
      box-shadow:0 0 20px rgba(36,230,255,.28);
    }
    .status-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
    .status-list li{
      display:flex;
      justify-content:space-between;
      gap:14px;
      padding:12px 13px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:14px;
    }
    .status-list strong{color:#fff}
    .filter-bar{
      display:flex;
      gap:10px;
      align-items:center;
      overflow-x:auto;
      padding:14px;
      border:1px solid rgba(255,47,139,.22);
      background:rgba(18,17,26,.68);
      border-radius:999px;
      box-shadow:0 16px 46px rgba(0,0,0,.28);
      scrollbar-width:none;
      margin-top:28px;
    }
    .filter-bar::-webkit-scrollbar{display:none}
    .filter-pill{
      flex:0 0 auto;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      color:var(--muted);
      padding:8px 13px;
      border-radius:999px;
      font-weight:800;
      font-size:13px;
    }
    .filter-pill.is-active{
      color:#fff;
      border-color:rgba(255,47,139,.55);
      background:rgba(255,47,139,.16);
      box-shadow:0 0 18px rgba(255,47,139,.15);
    }
    .timeline-section{padding-top:58px}
    .timeline-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:28px;
      margin-top:34px;
      align-items:start;
    }
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:24px;
      top:14px;
      bottom:14px;
      width:2px;
      background:linear-gradient(180deg,var(--primary),var(--cyan),rgba(255,47,139,.12));
      box-shadow:0 0 18px rgba(255,47,139,.28);
    }
    .update-card{
      position:relative;
      margin-left:58px;
      padding:22px;
      border-radius:var(--radius);
      background:linear-gradient(135deg, rgba(18,17,26,.96), rgba(23,20,33,.82));
      border:1px solid rgba(255,47,139,.20);
      box-shadow:0 18px 48px rgba(0,0,0,.30);
      overflow:hidden;
      transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
    }
    .update-card:before{
      content:"";
      position:absolute;
      left:-38px;
      top:26px;
      width:14px;
      height:14px;
      border-radius:50%;
      background:var(--primary);
      border:3px solid #170c17;
      box-shadow:0 0 0 5px rgba(255,47,139,.12),0 0 22px rgba(255,47,139,.75);
      z-index:2;
    }
    .update-card:after{
      content:"";
      position:absolute;
      inset:0 auto 0 0;
      width:4px;
      background:linear-gradient(180deg,var(--primary),var(--primary-2),transparent);
      opacity:.9;
    }
    .update-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,47,139,.48);
      box-shadow:0 24px 70px rgba(0,0,0,.42),0 0 34px rgba(255,47,139,.16);
    }
    .update-meta{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:9px;
      margin-bottom:10px;
      color:var(--sub);
      font-size:13px;
      font-weight:800;
    }
    .update-no{
      color:#071015;
      background:linear-gradient(135deg,var(--cyan),#d8fcff);
      padding:4px 9px;
      border-radius:999px;
      font-weight:900;
    }
    .update-title{
      font-size:22px;
      font-weight:900;
      line-height:1.28;
      margin:0 0 10px;
    }
    .update-text{
      margin:0 0 16px;
      color:var(--muted);
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
    .tag{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:5px 10px;
      font-size:12px;
      font-weight:800;
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.05);
    }
    .tag.pink{background:rgba(255,47,139,.14);border-color:rgba(255,47,139,.32)}
    .tag.orange{background:rgba(255,138,61,.13);border-color:rgba(255,138,61,.32)}
    .tag.cyan{background:rgba(36,230,255,.10);border-color:rgba(36,230,255,.30)}
    .side-panel{
      position:sticky;
      top:104px;
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 10% 0, rgba(255,47,139,.16), transparent 38%),
        linear-gradient(180deg, rgba(23,20,33,.95), rgba(18,17,26,.86));
      border:1px solid rgba(255,47,139,.25);
      box-shadow:var(--shadow);
      padding:22px;
    }
    .side-panel h2{
      font-size:24px;
      line-height:1.25;
      font-weight:900;
      margin:0 0 10px;
    }
    .side-panel p{color:var(--muted);margin:0 0 18px}
    .entry-matrix{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }
    .entry-card{
      border-radius:18px;
      padding:15px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.10);
      transition:transform .22s ease,border-color .22s ease,background .22s ease;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(255,47,139,.42);
      background:rgba(255,47,139,.08);
    }
    .entry-card strong{
      display:block;
      font-size:16px;
      margin-bottom:4px;
    }
    .entry-card span{
      color:var(--sub);
      font-size:13px;
    }
    .steps-strip{
      padding-top:48px;
    }
    .step-box{
      height:100%;
      padding:22px;
      border-radius:var(--radius);
      background:rgba(18,17,26,.74);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:0 15px 45px rgba(0,0,0,.25);
      position:relative;
      overflow:hidden;
    }
    .step-box:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:3px;
      background:linear-gradient(90deg,var(--primary),var(--cyan));
    }
    .step-num{
      width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,rgba(255,47,139,.95),rgba(139,92,255,.78));
      box-shadow:0 0 24px rgba(255,47,139,.25);
      margin-bottom:14px;
    }
    .step-box h3{
      font-size:19px;
      font-weight:900;
      margin:0 0 8px;
    }
    .step-box p{
      color:var(--muted);
      margin:0;
      font-size:15px;
    }
    .limited{
      padding:0;
    }
    .limited-banner{
      border-radius:var(--radius-lg);
      padding:34px;
      background:
        linear-gradient(120deg, rgba(255,47,139,.22), rgba(139,92,255,.12) 45%, rgba(36,230,255,.10)),
        repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px),
        rgba(18,17,26,.92);
      border:1px solid rgba(255,47,139,.35);
      box-shadow:var(--shadow),0 0 46px rgba(255,47,139,.16);
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:24px;
      align-items:center;
      overflow:hidden;
      position:relative;
    }
    .limited-banner:before{
      content:"";
      position:absolute;
      width:200px;
      height:200px;
      border-radius:50%;
      right:-60px;
      top:-80px;
      background:rgba(255,47,139,.22);
      filter:blur(10px);
    }
    .limited-banner h2{
      font-size:clamp(26px,3.2vw,40px);
      font-weight:900;
      margin:0 0 10px;
    }
    .limited-banner p{
      color:var(--muted);
      margin:0;
      max-width:760px;
    }
    .banner-actions{
      position:relative;
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .consult-section{
      padding-bottom:92px;
    }
    .consult-card{
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 88% 10%, rgba(36,230,255,.12), transparent 30%),
        linear-gradient(135deg, rgba(23,20,33,.96), rgba(18,17,26,.92));
      border:1px solid rgba(255,47,139,.25);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .consult-info{
      padding:34px;
      height:100%;
      background:linear-gradient(180deg, rgba(255,47,139,.12), rgba(255,47,139,.02));
      border-right:1px solid rgba(255,255,255,.08);
    }
    .consult-info h2{
      font-size:clamp(26px,3.2vw,40px);
      font-weight:900;
      margin:0 0 14px;
    }
    .consult-info p{color:var(--muted);margin:0 0 18px}
    .mini-list{
      list-style:none;
      margin:22px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .mini-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .mini-list li:before{
      content:"";
      width:9px;
      height:9px;
      margin-top:9px;
      border-radius:50%;
      flex:0 0 auto;
      background:var(--primary);
      box-shadow:0 0 14px rgba(255,47,139,.7);
    }
    .consult-form{
      padding:34px;
    }
    .form-label{
      color:#fff;
      font-weight:800;
      margin-bottom:8px;
    }
    .form-control,.form-select{
      min-height:50px;
      color:#fff;
      background:rgba(7,7,11,.72);
      border:1px solid rgba(255,255,255,.12);
      border-radius:16px;
      padding:12px 14px;
      box-shadow:none!important;
    }
    .form-control::placeholder{color:rgba(214,211,221,.42)}
    .form-control:focus,.form-select:focus{
      color:#fff;
      background:rgba(7,7,11,.88);
      border-color:rgba(255,47,139,.72);
      box-shadow:0 0 0 4px rgba(255,47,139,.13)!important;
    }
    .form-select option{background:#111019;color:#fff}
    textarea.form-control{min-height:126px;resize:vertical}
    .form-check-input{
      background-color:rgba(7,7,11,.72);
      border-color:rgba(255,47,139,.45);
      box-shadow:none!important;
    }
    .form-check-input:checked{
      background-color:var(--primary);
      border-color:var(--primary);
    }
    .form-check-label{color:var(--muted);font-size:14px}
    .form-note{color:var(--sub);font-size:13px;margin-top:12px}
    .faq-section{
      padding-top:0;
    }
    .accordion{
      display:grid;
      gap:12px;
      margin-top:28px;
    }
    .accordion-item{
      color:#fff;
      background:rgba(18,17,26,.78);
      border:1px solid rgba(255,47,139,.18)!important;
      border-radius:18px!important;
      overflow:hidden;
      box-shadow:0 12px 38px rgba(0,0,0,.20);
    }
    .accordion-button{
      color:#fff;
      font-weight:900;
      background:rgba(255,255,255,.025);
      box-shadow:none!important;
      padding:18px 20px;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:linear-gradient(90deg, rgba(255,47,139,.18), rgba(139,92,255,.08));
      border-left:4px solid var(--primary);
    }
    .accordion-button:after{filter:invert(1);opacity:.8}
    .accordion-body{
      color:var(--muted);
      padding:18px 22px 22px;
      border-top:1px solid rgba(255,255,255,.08);
      background:rgba(7,7,11,.24);
    }
    .site-footer{
      background:linear-gradient(180deg,rgba(7,7,11,.86),#050507);
      border-top:1px solid rgba(255,47,139,.30);
      padding:52px 0 28px;
      position:relative;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      top:-1px;
      left:0;
      right:0;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--primary),var(--cyan),transparent);
      opacity:.9;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .7fr .7fr;
      gap:34px;
      margin-bottom:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-desc{
      color:var(--muted);
      max-width:560px;
      margin:0;
    }
    .footer-title{
      font-size:16px;
      font-weight:900;
      margin:0 0 14px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--sub);
      font-weight:700;
    }
    .footer-links a:hover{
      color:#fff;
      text-shadow:0 0 16px rgba(255,47,139,.45);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:var(--sub);
      font-size:13px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    @media (max-width:1199.98px){
      .navbar-collapse{
        margin-top:14px;
        padding:16px;
        border-radius:22px;
        background:rgba(18,17,26,.96);
        border:1px solid rgba(255,47,139,.22);
      }
      .navbar-nav{align-items:stretch}
      .nav-cta{margin-top:12px}
      .nav-cta .btn-neon{width:100%}
      .notice-inner,.timeline-layout{grid-template-columns:1fr}
      .side-panel{position:relative;top:auto}
      .entry-matrix{grid-template-columns:repeat(2,1fr)}
      .limited-banner{grid-template-columns:1fr}
      .banner-actions{justify-content:flex-start}
    }
    @media (max-width:767.98px){
      section{padding:62px 0}
      .guide-hero{min-height:auto;padding:58px 0 38px}
      .notice-strip{padding:10px;border-radius:24px}
      .hero-copy,.status-card,.consult-info,.consult-form{padding:22px}
      .hero-actions .btn-neon,.hero-actions .btn-ghost,.banner-actions .btn-neon,.banner-actions .btn-ghost{width:100%}
      .filter-bar{border-radius:18px}
      .timeline:before{display:none}
      .update-card{margin-left:0}
      .update-card:before{position:static;display:block;margin-bottom:12px}
      .entry-matrix{grid-template-columns:1fr}
      .limited-banner{padding:24px}
      .footer-grid{grid-template-columns:1fr;gap:26px}
      .copyright{flex-direction:column}
      .logo-text strong{font-size:16px}
      .logo-text span{display:none}
      .navbar-brand{min-width:auto}
    }
    @media (max-width:520px){
      .container{padding-left:18px;padding-right:18px}
      h1{font-size:32px}
      .section-title{font-size:28px}
      .hero-lead,.section-desc{font-size:16px}
      .coupon-title{font-size:21px}
      .status-list li{flex-direction:column;gap:3px}
      .update-title{font-size:20px}
    }

/* roulang page: category1 */
:root {
      --bg: #07070b;
      --bg-2: #0b0811;
      --panel: #12111a;
      --panel-2: #171421;
      --panel-3: rgba(23, 20, 33, .78);
      --text: #ffffff;
      --text-soft: #d6d3dd;
      --muted: #9b96aa;
      --line: #272333;
      --pink: #ff2f8b;
      --purple: #c63bff;
      --violet: #8b5cff;
      --orange: #ff8a3d;
      --cyan: #24e6ff;
      --danger-soft: #ff765d;
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --shadow: 0 22px 70px rgba(0, 0, 0, .48);
      --glow: 0 0 34px rgba(255, 47, 139, .25);
      --container: 1220px;
      --ease: all .25s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      background:
        radial-gradient(circle at 18% 8%, rgba(255, 47, 139, .18), transparent 32%),
        radial-gradient(circle at 84% 18%, rgba(139, 92, 255, .18), transparent 30%),
        linear-gradient(180deg, #07070b 0%, #0b0811 46%, #07070b 100%);
      color: var(--text);
      line-height: 1.75;
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -2;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 72%);
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      background:
        repeating-linear-gradient(105deg, transparent 0 18px, rgba(255, 47, 139, .045) 19px 20px, transparent 21px 44px);
      opacity: .55;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    a:hover {
      color: var(--text);
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    button, input, textarea, select {
      font: inherit;
    }

    .container {
      max-width: var(--container);
      padding-left: 20px;
      padding-right: 20px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(8, 8, 14, .88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(255, 47, 139, .18);
      box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
    }

    .navbar {
      min-height: 86px;
      padding: 14px 0;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--text);
      margin-right: 22px;
      min-width: 280px;
    }

    .navbar-brand:hover {
      color: var(--text);
      transform: translateY(-1px);
    }

    .logo-mark {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      border-radius: 15px;
      position: relative;
      background:
        linear-gradient(135deg, rgba(255, 47, 139, .95), rgba(139, 92, 255, .9)),
        radial-gradient(circle at 75% 22%, rgba(36, 230, 255, .75), transparent 35%);
      box-shadow: 0 0 28px rgba(255, 47, 139, .38);
      overflow: hidden;
    }

    .logo-mark::before,
    .logo-mark::after {
      content: "";
      position: absolute;
      inset: 10px 8px;
      border: 2px solid rgba(255, 255, 255, .72);
      border-left-style: dashed;
      border-right-style: dashed;
      border-radius: 8px;
    }

    .logo-mark::after {
      inset: 18px 14px;
      border: 0;
      background: rgba(255, 255, 255, .86);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      opacity: .85;
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      gap: 1px;
      line-height: 1.18;
    }

    .logo-text strong {
      font-size: 17px;
      font-weight: 900;
      letter-spacing: .2px;
      white-space: nowrap;
    }

    .logo-text span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 500;
    }

    .navbar-nav {
      align-items: center;
      gap: 8px;
    }

    .navbar .nav-link {
      color: var(--text-soft);
      font-weight: 700;
      font-size: 15px;
      padding: 10px 15px !important;
      border-radius: 999px;
      position: relative;
    }

    .navbar .nav-link:hover {
      color: #fff;
      background: rgba(255, 47, 139, .09);
    }

    .navbar .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(255, 47, 139, .22), rgba(139, 92, 255, .16));
      box-shadow: inset 0 0 0 1px rgba(255, 47, 139, .35);
    }

    .navbar .nav-link.active::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 5px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--pink), var(--cyan));
      box-shadow: 0 0 14px rgba(255, 47, 139, .8);
    }

    .btn-neon,
    .btn-outline-neon,
    .btn-small-neon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      font-weight: 800;
      letter-spacing: .2px;
      transition: var(--ease);
      border: 0;
      cursor: pointer;
      white-space: nowrap;
    }

    .btn-neon {
      min-height: 48px;
      padding: 12px 22px;
      color: #fff;
      background: linear-gradient(135deg, var(--pink), var(--purple) 52%, var(--violet));
      box-shadow: 0 12px 30px rgba(255, 47, 139, .28), inset 0 1px 0 rgba(255,255,255,.24);
    }

    .btn-neon:hover,
    .btn-neon:focus {
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 18px 46px rgba(255, 47, 139, .38), 0 0 0 4px rgba(255, 47, 139, .12);
    }

    .btn-outline-neon {
      min-height: 48px;
      padding: 11px 21px;
      color: #fff;
      background: rgba(18, 17, 26, .74);
      border: 1px solid rgba(255, 47, 139, .42);
      box-shadow: inset 0 0 0 1px rgba(139, 92, 255, .12);
    }

    .btn-outline-neon:hover,
    .btn-outline-neon:focus {
      color: #fff;
      background: rgba(255, 47, 139, .13);
      border-color: rgba(36, 230, 255, .48);
      transform: translateY(-3px);
      box-shadow: 0 0 28px rgba(36, 230, 255, .14);
    }

    .btn-small-neon {
      min-height: 38px;
      padding: 8px 14px;
      color: var(--text);
      background: rgba(255, 47, 139, .08);
      border: 1px solid rgba(255, 47, 139, .32);
      font-size: 13px;
    }

    .btn-small-neon:hover {
      background: rgba(255, 47, 139, .18);
      border-color: rgba(36, 230, 255, .48);
      transform: translateY(-2px);
    }

    .navbar-toggler {
      border: 1px solid rgba(255, 47, 139, .35);
      border-radius: 14px;
      padding: 9px 11px;
      box-shadow: none !important;
    }

    .navbar-toggler-icon {
      filter: invert(1) brightness(1.8);
      opacity: .9;
    }

    .page-hero {
      position: relative;
      padding: 96px 0 52px;
      overflow: hidden;
    }

    .page-hero::before {
      content: "";
      position: absolute;
      inset: 24px 0 auto;
      height: 410px;
      background:
        radial-gradient(circle at 20% 48%, rgba(255, 47, 139, .24), transparent 28%),
        radial-gradient(circle at 76% 38%, rgba(36, 230, 255, .12), transparent 28%);
      filter: blur(2px);
      pointer-events: none;
    }

    .hero-panel {
      position: relative;
      border-radius: 34px;
      background:
        linear-gradient(135deg, rgba(18, 17, 26, .94), rgba(11, 8, 17, .92)),
        linear-gradient(90deg, rgba(255, 47, 139, .18), rgba(139, 92, 255, .08));
      border: 1px solid rgba(255, 47, 139, .25);
      box-shadow: var(--shadow), var(--glow);
      padding: 38px;
      overflow: hidden;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      right: -80px;
      top: -70px;
      width: 310px;
      height: 310px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(198, 59, 255, .22), transparent 65%);
      pointer-events: none;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 13px;
      border-radius: 999px;
      color: #fff;
      background: rgba(255, 47, 139, .13);
      border: 1px solid rgba(255, 47, 139, .32);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 18px;
    }

    .eyebrow .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--cyan);
      box-shadow: 0 0 16px rgba(36, 230, 255, .9);
    }

    h1 {
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: -.8px;
      margin: 0 0 18px;
    }

    .hero-summary {
      max-width: 760px;
      color: var(--text-soft);
      font-size: 18px;
      margin: 0 0 26px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      margin-bottom: 30px;
    }

    .burst-badge {
      position: absolute;
      right: 38px;
      top: 36px;
      width: 116px;
      height: 116px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.35;
      background: conic-gradient(from 12deg, var(--pink), var(--orange), var(--purple), var(--pink));
      box-shadow: 0 0 38px rgba(255, 47, 139, .38);
      transform: rotate(8deg);
    }

    .burst-badge::before {
      content: "";
      position: absolute;
      inset: 9px;
      border-radius: inherit;
      background: rgba(7, 7, 11, .78);
      z-index: -1;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 810px;
    }

    .metric-card {
      border-radius: 18px;
      background: rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.09);
      padding: 15px;
      min-height: 94px;
    }

    .metric-card strong {
      display: block;
      font-size: 24px;
      line-height: 1;
      color: #fff;
      margin-bottom: 8px;
    }

    .metric-card span {
      color: var(--muted);
      font-size: 13px;
    }

    .section {
      padding: 54px 0;
      position: relative;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: end;
      gap: 18px;
      margin-bottom: 24px;
    }

    .section-kicker {
      color: var(--cyan);
      font-weight: 900;
      font-size: 13px;
      letter-spacing: .8px;
      margin-bottom: 8px;
    }

    .section-title {
      font-size: clamp(26px, 3.5vw, 40px);
      line-height: 1.2;
      margin: 0;
      font-weight: 900;
      letter-spacing: -.4px;
    }

    .section-desc {
      color: var(--muted);
      margin: 8px 0 0;
      max-width: 720px;
    }

    .filter-wrap {
      position: sticky;
      top: 86px;
      z-index: 30;
      padding: 14px 0;
      background: linear-gradient(180deg, rgba(7,7,11,.96), rgba(7,7,11,.78));
      backdrop-filter: blur(14px);
      border-top: 1px solid rgba(255,255,255,.04);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .filter-row {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 2px;
      scrollbar-width: none;
    }

    .filter-row::-webkit-scrollbar {
      display: none;
    }

    .filter-pill {
      flex: 0 0 auto;
      border-radius: 999px;
      padding: 9px 14px;
      background: rgba(18, 17, 26, .86);
      border: 1px solid rgba(255,255,255,.1);
      color: var(--text-soft);
      font-size: 14px;
      font-weight: 800;
    }

    .filter-pill.is-active,
    .filter-pill:hover {
      color: #fff;
      border-color: rgba(255, 47, 139, .55);
      background: rgba(255, 47, 139, .13);
      box-shadow: 0 0 22px rgba(255, 47, 139, .14);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 8fr) minmax(290px, 4fr);
      gap: 24px;
      align-items: start;
    }

    .poster-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .poster-card,
    .side-card,
    .process-card,
    .cta-band,
    .consult-panel,
    .faq-card {
      background: linear-gradient(145deg, rgba(23, 20, 33, .9), rgba(18, 17, 26, .92));
      border: 1px solid rgba(255, 47, 139, .18);
      border-radius: var(--radius-lg);
      box-shadow: 0 18px 58px rgba(0,0,0,.34);
    }

    .poster-card {
      overflow: hidden;
      transition: var(--ease);
      position: relative;
    }

    .poster-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255, 47, 139, .48);
      box-shadow: 0 22px 70px rgba(0,0,0,.46), 0 0 34px rgba(255,47,139,.16);
    }

    .poster-cover {
      height: 190px;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(145deg, rgba(255,47,139,.9), rgba(139,92,255,.62) 46%, rgba(36,230,255,.18)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 10px, transparent 10px 22px);
    }

    .poster-cover.alt-a {
      background:
        radial-gradient(circle at 28% 26%, rgba(255,138,61,.85), transparent 28%),
        linear-gradient(145deg, rgba(198,59,255,.72), rgba(18,17,26,.96));
    }

    .poster-cover.alt-b {
      background:
        radial-gradient(circle at 72% 32%, rgba(36,230,255,.65), transparent 24%),
        linear-gradient(145deg, rgba(255,47,139,.72), rgba(11,8,17,.96));
    }

    .poster-cover.alt-c {
      background:
        radial-gradient(circle at 35% 70%, rgba(139,92,255,.86), transparent 30%),
        linear-gradient(145deg, rgba(255,138,61,.58), rgba(18,17,26,.96));
    }

    .poster-cover::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(120deg, transparent 0 38%, rgba(255,255,255,.22) 43%, transparent 48% 100%),
        linear-gradient(180deg, transparent, rgba(7,7,11,.78));
      transform: translateX(-55%);
      transition: transform .45s ease;
    }

    .poster-card:hover .poster-cover::before {
      transform: translateX(55%);
    }

    .poster-no {
      position: absolute;
      left: 16px;
      top: 15px;
      width: 52px;
      height: 52px;
      border-radius: 17px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 900;
      background: rgba(7, 7, 11, .7);
      border: 1px solid rgba(255,255,255,.18);
      backdrop-filter: blur(10px);
    }

    .poster-label {
      position: absolute;
      right: 14px;
      bottom: 14px;
      padding: 7px 10px;
      border-radius: 999px;
      color: #fff;
      font-weight: 800;
      font-size: 12px;
      background: rgba(255, 47, 139, .72);
      box-shadow: 0 0 24px rgba(255,47,139,.28);
    }

    .poster-body {
      padding: 20px;
    }

    .poster-title {
      font-size: 20px;
      line-height: 1.35;
      font-weight: 900;
      margin: 0 0 9px;
      transition: var(--ease);
    }

    .poster-card:hover .poster-title {
      color: #ff8fd0;
    }

    .poster-text {
      color: var(--muted);
      font-size: 15px;
      margin: 0 0 15px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 16px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 5px 9px;
      font-size: 12px;
      font-weight: 800;
      color: var(--text-soft);
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.08);
    }

    .tag.hot {
      color: #fff;
      background: rgba(255,47,139,.14);
      border-color: rgba(255,47,139,.35);
    }

    .tag.cyan {
      color: #dffcff;
      background: rgba(36,230,255,.1);
      border-color: rgba(36,230,255,.28);
    }

    .side-stack {
      display: grid;
      gap: 16px;
      position: sticky;
      top: 160px;
    }

    .side-card {
      padding: 22px;
      overflow: hidden;
      position: relative;
    }

    .side-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 20px;
      bottom: 20px;
      width: 3px;
      border-radius: 999px;
      background: linear-gradient(var(--pink), var(--cyan));
    }

    .side-card h3 {
      font-size: 20px;
      font-weight: 900;
      margin: 0 0 10px;
    }

    .side-card p {
      color: var(--muted);
      margin: 0 0 14px;
      font-size: 15px;
    }

    .info-list {
      display: grid;
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .info-list li {
      display: flex;
      gap: 10px;
      color: var(--text-soft);
      font-size: 14px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .info-list li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .check-dot {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      flex: 0 0 18px;
      margin-top: 4px;
      background: radial-gradient(circle, var(--cyan) 0 33%, rgba(36,230,255,.14) 36% 100%);
      box-shadow: 0 0 18px rgba(36,230,255,.25);
    }

    .process-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr 1fr;
      gap: 18px;
    }

    .process-card {
      padding: 24px;
      transition: var(--ease);
      position: relative;
      overflow: hidden;
    }

    .process-card:hover {
      transform: translateY(-4px);
      border-color: rgba(36,230,255,.34);
    }

    .process-card::after {
      content: "";
      position: absolute;
      right: -45px;
      bottom: -55px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,47,139,.16), transparent 68%);
    }

    .process-num {
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      color: #fff;
      font-weight: 900;
      background: linear-gradient(135deg, rgba(255,47,139,.9), rgba(139,92,255,.85));
      box-shadow: 0 0 24px rgba(255,47,139,.22);
      margin-bottom: 16px;
    }

    .process-card h3 {
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 9px;
    }

    .process-card p {
      color: var(--muted);
      margin: 0;
      font-size: 15px;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      padding: 30px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 20px;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(255,47,139,.18), rgba(139,92,255,.12)),
        linear-gradient(145deg, rgba(23,20,33,.94), rgba(7,7,11,.96));
    }

    .cta-band::before {
      content: "";
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(110deg, transparent 0 22px, rgba(36,230,255,.06) 23px 24px);
      pointer-events: none;
    }

    .cta-band > * {
      position: relative;
      z-index: 1;
    }

    .status-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-bottom: 12px;
    }

    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 11px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 900;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.1);
      color: var(--text-soft);
    }

    .status-badge.pink {
      color: #fff;
      border-color: rgba(255,47,139,.34);
      background: rgba(255,47,139,.12);
    }

    .status-badge.orange {
      color: #ffe6d4;
      border-color: rgba(255,138,61,.32);
      background: rgba(255,138,61,.11);
    }

    .cta-band h2 {
      font-size: clamp(24px, 3vw, 36px);
      font-weight: 900;
      margin: 0 0 8px;
    }

    .cta-band p {
      color: var(--text-soft);
      margin: 0;
      max-width: 760px;
    }

    .consult-panel {
      padding: 28px;
      overflow: hidden;
    }

    .consult-panel h2 {
      font-size: clamp(25px, 3vw, 38px);
      font-weight: 900;
      margin-bottom: 10px;
    }

    .consult-panel .lead {
      color: var(--muted);
      font-size: 16px;
      margin-bottom: 22px;
    }

    .form-label {
      color: var(--text-soft);
      font-weight: 800;
      margin-bottom: 8px;
    }

    .form-control,
    .form-select {
      background-color: rgba(7, 7, 11, .62);
      border: 1px solid rgba(255,255,255,.1);
      color: var(--text);
      border-radius: 16px;
      min-height: 50px;
      padding: 12px 14px;
      box-shadow: none;
    }

    .form-control::placeholder {
      color: rgba(155,150,170,.72);
    }

    .form-control:focus,
    .form-select:focus {
      background-color: rgba(10, 9, 16, .86);
      color: var(--text);
      border-color: rgba(255,47,139,.62);
      box-shadow: 0 0 0 4px rgba(255,47,139,.14);
    }

    .form-select option {
      background: #12111a;
      color: #fff;
    }

    .form-check-input {
      background-color: rgba(7,7,11,.72);
      border-color: rgba(255,47,139,.36);
      box-shadow: none !important;
    }

    .form-check-input:checked {
      background-color: var(--pink);
      border-color: var(--pink);
    }

    .privacy-note {
      color: var(--muted);
      font-size: 13px;
      margin-top: 12px;
    }

    .support-box {
      height: 100%;
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 80% 15%, rgba(36,230,255,.14), transparent 28%),
        rgba(255,255,255,.045);
      border: 1px solid rgba(255,255,255,.08);
      padding: 22px;
    }

    .support-box h3 {
      font-size: 21px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .support-item {
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .support-item:last-child {
      border-bottom: 0;
    }

    .support-item strong {
      display: block;
      color: #fff;
      margin-bottom: 4px;
    }

    .support-item span {
      color: var(--muted);
      font-size: 14px;
    }

    .faq-card {
      padding: 8px;
    }

    .accordion {
      --bs-accordion-bg: transparent;
      --bs-accordion-border-color: transparent;
      --bs-accordion-btn-focus-box-shadow: none;
    }

    .accordion-item {
      background: rgba(18, 17, 26, .9);
      border: 1px solid rgba(255,255,255,.08) !important;
      border-radius: 18px !important;
      overflow: hidden;
      margin-bottom: 10px;
    }

    .accordion-button {
      background: rgba(18, 17, 26, .9);
      color: #fff;
      font-weight: 900;
      border-radius: 18px !important;
      padding: 18px 20px;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: #fff;
      background: linear-gradient(90deg, rgba(255,47,139,.18), rgba(139,92,255,.1));
      border-left: 3px solid var(--pink);
    }

    .accordion-button::after {
      filter: invert(1);
      opacity: .85;
    }

    .accordion-body {
      color: var(--text-soft);
      padding: 0 20px 18px 23px;
      font-size: 15px;
    }

    .related-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      padding: 22px;
      border-radius: var(--radius-lg);
      background: rgba(18, 17, 26, .72);
      border: 1px solid rgba(255,255,255,.08);
    }

    .related-strip a {
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.055);
      border: 1px solid rgba(255,255,255,.08);
      color: var(--text-soft);
      font-weight: 800;
      font-size: 14px;
    }

    .related-strip a:hover {
      color: #fff;
      border-color: rgba(255,47,139,.42);
      background: rgba(255,47,139,.12);
      transform: translateY(-2px);
    }

    .site-footer {
      margin-top: 40px;
      padding: 54px 0 26px;
      background:
        linear-gradient(180deg, rgba(7,7,11,.4), rgba(7,7,11,.96)),
        radial-gradient(circle at 28% 0, rgba(255,47,139,.16), transparent 30%);
      border-top: 1px solid rgba(255,47,139,.28);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) .7fr .7fr;
      gap: 38px;
      margin-bottom: 30px;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 19px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .footer-desc {
      color: var(--muted);
      margin: 0;
      max-width: 560px;
      font-size: 15px;
    }

    .footer-title {
      color: #fff;
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 15px;
    }

    .footer-links a:hover {
      color: #fff;
      padding-left: 4px;
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.08);
      color: var(--muted);
      font-size: 13px;
    }

    @media (max-width: 1199.98px) {
      .navbar-brand {
        min-width: auto;
      }

      .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        border-radius: 22px;
        background: rgba(18, 17, 26, .96);
        border: 1px solid rgba(255,47,139,.18);
      }

      .navbar-nav {
        align-items: stretch;
      }

      .nav-cta {
        margin-top: 12px;
      }

      .nav-cta .btn-neon {
        width: 100%;
      }

      .content-layout {
        grid-template-columns: 1fr;
      }

      .side-stack {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .process-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 991.98px) {
      .page-hero {
        padding-top: 72px;
      }

      .hero-panel {
        padding: 30px;
      }

      .burst-badge {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        display: inline-flex;
        padding: 9px 14px;
        border-radius: 999px;
        transform: none;
        margin-bottom: 16px;
      }

      .burst-badge::before {
        inset: 3px;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .section-head {
        grid-template-columns: 1fr;
      }

      .cta-band {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid > div:first-child {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 767.98px) {
      .container {
        padding-left: 16px;
        padding-right: 16px;
      }

      .navbar {
        min-height: 74px;
      }

      .logo-text strong {
        font-size: 15px;
      }

      .logo-text span {
        display: none;
      }

      .page-hero {
        padding: 48px 0 34px;
      }

      .hero-panel {
        border-radius: 26px;
        padding: 24px;
      }

      .hero-summary {
        font-size: 16px;
      }

      .hero-actions {
        display: grid;
      }

      .hero-actions .btn-neon,
      .hero-actions .btn-outline-neon {
        width: 100%;
      }

      .filter-wrap {
        top: 74px;
      }

      .poster-grid,
      .side-stack {
        grid-template-columns: 1fr;
      }

      .poster-cover {
        height: 170px;
      }

      .section {
        padding: 38px 0;
      }

      .consult-panel {
        padding: 22px;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      .logo-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
      }

      h1 {
        font-size: 32px;
      }

      .section-title {
        font-size: 25px;
      }

      .metric-card strong {
        font-size: 21px;
      }

      .poster-body {
        padding: 18px;
      }

      .cta-band {
        padding: 22px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }
