/* roulang page: index */
:root{
      --bg:#101312;
      --bg-2:#0b0f0d;
      --panel:#161b18;
      --panel-2:#1b231d;
      --panel-3:#202820;
      --text:#eef7ef;
      --muted:#a7b8aa;
      --soft:#6f8174;
      --green:#4ccb72;
      --green-2:#8ff0a9;
      --emerald:#123326;
      --purple:#8b5cf6;
      --pink:#d87bff;
      --amber:#ffb347;
      --danger:#ff7373;
      --border:rgba(76,203,114,.22);
      --border-2:rgba(216,123,255,.22);
      --shadow:0 24px 70px rgba(0,0,0,.48);
      --glow:0 0 36px rgba(76,203,114,.18),0 0 58px rgba(139,92,246,.12);
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --nav-w:96px;
      --ease:all .28s ease;
      --font:PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:var(--font);
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 78% 9%,rgba(139,92,246,.22),transparent 34%),
        radial-gradient(circle at 18% 28%,rgba(76,203,114,.18),transparent 28%),
        linear-gradient(135deg,#0b0f0d 0%,#101312 46%,#0d1711 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(76,203,114,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(76,203,114,.06) 1px,transparent 1px),
        radial-gradient(circle at 30% 80%,rgba(216,123,255,.14),transparent 25%);
      background-size:46px 46px,46px 46px,100% 100%;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.18));
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:-20%;
      pointer-events:none;
      opacity:.22;
      background:
        repeating-linear-gradient(128deg,transparent 0 22px,rgba(143,240,169,.08) 23px,transparent 24px 54px),
        conic-gradient(from 210deg at 80% 0%,transparent 0deg,rgba(139,92,246,.22) 28deg,transparent 54deg);
      filter:blur(.2px);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--green-2)}
    img{max-width:100%;height:auto}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(76,203,114,.35);color:#fff}
    .skip-link{
      position:absolute;
      left:-999px;
      top:12px;
      padding:10px 14px;
      border-radius:999px;
      background:var(--green);
      color:#071009;
      z-index:1000;
    }
    .skip-link:focus{left:16px}
    .page-shell{
      padding-left:var(--nav-w);
      min-height:100vh;
    }
    .grid-container.site-container{
      max-width:1240px;
      padding-left:34px;
      padding-right:34px;
    }
    .side-nav{
      position:fixed;
      left:0;
      top:0;
      bottom:0;
      width:var(--nav-w);
      z-index:50;
      padding:18px 12px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:space-between;
      background:
        radial-gradient(circle at 50% 12%,rgba(76,203,114,.18),transparent 34%),
        linear-gradient(180deg,#15231b 0%,#0c110f 100%);
      border-right:1px solid rgba(76,203,114,.18);
      box-shadow:16px 0 40px rgba(0,0,0,.28);
      overflow:hidden;
    }
    .side-nav:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(rgba(76,203,114,.07) 1px,transparent 1px),
        linear-gradient(90deg,rgba(76,203,114,.05) 1px,transparent 1px);
      background-size:22px 22px;
      opacity:.45;
      pointer-events:none;
    }
    .brand-mark{
      position:relative;
      z-index:1;
      width:68px;
      min-height:88px;
      border-radius:22px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      color:#06110a;
      background:linear-gradient(145deg,var(--green),var(--green-2) 58%,var(--pink));
      box-shadow:0 12px 34px rgba(76,203,114,.2);
      text-align:center;
      font-weight:900;
      letter-spacing:.04em;
    }
    .brand-mark .brand-main{font-size:15px;line-height:1.12}
    .brand-mark .brand-sub{
      font-size:10px;
      color:rgba(6,17,10,.72);
      font-weight:800;
      letter-spacing:.08em;
    }
    .side-menu{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      gap:12px;
      width:100%;
      align-items:center;
      margin-top:22px;
    }
    .side-menu a{
      width:72px;
      min-height:66px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      color:var(--muted);
      border:1px solid transparent;
      background:rgba(255,255,255,.025);
      font-size:12px;
      line-height:1.2;
      position:relative;
    }
    .side-menu a .nav-ico{font-size:21px;line-height:1}
    .side-menu a:hover{
      color:var(--text);
      transform:translateY(-2px);
      border-color:rgba(76,203,114,.28);
      background:rgba(76,203,114,.08);
    }
    .side-menu a.active{
      color:#fff;
      border-color:rgba(76,203,114,.62);
      background:linear-gradient(180deg,rgba(76,203,114,.17),rgba(139,92,246,.10));
      box-shadow:inset 3px 0 0 var(--green),0 0 24px rgba(76,203,114,.12);
    }
    .side-menu a.active:after{
      content:"";
      position:absolute;
      right:9px;
      top:10px;
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(76,203,114,.12),0 0 14px rgba(76,203,114,.75);
      animation:pulse 1.7s infinite;
    }
    @keyframes pulse{
      0%,100%{transform:scale(1);opacity:1}
      50%{transform:scale(.78);opacity:.72}
    }
    .side-foot{
      position:relative;
      z-index:1;
      writing-mode:vertical-rl;
      font-size:11px;
      color:var(--soft);
      letter-spacing:.18em;
    }
    .mobile-top{
      display:none;
      position:sticky;
      top:0;
      z-index:80;
      background:rgba(12,17,15,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(76,203,114,.16);
      box-shadow:0 10px 30px rgba(0,0,0,.28);
    }
    .mobile-bar{
      height:64px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 18px;
    }
    .mobile-logo{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:.02em;
    }
    .mobile-logo .dot{
      width:34px;
      height:34px;
      border-radius:12px;
      background:linear-gradient(135deg,var(--green),var(--pink));
      box-shadow:0 0 20px rgba(76,203,114,.22);
    }
    .menu-toggle{
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(76,203,114,.2);
      background:rgba(76,203,114,.08);
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:22px;
    }
    .mobile-panel{
      display:none;
      padding:0 18px 18px;
      background:#0c110f;
    }
    .mobile-panel.open{display:block}
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      min-height:50px;
      padding:12px 14px;
      border-radius:16px;
      margin-top:8px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(76,203,114,.12);
      color:var(--muted);
      font-weight:700;
    }
    .mobile-panel a.active{
      color:#fff;
      border-color:rgba(76,203,114,.48);
      background:rgba(76,203,114,.12);
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section.tight{padding:56px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:26px;
      margin-bottom:32px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 11px;
      border:1px solid rgba(76,203,114,.22);
      border-radius:999px;
      background:rgba(76,203,114,.07);
      color:var(--green-2);
      font-size:13px;
      font-weight:800;
      margin-bottom:12px;
    }
    .section-title{
      margin:0;
      font-size:clamp(28px,3.2vw,40px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.04em;
      color:#fff;
    }
    .section-desc{
      margin:10px 0 0;
      color:var(--muted);
      max-width:680px;
      font-size:16px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:900;
      letter-spacing:.01em;
      transition:var(--ease);
      line-height:1.2;
      white-space:nowrap;
    }
    .btn-primary{
      color:#06110a;
      background:linear-gradient(135deg,var(--green) 0%,var(--green-2) 48%,var(--pink) 100%);
      box-shadow:0 15px 38px rgba(76,203,114,.22),0 0 30px rgba(216,123,255,.12);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#06110a;
      transform:translateY(-3px);
      box-shadow:0 20px 50px rgba(76,203,114,.3),0 0 42px rgba(216,123,255,.22);
    }
    .btn-secondary{
      color:#fff;
      border-color:rgba(76,203,114,.3);
      background:rgba(16,24,19,.75);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      transform:translateY(-3px);
      border-color:rgba(76,203,114,.62);
      background:rgba(76,203,114,.11);
      color:#fff;
    }
    .btn-ghost{
      color:var(--green-2);
      border-color:rgba(143,240,169,.24);
      background:transparent;
    }
    .btn-ghost:hover{background:rgba(143,240,169,.08);color:#fff}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(76,203,114,.1);
      color:var(--green-2);
      border:1px solid rgba(76,203,114,.2);
      font-size:12px;
      font-weight:900;
      line-height:1.1;
    }
    .badge:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:currentColor;
      box-shadow:0 0 12px currentColor;
    }
    .badge.amber{background:rgba(255,179,71,.1);border-color:rgba(255,179,71,.26);color:var(--amber)}
    .badge.purple{background:rgba(139,92,246,.13);border-color:rgba(216,123,255,.22);color:#d9c7ff}
    .card{
      border-radius:var(--radius);
      border:1px solid var(--border);
      background:linear-gradient(180deg,rgba(32,40,32,.96),rgba(22,27,24,.98));
      box-shadow:var(--shadow);
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .card:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 16% 0%,rgba(76,203,114,.12),transparent 30%),
                 radial-gradient(circle at 92% 18%,rgba(139,92,246,.12),transparent 28%);
      pointer-events:none;
      opacity:.82;
    }
    .card > *{position:relative}
    .card:hover{
      transform:translateY(-4px);
      border-color:rgba(76,203,114,.45);
      box-shadow:var(--shadow),var(--glow);
    }
    .hero{
      min-height:720px;
      display:flex;
      align-items:center;
      padding:48px 0 76px;
    }
    .hero-stage{
      width:100%;
      border-radius:38px;
      padding:34px;
      border:1px solid rgba(76,203,114,.23);
      background:
        linear-gradient(120deg,rgba(12,17,15,.88),rgba(18,51,38,.82) 48%,rgba(12,17,15,.92)),
        radial-gradient(circle at 73% 18%,rgba(216,123,255,.22),transparent 34%);
      box-shadow:0 34px 100px rgba(0,0,0,.48);
      position:relative;
      overflow:hidden;
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      inset:-20%;
      background:
        linear-gradient(115deg,transparent 0 42%,rgba(143,240,169,.13) 46%,transparent 52%),
        linear-gradient(142deg,transparent 0 52%,rgba(216,123,255,.11) 55%,transparent 60%);
      transform:rotate(-2deg);
      pointer-events:none;
    }
    .hero-stage:after{
      content:"";
      position:absolute;
      right:8%;
      bottom:-26%;
      width:420px;
      height:420px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(76,203,114,.2),transparent 68%);
      filter:blur(10px);
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
      gap:32px;
      align-items:stretch;
    }
    .promo-copy{
      padding:28px 10px 18px 6px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .promo-ribbon{
      width:max-content;
      max-width:100%;
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:9px 13px;
      border-radius:999px;
      background:rgba(255,179,71,.12);
      color:#ffe2af;
      border:1px solid rgba(255,179,71,.28);
      font-weight:900;
      font-size:13px;
      margin-bottom:18px;
    }
    .promo-ribbon .spark{
      width:22px;
      height:22px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,var(--amber),var(--pink));
      color:#130d08;
      font-size:13px;
    }
    h1{
      margin:0;
      font-size:clamp(34px,5.2vw,62px);
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.065em;
      color:#fff;
      max-width:780px;
    }
    .hero-lead{
      margin:22px 0 0;
      max-width:720px;
      color:#c7d7cb;
      font-size:18px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:13px;
      margin-top:30px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:30px;
      max-width:760px;
    }
    .point{
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(76,203,114,.16);
    }
    .point strong{display:block;color:#fff;font-size:20px;line-height:1.2}
    .point span{display:block;color:var(--muted);font-size:12px;margin-top:3px}
    .entry-map{
      padding:20px;
      min-height:500px;
      background:
        radial-gradient(circle at 50% 50%,rgba(76,203,114,.08),transparent 54%),
        linear-gradient(180deg,rgba(22,27,24,.94),rgba(12,17,15,.96));
      border:1px solid rgba(76,203,114,.2);
      border-radius:30px;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 24px 70px rgba(0,0,0,.35);
      position:relative;
      overflow:hidden;
    }
    .entry-map:before{
      content:"";
      position:absolute;
      inset:22px;
      border-radius:24px;
      opacity:.32;
      background:
        linear-gradient(90deg,rgba(143,240,169,.12) 1px,transparent 1px),
        linear-gradient(rgba(143,240,169,.1) 1px,transparent 1px);
      background-size:34px 34px;
    }
    .status-strip{
      position:relative;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 13px;
      border-radius:18px;
      border:1px solid rgba(76,203,114,.18);
      background:rgba(9,14,12,.8);
      margin-bottom:18px;
    }
    .status-strip b{font-size:14px}
    .mini-clock{
      color:var(--amber);
      font-weight:900;
      font-variant-numeric:tabular-nums;
      white-space:nowrap;
    }
    .node-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin-top:18px;
    }
    .node-card{
      min-height:126px;
      padding:16px;
      border-radius:22px;
      background:rgba(27,35,29,.9);
      border:1px solid rgba(76,203,114,.18);
      transition:var(--ease);
    }
    .node-card:hover{
      border-color:rgba(76,203,114,.48);
      background:rgba(32,40,32,.94);
      transform:translateY(-3px);
    }
    .node-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:12px;
    }
    .node-ico{
      width:38px;
      height:38px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,rgba(76,203,114,.2),rgba(139,92,246,.16));
      border:1px solid rgba(76,203,114,.2);
      font-size:19px;
    }
    .node-card h3{
      margin:0 0 6px;
      color:#fff;
      font-size:17px;
      line-height:1.25;
    }
    .node-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .compliance-line{
      position:relative;
      z-index:2;
      margin-top:15px;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(255,179,71,.08);
      border:1px solid rgba(255,179,71,.18);
      color:#e6c998;
      font-size:13px;
    }
    .ladder-wrap{
      position:relative;
      padding:18px 0;
    }
    .ladder-wrap:before{
      content:"";
      position:absolute;
      left:50%;
      top:26px;
      bottom:26px;
      width:3px;
      border-radius:999px;
      background:linear-gradient(180deg,rgba(76,203,114,.12),rgba(76,203,114,.78),rgba(216,123,255,.2));
      box-shadow:0 0 22px rgba(76,203,114,.2);
    }
    .ladder-item{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:34px;
      align-items:center;
      margin:26px 0;
    }
    .ladder-item:nth-child(even) .ladder-card{grid-column:2}
    .ladder-item:nth-child(even) .ladder-index{grid-column:1;grid-row:1;text-align:right}
    .ladder-card{
      padding:24px;
      border-radius:26px;
      background:linear-gradient(180deg,rgba(27,35,29,.95),rgba(18,24,20,.96));
      border:1px solid rgba(76,203,114,.22);
      box-shadow:0 18px 45px rgba(0,0,0,.28);
      transition:var(--ease);
    }
    .ladder-card:hover{
      transform:translateY(-4px) scale(1.01);
      border-color:rgba(76,203,114,.5);
      box-shadow:0 22px 56px rgba(0,0,0,.38),0 0 30px rgba(76,203,114,.13);
    }
    .ladder-index{
      color:rgba(143,240,169,.8);
      font-size:54px;
      font-weight:950;
      letter-spacing:-.05em;
      position:relative;
    }
    .ladder-index:after{
      content:"";
      position:absolute;
      top:50%;
      width:16px;
      height:16px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 9px rgba(76,203,114,.12),0 0 24px rgba(76,203,114,.5);
    }
    .ladder-item:nth-child(odd) .ladder-index:after{right:-44px}
    .ladder-item:nth-child(even) .ladder-index:after{left:-44px}
    .ladder-card h3{
      margin:12px 0 8px;
      font-size:23px;
      color:#fff;
    }
    .ladder-card p{
      margin:0 0 16px;
      color:var(--muted);
    }
    .compare-panel{
      padding:24px;
      border-radius:30px;
      border:1px solid rgba(76,203,114,.22);
      background:linear-gradient(180deg,rgba(16,24,19,.96),rgba(10,15,13,.98));
      box-shadow:var(--shadow);
    }
    .plan-tabs{
      display:grid;
      grid-template-columns:1fr 1.08fr 1fr;
      gap:16px;
      margin-bottom:18px;
    }
    .plan-card{
      padding:22px;
      border-radius:24px;
      border:1px solid rgba(76,203,114,.18);
      background:rgba(27,35,29,.8);
      transition:var(--ease);
    }
    .plan-card.featured{
      border-color:rgba(216,123,255,.46);
      background:linear-gradient(180deg,rgba(36,31,50,.88),rgba(22,31,24,.95));
      box-shadow:0 0 34px rgba(216,123,255,.12);
      transform:translateY(-8px);
    }
    .plan-card:hover{border-color:rgba(76,203,114,.48);transform:translateY(-4px)}
    .plan-card.featured:hover{transform:translateY(-12px)}
    .plan-card h3{margin:14px 0 6px;font-size:23px}
    .plan-price{
      color:#fff;
      font-size:30px;
      font-weight:950;
      margin:12px 0;
    }
    .plan-price small{font-size:13px;color:var(--muted);font-weight:700}
    .plan-list{
      margin:16px 0 0;
      padding:0;
      list-style:none;
    }
    .plan-list li{
      display:flex;
      gap:10px;
      padding:9px 0;
      color:#c5d5c8;
      border-top:1px solid rgba(255,255,255,.06);
      font-size:14px;
    }
    .plan-list li:before{content:"✓";color:var(--green);font-weight:900}
    .compare-table{
      display:grid;
      border:1px solid rgba(76,203,114,.14);
      border-radius:22px;
      overflow:hidden;
      margin-top:18px;
    }
    .compare-row{
      display:grid;
      grid-template-columns:1.1fr repeat(3,1fr);
      min-height:54px;
    }
    .compare-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,.06)}
    .compare-row div{
      padding:14px 16px;
      color:#c9d8cc;
      border-right:1px solid rgba(255,255,255,.06);
      font-size:14px;
    }
    .compare-row div:last-child{border-right:0}
    .compare-row.head div{
      background:rgba(76,203,114,.09);
      color:#fff;
      font-weight:900;
    }
    .limited-stage{
      border-radius:34px;
      padding:30px;
      border:1px solid rgba(216,123,255,.25);
      background:
        radial-gradient(circle at 70% 10%,rgba(216,123,255,.25),transparent 32%),
        radial-gradient(circle at 12% 88%,rgba(76,203,114,.16),transparent 32%),
        linear-gradient(135deg,rgba(16,19,18,.95),rgba(31,26,45,.88),rgba(18,51,38,.84));
      box-shadow:0 34px 100px rgba(0,0,0,.45);
      position:relative;
      overflow:hidden;
    }
    .limited-stage:before{
      content:"";
      position:absolute;
      inset:-30%;
      background:conic-gradient(from 200deg at 50% 0%,transparent 0deg,rgba(216,123,255,.16) 18deg,transparent 46deg,rgba(76,203,114,.12) 70deg,transparent 92deg);
      opacity:.82;
      pointer-events:none;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:22px 0;
    }
    .time-box{
      border-radius:20px;
      padding:16px 10px;
      text-align:center;
      background:rgba(9,14,12,.72);
      border:1px solid rgba(76,203,114,.18);
    }
    .time-box strong{
      display:block;
      font-size:36px;
      line-height:1;
      color:#fff;
      font-variant-numeric:tabular-nums;
    }
    .time-box span{font-size:12px;color:var(--muted);font-weight:800}
    .status-cards{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .status-card{
      padding:18px;
      border-radius:22px;
      background:rgba(10,15,13,.72);
      border:1px solid rgba(76,203,114,.16);
    }
    .status-card h3{font-size:18px;margin:11px 0 5px}
    .status-card p{margin:0;color:var(--muted);font-size:14px}
    .form-panel{
      border-radius:34px;
      overflow:hidden;
      border:1px solid rgba(76,203,114,.22);
      background:linear-gradient(135deg,rgba(22,27,24,.98),rgba(13,19,16,.98));
      box-shadow:var(--shadow);
    }
    .form-copy{
      padding:34px;
      height:100%;
      background:
        radial-gradient(circle at 18% 12%,rgba(76,203,114,.18),transparent 36%),
        linear-gradient(180deg,rgba(18,51,38,.36),transparent);
    }
    .step-list{
      margin:24px 0 0;
      padding:0;
      list-style:none;
      position:relative;
    }
    .step-list:before{
      content:"";
      position:absolute;
      left:18px;
      top:15px;
      bottom:15px;
      width:2px;
      background:linear-gradient(var(--green),rgba(216,123,255,.45));
    }
    .step-list li{
      display:flex;
      gap:14px;
      margin:0 0 18px;
      position:relative;
      color:#d4e1d7;
    }
    .step-num{
      flex:0 0 38px;
      height:38px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#071009;
      font-weight:950;
      background:linear-gradient(135deg,var(--green),var(--green-2));
      box-shadow:0 0 20px rgba(76,203,114,.25);
      z-index:1;
    }
    .consult-form{
      padding:34px;
    }
    .form-label{
      color:#dce9df;
      font-weight:800;
      margin-bottom:8px;
    }
    .consult-form input,
    .consult-form textarea,
    .consult-form select{
      min-height:50px;
      border-radius:16px;
      border:1px solid rgba(76,203,114,.2);
      background:#111713;
      color:#fff;
      box-shadow:none;
      margin-bottom:16px;
      font-size:16px;
    }
    .consult-form textarea{min-height:116px;resize:vertical}
    .consult-form input:focus,
    .consult-form textarea:focus,
    .consult-form select:focus{
      border-color:rgba(76,203,114,.72);
      background:#101713;
      box-shadow:0 0 0 4px rgba(76,203,114,.11);
      outline:none;
    }
    .check-row{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:13px;
      border-radius:16px;
      border:1px solid rgba(255,179,71,.18);
      background:rgba(255,179,71,.06);
      color:#ead1a5;
      font-size:13px;
      margin:2px 0 18px;
    }
    .check-row input{min-height:auto;margin:5px 0 0}
    .error-note{
      display:none;
      margin:-6px 0 14px;
      color:#ffb1b1;
      font-size:13px;
    }
    .form-message{
      display:none;
      margin-top:14px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(76,203,114,.1);
      color:var(--green-2);
      border:1px solid rgba(76,203,114,.22);
      font-weight:800;
    }
    .selling-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .selling-card{
      padding:24px;
      min-height:220px;
    }
    .selling-icon{
      width:52px;
      height:52px;
      border-radius:18px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,rgba(76,203,114,.18),rgba(216,123,255,.16));
      border:1px solid rgba(76,203,114,.22);
      font-size:25px;
      margin-bottom:18px;
    }
    .selling-card h3{margin:0 0 10px;font-size:22px;color:#fff}
    .selling-card p{margin:0;color:var(--muted)}
    .data-bar{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:1px;
      overflow:hidden;
      border-radius:28px;
      border:1px solid rgba(76,203,114,.18);
      background:rgba(76,203,114,.16);
      box-shadow:var(--shadow);
    }
    .data-item{
      padding:26px 22px;
      background:rgba(22,27,24,.95);
      text-align:center;
    }
    .data-item strong{
      display:block;
      color:#fff;
      font-size:36px;
      line-height:1;
      font-weight:950;
      margin-bottom:8px;
    }
    .data-item span{color:var(--muted);font-size:14px}
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
      gap:22px;
    }
    .news-list{
      border-radius:28px;
      border:1px solid rgba(76,203,114,.18);
      background:rgba(22,27,24,.9);
      overflow:hidden;
    }
    .news-link{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:16px;
      align-items:center;
      padding:20px;
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .news-link:last-child{border-bottom:0}
    .news-link:hover{background:rgba(76,203,114,.07);color:#fff}
    .news-date{
      color:var(--green-2);
      font-size:13px;
      font-weight:900;
      font-variant-numeric:tabular-nums;
    }
    .news-link h3{margin:0 0 5px;font-size:18px;color:#fff}
    .news-link p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
    .news-arrow{
      width:34px;
      height:34px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(76,203,114,.1);
      color:var(--green-2);
    }
    .recommend-box{
      padding:24px;
      border-radius:28px;
      border:1px solid rgba(216,123,255,.22);
      background:
        radial-gradient(circle at 85% 0%,rgba(216,123,255,.16),transparent 42%),
        rgba(22,27,24,.92);
      height:100%;
    }
    .recommend-box h3{font-size:22px;margin:12px 0 8px}
    .recommend-box p{color:var(--muted);margin:0 0 18px}
    .privacy-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .privacy-card{
      padding:24px;
      border-radius:26px;
      border:1px solid rgba(255,179,71,.18);
      background:rgba(255,179,71,.055);
    }
    .privacy-card h3{font-size:21px;margin:0 0 10px;color:#ffe0a7}
    .privacy-card p{margin:0;color:#d7c3a0}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(76,203,114,.18);
      background:rgba(22,27,24,.9);
    }
    .accordion-title{
      border:0!important;
      background:transparent!important;
      color:#fff!important;
      font-size:16px;
      font-weight:900;
      padding:18px 52px 18px 20px;
    }
    .accordion-title:before{
      color:var(--green-2);
      font-size:24px;
      margin-top:-14px;
    }
    .accordion-content{
      border:0!important;
      background:rgba(76,203,114,.045)!important;
      color:var(--muted);
      padding:0 20px 20px;
    }
    .final-cta{
      padding:34px;
      border-radius:34px;
      border:1px solid rgba(76,203,114,.25);
      background:
        radial-gradient(circle at 78% 40%,rgba(216,123,255,.2),transparent 30%),
        linear-gradient(135deg,rgba(18,51,38,.8),rgba(12,17,15,.95));
      box-shadow:var(--shadow),var(--glow);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:28px;
    }
    .final-cta h2{margin:0;font-size:30px;line-height:1.2}
    .final-cta p{margin:10px 0 0;color:var(--muted);max-width:720px}
    .site-footer{
      margin-top:50px;
      padding:50px 0 28px;
      border-top:1px solid rgba(76,203,114,.14);
      background:
        linear-gradient(180deg,rgba(11,15,13,.2),rgba(6,9,8,.92)),
        radial-gradient(circle at 18% 0%,rgba(76,203,114,.12),transparent 30%);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:28px;
      margin-bottom:28px;
    }
    .footer-brand{
      font-size:22px;
      font-weight:950;
      color:#fff;
      margin-bottom:10px;
    }
    .footer-text{color:var(--muted);margin:0;max-width:520px}
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-links{
      display:flex;
      flex-direction:column;
      gap:9px;
    }
    .footer-links a{color:var(--muted)}
    .footer-links a:hover{color:var(--green-2);padding-left:4px}
    .copyright{
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.06);
      color:var(--soft);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
    }
    .bottom-float{
      position:fixed;
      left:calc(var(--nav-w) + 24px);
      right:24px;
      bottom:18px;
      z-index:40;
      display:none;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 14px 12px 18px;
      border-radius:999px;
      border:1px solid rgba(76,203,114,.22);
      background:rgba(12,17,15,.9);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 50px rgba(0,0,0,.42);
    }
    .bottom-float.show{display:flex}
    .bottom-float span{font-size:14px;color:#d8e7db;font-weight:800}
    .float-close{
      width:36px;
      height:36px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      margin-left:4px;
    }
    @media (max-width:1199px){
      :root{--nav-w:84px}
      .grid-container.site-container{padding-left:28px;padding-right:28px}
      .hero-content{grid-template-columns:1fr;gap:24px}
      .entry-map{min-height:auto}
      .plan-tabs{grid-template-columns:1fr 1fr}
      .plan-card.featured{grid-column:1/-1;grid-row:1;transform:none}
      .compare-row{grid-template-columns:1fr}
      .compare-row div{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}
      .compare-row div:last-child{border-bottom:0}
    }
    @media (max-width:767px){
      .page-shell{padding-left:0}
      .side-nav{display:none}
      .mobile-top{display:block}
      .grid-container.site-container{padding-left:18px;padding-right:18px}
      .section{padding:54px 0}
      .section.tight{padding:42px 0}
      .section-head{display:block;margin-bottom:24px}
      .hero{min-height:auto;padding:24px 0 46px}
      .hero-stage{padding:22px;border-radius:28px}
      .promo-copy{padding:4px 0 0}
      .hero-lead{font-size:16px;line-height:1.78}
      .hero-actions{flex-direction:column}
      .btn{width:100%;min-height:48px}
      .hero-points{grid-template-columns:1fr;gap:10px}
      .node-grid{grid-template-columns:1fr}
      .status-strip{align-items:flex-start;flex-direction:column}
      .ladder-wrap:before{left:20px}
      .ladder-item,.ladder-item:nth-child(even){
        grid-template-columns:1fr;
        gap:10px;
        margin:18px 0;
        padding-left:42px;
      }
      .ladder-item:nth-child(even) .ladder-card,
      .ladder-item:nth-child(even) .ladder-index{grid-column:auto;grid-row:auto;text-align:left}
      .ladder-index{font-size:34px}
      .ladder-index:after,
      .ladder-item:nth-child(odd) .ladder-index:after,
      .ladder-item:nth-child(even) .ladder-index:after{
        left:-29px;
        right:auto;
        top:18px;
        width:13px;
        height:13px;
      }
      .plan-tabs,.status-cards,.selling-grid,.data-bar,.privacy-grid,.footer-grid{
        grid-template-columns:1fr;
      }
      .plan-card.featured:hover,.plan-card.featured{transform:none}
      .limited-stage{padding:22px;border-radius:28px}
      .countdown{grid-template-columns:repeat(2,1fr)}
      .time-box strong{font-size:30px}
      .form-copy,.consult-form{padding:24px}
      .news-layout{grid-template-columns:1fr}
      .news-link{
        grid-template-columns:1fr auto;
        gap:10px;
      }
      .news-date{grid-column:1/-1}
      .final-cta{
        display:block;
        padding:24px;
        border-radius:28px;
      }
      .final-cta .btn{margin-top:18px}
      .copyright{display:block}
      .bottom-float{
        left:12px;
        right:12px;
        bottom:12px;
        border-radius:24px;
        align-items:flex-start;
      }
      .bottom-float .btn{
        width:auto;
        min-height:40px;
        padding:10px 13px;
        font-size:13px;
      }
      .bottom-float span{font-size:13px}
    }
    @media (max-width:520px){
      h1{font-size:32px}
      .section-title{font-size:27px}
      .hero-stage{padding:18px}
      .promo-ribbon{font-size:12px}
      .entry-map{padding:14px;border-radius:24px}
      .node-card{min-height:auto}
      .countdown{gap:9px}
      .time-box{padding:13px 8px}
      .footer-grid{gap:18px}
      .bottom-float span{display:none}
    }
    @media (prefers-reduced-motion:reduce){
      *,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
    }

/* roulang page: category1 */
:root{
      --bg:#101312;
      --bg-2:#0b100d;
      --panel:#161b18;
      --panel-2:#1b231d;
      --panel-3:#202820;
      --green:#4ccb72;
      --green-2:#8af1a6;
      --deep-green:#123326;
      --purple:#8b5cf6;
      --pink:#d87bff;
      --amber:#ffb347;
      --text:#f2fff5;
      --muted:#a9b9ad;
      --muted-2:#708276;
      --line:rgba(76,203,114,.22);
      --line-2:rgba(216,123,255,.22);
      --danger:#ff7a90;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:30px;
      --shadow:0 24px 70px rgba(0,0,0,.42);
      --glow:0 0 34px rgba(76,203,114,.18),0 0 50px rgba(139,92,246,.12);
      --side:104px;
      --container:1220px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 78% 12%,rgba(139,92,246,.22),transparent 30%),
        radial-gradient(circle at 22% 26%,rgba(76,203,114,.18),transparent 34%),
        linear-gradient(145deg,#101312 0%,#0c120f 48%,#111912 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-2;
      background:
        linear-gradient(115deg,transparent 0 18%,rgba(76,203,114,.06) 18.2% 18.5%,transparent 18.8% 42%,rgba(216,123,255,.05) 42.2% 42.5%,transparent 42.8%),
        repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 1px,transparent 1px 42px),
        repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 42px);
      opacity:.75;
    }
    body:after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      background-image:
        radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
        radial-gradient(rgba(76,203,114,.16) 1px,transparent 1px);
      background-size:34px 34px,86px 86px;
      background-position:0 0,20px 16px;
      opacity:.18;
      mix-blend-mode:screen;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--green)}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    img{max-width:100%;display:block}
    ::selection{background:rgba(76,203,114,.36);color:#fff}
    .site-container{max-width:var(--container)}
    .page-shell{padding-left:var(--side);min-height:100vh}
    .main-content{position:relative}
    .section{padding:78px 0}
    .section.tight{padding:58px 0}
    .section-head{
      max-width:780px;
      margin-bottom:32px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(18,51,38,.46);
      color:var(--green-2);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(76,203,114,.9);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,54px);
      line-height:1.15;
      font-weight:900;
      letter-spacing:-.04em;
      margin:18px 0 18px;
    }
    h2{
      font-size:clamp(26px,3.2vw,36px);
      line-height:1.22;
      font-weight:850;
      letter-spacing:-.03em;
      margin:14px 0 12px;
    }
    h3{
      font-size:21px;
      line-height:1.35;
      font-weight:800;
      margin-bottom:10px;
    }
    .lead{
      color:#d5e7d9;
      font-size:17px;
      max-width:760px;
      margin-bottom:0;
    }
    .muted{color:var(--muted)}
    .side-nav{
      position:fixed;
      left:0;
      top:0;
      z-index:50;
      width:var(--side);
      height:100vh;
      padding:22px 14px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 50% 8%,rgba(76,203,114,.20),transparent 32%),
        linear-gradient(180deg,#12261c 0%,#0e1511 58%,#080c0a 100%);
      border-right:1px solid rgba(76,203,114,.18);
      box-shadow:14px 0 48px rgba(0,0,0,.38);
      overflow:hidden;
    }
    .side-nav:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px),
        radial-gradient(circle at 70% 75%,rgba(139,92,246,.18),transparent 28%);
      opacity:.55;
      pointer-events:none;
    }
    .side-nav>*{position:relative;z-index:1}
    .brand-mark{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:7px;
      min-height:90px;
      padding:12px 6px;
      border-radius:22px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(76,203,114,.22);
      color:#fff;
      box-shadow:inset 0 0 24px rgba(76,203,114,.05);
    }
    .brand-main{
      font-size:16px;
      line-height:1.12;
      font-weight:900;
      text-align:center;
      letter-spacing:.03em;
    }
    .brand-sub{
      font-size:11px;
      color:var(--green-2);
      padding:2px 7px;
      border-radius:999px;
      background:rgba(76,203,114,.12);
    }
    .side-menu{
      display:flex;
      flex-direction:column;
      gap:12px;
      margin-top:28px;
    }
    .side-menu a{
      min-height:62px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      color:#bfd0c4;
      font-size:12px;
      font-weight:800;
      border:1px solid transparent;
      position:relative;
      background:rgba(255,255,255,.02);
    }
    .side-menu a .nav-ico{font-size:19px;line-height:1;color:var(--green-2)}
    .side-menu a:hover{
      transform:translateY(-2px);
      background:rgba(76,203,114,.10);
      border-color:rgba(76,203,114,.25);
      color:#fff;
    }
    .side-menu a.active{
      color:#fff;
      background:linear-gradient(180deg,rgba(76,203,114,.20),rgba(139,92,246,.12));
      border-color:rgba(76,203,114,.48);
      box-shadow:var(--glow);
    }
    .side-menu a.active:after{
      content:"ON";
      position:absolute;
      top:6px;
      right:7px;
      font-size:9px;
      color:#09100b;
      background:var(--green);
      border-radius:999px;
      padding:1px 5px;
      font-weight:900;
    }
    .side-foot{
      font-size:11px;
      line-height:1.4;
      color:#a6b8aa;
      text-align:center;
      padding:10px 6px;
      border-radius:15px;
      border:1px solid rgba(255,179,71,.24);
      background:rgba(255,179,71,.08);
    }
    .mobile-top{
      display:none;
      position:sticky;
      top:0;
      z-index:60;
      min-height:64px;
      padding:10px 16px;
      background:rgba(12,18,15,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(76,203,114,.18);
      box-shadow:0 12px 34px rgba(0,0,0,.22);
    }
    .mobile-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .mobile-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      color:#fff;
    }
    .mobile-logo-dot{
      width:34px;
      height:34px;
      border-radius:12px;
      background:linear-gradient(135deg,var(--green),var(--purple));
      box-shadow:0 0 22px rgba(76,203,114,.28);
    }
    .menu-toggle{
      width:44px;
      height:44px;
      border:1px solid rgba(76,203,114,.28);
      border-radius:14px;
      color:#fff;
      background:rgba(255,255,255,.04);
      display:grid;
      place-items:center;
    }
    .menu-toggle:hover,.menu-toggle:focus{
      border-color:var(--green);
      box-shadow:0 0 0 4px rgba(76,203,114,.12);
      outline:none;
    }
    .mobile-panel{
      display:none;
      padding:14px 0 4px;
    }
    .mobile-panel.open{display:block}
    .mobile-panel .menu{
      display:grid;
      grid-template-columns:1fr;
      gap:10px;
      margin:0;
    }
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      min-height:48px;
      border-radius:16px;
      padding:12px 14px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(76,203,114,.16);
      color:#d7e5da;
      font-weight:800;
    }
    .mobile-panel a.active{
      background:rgba(76,203,114,.14);
      border-color:rgba(76,203,114,.42);
      color:#fff;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:13px 22px;
      border-radius:999px;
      font-weight:900;
      line-height:1;
      border:1px solid transparent;
      transition:var(--ease);
      user-select:none;
    }
    .btn-primary{
      color:#07100b;
      background:linear-gradient(135deg,var(--green) 0%,#8af1a6 45%,var(--pink) 100%);
      box-shadow:0 18px 40px rgba(76,203,114,.22),0 0 30px rgba(216,123,255,.12);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#061008;
      transform:translateY(-3px);
      box-shadow:0 24px 50px rgba(76,203,114,.32),0 0 42px rgba(216,123,255,.18);
      outline:none;
    }
    .btn-ghost{
      color:#e9f7ec;
      background:rgba(255,255,255,.035);
      border-color:rgba(76,203,114,.28);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:#fff;
      background:rgba(76,203,114,.10);
      border-color:rgba(76,203,114,.55);
      transform:translateY(-2px);
      outline:none;
    }
    .tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
    .tag,.status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      font-size:13px;
      font-weight:800;
      color:#d9ecde;
      border:1px solid rgba(76,203,114,.22);
      background:rgba(22,27,24,.82);
    }
    .tag.active,.status-badge.green{
      color:#07100b;
      background:var(--green);
      border-color:var(--green);
    }
    .status-badge.amber{color:#211407;background:rgba(255,179,71,.92);border-color:rgba(255,179,71,.92)}
    .status-badge.purple{color:#fff;background:rgba(139,92,246,.35);border-color:rgba(216,123,255,.35)}
    .hero{
      position:relative;
      min-height:620px;
      display:flex;
      align-items:center;
      padding:84px 0 58px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(110deg,rgba(76,203,114,.10),transparent 42%),
        radial-gradient(circle at 74% 42%,rgba(216,123,255,.18),transparent 30%);
      pointer-events:none;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      align-items:center;
    }
    .hero-copy{
      padding-right:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:13px;
      margin-top:30px;
    }
    .hero-note{
      margin-top:24px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      color:#bdd0c1;
      font-size:14px;
    }
    .route-board{
      position:relative;
      padding:26px;
      border-radius:34px;
      background:
        radial-gradient(circle at 70% 20%,rgba(139,92,246,.18),transparent 34%),
        linear-gradient(145deg,rgba(27,35,29,.96),rgba(13,20,16,.96));
      border:1px solid rgba(76,203,114,.25);
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
    }
    .route-board:before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:28px;
      background:
        linear-gradient(135deg,transparent 0 35%,rgba(76,203,114,.18) 35.3% 35.8%,transparent 36.2% 67%,rgba(216,123,255,.16) 67.3% 67.8%,transparent 68.2%),
        radial-gradient(circle at 18% 22%,rgba(76,203,114,.22),transparent 8%),
        radial-gradient(circle at 78% 70%,rgba(255,179,71,.18),transparent 9%);
      opacity:.65;
      pointer-events:none;
    }
    .board-top{
      position:relative;
      z-index:1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.08);
      margin-bottom:20px;
    }
    .pulse{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--green-2);
      font-weight:900;
      font-size:13px;
    }
    .pulse:before{
      content:"";
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 0 rgba(76,203,114,.55);
      animation:pulse 1.8s infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(76,203,114,.55)}
      70%{box-shadow:0 0 0 11px rgba(76,203,114,0)}
      100%{box-shadow:0 0 0 0 rgba(76,203,114,0)}
    }
    .node-stack{
      position:relative;
      z-index:1;
      display:grid;
      gap:14px;
    }
    .node-card{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px;
      border-radius:22px;
      background:rgba(16,19,18,.78);
      border:1px solid rgba(76,203,114,.18);
      transition:var(--ease);
    }
    .node-card:hover{
      transform:translateX(4px);
      border-color:rgba(76,203,114,.48);
      box-shadow:0 14px 34px rgba(0,0,0,.26),0 0 28px rgba(76,203,114,.13);
    }
    .node-num{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#061008;
      font-weight:950;
      background:linear-gradient(135deg,var(--green),var(--green-2));
    }
    .node-title{font-weight:900;color:#fff;margin-bottom:2px}
    .node-desc{font-size:13px;color:var(--muted);line-height:1.55}
    .filter-strip{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      padding:16px;
      border-radius:24px;
      background:rgba(22,27,24,.72);
      border:1px solid rgba(76,203,114,.18);
      box-shadow:0 18px 44px rgba(0,0,0,.22);
    }
    .filter-strip .tag{
      cursor:pointer;
    }
    .filter-strip .tag:hover{
      color:#fff;
      border-color:rgba(76,203,114,.55);
      background:rgba(76,203,114,.12);
    }
    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:28px;
      align-items:start;
    }
    .guide-rail{
      position:relative;
      display:grid;
      gap:18px;
    }
    .guide-rail:before{
      content:"";
      position:absolute;
      left:31px;
      top:18px;
      bottom:18px;
      width:2px;
      background:linear-gradient(180deg,rgba(76,203,114,.75),rgba(139,92,246,.42),rgba(255,179,71,.25));
      box-shadow:0 0 20px rgba(76,203,114,.25);
    }
    .guide-card{
      position:relative;
      display:grid;
      grid-template-columns:64px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      min-height:142px;
      padding:22px;
      border-radius:28px;
      background:
        linear-gradient(135deg,rgba(27,35,29,.98),rgba(16,19,18,.96));
      border:1px solid rgba(76,203,114,.18);
      box-shadow:0 18px 46px rgba(0,0,0,.24);
      transition:var(--ease);
      overflow:hidden;
    }
    .guide-card:after{
      content:"";
      position:absolute;
      inset:auto -80px -90px auto;
      width:180px;
      height:180px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(216,123,255,.14),transparent 68%);
      opacity:0;
      transition:var(--ease);
    }
    .guide-card:hover{
      transform:translateY(-3px);
      border-color:rgba(76,203,114,.48);
      box-shadow:0 24px 58px rgba(0,0,0,.34),0 0 32px rgba(76,203,114,.14);
    }
    .guide-card:hover:after{opacity:1}
    .guide-index{
      position:relative;
      z-index:1;
      width:64px;
      height:64px;
      border-radius:22px;
      display:grid;
      place-items:center;
      font-weight:950;
      color:#08110b;
      background:linear-gradient(135deg,var(--green),var(--amber));
      border:4px solid rgba(16,19,18,.96);
      box-shadow:0 0 0 1px rgba(76,203,114,.34),0 0 28px rgba(76,203,114,.18);
    }
    .guide-body{position:relative;z-index:1}
    .guide-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .mini-label{
      padding:5px 9px;
      border-radius:999px;
      color:#bdd0c1;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.07);
      font-size:12px;
      font-weight:800;
    }
    .guide-action{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:12px;
    }
    .small-btn{
      min-height:40px;
      padding:10px 15px;
      border-radius:999px;
      color:#07100b;
      background:var(--green);
      font-size:13px;
      font-weight:950;
      border:0;
      transition:var(--ease);
    }
    .small-btn:hover,.small-btn:focus{
      transform:translateY(-2px);
      box-shadow:0 16px 30px rgba(76,203,114,.22);
      color:#07100b;
      outline:none;
    }
    .side-panel{
      position:sticky;
      top:24px;
      display:grid;
      gap:18px;
    }
    .info-card,.form-card,.cta-panel,.privacy-card{
      border-radius:28px;
      background:
        radial-gradient(circle at 88% 10%,rgba(139,92,246,.15),transparent 34%),
        linear-gradient(145deg,rgba(27,35,29,.96),rgba(16,19,18,.96));
      border:1px solid rgba(76,203,114,.18);
      box-shadow:0 18px 46px rgba(0,0,0,.24);
      padding:24px;
    }
    .info-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .info-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#d5e7d9;
      font-size:14px;
    }
    .info-list li:before{
      content:"";
      flex:0 0 9px;
      width:9px;
      height:9px;
      margin-top:9px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(76,203,114,.72);
    }
    .status-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .status-card{
      min-height:150px;
      padding:20px;
      border-radius:24px;
      background:rgba(22,27,24,.86);
      border:1px solid rgba(76,203,114,.17);
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .status-card:before{
      content:"";
      position:absolute;
      inset:-70px -70px auto auto;
      width:150px;
      height:150px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(76,203,114,.18),transparent 66%);
    }
    .status-card:hover{
      transform:translateY(-3px);
      border-color:rgba(76,203,114,.45);
      box-shadow:0 18px 38px rgba(0,0,0,.28);
    }
    .status-value{
      font-size:30px;
      font-weight:950;
      line-height:1;
      color:#fff;
      margin:14px 0 8px;
    }
    .status-text{
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      padding:30px;
      background:
        radial-gradient(circle at 82% 50%,rgba(216,123,255,.22),transparent 34%),
        linear-gradient(105deg,rgba(18,51,38,.96),rgba(17,20,18,.98));
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(80deg,transparent 0 50%,rgba(255,255,255,.06) 50.5% 52%,transparent 52.5%);
      pointer-events:none;
    }
    .count-strip{
      display:flex;
      gap:10px;
      align-items:center;
      justify-content:flex-end;
      flex-wrap:wrap;
    }
    .count-box{
      min-width:72px;
      padding:12px 10px;
      border-radius:18px;
      text-align:center;
      background:rgba(0,0,0,.24);
      border:1px solid rgba(255,255,255,.10);
    }
    .count-box strong{
      display:block;
      font-size:26px;
      line-height:1;
      color:var(--green-2);
    }
    .count-box span{
      font-size:12px;
      color:var(--muted);
      font-weight:800;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .field label{
      display:block;
      margin-bottom:8px;
      font-size:14px;
      font-weight:850;
      color:#dceee0;
    }
    .field input,.field select,.field textarea{
      width:100%;
      min-height:50px;
      border-radius:16px;
      border:1px solid rgba(76,203,114,.22);
      background:#111713;
      color:#fff;
      padding:12px 14px;
      outline:none;
      transition:var(--ease);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
    }
    .field textarea{min-height:118px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:var(--green);
      box-shadow:0 0 0 4px rgba(76,203,114,.12),0 0 24px rgba(76,203,114,.10);
    }
    .field.full{grid-column:1/-1}
    .check-line{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,179,71,.08);
      border:1px solid rgba(255,179,71,.18);
      color:#ecdcc2;
      font-size:14px;
    }
    .check-line input{
      width:18px;
      height:18px;
      accent-color:var(--green);
      margin-top:4px;
    }
    .form-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
      margin-top:18px;
    }
    .privacy-card{
      border-color:rgba(255,179,71,.20);
      background:
        radial-gradient(circle at 15% 20%,rgba(255,179,71,.12),transparent 32%),
        linear-gradient(145deg,rgba(27,35,29,.96),rgba(16,19,18,.96));
    }
    .privacy-card p{margin-bottom:0;color:#d9e7dc}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      background:rgba(22,27,24,.86);
      border:1px solid rgba(76,203,114,.17);
    }
    .accordion-title{
      position:relative;
      border:0!important;
      color:#f1fff4!important;
      padding:19px 54px 19px 22px!important;
      font-size:16px;
      font-weight:900;
      background:rgba(255,255,255,.02);
    }
    .accordion-title:before{
      right:22px!important;
      margin-top:-11px!important;
      color:var(--green);
      font-size:24px!important;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(76,203,114,.08);
      color:#fff!important;
    }
    .accordion-content{
      border:0!important;
      background:rgba(12,18,15,.54)!important;
      color:#c7d9cb!important;
      padding:0 22px 20px!important;
      line-height:1.8;
    }
    .site-footer{
      position:relative;
      padding:58px 0 28px;
      background:
        radial-gradient(circle at 20% 10%,rgba(76,203,114,.12),transparent 30%),
        linear-gradient(180deg,rgba(12,18,15,.94),#080b09);
      border-top:1px solid rgba(76,203,114,.18);
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background:repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,transparent 1px 22px);
      opacity:.38;
      pointer-events:none;
    }
    .site-footer .site-container{position:relative;z-index:1}
    .footer-grid{
      display:grid;
      grid-template-columns:1.5fr .8fr .8fr;
      gap:28px;
      padding-bottom:34px;
    }
    .footer-brand{
      font-size:24px;
      font-weight:950;
      margin-bottom:10px;
    }
    .footer-text{
      max-width:520px;
      color:var(--muted);
      margin:0;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#aebfb2;
      font-weight:750;
    }
    .footer-links a:hover{
      color:var(--green-2);
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#829286;
      font-size:13px;
    }
    .bottom-mobile-cta{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:55;
      padding:10px;
      border-radius:22px;
      background:rgba(12,18,15,.9);
      border:1px solid rgba(76,203,114,.25);
      backdrop-filter:blur(14px);
      box-shadow:0 18px 48px rgba(0,0,0,.36);
    }
    .bottom-mobile-cta .btn{width:100%;min-height:46px}
    @media (max-width:1199px){
      :root{--side:88px}
      .side-nav{padding:18px 10px}
      .brand-main{font-size:14px}
      .content-layout{grid-template-columns:1fr}
      .side-panel{position:relative;top:auto;grid-template-columns:repeat(2,1fr)}
      .status-grid{grid-template-columns:repeat(2,1fr)}
      .hero{min-height:auto}
    }
    @media (max-width:767px){
      .page-shell{padding-left:0}
      .side-nav{display:none}
      .mobile-top{display:block}
      .section{padding:54px 0}
      .section.tight{padding:42px 0}
      .hero{padding:52px 0 42px}
      .hero-copy{padding-right:0}
      .route-board{margin-top:28px;padding:18px;border-radius:26px}
      .node-card{grid-template-columns:auto 1fr;padding:14px}
      .node-card .status-badge{grid-column:1/-1;width:max-content}
      .hero-actions .btn{width:100%}
      .filter-strip{border-radius:20px;overflow-x:auto;flex-wrap:nowrap;padding:12px}
      .filter-strip .tag{white-space:nowrap}
      .guide-rail:before{left:24px}
      .guide-card{
        grid-template-columns:48px 1fr;
        gap:14px;
        padding:18px;
        border-radius:22px;
      }
      .guide-index{width:48px;height:48px;border-radius:18px}
      .guide-action{
        grid-column:1/-1;
        align-items:flex-start;
        flex-direction:row;
        justify-content:space-between;
      }
      .side-panel{grid-template-columns:1fr}
      .status-grid{grid-template-columns:1fr}
      .cta-panel{grid-template-columns:1fr;padding:24px}
      .count-strip{justify-content:flex-start}
      .form-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr;gap:24px}
      .copyright{display:grid}
      .bottom-mobile-cta{display:block}
      body{padding-bottom:74px}
    }
    @media (max-width:520px){
      .grid-container{padding-left:16px;padding-right:16px}
      h1{font-size:31px;letter-spacing:-.035em}
      h2{font-size:26px}
      .lead{font-size:16px}
      .board-top{align-items:flex-start;flex-direction:column}
      .count-box{min-width:64px}
      .status-card,.info-card,.form-card,.privacy-card{padding:20px;border-radius:22px}
      .accordion-title{font-size:15px;padding-right:46px!important}
    }

/* roulang page: category2 */
:root{
      --bg:#101312;
      --bg-2:#0b0f0d;
      --panel:#161b18;
      --panel-2:#1b231d;
      --panel-3:#202820;
      --text:#f3f7f0;
      --muted:#aab8ad;
      --soft:#718174;
      --green:#4ccb72;
      --green-2:#86f0a2;
      --deep-green:#123326;
      --purple:#8b5cf6;
      --pink:#d87bff;
      --amber:#ffb347;
      --danger:#ff6f91;
      --line:rgba(76,203,114,.22);
      --line-purple:rgba(139,92,246,.26);
      --shadow:0 22px 70px rgba(0,0,0,.42);
      --glow:0 0 38px rgba(76,203,114,.18),0 0 54px rgba(139,92,246,.12);
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --nav-w:104px;
      --ease:cubic-bezier(.22,.61,.36,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 78% 4%,rgba(139,92,246,.22),transparent 30%),
        radial-gradient(circle at 12% 18%,rgba(76,203,114,.16),transparent 28%),
        linear-gradient(135deg,var(--bg),#0c130f 46%,#090b0a);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.34;
      background-image:
        linear-gradient(rgba(76,203,114,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(76,203,114,.045) 1px,transparent 1px),
        radial-gradient(circle at 20% 30%,rgba(216,123,255,.12),transparent 16%),
        radial-gradient(circle at 85% 70%,rgba(76,203,114,.11),transparent 18%);
      background-size:54px 54px,54px 54px,100% 100%,100% 100%;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.34));
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:-20%;
      pointer-events:none;
      background:
        repeating-linear-gradient(118deg,transparent 0 34px,rgba(76,203,114,.035) 35px 36px,transparent 37px 74px),
        linear-gradient(105deg,transparent 0 44%,rgba(139,92,246,.13) 45%,transparent 58%);
      filter:blur(.2px);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:color .25s var(--ease),border-color .25s var(--ease),background .25s var(--ease),transform .25s var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(76,203,114,.38);color:#fff}
    :focus-visible{outline:2px solid var(--green);outline-offset:4px}
    .site-container{max-width:1210px}
    .page-shell{padding-left:var(--nav-w)}
    .side-nav{
      position:fixed;
      top:0;
      left:0;
      width:var(--nav-w);
      height:100vh;
      z-index:50;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      padding:18px 12px;
      background:
        radial-gradient(circle at 50% 12%,rgba(76,203,114,.17),transparent 35%),
        linear-gradient(180deg,#111713,#0b110e 55%,#07100b);
      border-right:1px solid rgba(76,203,114,.18);
      box-shadow:18px 0 44px rgba(0,0,0,.35);
      overflow:hidden;
    }
    .side-nav:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
      background-size:22px 22px;
      opacity:.8;
      pointer-events:none;
    }
    .brand-mark{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:7px;
      min-height:104px;
      padding:13px 7px;
      border:1px solid rgba(76,203,114,.28);
      border-radius:22px;
      background:linear-gradient(180deg,rgba(76,203,114,.13),rgba(139,92,246,.08));
      box-shadow:var(--glow);
    }
    .brand-main{
      font-size:16px;
      line-height:1.15;
      font-weight:850;
      text-align:center;
      letter-spacing:.04em;
      color:#f6fff6;
    }
    .brand-sub{
      font-size:11px;
      color:var(--green-2);
      border:1px solid rgba(76,203,114,.3);
      padding:2px 7px;
      border-radius:999px;
      background:rgba(76,203,114,.08);
      white-space:nowrap;
    }
    .side-menu{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      gap:12px;
      margin-top:28px;
    }
    .side-menu a{
      position:relative;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:5px;
      min-height:66px;
      border-radius:19px;
      color:#b8c7bb;
      border:1px solid transparent;
      background:rgba(255,255,255,.025);
      font-size:12px;
      font-weight:700;
    }
    .side-menu a:hover{
      color:#fff;
      transform:translateY(-2px);
      border-color:rgba(76,203,114,.24);
      background:rgba(76,203,114,.08);
    }
    .side-menu a.active{
      color:#fff;
      border-color:rgba(76,203,114,.55);
      background:linear-gradient(180deg,rgba(76,203,114,.22),rgba(139,92,246,.12));
      box-shadow:0 0 30px rgba(76,203,114,.16);
    }
    .side-menu a.active:after{
      content:"ON";
      position:absolute;
      right:7px;
      top:7px;
      font-size:9px;
      letter-spacing:.04em;
      color:#07100b;
      background:var(--green);
      padding:1px 5px;
      border-radius:999px;
      box-shadow:0 0 16px rgba(76,203,114,.65);
    }
    .nav-ico{
      width:24px;
      height:24px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:rgba(255,255,255,.06);
      color:var(--green-2);
      font-size:16px;
    }
    .side-foot{
      position:relative;
      z-index:1;
      font-size:11px;
      line-height:1.45;
      color:#9aac9e;
      padding:12px 8px;
      border-radius:16px;
      border:1px solid rgba(255,179,71,.25);
      background:rgba(255,179,71,.06);
      text-align:center;
    }
    .mobile-top{
      display:none;
      position:sticky;
      top:0;
      z-index:60;
      height:64px;
      align-items:center;
      justify-content:space-between;
      padding:0 16px;
      background:rgba(12,17,14,.94);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(76,203,114,.18);
      box-shadow:0 14px 34px rgba(0,0,0,.28);
    }
    .mobile-brand{
      display:flex;
      flex-direction:column;
      line-height:1.15;
      font-weight:850;
      color:#fff;
    }
    .mobile-brand small{
      color:var(--green-2);
      font-size:11px;
      font-weight:700;
      margin-top:2px;
    }
    .menu-toggle{
      width:44px;
      height:44px;
      border:1px solid rgba(76,203,114,.28);
      border-radius:15px;
      background:rgba(76,203,114,.08);
      color:#fff;
      display:grid;
      place-items:center;
    }
    .menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{
      content:"";
      display:block;
      width:18px;
      height:2px;
      background:#fff;
      border-radius:2px;
      transition:.25s var(--ease);
    }
    .menu-toggle span:before{transform:translateY(-6px)}
    .menu-toggle span:after{transform:translateY(4px)}
    .mobile-panel{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      top:72px;
      z-index:59;
      padding:14px;
      border-radius:24px;
      background:linear-gradient(180deg,#141a16,#0c110e);
      border:1px solid rgba(76,203,114,.22);
      box-shadow:var(--shadow);
    }
    .mobile-panel.open{display:block}
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      min-height:50px;
      padding:0 14px;
      margin-bottom:8px;
      border-radius:16px;
      color:#dfe9df;
      background:rgba(255,255,255,.035);
      border:1px solid transparent;
      font-weight:750;
    }
    .mobile-panel a.active,.mobile-panel a:hover{
      border-color:rgba(76,203,114,.45);
      background:rgba(76,203,114,.12);
      color:#fff;
    }
    .section{padding:74px 0}
    .section-tight{padding:50px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(76,203,114,.08);
      border:1px solid rgba(76,203,114,.26);
      color:var(--green-2);
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(76,203,114,.13),0 0 16px rgba(76,203,114,.72);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5.2vw,56px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.045em;
      margin:18px 0 18px;
    }
    h2{
      font-size:clamp(26px,3.5vw,38px);
      line-height:1.22;
      font-weight:850;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    h3{
      font-size:21px;
      line-height:1.34;
      font-weight:820;
      margin-bottom:9px;
    }
    .lead{
      color:#c5d0c6;
      font-size:17px;
      line-height:1.86;
      max-width:760px;
    }
    .muted{color:var(--muted)}
    .hero{
      position:relative;
      min-height:520px;
      padding:70px 0 54px;
      overflow:hidden;
      border-bottom:1px solid rgba(76,203,114,.12);
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:28px 24px auto auto;
      width:48vw;
      height:380px;
      background:
        radial-gradient(circle at 45% 40%,rgba(216,123,255,.28),transparent 28%),
        conic-gradient(from 120deg,transparent,rgba(76,203,114,.12),transparent,rgba(139,92,246,.12),transparent);
      filter:blur(28px);
      opacity:.75;
      pointer-events:none;
    }
    .hero-panel{
      position:relative;
      padding:30px;
      border-radius:34px;
      border:1px solid rgba(76,203,114,.22);
      background:
        linear-gradient(145deg,rgba(22,27,24,.96),rgba(17,31,23,.9) 54%,rgba(20,16,28,.78)),
        radial-gradient(circle at 90% 0,rgba(139,92,246,.18),transparent 36%);
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
    }
    .hero-panel:after{
      content:"";
      position:absolute;
      inset:auto -12% -46% 26%;
      height:250px;
      background:radial-gradient(ellipse,rgba(76,203,114,.16),transparent 64%);
      pointer-events:none;
    }
    .hero-copy{position:relative;z-index:1}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:28px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:0 22px;
      border-radius:999px;
      font-weight:850;
      border:1px solid transparent;
      transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease);
    }
    .btn-primary{
      color:#06100b;
      background:linear-gradient(100deg,var(--green),var(--green-2) 48%,var(--pink));
      box-shadow:0 14px 34px rgba(76,203,114,.23),0 0 22px rgba(216,123,255,.13);
    }
    .btn-secondary{
      color:#eaffef;
      border-color:rgba(76,203,114,.32);
      background:rgba(76,203,114,.07);
    }
    .btn:hover{
      transform:translateY(-3px);
      box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 34px rgba(76,203,114,.18);
      color:#fff;
    }
    .btn-primary:hover{color:#06100b}
    .btn-secondary:hover{border-color:rgba(216,123,255,.42);background:rgba(139,92,246,.12)}
    .status-board{
      position:relative;
      z-index:1;
      padding:20px;
      border-radius:28px;
      background:rgba(8,13,10,.58);
      border:1px solid rgba(255,255,255,.08);
      min-height:100%;
    }
    .stage-strip{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:18px;
      background:linear-gradient(90deg,rgba(139,92,246,.18),rgba(76,203,114,.1),rgba(255,179,71,.1));
      border:1px solid rgba(139,92,246,.22);
      margin-bottom:16px;
    }
    .stage-strip strong{font-size:14px}
    .live-dot{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--green-2);
      font-size:12px;
      font-weight:800;
    }
    .live-dot:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      animation:pulse 1.8s infinite;
    }
    @keyframes pulse{
      0%,100%{box-shadow:0 0 0 0 rgba(76,203,114,.45)}
      50%{box-shadow:0 0 0 8px rgba(76,203,114,0)}
    }
    .count-bar{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-bottom:16px;
    }
    .count-box{
      text-align:center;
      padding:14px 8px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(76,203,114,.16);
    }
    .count-box b{
      display:block;
      font-size:26px;
      line-height:1;
      color:#fff;
      letter-spacing:.02em;
    }
    .count-box span{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:7px;
    }
    .node-list{display:grid;gap:12px}
    .node-item{
      position:relative;
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:12px;
      align-items:center;
      padding:13px;
      border-radius:18px;
      background:linear-gradient(90deg,rgba(255,255,255,.045),rgba(255,255,255,.025));
      border:1px solid rgba(76,203,114,.13);
      transition:.25s var(--ease);
    }
    .node-item:hover{
      transform:translateX(4px);
      border-color:rgba(76,203,114,.42);
      background:rgba(76,203,114,.07);
    }
    .node-ico{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      color:var(--green-2);
      background:rgba(76,203,114,.1);
      border:1px solid rgba(76,203,114,.2);
      font-size:20px;
    }
    .node-item strong{display:block;font-size:15px;color:#fff}
    .node-item small{display:block;color:var(--muted);font-size:12px;line-height:1.45;margin-top:2px}
    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:24px;
      padding:3px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
      border:1px solid rgba(255,255,255,.12);
    }
    .badge-green{color:var(--green-2);background:rgba(76,203,114,.1);border-color:rgba(76,203,114,.25)}
    .badge-purple{color:#e3d6ff;background:rgba(139,92,246,.13);border-color:rgba(139,92,246,.28)}
    .badge-amber{color:#ffd494;background:rgba(255,179,71,.12);border-color:rgba(255,179,71,.25)}
    .badge-soft{color:#d9e4da;background:rgba(255,255,255,.055)}
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .filter-pill{
      border:1px solid rgba(76,203,114,.2);
      background:rgba(255,255,255,.035);
      color:#cfdbd0;
      border-radius:999px;
      padding:8px 13px;
      font-size:13px;
      font-weight:800;
    }
    .filter-pill.active,.filter-pill:hover{
      background:rgba(76,203,114,.12);
      border-color:rgba(76,203,114,.48);
      color:#fff;
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:22px;
      margin-bottom:30px;
    }
    .section-head .lead{margin-bottom:0;max-width:680px}
    .update-panel{
      position:relative;
      padding:26px;
      border-radius:30px;
      background:linear-gradient(140deg,rgba(27,35,29,.96),rgba(14,20,16,.96));
      border:1px solid rgba(76,203,114,.18);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .update-panel:before{
      content:"";
      position:absolute;
      top:-42%;
      right:-18%;
      width:420px;
      height:420px;
      background:radial-gradient(circle,rgba(139,92,246,.22),transparent 60%);
      pointer-events:none;
    }
    .status-cards{
      position:relative;
      display:grid;
      grid-template-columns:1.1fr 1fr 1fr 1fr;
      gap:14px;
      z-index:1;
    }
    .status-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      transition:.25s var(--ease);
    }
    .status-card:hover{
      transform:translateY(-4px);
      border-color:rgba(76,203,114,.32);
      box-shadow:0 14px 38px rgba(0,0,0,.22);
    }
    .status-card .num{
      display:block;
      font-size:28px;
      line-height:1.1;
      font-weight:900;
      color:#fff;
      margin:12px 0 4px;
    }
    .status-card p{font-size:14px;color:var(--muted);margin:0;line-height:1.62}
    .plan-wrap{
      display:grid;
      grid-template-columns:1fr 1.16fr 1fr;
      gap:18px;
      align-items:stretch;
    }
    .plan-card{
      position:relative;
      padding:24px;
      border-radius:28px;
      background:linear-gradient(180deg,var(--panel-2),rgba(16,20,17,.95));
      border:1px solid rgba(76,203,114,.16);
      box-shadow:0 18px 54px rgba(0,0,0,.28);
      transition:.28s var(--ease);
      overflow:hidden;
    }
    .plan-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(135deg,rgba(76,203,114,.09),transparent 42%,rgba(139,92,246,.08));
      opacity:.48;
      pointer-events:none;
    }
    .plan-card.featured{
      border-color:rgba(76,203,114,.55);
      box-shadow:0 24px 76px rgba(0,0,0,.38),0 0 42px rgba(76,203,114,.17);
      transform:translateY(-10px);
    }
    .plan-card:hover{
      transform:translateY(-6px);
      border-color:rgba(216,123,255,.38);
    }
    .plan-card.featured:hover{transform:translateY(-14px)}
    .plan-card>*{position:relative;z-index:1}
    .plan-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:16px;
    }
    .plan-name{
      font-size:22px;
      font-weight:900;
      color:#fff;
    }
    .plan-desc{
      color:var(--muted);
      font-size:15px;
      min-height:78px;
    }
    .plan-list{
      list-style:none;
      padding:0;
      margin:18px 0 22px;
      display:grid;
      gap:10px;
    }
    .plan-list li{
      position:relative;
      padding-left:24px;
      color:#dce6dc;
      font-size:14px;
    }
    .plan-list li:before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 13px rgba(76,203,114,.55);
    }
    .compare-note{
      margin-top:18px;
      padding:16px 18px;
      border-radius:20px;
      border:1px solid rgba(255,179,71,.2);
      background:rgba(255,179,71,.07);
      color:#f4d2a3;
      font-size:14px;
    }
    .cta-banner{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      border:1px solid rgba(216,123,255,.25);
      background:
        radial-gradient(circle at 82% 34%,rgba(216,123,255,.25),transparent 30%),
        radial-gradient(circle at 10% 78%,rgba(76,203,114,.18),transparent 31%),
        linear-gradient(128deg,#171d19,#0c110f 58%,#181125);
      box-shadow:var(--shadow),0 0 48px rgba(139,92,246,.14);
      padding:30px;
    }
    .cta-banner:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(100deg,transparent 0 35%,rgba(255,255,255,.06) 36%,transparent 47%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 1px,transparent 1px 28px);
      opacity:.44;
      pointer-events:none;
    }
    .cta-banner>*{position:relative;z-index:1}
    .progress-track{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.1);
      margin:18px 0 10px;
    }
    .progress-fill{
      height:100%;
      width:72%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--green),var(--amber),var(--pink));
      box-shadow:0 0 24px rgba(76,203,114,.4);
    }
    .quick-form{
      padding:26px;
      border-radius:30px;
      background:linear-gradient(180deg,rgba(27,35,29,.94),rgba(13,18,15,.96));
      border:1px solid rgba(76,203,114,.18);
      box-shadow:var(--shadow);
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .field{margin-bottom:14px}
    .field label{
      display:block;
      margin-bottom:7px;
      color:#dce7dc;
      font-weight:780;
      font-size:14px;
    }
    .field input,.field select,.field textarea{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid rgba(76,203,114,.18);
      background:#111713;
      color:#fff;
      padding:11px 14px;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
      transition:border-color .22s var(--ease),box-shadow .22s var(--ease),background .22s var(--ease);
    }
    .field textarea{min-height:110px;resize:vertical}
    .field input::placeholder,.field textarea::placeholder{color:#6f7d72}
    .field input:focus,.field select:focus,.field textarea:focus{
      outline:none;
      border-color:rgba(76,203,114,.68);
      box-shadow:0 0 0 4px rgba(76,203,114,.11),0 0 26px rgba(76,203,114,.1);
      background:#0f1712;
    }
    .checkline{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#c7d4c8;
      font-size:14px;
      margin:6px 0 18px;
    }
    .checkline input{margin-top:7px;accent-color:var(--green)}
    .process-card{
      padding:24px;
      border-radius:28px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(139,92,246,.18);
      height:100%;
    }
    .step-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:14px;
      counter-reset:step;
    }
    .step-list li{
      position:relative;
      padding:14px 14px 14px 54px;
      border-radius:18px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.07);
      color:#dbe5dc;
    }
    .step-list li:before{
      counter-increment:step;
      content:"0" counter(step);
      position:absolute;
      left:14px;
      top:14px;
      width:28px;
      height:28px;
      display:grid;
      place-items:center;
      border-radius:10px;
      color:#06100b;
      background:var(--green);
      font-size:12px;
      font-weight:900;
    }
    .faq-wrap{
      border-radius:30px;
      overflow:hidden;
      border:1px solid rgba(76,203,114,.16);
      background:rgba(20,26,22,.74);
      box-shadow:0 18px 48px rgba(0,0,0,.24);
    }
    .accordion{background:transparent;margin:0}
    .accordion-item{border-bottom:1px solid rgba(255,255,255,.07)}
    .accordion-item:last-child{border-bottom:0}
    .accordion-title{
      position:relative;
      display:block;
      color:#f2fff4;
      font-size:16px;
      font-weight:830;
      padding:20px 54px 20px 24px;
      border:0;
      background:rgba(255,255,255,.018);
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(76,203,114,.07);
      color:#fff;
    }
    .accordion-title:before{
      right:24px;
      margin-top:-10px;
      color:var(--green-2);
      font-size:22px;
    }
    .accordion-content{
      background:rgba(255,255,255,.028);
      border:0;
      color:#c3d0c4;
      padding:0 24px 22px;
      line-height:1.8;
    }
    .privacy-box{
      padding:18px 20px;
      border-radius:24px;
      background:rgba(255,179,71,.07);
      border:1px solid rgba(255,179,71,.22);
      color:#f0d5ad;
      font-size:14px;
      line-height:1.76;
    }
    .site-footer{
      position:relative;
      padding:54px 0 28px;
      background:
        radial-gradient(circle at 80% 0,rgba(76,203,114,.13),transparent 28%),
        linear-gradient(180deg,#0d120f,#070907);
      border-top:1px solid rgba(76,203,114,.16);
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(rgba(76,203,114,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(76,203,114,.025) 1px,transparent 1px);
      background-size:32px 32px;
      opacity:.45;
      pointer-events:none;
    }
    .site-footer .site-container{position:relative;z-index:1}
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
    }
    .footer-brand{
      font-size:22px;
      font-weight:900;
      color:#fff;
      margin-bottom:10px;
    }
    .footer-text{
      color:#aebbae;
      max-width:520px;
      margin:0;
    }
    .footer-title{
      color:#fff;
      font-weight:850;
      margin-bottom:12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#aebbae;
      font-size:14px;
    }
    .footer-links a:hover{color:var(--green-2);transform:translateX(3px)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#849187;
      font-size:13px;
    }
    .mobile-bottom-cta{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:55;
      padding:10px;
      border-radius:22px;
      background:rgba(10,14,11,.92);
      backdrop-filter:blur(12px);
      border:1px solid rgba(76,203,114,.24);
      box-shadow:0 16px 42px rgba(0,0,0,.38);
      gap:10px;
    }
    .mobile-bottom-cta .btn{flex:1;min-height:44px;padding:0 12px;font-size:14px}
    .close-float{
      width:38px;
      border:0;
      border-radius:14px;
      background:rgba(255,255,255,.08);
      color:#fff;
    }
    @media (max-width:1199px){
      :root{--nav-w:88px}
      .brand-main{font-size:14px}
      .side-nav{padding:14px 9px}
      .status-cards{grid-template-columns:repeat(2,1fr)}
      .plan-wrap{grid-template-columns:1fr;gap:16px}
      .plan-card.featured{transform:none}
      .plan-card.featured:hover{transform:translateY(-6px)}
      .plan-desc{min-height:auto}
    }
    @media (max-width:767px){
      .page-shell{padding-left:0}
      .side-nav{display:none}
      .mobile-top{display:flex}
      .section{padding:52px 0}
      .section-tight{padding:38px 0}
      .hero{padding:34px 0 44px;min-height:auto}
      .hero-panel{padding:20px;border-radius:26px}
      h1{font-size:34px;letter-spacing:-.035em}
      h2{font-size:28px}
      .lead{font-size:16px}
      .hero-actions{flex-direction:column}
      .btn{width:100%;min-height:48px}
      .count-bar{grid-template-columns:repeat(3,1fr);gap:8px}
      .count-box b{font-size:22px}
      .node-item{grid-template-columns:38px 1fr;align-items:start}
      .node-item .badge{grid-column:2;justify-self:start}
      .section-head{display:block}
      .status-cards{grid-template-columns:1fr}
      .update-panel,.cta-banner,.quick-form{padding:20px;border-radius:26px}
      .form-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr;gap:24px}
      .copyright{display:grid}
      .mobile-bottom-cta{display:flex}
      body{padding-bottom:76px}
    }
    @media (max-width:520px){
      .grid-container{padding-left:16px;padding-right:16px}
      .stage-strip{align-items:flex-start;flex-direction:column}
      .count-box{padding:12px 4px}
      .count-box span{font-size:11px}
      .status-card .num{font-size:24px}
      .filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
      .filter-pill{white-space:nowrap}
      .accordion-title{padding-left:18px;padding-right:44px}
      .accordion-title:before{right:18px}
      .accordion-content{padding-left:18px;padding-right:18px}
    }
