/* roulang page: index */
:root{
      --bg:#F8FAF7;
      --bg-soft:#F4EFE6;
      --ink:#1B1F1D;
      --muted:#66736D;
      --weak:#9AA49F;
      --deep:#0F3D32;
      --deep-2:#07110E;
      --deep-3:#0A1713;
      --success:#20B26B;
      --success-2:#22C55E;
      --neon:#7CFFB2;
      --sand:#D8C7A3;
      --line:#E2EAE4;
      --white:#FFFFFF;
      --danger:#D86666;
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --shadow:0 18px 50px rgba(15,61,50,.08);
      --shadow-strong:0 22px 64px rgba(15,61,50,.14);
      --glow:0 0 0 4px rgba(124,255,178,.12),0 0 28px rgba(124,255,178,.28);
      --container:1200px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Source Han Sans SC,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 9% 11%, rgba(216,199,163,.28), transparent 28%),
        radial-gradient(circle at 91% 6%, rgba(124,255,178,.13), transparent 26%),
        var(--bg);
      line-height:1.75;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--success)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(124,255,178,.45);color:var(--deep-2)}

    .site-wrap{overflow:hidden}
    .container{
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:86px 0;
      position:relative;
    }
    .section.compact{padding:64px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-title{
      margin:0;
      color:var(--deep);
      font-size:clamp(28px,3vw,38px);
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .section-desc{
      margin:10px 0 0;
      color:var(--muted);
      font-size:16px;
      max-width:680px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:5px 12px;
      border:1px solid rgba(32,178,107,.24);
      border-radius:999px;
      background:rgba(32,178,107,.08);
      color:var(--deep);
      font-size:13px;
      font-weight:700;
      line-height:1.3;
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 14px rgba(32,178,107,.55);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(7,17,14,.96);
      border-bottom:1px solid rgba(124,255,178,.16);
      box-shadow:0 14px 30px rgba(7,17,14,.22);
      backdrop-filter:blur(16px);
    }
    .nav-shell{
      width:min(calc(100% - 36px),var(--container));
      margin:0 auto;
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:850;
      letter-spacing:.01em;
      white-space:nowrap;
    }
    .brand-mark{
      position:relative;
      width:34px;height:34px;
      border:1px solid rgba(124,255,178,.55);
      border-radius:12px;
      background:linear-gradient(135deg,rgba(124,255,178,.2),rgba(32,178,107,.04));
      box-shadow:inset 0 0 18px rgba(124,255,178,.12),0 0 18px rgba(124,255,178,.12);
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      background:var(--neon);
      border-radius:999px;
    }
    .brand-mark:before{width:17px;height:3px;left:8px;top:11px}
    .brand-mark:after{width:10px;height:3px;right:8px;bottom:10px}
    .brand-text strong{color:var(--neon)}
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      flex:1;
    }
    .nav-link{
      position:relative;
      color:rgba(255,255,255,.78);
      font-size:15px;
      font-weight:700;
      padding:23px 16px;
    }
    .nav-link:after{
      content:"";
      position:absolute;
      left:16px;right:16px;bottom:14px;
      height:2px;
      border-radius:999px;
      background:transparent;
      transition:var(--ease);
    }
    .nav-link:hover{
      color:var(--neon);
      text-shadow:0 0 16px rgba(124,255,178,.28);
    }
    .nav-link.active{color:#fff}
    .nav-link.active:after{
      background:var(--neon);
      box-shadow:0 0 16px rgba(124,255,178,.7);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:10px 18px;
      border:1px solid rgba(124,255,178,.58);
      border-radius:999px;
      color:var(--deep-2);
      background:var(--neon);
      font-weight:800;
      box-shadow:0 0 24px rgba(124,255,178,.16);
    }
    .nav-cta:hover{
      color:var(--deep-2);
      transform:translateY(-1px);
      box-shadow:0 0 34px rgba(124,255,178,.38);
    }
    .menu-toggle{
      display:none;
      width:44px;height:44px;
      border:1px solid rgba(124,255,178,.28);
      border-radius:14px;
      background:rgba(255,255,255,.04);
      color:#fff;
    }
    .menu-toggle span{
      display:block;
      width:20px;height:2px;
      margin:5px auto;
      border-radius:999px;
      background:var(--neon);
      transition:var(--ease);
    }
    .mobile-panel{
      display:none;
      width:min(calc(100% - 36px),var(--container));
      margin:0 auto 16px;
      padding:12px;
      border:1px solid rgba(124,255,178,.16);
      border-radius:20px;
      background:#0A1713;
    }
    .mobile-panel.open{display:block}
    .mobile-panel a{
      display:flex;
      align-items:center;
      min-height:46px;
      padding:10px 14px;
      border-radius:14px;
      color:rgba(255,255,255,.82);
      font-weight:700;
    }
    .mobile-panel a.active{
      color:#fff;
      background:rgba(124,255,178,.08);
      border-left:3px solid var(--neon);
    }
    .mobile-panel .nav-cta{
      width:100%;
      margin-top:10px;
      color:var(--deep-2);
    }

    .hero{
      padding:58px 0 74px;
      background:
        linear-gradient(180deg,rgba(7,17,14,.04),transparent 34%),
        radial-gradient(circle at 73% 18%,rgba(124,255,178,.16),transparent 32%);
    }
    .hero-panel{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      background:
        linear-gradient(135deg,#07110E 0%,#0F3D32 58%,#12392F 100%);
      box-shadow:0 30px 88px rgba(7,17,14,.22);
      min-height:540px;
      padding:40px;
      color:#fff;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(124,255,178,.08) 1px,transparent 1px),
        linear-gradient(0deg,rgba(124,255,178,.06) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 78%);
      pointer-events:none;
    }
    .hero-panel:after{
      content:"";
      position:absolute;
      width:420px;height:420px;
      right:-120px;top:-160px;
      background:radial-gradient(circle,rgba(124,255,178,.32),transparent 64%);
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr 1.04fr;
      gap:34px;
      align-items:stretch;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:center;
      max-width:600px;
      padding:22px 0;
    }
    .hero h1{
      margin:18px 0 18px;
      color:#fff;
      font-size:clamp(34px,4.9vw,56px);
      line-height:1.12;
      font-weight:850;
      letter-spacing:-.04em;
    }
    .hero-lead{
      margin:0 0 26px;
      color:rgba(255,255,255,.78);
      font-size:17px;
      line-height:1.9;
      max-width:570px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:24px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:13px 22px;
      border-radius:999px;
      border:1px solid transparent;
      font-size:15px;
      font-weight:800;
      line-height:1.2;
      transition:var(--ease);
      text-align:center;
    }
    .btn-primary{
      color:#fff;
      background:var(--deep);
      box-shadow:0 12px 26px rgba(15,61,50,.18);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      background:var(--success);
      box-shadow:0 10px 28px rgba(32,178,107,.24);
      transform:translateY(-1px);
    }
    .btn-secondary{
      color:var(--deep);
      background:#fff;
      border-color:rgba(15,61,50,.16);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--deep);
      background:rgba(124,255,178,.2);
      border-color:rgba(32,178,107,.38);
      transform:translateY(-1px);
    }
    .btn-neon{
      color:var(--deep-2);
      background:var(--neon);
      border-color:rgba(124,255,178,.72);
      box-shadow:0 0 28px rgba(124,255,178,.18);
    }
    .btn-neon:hover{color:var(--deep-2);box-shadow:var(--glow);transform:translateY(-1px)}
    .btn-ghost-dark{
      color:#fff;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.18);
    }
    .btn-ghost-dark:hover{
      color:var(--neon);
      border-color:rgba(124,255,178,.48);
      background:rgba(124,255,178,.08);
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      max-width:560px;
    }
    .hero-point{
      border:1px solid rgba(124,255,178,.16);
      border-radius:18px;
      padding:12px;
      background:rgba(255,255,255,.06);
    }
    .hero-point b{
      display:block;
      color:var(--neon);
      font-size:18px;
      line-height:1.2;
    }
    .hero-point span{
      color:rgba(255,255,255,.68);
      font-size:13px;
    }
    .stage{
      position:relative;
      align-self:center;
      border-radius:30px;
      padding:16px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 24px 70px rgba(0,0,0,.28);
    }
    .stage-window{
      overflow:hidden;
      border-radius:24px;
      background:#FAFBF8;
      color:var(--ink);
      border:1px solid rgba(226,234,228,.75);
    }
    .window-bar{
      height:48px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 18px;
      background:#F4EFE6;
      border-bottom:1px solid #E6DDD0;
    }
    .dots{display:flex;gap:7px}
    .dots i{width:10px;height:10px;border-radius:50%;display:block;background:#D8C7A3}
    .dots i:nth-child(2){background:#20B26B}
    .dots i:nth-child(3){background:#7CFFB2}
    .window-status{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--deep);
      font-size:13px;
      font-weight:800;
    }
    .window-status:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 12px rgba(32,178,107,.55);
    }
    .stage-body{padding:22px}
    .status-strip{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-bottom:18px;
    }
    .mini-stat{
      padding:14px;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
    }
    .mini-stat span{display:block;color:var(--muted);font-size:12px;font-weight:700}
    .mini-stat b{display:block;color:var(--deep);font-size:24px;line-height:1.2;margin-top:2px}
    .check-list{
      display:grid;
      gap:10px;
      margin:0 0 16px;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:16px;
      background:#fff;
      color:var(--muted);
      font-size:14px;
      line-height:1.55;
    }
    .check-icon{
      flex:0 0 auto;
      width:22px;height:22px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:var(--success);
      font-size:13px;
      font-weight:900;
    }
    .success-bar{
      display:flex;
      align-items:center;
      gap:10px;
      border-radius:18px;
      padding:14px 16px;
      background:rgba(32,178,107,.1);
      border:1px solid rgba(32,178,107,.24);
      color:var(--deep);
      font-size:14px;
      font-weight:800;
    }

    .series-nav{
      margin-top:-28px;
      position:relative;
      z-index:4;
    }
    .series-card{
      border:1px solid var(--line);
      border-radius:28px;
      background:rgba(255,255,255,.92);
      box-shadow:var(--shadow);
      padding:18px;
      backdrop-filter:blur(12px);
    }
    .series-track{
      display:flex;
      gap:12px;
      align-items:center;
      overflow:auto;
      padding:4px;
      scrollbar-width:none;
    }
    .series-track::-webkit-scrollbar{display:none}
    .series-item{
      flex:1 0 220px;
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:16px 18px;
      border-radius:20px;
      border:1px solid var(--line);
      background:#fff;
    }
    .series-item:hover{
      border-color:rgba(32,178,107,.42);
      transform:translateY(-2px);
      box-shadow:0 14px 34px rgba(15,61,50,.09);
    }
    .series-item strong{display:block;color:var(--deep);font-size:16px}
    .series-item span{display:block;color:var(--muted);font-size:13px}
    .series-arrow{
      width:34px;height:34px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(32,178,107,.1);color:var(--success);font-weight:900;
    }

    .countdown-section{background:linear-gradient(180deg,transparent,var(--bg-soft) 52%,transparent)}
    .countdown-card{
      border:1px solid var(--line);
      border-radius:32px;
      background:#fff;
      padding:30px;
      box-shadow:var(--shadow);
    }
    .time-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:20px;
    }
    .time-box{
      min-height:128px;
      border-radius:24px;
      border:1px solid rgba(32,178,107,.22);
      background:
        linear-gradient(180deg,rgba(124,255,178,.14),rgba(255,255,255,.96));
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
    }
    .time-box b{
      color:var(--deep);
      font-size:clamp(34px,5vw,56px);
      line-height:1;
      letter-spacing:-.05em;
    }
    .time-box span{
      margin-top:8px;
      color:var(--muted);
      font-size:14px;
      font-weight:800;
    }
    .notice-list{
      display:grid;
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .notice-list li{
      display:flex;
      gap:13px;
      padding:16px;
      border:1px solid var(--line);
      border-radius:20px;
      background:#fff;
      box-shadow:0 10px 26px rgba(15,61,50,.05);
    }
    .notice-list b{display:block;color:var(--deep);line-height:1.3}
    .notice-list span{display:block;color:var(--muted);font-size:14px;margin-top:4px}
    .status-dot{
      flex:0 0 auto;
      width:28px;height:28px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(32,178,107,.12);
      color:var(--success);
      font-weight:900;
    }

    .display-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:28px;
      align-items:start;
    }
    .feature-list{
      display:grid;
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .feature-item{
      display:grid;
      grid-template-columns:72px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border:1px solid var(--line);
      border-radius:24px;
      background:#fff;
      box-shadow:0 10px 28px rgba(15,61,50,.05);
      transition:var(--ease);
    }
    .feature-item:hover,.feature-item.active{
      transform:translateY(-4px);
      border-color:rgba(32,178,107,.48);
      box-shadow:var(--shadow);
    }
    .feature-no{
      color:var(--success);
      font-size:24px;
      font-weight:850;
      letter-spacing:-.03em;
    }
    .feature-item h3{
      margin:0 0 4px;
      color:var(--deep);
      font-size:20px;
      font-weight:800;
    }
    .feature-item p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:28px;
      padding:5px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .badge.success{background:rgba(32,178,107,.12);color:var(--success)}
    .badge.sand{background:rgba(216,199,163,.22);color:#8A7041}
    .badge.gray{background:#EEF2EF;color:#66736D}
    .preview-card{
      position:sticky;
      top:96px;
      border:1px solid var(--line);
      border-radius:32px;
      background:#fff;
      box-shadow:var(--shadow);
      padding:18px;
    }
    .preview-screen{
      border-radius:24px;
      overflow:hidden;
      border:1px solid var(--line);
      background:#F8FAF7;
    }
    .preview-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:16px 18px;
      background:#0A1713;
      color:#fff;
    }
    .preview-top span{color:var(--neon);font-size:13px;font-weight:800}
    .preview-lines{padding:18px;display:grid;gap:12px}
    .preview-line{
      min-height:52px;
      border-radius:16px;
      background:#fff;
      border:1px solid var(--line);
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 14px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .preview-line i{
      width:44%;
      height:9px;
      border-radius:999px;
      background:linear-gradient(90deg,rgba(32,178,107,.28),rgba(216,199,163,.24));
    }

    .news-section{
      background:
        linear-gradient(90deg,rgba(244,239,230,.68),transparent 68%);
    }
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:26px;
    }
    .news-list{
      display:grid;
      gap:12px;
    }
    .news-row{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:18px;
      align-items:center;
      min-height:84px;
      padding:18px;
      border:1px solid var(--line);
      border-radius:22px;
      background:#fff;
      transition:var(--ease);
    }
    .news-row:hover{
      transform:translateY(-3px);
      border-color:rgba(32,178,107,.42);
      box-shadow:0 14px 36px rgba(15,61,50,.08);
    }
    .news-date{color:var(--muted);font-size:13px;font-weight:800}
    .news-row h3{margin:0;color:var(--deep);font-size:18px;font-weight:800}
    .news-row p{margin:3px 0 0;color:var(--muted);font-size:14px;line-height:1.6}
    .row-action{
      width:40px;height:40px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      color:var(--deep);background:rgba(32,178,107,.08);font-weight:900;
    }
    .recommend-card{
      border:1px solid var(--line);
      border-radius:28px;
      background:#fff;
      padding:24px;
      box-shadow:var(--shadow);
    }
    .recommend-card h3{margin:0 0 10px;color:var(--deep);font-size:22px}
    .recommend-card p{margin:0 0 18px;color:var(--muted);font-size:15px}
    .mini-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
    .pill{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:6px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .pill.active{
      border-color:rgba(32,178,107,.36);
      background:rgba(32,178,107,.12);
      color:var(--deep);
    }

    .subscribe-card{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(32,178,107,.24);
      border-radius:34px;
      background:#fff;
      box-shadow:var(--shadow);
      padding:32px;
    }
    .subscribe-card:after{
      content:"";
      position:absolute;
      right:-80px;bottom:-100px;
      width:280px;height:280px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(124,255,178,.22),transparent 66%);
      pointer-events:none;
    }
    .form-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr 220px 160px;
      gap:12px;
      align-items:end;
      margin-top:20px;
    }
    .field label{
      display:block;
      color:var(--deep);
      font-size:14px;
      font-weight:800;
      margin-bottom:8px;
    }
    .field input,.field select{
      width:100%;
      height:52px;
      margin:0;
      border:1px solid var(--line);
      border-radius:16px;
      background:#fff;
      color:var(--ink);
      padding:0 15px;
      box-shadow:none;
      transition:var(--ease);
    }
    .field input:focus,.field select:focus{
      outline:none;
      border-color:var(--success);
      box-shadow:0 0 0 4px rgba(32,178,107,.12);
      background:#fff;
    }
    .form-message{
      display:none;
      margin-top:16px;
      padding:12px 14px;
      border-radius:16px;
      border:1px solid rgba(32,178,107,.26);
      background:rgba(32,178,107,.1);
      color:var(--deep);
      font-size:14px;
      font-weight:800;
    }
    .form-message.show{display:block}
    .privacy-note{margin:12px 0 0;color:var(--weak);font-size:13px}

    .records-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .record-card{
      border:1px solid var(--line);
      border-radius:26px;
      background:#fff;
      padding:20px;
      transition:var(--ease);
      box-shadow:0 10px 28px rgba(15,61,50,.05);
    }
    .record-card:hover{
      transform:translateY(-4px);
      border-color:rgba(32,178,107,.45);
      box-shadow:var(--shadow);
    }
    .record-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .record-card h3{
      margin:0 0 8px;
      color:var(--deep);
      font-size:20px;
      font-weight:850;
    }
    .record-card p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.65}
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--deep);
      font-weight:850;
      font-size:14px;
    }
    .text-link:hover{color:var(--success);gap:10px}

    .voice-section{background:#fff}
    .voice-wall{
      display:grid;
      grid-template-columns:1fr 1.1fr;
      gap:24px;
      align-items:start;
    }
    .score-card{
      border-radius:32px;
      padding:30px;
      background:linear-gradient(135deg,#0A1713,#0F3D32);
      color:#fff;
      box-shadow:0 24px 64px rgba(7,17,14,.22);
    }
    .score-card b{
      display:block;
      color:var(--neon);
      font-size:58px;
      line-height:1;
      letter-spacing:-.06em;
    }
    .score-card p{color:rgba(255,255,255,.76);margin:14px 0 0}
    .bubble-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .bubble{
      position:relative;
      border:1px solid var(--line);
      border-radius:24px;
      background:#fff;
      padding:18px;
      box-shadow:0 10px 30px rgba(15,61,50,.06);
    }
    .bubble:before{
      content:"";
      position:absolute;
      left:22px;bottom:-8px;
      width:16px;height:16px;
      background:#fff;
      border-right:1px solid var(--line);
      border-bottom:1px solid var(--line);
      transform:rotate(45deg);
    }
    .avatar{
      width:36px;height:36px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(32,178,107,.12);
      color:var(--deep);
      font-weight:900;
      margin-bottom:10px;
    }
    .bubble p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
    .bubble strong{display:block;color:var(--deep);margin-top:12px;font-size:13px}

    .faq-wrap{
      max-width:900px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      border:none;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--line);
      border-radius:20px;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 26px rgba(15,61,50,.04);
    }
    .accordion-title{
      border:none;
      color:var(--deep);
      font-size:17px;
      font-weight:850;
      padding:18px 56px 18px 20px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(32,178,107,.06);
      color:var(--deep);
    }
    .accordion-title:before{
      color:var(--success);
      font-size:24px;
      margin-top:-14px;
      right:20px;
    }
    .is-active>.accordion-title{
      background:rgba(32,178,107,.07);
      box-shadow:inset 4px 0 0 var(--success);
    }
    .accordion-content{
      border:none;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
      padding:18px 20px 22px;
      background:#fff;
    }

    .final-cta{
      padding:74px 0 92px;
    }
    .cta-card{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      border:1px solid rgba(216,199,163,.46);
      background:
        linear-gradient(135deg,#F4EFE6,#FFFFFF 68%);
      box-shadow:var(--shadow);
      padding:38px;
      display:grid;
      grid-template-columns:1fr 360px;
      gap:28px;
      align-items:center;
    }
    .cta-card:before{
      content:"";
      position:absolute;
      right:38px;top:28px;
      width:160px;height:160px;
      border:1px solid rgba(32,178,107,.18);
      border-radius:34px;
      transform:rotate(8deg);
      pointer-events:none;
    }
    .cta-card h2{margin:0 0 12px;color:var(--deep);font-size:clamp(28px,3vw,38px);line-height:1.22}
    .cta-card p{margin:0;color:var(--muted);font-size:16px}
    .cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
    .stack-card{
      position:relative;
      z-index:1;
      border-radius:26px;
      border:1px solid var(--line);
      background:#fff;
      padding:18px;
      box-shadow:0 18px 46px rgba(15,61,50,.09);
    }
    .stack-row{
      display:flex;align-items:center;justify-content:space-between;
      min-height:48px;
      border-bottom:1px solid var(--line);
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .stack-row:last-child{border-bottom:none}
    .stack-row b{color:var(--deep)}

    .site-footer{
      background:#07110E;
      color:rgba(255,255,255,.74);
      border-top:1px solid rgba(124,255,178,.18);
      padding:46px 0 26px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:28px;
      align-items:start;
    }
    .footer-brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-size:18px;
      font-weight:850;
      margin-bottom:12px;
    }
    .footer-brand .brand-mark{width:30px;height:30px;border-radius:10px}
    .footer-text{
      max-width:560px;
      margin:0;
      color:rgba(255,255,255,.66);
      font-size:14px;
      line-height:1.8;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px 18px;
    }
    .footer-links a{
      color:rgba(255,255,255,.72);
      font-size:14px;
      font-weight:700;
    }
    .footer-links a:hover{
      color:var(--neon);
      text-shadow:0 0 14px rgba(124,255,178,.28);
    }
    .copyright{
      margin-top:30px;
      padding-top:20px;
      border-top:1px solid rgba(124,255,178,.14);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      color:rgba(255,255,255,.52);
      font-size:13px;
    }

    .floating-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:45;
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:48px;
      padding:12px 18px;
      border-radius:999px;
      background:var(--deep);
      color:#fff;
      font-weight:850;
      box-shadow:0 18px 42px rgba(15,61,50,.28);
      border:1px solid rgba(124,255,178,.28);
    }
    .floating-cta:hover{
      color:#fff;
      background:var(--success);
      transform:translateY(-2px);
    }

    @media (max-width:1023px){
      .desktop-nav,.nav-actions{display:none}
      .menu-toggle{display:inline-block}
      .nav-shell{min-height:66px}
      .hero-panel{padding:28px;min-height:auto}
      .hero-content{grid-template-columns:1fr}
      .hero-copy{padding:0}
      .display-grid,.news-layout,.voice-wall,.cta-card{grid-template-columns:1fr}
      .preview-card{position:relative;top:auto}
      .records-grid{grid-template-columns:1fr 1fr}
      .form-grid{grid-template-columns:1fr 1fr}
      .form-grid .btn{grid-column:1/-1}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:767px){
      .container,.nav-shell,.mobile-panel{width:min(calc(100% - 28px),var(--container))}
      .section{padding:56px 0}
      .section.compact{padding:44px 0}
      .section-head{display:block;margin-bottom:24px}
      .hero{padding:34px 0 52px}
      .hero-panel{border-radius:28px;padding:22px}
      .hero h1{font-size:34px}
      .hero-lead{font-size:16px}
      .hero-actions .btn{width:100%}
      .hero-points{grid-template-columns:1fr}
      .status-strip{grid-template-columns:1fr}
      .time-grid{grid-template-columns:repeat(2,1fr)}
      .time-box{min-height:108px}
      .feature-item{grid-template-columns:48px 1fr;align-items:start}
      .feature-item .badge{grid-column:2}
      .news-row{grid-template-columns:1fr;gap:8px}
      .row-action{display:none}
      .form-grid{grid-template-columns:1fr}
      .records-grid,.bubble-grid{grid-template-columns:1fr}
      .subscribe-card,.countdown-card,.cta-card{padding:22px;border-radius:26px}
      .footer-links{display:grid;grid-template-columns:1fr 1fr;width:100%}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
      .floating-cta{left:14px;right:14px;justify-content:center}
    }
    @media (max-width:520px){
      .brand-text{font-size:14px}
      .series-item{flex-basis:210px}
      .time-box b{font-size:38px}
      .stage-body{padding:16px}
      .window-bar{padding:0 14px}
      .preview-top{display:block}
      .score-card b{font-size:48px}
    }

/* roulang page: category1 */
:root {
      --bg: #FAFBF8;
      --bg-soft: #F4EFE6;
      --ink: #1B1F1D;
      --muted: #66736D;
      --faint: #9AA49F;
      --dark: #07110E;
      --dark-2: #0A1713;
      --primary: #0F3D32;
      --success: #20B26B;
      --success-2: #22C55E;
      --neon: #7CFFB2;
      --sand: #D8C7A3;
      --line: #E2EAE4;
      --white: #FFFFFF;
      --danger: #C85F55;
      --radius-xl: 30px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --shadow: 0 18px 50px rgba(15, 61, 50, .08);
      --shadow-hover: 0 22px 60px rgba(15, 61, 50, .14);
      --container: 1200px;
      --font: PingFang SC, Microsoft YaHei, Noto Sans SC, Source Han Sans SC, Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background:
        linear-gradient(180deg, rgba(244, 239, 230, .62) 0, rgba(250, 251, 248, .92) 320px, var(--bg) 100%),
        var(--bg);
      font-family: var(--font);
      font-size: 16px;
      line-height: 1.75;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    :focus-visible {
      outline: 3px solid rgba(124, 255, 178, .55);
      outline-offset: 3px;
    }

    .container,
    .nav-shell {
      width: min(calc(100% - 40px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(7, 17, 14, .96);
      border-bottom: 1px solid rgba(124, 255, 178, .14);
      box-shadow: 0 16px 42px rgba(7, 17, 14, .22);
      backdrop-filter: blur(14px);
    }

    .nav-shell {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand,
    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .brand {
      color: var(--white);
      font-size: 19px;
    }

    .brand strong {
      color: var(--neon);
      font-weight: 900;
      text-shadow: 0 0 16px rgba(124, 255, 178, .55);
    }

    .brand-mark {
      width: 28px;
      height: 28px;
      border: 1px solid rgba(124, 255, 178, .75);
      border-radius: 10px;
      background:
        linear-gradient(135deg, rgba(124, 255, 178, .9), rgba(32, 178, 107, .05) 58%),
        var(--dark-2);
      box-shadow: 0 0 22px rgba(124, 255, 178, .34), inset 0 0 18px rgba(124, 255, 178, .12);
      position: relative;
      flex: 0 0 auto;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 8px;
      border-left: 2px solid var(--dark);
      border-bottom: 2px solid var(--dark);
      transform: rotate(-45deg);
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex: 1 1 auto;
    }

    .nav-link {
      position: relative;
      color: rgba(255, 255, 255, .76);
      padding: 25px 14px 23px;
      font-size: 15px;
      font-weight: 700;
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 16px;
      height: 2px;
      border-radius: 999px;
      background: transparent;
      box-shadow: none;
      transition: background .2s ease, box-shadow .2s ease;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--neon);
    }

    .nav-link.active::after {
      background: var(--neon);
      box-shadow: 0 0 14px rgba(124, 255, 178, .8);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 11px 18px;
      border: 1px solid rgba(124, 255, 178, .78);
      border-radius: 999px;
      color: var(--dark);
      background: var(--neon);
      font-size: 14px;
      font-weight: 800;
      box-shadow: 0 0 24px rgba(124, 255, 178, .22);
    }

    .nav-cta:hover {
      color: var(--dark);
      background: var(--success);
      border-color: var(--success);
      transform: translateY(-1px);
      box-shadow: 0 10px 30px rgba(32, 178, 107, .3);
    }

    .menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(124, 255, 178, .32);
      border-radius: 15px;
      background: rgba(255, 255, 255, .06);
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
    }

    .menu-toggle span {
      width: 20px;
      height: 2px;
      border-radius: 999px;
      background: var(--neon);
    }

    .mobile-panel {
      display: none;
      width: min(calc(100% - 40px), var(--container));
      margin: 0 auto 16px;
      padding: 12px;
      border: 1px solid rgba(124, 255, 178, .18);
      border-radius: 20px;
      background: #0A1713;
      box-shadow: 0 20px 46px rgba(0, 0, 0, .25);
    }

    .mobile-panel.open {
      display: grid;
      gap: 8px;
    }

    .mobile-panel a {
      min-height: 46px;
      display: flex;
      align-items: center;
      padding: 10px 14px;
      border-radius: 14px;
      color: rgba(255, 255, 255, .82);
      font-weight: 700;
      border-left: 2px solid transparent;
    }

    .mobile-panel a.active {
      color: var(--neon);
      background: rgba(124, 255, 178, .08);
      border-left-color: var(--neon);
    }

    .mobile-panel .nav-cta {
      width: 100%;
      color: var(--dark);
      margin-top: 4px;
      justify-content: center;
      border-left: 1px solid rgba(124, 255, 178, .78);
    }

    .section {
      padding: 82px 0;
    }

    .section-tight {
      padding: 56px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      color: var(--primary);
      background: rgba(32, 178, 107, .1);
      border: 1px solid rgba(32, 178, 107, .22);
      font-size: 13px;
      font-weight: 800;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 99px;
      background: var(--success);
      box-shadow: 0 0 14px rgba(32, 178, 107, .7);
    }

    .hero {
      padding: 52px 0 36px;
    }

    .hero-stage {
      position: relative;
      overflow: hidden;
      min-height: 430px;
      border-radius: 34px;
      background:
        linear-gradient(135deg, rgba(15, 61, 50, .94), rgba(7, 17, 14, .92)),
        radial-gradient(circle at 82% 18%, rgba(124, 255, 178, .2), transparent 32%);
      color: var(--white);
      box-shadow: 0 24px 70px rgba(15, 61, 50, .18);
    }

    .hero-stage::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(216, 199, 163, .12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(216, 199, 163, .1) 1px, transparent 1px);
      background-size: 38px 38px;
      opacity: .38;
    }

    .series-tabs {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 22px 24px 0;
    }

    .series-tabs a {
      padding: 8px 14px;
      border: 1px solid rgba(124, 255, 178, .22);
      border-radius: 999px;
      color: rgba(255, 255, 255, .78);
      background: rgba(255, 255, 255, .06);
      font-size: 13px;
      font-weight: 750;
    }

    .series-tabs a.active,
    .series-tabs a:hover {
      color: var(--dark);
      background: var(--neon);
      border-color: var(--neon);
      box-shadow: 0 0 20px rgba(124, 255, 178, .28);
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      padding: 48px;
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(340px, .96fr);
      gap: 34px;
      align-items: center;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 18px;
      max-width: 760px;
      font-size: clamp(32px, 4.3vw, 54px);
      line-height: 1.16;
      font-weight: 850;
      letter-spacing: 0;
    }

    h2 {
      margin-bottom: 14px;
      color: var(--primary);
      font-size: clamp(28px, 3vw, 36px);
      line-height: 1.22;
      font-weight: 820;
      letter-spacing: 0;
    }

    h3 {
      color: var(--ink);
      font-size: 21px;
      line-height: 1.35;
      font-weight: 760;
      letter-spacing: 0;
    }

    .hero-copy {
      max-width: 680px;
      color: rgba(255, 255, 255, .8);
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 26px;
    }

    .hero-actions,
    .cta-actions,
    .card-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      line-height: 1.2;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    }

    .btn-primary {
      background: var(--primary);
      color: var(--white);
      box-shadow: 0 12px 28px rgba(15, 61, 50, .18);
    }

    .hero .btn-primary {
      color: var(--dark);
      background: var(--neon);
      box-shadow: 0 0 26px rgba(124, 255, 178, .2);
    }

    .btn-primary:hover {
      color: var(--white);
      background: var(--success);
      transform: translateY(-1px);
      box-shadow: 0 10px 28px rgba(32, 178, 107, .24);
    }

    .hero .btn-primary:hover {
      color: var(--dark);
    }

    .btn-secondary {
      color: var(--primary);
      background: var(--white);
      border-color: rgba(15, 61, 50, .18);
    }

    .hero .btn-secondary {
      color: var(--white);
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .22);
    }

    .btn-secondary:hover {
      color: var(--primary);
      background: rgba(32, 178, 107, .1);
      border-color: rgba(32, 178, 107, .32);
      transform: translateY(-1px);
    }

    .screenshot-stage {
      border: 1px solid rgba(226, 234, 228, .42);
      border-radius: 26px;
      background: rgba(250, 251, 248, .94);
      color: var(--ink);
      box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
      overflow: hidden;
    }

    .stage-toolbar {
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px;
      border-bottom: 1px solid var(--line);
      background: rgba(244, 239, 230, .72);
    }

    .dots {
      display: flex;
      gap: 7px;
    }

    .dots span {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: var(--sand);
    }

    .dots span:nth-child(2) {
      background: var(--success);
    }

    .toolbar-label {
      color: var(--muted);
      font-size: 13px;
      font-weight: 750;
    }

    .stage-body {
      padding: 20px;
      display: grid;
      gap: 14px;
    }

    .status-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--white);
    }

    .status-line strong {
      display: block;
      color: var(--primary);
      font-size: 15px;
      line-height: 1.35;
    }

    .status-line span {
      color: var(--muted);
      font-size: 13px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 28px;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .badge-success {
      color: #075231;
      background: rgba(32, 178, 107, .14);
      border: 1px solid rgba(32, 178, 107, .25);
    }

    .badge-sand {
      color: #705F36;
      background: rgba(216, 199, 163, .22);
      border: 1px solid rgba(216, 199, 163, .42);
    }

    .badge-muted {
      color: var(--muted);
      background: rgba(102, 115, 109, .08);
      border: 1px solid rgba(102, 115, 109, .16);
    }

    .success-strip {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 13px 14px;
      border-radius: 18px;
      color: #075231;
      background: rgba(32, 178, 107, .12);
      border: 1px solid rgba(32, 178, 107, .26);
      font-weight: 800;
      font-size: 14px;
    }

    .success-dot {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: var(--success);
      box-shadow: 0 0 18px rgba(32, 178, 107, .45);
      position: relative;
      flex: 0 0 auto;
    }

    .success-dot::after {
      content: "";
      position: absolute;
      left: 5px;
      top: 4px;
      width: 7px;
      height: 4px;
      border-left: 2px solid white;
      border-bottom: 2px solid white;
      transform: rotate(-45deg);
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 30px;
    }

    .section-head p {
      color: var(--muted);
      font-size: 17px;
      margin-bottom: 0;
    }

    .filter-panel,
    .soft-card,
    .list-card,
    .side-card,
    .process-card,
    .faq-shell,
    .cta-panel {
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, .88);
      box-shadow: var(--shadow);
    }

    .filter-panel {
      border-radius: var(--radius-xl);
      padding: 24px;
      margin-top: -8px;
    }

    .filter-group {
      margin-bottom: 18px;
    }

    .filter-group:last-child {
      margin-bottom: 0;
    }

    .filter-title {
      margin-bottom: 10px;
      color: var(--primary);
      font-weight: 820;
      font-size: 14px;
    }

    .pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .pill {
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--line);
      color: var(--muted);
      background: var(--white);
      font-size: 14px;
      font-weight: 750;
    }

    .pill:hover,
    .pill.active {
      color: #075231;
      background: rgba(32, 178, 107, .14);
      border-color: rgba(32, 178, 107, .36);
      box-shadow: 0 8px 20px rgba(32, 178, 107, .1);
    }

    .content-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 28px;
      align-items: start;
    }

    .status-list {
      display: grid;
      gap: 16px;
    }

    .list-card {
      border-radius: 24px;
      padding: 22px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 18px;
      align-items: center;
    }

    .list-card:hover {
      transform: translateY(-4px);
      border-color: rgba(32, 178, 107, .42);
      box-shadow: var(--shadow-hover);
    }

    .num {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: var(--primary);
      background: rgba(32, 178, 107, .1);
      font-weight: 900;
    }

    .list-card h3 {
      margin-bottom: 6px;
    }

    .list-card p {
      margin-bottom: 12px;
      color: var(--muted);
      line-height: 1.65;
    }

    .meta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }

    .time {
      color: var(--faint);
      font-size: 13px;
      font-weight: 700;
    }

    .small-link {
      min-width: 104px;
      color: var(--primary);
      border: 1px solid rgba(15, 61, 50, .2);
      border-radius: 999px;
      padding: 9px 14px;
      text-align: center;
      font-weight: 800;
      font-size: 14px;
      background: var(--white);
    }

    .small-link:hover {
      color: var(--white);
      background: var(--success);
      border-color: var(--success);
      box-shadow: 0 10px 24px rgba(32, 178, 107, .18);
    }

    .sidebar {
      position: sticky;
      top: 98px;
      display: grid;
      gap: 16px;
    }

    .side-card {
      border-radius: 24px;
      padding: 22px;
    }

    .side-card h3 {
      margin-bottom: 10px;
      color: var(--primary);
    }

    .side-card p {
      color: var(--muted);
      margin-bottom: 14px;
    }

    .check-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .check-list li {
      position: relative;
      padding-left: 28px;
      color: var(--muted);
      line-height: 1.6;
    }

    .check-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .45em;
      width: 17px;
      height: 17px;
      border-radius: 999px;
      background: rgba(32, 178, 107, .16);
      border: 1px solid rgba(32, 178, 107, .28);
    }

    .check-list li::after {
      content: "";
      position: absolute;
      left: 5px;
      top: calc(.45em + 5px);
      width: 7px;
      height: 4px;
      border-left: 2px solid var(--success);
      border-bottom: 2px solid var(--success);
      transform: rotate(-45deg);
    }

    .subscribe-form {
      display: grid;
      gap: 12px;
    }

    label {
      display: block;
      color: var(--primary);
      font-weight: 800;
      font-size: 14px;
    }

    .input-field,
    .select-field {
      width: 100%;
      height: 52px;
      margin: 6px 0 0;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: var(--white);
      color: var(--ink);
      padding: 0 15px;
      box-shadow: none;
    }

    .input-field:focus,
    .select-field:focus {
      border-color: var(--success);
      box-shadow: 0 0 0 4px rgba(32, 178, 107, .12);
      outline: none;
    }

    .form-note {
      color: var(--faint);
      font-size: 13px;
      line-height: 1.55;
      margin: 0;
    }

    .form-message {
      display: none;
      padding: 10px 12px;
      border-radius: 14px;
      color: #075231;
      background: rgba(32, 178, 107, .12);
      border: 1px solid rgba(32, 178, 107, .24);
      font-size: 14px;
      font-weight: 750;
    }

    .form-message.show {
      display: block;
    }

    .process-band {
      background: linear-gradient(180deg, rgba(244, 239, 230, .72), rgba(250, 251, 248, .86));
      border-top: 1px solid rgba(216, 199, 163, .36);
      border-bottom: 1px solid rgba(216, 199, 163, .24);
    }

    .process-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 28px;
      align-items: stretch;
    }

    .process-card {
      border-radius: var(--radius-xl);
      padding: 28px;
    }

    .step-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 14px;
    }

    .step-list li {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      padding: 16px;
      border-radius: 20px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(226, 234, 228, .78);
    }

    .step-index {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: var(--dark);
      background: var(--neon);
      font-weight: 900;
    }

    .step-list strong {
      display: block;
      color: var(--primary);
      margin-bottom: 3px;
    }

    .step-list span {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .matrix {
      display: grid;
      gap: 12px;
    }

    .matrix-row {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 14px;
      border-radius: 18px;
      background: var(--white);
      border: 1px solid var(--line);
    }

    .matrix-row span:first-child {
      color: var(--muted);
      font-weight: 750;
    }

    .matrix-row span:last-child {
      color: var(--primary);
      font-weight: 850;
      text-align: right;
    }

    .faq-shell {
      border-radius: var(--radius-xl);
      padding: 12px;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 10px;
      border: 1px solid var(--line);
      border-radius: 20px;
      overflow: hidden;
      background: var(--white);
    }

    .accordion-item:last-child {
      margin-bottom: 0;
    }

    .accordion-title {
      border: 0;
      color: var(--ink);
      font-size: 16px;
      font-weight: 820;
      line-height: 1.55;
      padding: 18px 52px 18px 20px;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: rgba(32, 178, 107, .07);
      color: var(--primary);
    }

    .accordion-title::before {
      right: 20px;
      color: var(--success);
      font-weight: 900;
    }

    .accordion-content {
      border: 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      line-height: 1.75;
      padding: 18px 20px 20px;
      background: rgba(250, 251, 248, .76);
    }

    .cta-panel {
      border-radius: 32px;
      padding: 34px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(244, 239, 230, .86), rgba(255, 255, 255, .94)),
        var(--white);
    }

    .cta-panel h2 {
      margin-bottom: 8px;
    }

    .cta-panel p {
      color: var(--muted);
      margin-bottom: 0;
      max-width: 680px;
    }

    .site-footer {
      background: var(--dark);
      color: rgba(255, 255, 255, .78);
      padding: 52px 0 28px;
      border-top: 1px solid rgba(124, 255, 178, .18);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 36px;
      align-items: start;
      padding-bottom: 26px;
      border-bottom: 1px solid rgba(124, 255, 178, .16);
    }

    .footer-brand {
      color: var(--white);
      font-size: 18px;
      margin-bottom: 14px;
    }

    .footer-brand span:last-child {
      color: var(--white);
      font-weight: 850;
    }

    .footer-text {
      max-width: 620px;
      color: rgba(255, 255, 255, .66);
      margin-bottom: 0;
      line-height: 1.8;
    }

    .footer-links {
      display: grid;
      grid-template-columns: repeat(2, max-content);
      gap: 12px 22px;
      padding-top: 4px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .72);
      font-weight: 700;
    }

    .footer-links a:hover {
      color: var(--neon);
      text-shadow: 0 0 14px rgba(124, 255, 178, .42);
    }

    .copyright {
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, .52);
      font-size: 14px;
    }

    @media screen and (max-width: 1023px) {
      .nav-shell {
        min-height: 68px;
      }

      .desktop-nav,
      .nav-actions {
        display: none;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        padding: 34px;
      }

      .content-grid,
      .process-grid {
        grid-template-columns: 1fr;
      }

      .sidebar {
        position: static;
      }

      .cta-panel {
        grid-template-columns: 1fr;
      }
    }

    @media screen and (max-width: 639px) {
      .container,
      .nav-shell,
      .mobile-panel {
        width: min(calc(100% - 28px), var(--container));
      }

      .section {
        padding: 54px 0;
      }

      .section-tight {
        padding: 42px 0;
      }

      .brand {
        font-size: 16px;
      }

      .brand-mark {
        width: 25px;
        height: 25px;
        border-radius: 9px;
      }

      .hero {
        padding-top: 32px;
      }

      .hero-stage {
        border-radius: 24px;
        min-height: 0;
      }

      .series-tabs {
        padding: 16px 16px 0;
        gap: 8px;
      }

      .series-tabs a {
        font-size: 12px;
        padding: 7px 10px;
      }

      .hero-inner {
        padding: 28px 18px 22px;
        gap: 24px;
      }

      h1 {
        font-size: 32px;
      }

      h2 {
        font-size: 28px;
      }

      .hero-copy {
        font-size: 16px;
      }

      .hero-actions,
      .cta-actions,
      .card-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .btn,
      .small-link {
        width: 100%;
      }

      .filter-panel,
      .side-card,
      .process-card,
      .cta-panel {
        padding: 20px;
        border-radius: 24px;
      }

      .list-card {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .num {
        width: 44px;
        height: 44px;
      }

      .status-line,
      .matrix-row {
        align-items: flex-start;
        flex-direction: column;
      }

      .stage-body {
        padding: 14px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-links {
        grid-template-columns: 1fr;
      }

      .copyright {
        display: grid;
      }
    }
