/* roulang page: index */
:root{
      --color-primary:#12b981;
      --color-primary-dark:#079669;
      --color-primary-soft:#e7f8f1;
      --color-accent:#f59e0b;
      --color-accent-soft:#fff4db;
      --color-carbon:#101815;
      --color-graphite:#25332e;
      --color-text:#17231f;
      --color-muted:#66736e;
      --color-line:#dbe7e1;
      --color-bg:#f5f8f5;
      --color-card:#ffffff;
      --color-danger:#8b2d2d;
      --radius-xs:10px;
      --radius-sm:14px;
      --radius-md:20px;
      --radius-lg:28px;
      --shadow-sm:0 10px 28px rgba(22,48,38,.08);
      --shadow-md:0 18px 56px rgba(20,40,32,.12);
      --shadow-glow:0 0 0 4px rgba(18,185,129,.14);
      --container:1220px;
      --header-height:78px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 12% 8%, rgba(18,185,129,.10), transparent 26%),
        linear-gradient(180deg,#fbfcf8 0%,var(--color-bg) 38%,#eef4ef 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      background-image:
        linear-gradient(rgba(16,24,21,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,24,21,.035) 1px, transparent 1px);
      background-size:28px 28px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,.08));
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{
      font:inherit;
      outline:none;
    }
    input,select,textarea{
      width:100%;
      min-height:48px;
      border:1px solid var(--color-line);
      border-radius:16px;
      background:#f8fbf8;
      color:var(--color-text);
      padding:12px 15px;
      transition:var(--ease);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
    }
    textarea{min-height:116px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:var(--color-primary);
      box-shadow:var(--shadow-glow);
      background:#fff;
    }
    label{
      display:block;
      font-weight:700;
      font-size:14px;
      color:#2a3934;
      margin-bottom:8px;
    }
    .site-container{
      max-width:var(--container);
      margin:0 auto;
      padding:0 22px;
    }
    .section{
      padding:86px 0;
      position:relative;
    }
    .section.compact{padding:62px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-title{
      margin:0;
      font-size:clamp(28px,4vw,42px);
      line-height:1.22;
      font-weight:800;
      color:var(--color-carbon);
      letter-spacing:-.02em;
    }
    .section-desc{
      max-width:640px;
      margin:10px 0 0;
      color:var(--color-muted);
      font-size:17px;
      line-height:1.85;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--color-primary-dark);
      background:var(--color-primary-soft);
      border:1px solid rgba(18,185,129,.22);
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-primary);
      box-shadow:0 0 0 5px rgba(18,185,129,.12);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:13px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:800;
      line-height:1.2;
      cursor:pointer;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn:hover,.btn:focus{
      transform:translateY(-2px);
      text-decoration:none;
    }
    .btn-primary{
      color:#06130f;
      background:linear-gradient(135deg,#38e5ad 0%,var(--color-primary) 100%);
      box-shadow:0 14px 30px rgba(18,185,129,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#06130f;
      background:linear-gradient(135deg,#4df0bb 0%,#0cae79 100%);
      box-shadow:0 18px 38px rgba(18,185,129,.34);
    }
    .btn-secondary{
      color:#ecfff7;
      background:rgba(16,24,21,.92);
      border-color:rgba(18,185,129,.30);
      box-shadow:0 12px 26px rgba(16,24,21,.18);
    }
    .btn-secondary:hover,.btn-secondary:focus{color:#fff;border-color:var(--color-primary)}
    .btn-ghost{
      color:var(--color-carbon);
      background:#fff;
      border-color:var(--color-line);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:var(--color-primary-dark);
      border-color:rgba(18,185,129,.46);
      box-shadow:var(--shadow-sm);
    }
    .btn-accent{
      color:#2b1a00;
      background:linear-gradient(135deg,#ffd66a,var(--color-accent));
      box-shadow:0 14px 30px rgba(245,158,11,.25);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:800;
      color:#11362a;
      background:#e9faf2;
      border:1px solid rgba(18,185,129,.20);
    }
    .badge.orange{
      color:#513000;
      background:var(--color-accent-soft);
      border-color:rgba(245,158,11,.30);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(250,252,248,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(18,185,129,.18);
      box-shadow:0 10px 30px rgba(20,40,32,.06);
    }
    .top-bar{
      max-width:var(--container);
      min-height:var(--header-height);
      margin:0 auto;
      padding:0 22px;
      background:transparent;
    }
    .top-bar ul{background:transparent}
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      color:var(--color-carbon);
      font-weight:900;
      letter-spacing:-.02em;
      font-size:18px;
      line-height:1.18;
    }
    .brand-mark{
      width:42px;
      height:42px;
      flex:none;
      border-radius:14px;
      background:
        linear-gradient(135deg,rgba(18,185,129,.95),rgba(16,24,21,.95)),
        radial-gradient(circle at 70% 30%,rgba(255,255,255,.35),transparent 35%);
      position:relative;
      box-shadow:0 12px 30px rgba(18,185,129,.20);
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      border:1px solid rgba(255,255,255,.56);
      border-radius:9px;
      inset:8px;
      transform:rotate(12deg);
    }
    .brand-mark:after{
      inset:14px;
      border-color:rgba(255,255,255,.35);
      transform:rotate(-12deg);
    }
    .desktop-menu{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .desktop-menu a{
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:0 14px;
      border-radius:999px;
      color:#35433e;
      font-size:14px;
      font-weight:800;
      border:1px solid transparent;
    }
    .desktop-menu a:hover{
      color:var(--color-primary-dark);
      background:var(--color-primary-soft);
      border-color:rgba(18,185,129,.20);
    }
    .desktop-menu a.active{
      color:#06130f;
      background:#dff8ed;
      border-color:rgba(18,185,129,.34);
    }
    .nav-cta{margin-left:8px}
    .menu-icon:after{background:var(--color-carbon);box-shadow:0 7px 0 var(--color-carbon),0 14px 0 var(--color-carbon)}
    .mobile-panel{
      border-top:1px solid var(--color-line);
      background:#fbfdfb;
      padding:12px 22px 20px;
    }
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:13px 12px;
      border-radius:14px;
      color:var(--color-text);
      font-weight:800;
      border:1px solid transparent;
    }
    .mobile-panel a:hover,.mobile-panel a.active{
      background:var(--color-primary-soft);
      border-color:rgba(18,185,129,.22);
      color:var(--color-primary-dark);
    }
    .mobile-panel .btn{margin-top:10px;width:100%}

    .hero{
      min-height:650px;
      padding:48px 0 78px;
      overflow:hidden;
      background:
        linear-gradient(120deg,rgba(16,24,21,.88),rgba(16,24,21,.60) 48%,rgba(18,185,129,.18)),
        radial-gradient(circle at 20% 26%,rgba(18,185,129,.30),transparent 32%),
        linear-gradient(135deg,#eaf5ee 0%,#fbfcf7 60%,#e7f8f1 100%);
      color:#fff;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
      background-size:34px 34px;
      opacity:.42;
    }
    .hero:after{
      content:"";
      position:absolute;
      right:-180px;
      top:40px;
      width:580px;
      height:580px;
      border-radius:50%;
      border:1px solid rgba(18,185,129,.34);
      box-shadow:inset 0 0 0 32px rgba(18,185,129,.05),0 0 80px rgba(18,185,129,.16);
    }
    .hero-inner{
      position:relative;
      z-index:1;
    }
    .hero-shopbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      margin-bottom:72px;
      padding:12px;
      border:1px solid rgba(255,255,255,.15);
      border-radius:24px;
      background:rgba(6,19,15,.42);
      backdrop-filter:blur(14px);
      box-shadow:0 24px 60px rgba(0,0,0,.18);
    }
    .series-tabs{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .series-tabs a{
      color:#defcf0;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.07);
      padding:9px 13px;
      border-radius:999px;
      font-weight:800;
      font-size:13px;
    }
    .series-tabs a:hover{
      background:rgba(18,185,129,.22);
      border-color:rgba(18,185,129,.40);
    }
    .hero-stage{
      display:grid;
      grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
      gap:46px;
      align-items:end;
    }
    .hero-copy{max-width:760px}
    .hero h1{
      margin:18px 0 22px;
      color:#fff;
      font-size:clamp(34px,6vw,62px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .hero p{
      color:#d9e8e2;
      font-size:18px;
      max-width:760px;
      margin:0 0 28px;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:13px;
      margin:26px 0 30px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      max-width:760px;
    }
    .hero-point{
      border:1px solid rgba(255,255,255,.14);
      border-radius:18px;
      padding:14px;
      background:rgba(255,255,255,.07);
    }
    .hero-point strong{
      display:block;
      color:#8df1c9;
      font-size:22px;
      line-height:1.15;
      font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
    }
    .hero-point span{color:#d7e5df;font-size:13px;font-weight:700}
    .entry-board{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
      padding:18px;
      border-radius:30px;
      background:rgba(251,253,251,.92);
      color:var(--color-text);
      box-shadow:0 28px 80px rgba(0,0,0,.22);
      border:1px solid rgba(255,255,255,.68);
    }
    .entry-tile{
      min-height:126px;
      border-radius:22px;
      padding:16px;
      background:
        linear-gradient(180deg,#ffffff 0%,#f0f8f4 100%);
      border:1px solid var(--color-line);
      position:relative;
      overflow:hidden;
      transition:var(--ease);
    }
    .entry-tile:hover{
      transform:translateY(-4px);
      border-color:rgba(18,185,129,.45);
      box-shadow:var(--shadow-sm);
    }
    .entry-tile.wide{grid-column:span 2;min-height:118px;background:linear-gradient(135deg,#101815,#1d352d)}
    .entry-tile.wide h3,.entry-tile.wide p{color:#fff}
    .entry-tile:after{
      content:"";
      position:absolute;
      right:-18px;
      bottom:-18px;
      width:82px;
      height:82px;
      border-radius:26px;
      border:1px solid rgba(18,185,129,.22);
      transform:rotate(18deg);
    }
    .tile-status{
      display:flex;
      align-items:center;
      gap:7px;
      color:var(--color-primary-dark);
      font-size:12px;
      font-weight:900;
      margin-bottom:12px;
    }
    .tile-status:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-primary);
    }
    .entry-tile h3{
      margin:0 0 7px;
      font-size:18px;
      font-weight:900;
      color:var(--color-carbon);
    }
    .entry-tile p{
      margin:0;
      color:var(--color-muted);
      font-size:14px;
      line-height:1.65;
    }

    .benefit-band{
      background:linear-gradient(180deg,#fbfdfb 0%,#eef7f1 100%);
    }
    .calendar-strip{
      display:flex;
      align-items:center;
      gap:12px;
      overflow:auto;
      padding:8px 0 20px;
      scrollbar-color:var(--color-primary) transparent;
    }
    .day-chip{
      flex:0 0 auto;
      min-width:124px;
      border-radius:18px;
      padding:12px 14px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-sm);
    }
    .day-chip strong{display:block;color:var(--color-carbon);font-size:16px}
    .day-chip span{font-size:13px;color:var(--color-muted);font-weight:700}
    .steps-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
      align-items:end;
    }
    .step-card{
      position:relative;
      background:#fff;
      border:1px solid var(--color-line);
      border-top:5px solid var(--color-primary);
      border-radius:24px;
      padding:22px;
      min-height:260px;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .step-card:nth-child(2){transform:translateY(-8px);border-top-color:#21d4a2}
    .step-card:nth-child(3){transform:translateY(-16px);border-top-color:var(--color-accent);box-shadow:0 22px 62px rgba(245,158,11,.12)}
    .step-card:nth-child(4){transform:translateY(-24px);border-top-color:#0f766e}
    .step-card.recommend{
      border-color:rgba(18,185,129,.42);
      box-shadow:0 24px 62px rgba(18,185,129,.16);
    }
    .step-card:hover{
      transform:translateY(-18px);
      border-color:rgba(18,185,129,.48);
      box-shadow:var(--shadow-md);
    }
    .step-card:nth-child(4):hover{transform:translateY(-34px)}
    .step-level{
      display:flex;
      align-items:center;
      justify-content:space-between;
      margin-bottom:18px;
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:var(--color-primary-soft);
      color:var(--color-primary-dark);
      font-weight:900;
      font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
    }
    .step-card h3{margin:0 0 10px;font-size:21px;font-weight:900}
    .step-card p{margin:0 0 16px;color:var(--color-muted);font-size:15px;line-height:1.75}
    .check-list{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:9px}
    .check-list li{
      position:relative;
      padding-left:24px;
      font-size:14px;
      color:#384640;
      line-height:1.55;
    }
    .check-list li:before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      width:16px;
      height:16px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:#dff8ed;
      color:var(--color-primary-dark);
      font-size:11px;
      font-weight:900;
    }

    .compare-wrap{
      border-radius:30px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-md);
    }
    .compare-toolbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:20px;
      background:linear-gradient(135deg,#101815,#24362f);
      color:#fff;
    }
    .compare-toolbar p{margin:0;color:#cfe1da;font-size:15px}
    .compare-scroll{overflow-x:auto}
    .compare-table{
      width:100%;
      min-width:850px;
      border-collapse:separate;
      border-spacing:0;
    }
    .compare-table th,.compare-table td{
      padding:18px 20px;
      border-bottom:1px solid var(--color-line);
      text-align:left;
      vertical-align:middle;
    }
    .compare-table th{
      background:#13211c;
      color:#f4fff9;
      font-size:14px;
      letter-spacing:.02em;
    }
    .compare-table td{
      color:#42514b;
      background:#fff;
    }
    .compare-table tr:nth-child(even) td{background:#f8fbf8}
    .compare-table td:first-child{
      font-weight:900;
      color:var(--color-carbon);
      width:190px;
    }
    .mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:24px;
      height:24px;
      border-radius:50%;
      background:var(--color-primary);
      color:#062017;
      font-weight:900;
    }
    .dash{color:#9aa5a0;font-weight:900}
    .recommend-label{
      display:inline-flex;
      margin-left:8px;
      padding:4px 8px;
      border-radius:999px;
      background:var(--color-accent-soft);
      color:#704400;
      font-size:12px;
      font-weight:900;
    }

    .limited{
      background:#101815;
      color:#fff;
      overflow:hidden;
    }
    .limited:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 16% 30%,rgba(18,185,129,.23),transparent 34%),
        linear-gradient(90deg,rgba(18,185,129,.12) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px);
      background-size:auto,42px 42px,42px 42px;
      opacity:.75;
    }
    .limited-box{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:30px;
      align-items:center;
      padding:36px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:30px;
      background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.03));
      box-shadow:0 26px 70px rgba(0,0,0,.22);
    }
    .limited h2{color:#fff;margin:12px 0 12px;font-size:clamp(28px,4vw,42px);font-weight:900}
    .limited p{color:#d4e3dd;margin:0;font-size:17px;line-height:1.85}
    .count-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
    .count-pill{
      border:1px solid rgba(245,158,11,.46);
      color:#ffe4aa;
      background:rgba(245,158,11,.10);
      border-radius:999px;
      padding:9px 13px;
      font-weight:900;
      font-size:13px;
    }
    .limited-actions{
      display:grid;
      gap:12px;
      justify-items:stretch;
    }

    .form-section{
      background:linear-gradient(180deg,#f7fbf8 0%,#ffffff 100%);
    }
    .consult-panel{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:28px;
      align-items:start;
    }
    .process-card,.form-card{
      background:#fff;
      border:1px solid var(--color-line);
      border-radius:30px;
      box-shadow:var(--shadow-md);
    }
    .process-card{padding:28px;position:sticky;top:104px}
    .process-card h2,.form-card h2{margin:0 0 12px;font-size:30px;font-weight:900}
    .process-card p{margin:0 0 22px;color:var(--color-muted);line-height:1.85}
    .process-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
    .process-list li{
      display:grid;
      grid-template-columns:42px 1fr;
      gap:12px;
      align-items:start;
      padding:14px;
      border-radius:18px;
      background:#f7fbf8;
      border:1px solid var(--color-line);
    }
    .process-list b{
      display:grid;
      place-items:center;
      width:42px;
      height:42px;
      border-radius:15px;
      background:var(--color-carbon);
      color:#8df1c9;
      font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
    }
    .process-list strong{display:block;margin-bottom:3px}
    .process-list span{color:var(--color-muted);font-size:14px;line-height:1.55}
    .form-card{padding:28px}
    .form-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
      margin-top:20px;
    }
    .field-full{grid-column:1/-1}
    .agree{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:14px;
      border-radius:16px;
      background:#f8fbf8;
      border:1px solid var(--color-line);
      color:#46544f;
      font-size:14px;
      line-height:1.65;
    }
    .agree input{width:18px;min-height:18px;margin-top:4px;accent-color:var(--color-primary)}
    .form-message{
      display:none;
      margin-top:16px;
      padding:13px 14px;
      border-radius:16px;
      background:var(--color-primary-soft);
      color:#0b6b4c;
      border:1px solid rgba(18,185,129,.25);
      font-weight:800;
    }

    .topic-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr .9fr;
      gap:20px;
    }
    .topic-card{
      background:#fff;
      border:1px solid var(--color-line);
      border-radius:26px;
      padding:24px;
      min-height:220px;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .topic-card.large{
      grid-row:span 2;
      background:
        linear-gradient(135deg,rgba(18,185,129,.12),rgba(255,255,255,.95)),
        #fff;
    }
    .topic-card:hover{
      transform:translateY(-5px);
      border-color:rgba(18,185,129,.42);
      box-shadow:var(--shadow-md);
    }
    .topic-card h3{font-size:22px;margin:16px 0 8px;font-weight:900}
    .topic-card p{margin:0 0 18px;color:var(--color-muted);font-size:15px;line-height:1.75}
    .topic-icon{
      width:48px;
      height:48px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:var(--color-primary-soft);
      color:var(--color-primary-dark);
      font-weight:900;
      font-size:20px;
    }

    .dashboard{
      background:linear-gradient(135deg,#eef7f1 0%,#ffffff 100%);
    }
    .dash-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
    }
    .metric{
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-sm);
      position:relative;
      overflow:hidden;
    }
    .metric:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--color-primary),var(--color-accent));
    }
    .metric strong{
      display:block;
      font-size:34px;
      line-height:1.1;
      color:var(--color-carbon);
      font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
      margin-bottom:8px;
    }
    .metric span{color:var(--color-muted);font-weight:700;font-size:14px}
    .bar{
      height:8px;
      border-radius:999px;
      background:#e8eee9;
      margin-top:18px;
      overflow:hidden;
    }
    .bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--color-primary),#7ee7c2)}

    .news-layout{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:24px;
      align-items:start;
    }
    .news-list,.side-panel{
      background:#fff;
      border:1px solid var(--color-line);
      border-radius:28px;
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:18px;
      align-items:center;
      padding:20px;
      border-bottom:1px solid var(--color-line);
      transition:var(--ease);
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:#f6fbf8}
    .news-date{
      border-radius:18px;
      padding:12px;
      background:#101815;
      color:#eafff6;
      text-align:center;
      font-weight:900;
      font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
    }
    .news-item h3{margin:0 0 5px;font-size:18px;font-weight:900}
    .news-item p{margin:0;color:var(--color-muted);font-size:14px;line-height:1.6}
    .arrow{
      width:36px;
      height:36px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:var(--color-primary-soft);
      color:var(--color-primary-dark);
      font-weight:900;
      transition:var(--ease);
    }
    .news-item:hover .arrow{transform:translateX(4px);background:var(--color-primary);color:#062017}
    .side-panel{padding:22px}
    .side-panel h3{margin:0 0 16px;font-size:22px;font-weight:900}
    .rank-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
    .rank-list li{
      display:grid;
      grid-template-columns:34px 1fr auto;
      gap:10px;
      align-items:center;
      padding:12px;
      border-radius:16px;
      background:#f8fbf8;
      border:1px solid var(--color-line);
    }
    .rank-list b{
      width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#e3f8ee;color:var(--color-primary-dark)
    }
    .rank-list span{font-weight:800;color:#2d3c36;font-size:14px}
    .rank-list em{font-style:normal;color:var(--color-accent);font-weight:900;font-size:13px}

    .guide-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:20px;
    }
    .guide-card{
      padding:24px;
      border-radius:26px;
      border:1px solid var(--color-line);
      background:#fff;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .guide-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:rgba(18,185,129,.42)}
    .guide-card h3{margin:0 0 10px;font-size:21px;font-weight:900}
    .guide-card p{margin:0;color:var(--color-muted);font-size:15px;line-height:1.78}

    .faq-section{background:#f5f8f5}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--color-line);
      border-radius:20px;
      background:#fff;
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .accordion-title{
      border:0!important;
      color:var(--color-carbon);
      font-size:17px;
      font-weight:900;
      padding:20px 56px 20px 22px;
      background:#fff;
      line-height:1.5;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#f4fbf7;
      color:var(--color-primary-dark);
    }
    .accordion-content{
      border:0!important;
      border-left:4px solid var(--color-primary)!important;
      color:var(--color-muted);
      font-size:15px;
      line-height:1.85;
      padding:0 22px 22px;
      background:#fff;
    }

    .site-footer{
      position:relative;
      overflow:hidden;
      background:#101815;
      color:#d7e6e0;
      padding:58px 0 24px;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
      background-size:32px 32px;
      opacity:.45;
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.45fr .85fr .85fr 1fr;
      gap:30px;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
    .footer-brand strong{color:#fff;font-size:18px}
    .footer-about{margin:0;color:#b9c9c2;font-size:15px;line-height:1.85}
    .footer-col h3{
      margin:0 0 14px;
      color:#fff;
      font-size:16px;
      font-weight:900;
    }
    .footer-links{list-style:none;margin:0;padding:0;display:grid;gap:10px}
    .footer-links a{color:#b9c9c2;font-size:14px}
    .footer-links a:hover{color:#8df1c9}
    .footer-note{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      position:relative;
      z-index:1;
      padding-top:22px;
      color:#91a49b;
      font-size:13px;
    }
    .floating-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:40;
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px;
      border-radius:999px;
      background:rgba(16,24,21,.92);
      border:1px solid rgba(18,185,129,.34);
      box-shadow:0 18px 48px rgba(0,0,0,.20);
      backdrop-filter:blur(12px);
    }
    .floating-cta span{
      color:#dff8ed;
      font-size:13px;
      font-weight:800;
      padding-left:8px;
    }

    @media screen and (max-width:1024px){
      :root{--header-height:68px}
      .section{padding:68px 0}
      .hero-stage,.limited-box,.consult-panel,.news-layout{grid-template-columns:1fr}
      .hero-shopbar{margin-bottom:44px}
      .entry-board{max-width:720px}
      .steps-grid,.dash-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .step-card,.step-card:nth-child(2),.step-card:nth-child(3),.step-card:nth-child(4){transform:none}
      .step-card:hover,.step-card:nth-child(4):hover{transform:translateY(-5px)}
      .topic-grid{grid-template-columns:1fr 1fr}
      .topic-card.large{grid-row:auto;grid-column:span 2}
      .process-card{position:static}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media screen and (max-width:768px){
      .site-container{padding:0 18px}
      .section-head{display:block}
      .hero{padding:30px 0 58px}
      .hero-shopbar{align-items:stretch;flex-direction:column;border-radius:20px}
      .series-tabs{display:grid;grid-template-columns:1fr 1fr}
      .hero-points{grid-template-columns:1fr}
      .entry-board{grid-template-columns:1fr;border-radius:24px}
      .entry-tile.wide{grid-column:auto}
      .steps-grid,.topic-grid,.dash-grid,.guide-grid,.form-grid{grid-template-columns:1fr}
      .topic-card.large{grid-column:auto}
      .compare-toolbar{display:block}
      .compare-toolbar .btn{margin-top:16px;width:100%}
      .limited-box{padding:24px}
      .limited-actions .btn{width:100%}
      .news-item{grid-template-columns:1fr;gap:10px}
      .news-date{text-align:left}
      .footer-grid{grid-template-columns:1fr}
      .floating-cta{
        left:14px;
        right:14px;
        bottom:14px;
        justify-content:space-between;
      }
      .floating-cta .btn{padding:12px 15px}
    }
    @media screen and (max-width:520px){
      .brand{font-size:16px}
      .brand-mark{width:38px;height:38px}
      .hero h1{font-size:34px}
      .hero p,.section-desc{font-size:16px}
      .hero-actions .btn{width:100%}
      .series-tabs{grid-template-columns:1fr}
      .day-chip{min-width:150px}
      .form-card,.process-card{padding:22px}
      .accordion-title{font-size:16px;padding-right:44px}
      .floating-cta span{display:none}
    }

/* roulang page: category1 */
:root{
      --color-primary:#10b981;
      --color-primary-dark:#047857;
      --color-primary-soft:#dff8ee;
      --color-accent:#f59e0b;
      --color-accent-soft:#fff4dc;
      --color-carbon:#101815;
      --color-graphite:#24302b;
      --color-muted:#66746e;
      --color-light:#f6faf7;
      --color-panel:#ffffff;
      --color-line:#dbe8e0;
      --color-line-strong:#a9d9c5;
      --color-danger:#8b2d2d;
      --shadow-card:0 18px 50px rgba(18,48,36,.10);
      --shadow-hover:0 24px 70px rgba(16,185,129,.18);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --site-width:1220px;
      --header-height:78px;
      --transition:.22s ease;
      --font-system:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--color-carbon);
      font-family:var(--font-system);
      line-height:1.78;
      background:
        radial-gradient(circle at 12% 6%, rgba(16,185,129,.13), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(245,158,11,.10), transparent 28%),
        linear-gradient(180deg,#f8fbf8 0%,#eef6f1 46%,#f8faf8 100%);
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:color var(--transition),background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}
    a:hover,a:focus{color:var(--color-primary-dark)}
    button,input,select,textarea{font-family:inherit}
    button{cursor:pointer}
    img{max-width:100%;height:auto;display:block}
    p{margin:0 0 1rem}
    h1,h2,h3,h4{margin:0;color:var(--color-carbon);line-height:1.18;letter-spacing:-.02em}
    ul{margin:0;padding:0;list-style:none}
    .site-container{
      width:min(calc(100% - 40px),var(--site-width));
      margin-inline:auto;
    }
    .section{
      padding:84px 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(16,185,129,.28);
      border-radius:var(--radius-pill);
      background:rgba(223,248,238,.78);
      color:var(--color-primary-dark);
      font-size:14px;
      font-weight:700;
      line-height:1.2;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-primary);
      box-shadow:0 0 0 5px rgba(16,185,129,.12);
    }
    .section-head{
      max-width:820px;
      margin-bottom:32px;
    }
    .section-head h2{
      margin-top:14px;
      font-size:clamp(28px,4vw,42px);
      font-weight:800;
    }
    .section-head p{
      margin-top:16px;
      color:var(--color-muted);
      font-size:17px;
      line-height:1.85;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 20px;
      border-radius:var(--radius-pill);
      border:1px solid transparent;
      font-size:15px;
      font-weight:800;
      line-height:1;
      white-space:nowrap;
      transition:transform var(--transition),box-shadow var(--transition),background var(--transition),border-color var(--transition),color var(--transition);
    }
    .btn:hover,.btn:focus{
      transform:translateY(-2px);
      outline:none;
    }
    .btn:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible{
      outline:3px solid rgba(16,185,129,.24);
      outline-offset:2px;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      box-shadow:0 14px 30px rgba(16,185,129,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      box-shadow:0 18px 42px rgba(16,185,129,.34);
      background:linear-gradient(135deg,#14c891,#036b4f);
    }
    .btn-secondary{
      color:var(--color-carbon);
      background:#fff;
      border-color:rgba(16,185,129,.30);
      box-shadow:0 10px 26px rgba(20,40,32,.08);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--color-primary-dark);
      border-color:var(--color-primary);
      box-shadow:0 14px 34px rgba(16,185,129,.14);
    }
    .btn-dark{
      color:#dff8ee;
      background:#14201b;
      border-color:rgba(223,248,238,.18);
    }
    .btn-dark:hover,.btn-dark:focus{
      color:#fff;
      background:#0d1713;
      box-shadow:0 16px 38px rgba(0,0,0,.22);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:80;
      background:rgba(248,251,248,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(169,217,197,.55);
      box-shadow:0 10px 32px rgba(20,40,32,.06);
    }
    .top-bar,
    .title-bar{
      max-width:var(--site-width);
      margin:0 auto;
      background:transparent;
      padding:0 20px;
      min-height:var(--header-height);
    }
    .title-bar{
      width:100%;
      min-height:66px;
      color:var(--color-carbon);
      display:flex;
      justify-content:space-between;
      align-items:center;
    }
    .title-bar .menu-icon::after{
      background:var(--color-carbon);
      box-shadow:0 7px 0 var(--color-carbon),0 14px 0 var(--color-carbon);
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      color:var(--color-carbon);
      letter-spacing:-.03em;
      font-size:20px;
    }
    .brand:hover,.brand:focus{color:var(--color-primary-dark)}
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      position:relative;
      display:inline-block;
      flex:0 0 auto;
      background:
        linear-gradient(135deg,rgba(16,185,129,.92),rgba(4,120,87,.95)),
        repeating-linear-gradient(90deg,transparent 0 7px,rgba(255,255,255,.24) 7px 8px);
      box-shadow:0 12px 28px rgba(16,185,129,.28);
      overflow:hidden;
    }
    .brand-mark::before{
      content:"";
      position:absolute;
      inset:8px;
      border:2px solid rgba(255,255,255,.78);
      border-radius:50%;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      width:16px;
      height:16px;
      right:3px;
      bottom:4px;
      border-radius:6px;
      background:var(--color-accent);
      box-shadow:-14px -14px 0 rgba(255,255,255,.23);
    }
    .desktop-menu{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .desktop-menu>a:not(.btn),
    .mobile-panel>a:not(.btn){
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:10px 14px;
      border-radius:var(--radius-pill);
      color:var(--color-graphite);
      font-weight:750;
      font-size:15px;
    }
    .desktop-menu>a:not(.btn):hover,
    .desktop-menu>a:not(.btn):focus,
    .desktop-menu>a.active:not(.btn),
    .mobile-panel>a:not(.btn):hover,
    .mobile-panel>a:not(.btn):focus,
    .mobile-panel>a.active:not(.btn){
      color:var(--color-primary-dark);
      background:var(--color-primary-soft);
    }
    .nav-cta{margin-left:6px}
    .mobile-panel{
      padding:0 20px 18px;
      display:grid;
      gap:10px;
      background:rgba(248,251,248,.96);
    }
    .mobile-panel .btn{width:100%;margin-top:4px}

    .hero{
      padding:72px 0 58px;
      overflow:hidden;
    }
    .hero-shell{
      position:relative;
      border:1px solid rgba(169,217,197,.75);
      border-radius:36px;
      padding:38px;
      overflow:hidden;
      background:
        linear-gradient(120deg,rgba(255,255,255,.94),rgba(235,248,241,.88)),
        linear-gradient(90deg,rgba(16,185,129,.10) 1px,transparent 1px),
        linear-gradient(180deg,rgba(16,185,129,.08) 1px,transparent 1px);
      background-size:auto,36px 36px,36px 36px;
      box-shadow:var(--shadow-card);
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      width:520px;
      height:520px;
      right:-210px;
      top:-250px;
      border-radius:50%;
      border:1px solid rgba(16,185,129,.25);
      background:radial-gradient(circle,rgba(16,185,129,.18),transparent 60%);
    }
    .hero-shell::after{
      content:"";
      position:absolute;
      left:30px;
      right:30px;
      bottom:0;
      height:4px;
      border-radius:99px;
      background:linear-gradient(90deg,transparent,var(--color-primary),var(--color-accent),transparent);
      opacity:.75;
    }
    .hero-content{
      position:relative;
      z-index:1;
    }
    .hero h1{
      margin-top:18px;
      font-size:clamp(34px,5.6vw,60px);
      font-weight:900;
      max-width:760px;
    }
    .hero-lead{
      margin-top:20px;
      max-width:780px;
      color:#42504a;
      font-size:18px;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:30px;
    }
    .hero-alert{
      margin-top:24px;
      display:flex;
      align-items:flex-start;
      gap:10px;
      max-width:730px;
      padding:14px 16px;
      border-radius:18px;
      border:1px solid rgba(139,45,45,.18);
      background:rgba(255,255,255,.68);
      color:#6e3a31;
      font-size:14px;
      line-height:1.7;
    }
    .hero-alert strong{
      color:var(--color-danger);
      white-space:nowrap;
    }
    .demo-panel{
      position:relative;
      z-index:1;
      border-radius:28px;
      padding:20px;
      background:#101815;
      color:#e8fff4;
      box-shadow:0 24px 60px rgba(16,24,21,.22);
      border:1px solid rgba(223,248,238,.14);
    }
    .panel-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding-bottom:16px;
      margin-bottom:16px;
      border-bottom:1px solid rgba(223,248,238,.12);
    }
    .panel-top strong{
      font-size:17px;
      color:#fff;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:var(--radius-pill);
      font-size:12px;
      font-weight:800;
      color:#162017;
      background:var(--color-accent-soft);
    }
    .status-pill::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--color-accent);
    }
    .demo-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .demo-item{
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(223,248,238,.13);
    }
    .demo-item .num{
      color:var(--color-primary);
      font-weight:900;
      font-size:22px;
      font-variant-numeric:tabular-nums;
    }
    .demo-item span{
      display:block;
      color:#b8d7ca;
      font-size:13px;
      line-height:1.55;
      margin-top:5px;
    }
    .demo-checklist{
      margin-top:16px;
      display:grid;
      gap:10px;
    }
    .check-row{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px;
      border-radius:16px;
      background:rgba(16,185,129,.08);
      color:#dff8ee;
      font-size:14px;
    }
    .check-row i{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:20px;
      height:20px;
      border-radius:50%;
      background:var(--color-primary);
      color:#062117;
      font-style:normal;
      font-weight:900;
      flex:0 0 auto;
    }

    .filter-board{
      border-radius:var(--radius-xl);
      padding:24px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
    }
    .filter-row{
      display:grid;
      grid-template-columns:140px 1fr;
      gap:16px;
      align-items:flex-start;
      padding:18px 0;
      border-bottom:1px solid #edf4ef;
    }
    .filter-row:last-child{border-bottom:0}
    .filter-label{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--color-carbon);
      font-weight:900;
    }
    .filter-label::before{
      content:"";
      width:9px;
      height:9px;
      border-radius:3px;
      background:var(--color-primary);
      box-shadow:0 0 0 5px rgba(16,185,129,.11);
    }
    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .filter-tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 13px;
      border-radius:var(--radius-pill);
      background:var(--color-light);
      border:1px solid var(--color-line);
      color:#42504a;
      font-size:14px;
      font-weight:750;
    }
    .filter-tag.is-prime{
      color:var(--color-primary-dark);
      background:var(--color-primary-soft);
      border-color:rgba(16,185,129,.35);
    }
    .filter-tag:hover{
      transform:translateY(-1px);
      border-color:var(--color-primary);
      box-shadow:0 10px 22px rgba(16,185,129,.10);
    }

    .mixed-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:22px;
      align-items:stretch;
    }
    .entry-card{
      position:relative;
      display:flex;
      flex-direction:column;
      min-height:100%;
      padding:24px;
      border-radius:var(--radius-xl);
      background:rgba(255,255,255,.92);
      border:1px solid var(--color-line);
      box-shadow:0 14px 38px rgba(20,40,32,.07);
      overflow:hidden;
    }
    .entry-card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:5px;
      background:linear-gradient(90deg,var(--color-primary),rgba(16,185,129,.15));
    }
    .entry-card::after{
      content:"→";
      position:absolute;
      right:20px;
      top:18px;
      width:34px;
      height:34px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--color-primary-dark);
      background:var(--color-primary-soft);
      font-weight:900;
      transition:transform var(--transition),background var(--transition);
    }
    .entry-card:hover{
      transform:translateY(-5px);
      border-color:rgba(16,185,129,.50);
      box-shadow:var(--shadow-hover);
    }
    .entry-card:hover::after{
      transform:translateX(4px);
      background:#c8f3df;
    }
    .entry-card.featured{
      grid-column:span 2;
      background:
        linear-gradient(135deg,rgba(255,255,255,.95),rgba(228,248,238,.93)),
        radial-gradient(circle at 90% 12%,rgba(245,158,11,.18),transparent 32%);
      padding:30px;
    }
    .card-badge{
      align-self:flex-start;
      display:inline-flex;
      padding:7px 11px;
      border-radius:var(--radius-pill);
      background:var(--color-accent-soft);
      color:#9a5b04;
      font-size:13px;
      font-weight:900;
      margin-bottom:16px;
    }
    .entry-card h3{
      padding-right:38px;
      font-size:clamp(21px,2.4vw,28px);
      font-weight:900;
    }
    .entry-card p{
      margin-top:12px;
      color:var(--color-muted);
      font-size:15.5px;
      line-height:1.8;
    }
    .entry-list{
      display:grid;
      gap:10px;
      margin:18px 0 22px;
    }
    .entry-list li{
      position:relative;
      padding-left:24px;
      color:#34433d;
      font-size:15px;
      line-height:1.65;
    }
    .entry-list li::before{
      content:"";
      position:absolute;
      left:0;
      top:.62em;
      width:10px;
      height:10px;
      border-radius:4px;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
    }
    .card-foot{
      margin-top:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-top:18px;
      border-top:1px solid #edf4ef;
    }
    .fit-text{
      color:var(--color-muted);
      font-size:13px;
      font-weight:750;
    }
    .mini-link{
      color:var(--color-primary-dark);
      font-weight:900;
      font-size:14px;
    }
    .mini-link:hover{color:var(--color-carbon)}

    .notice-strip{
      border-radius:30px;
      padding:26px;
      background:
        linear-gradient(135deg,#101815,#1f2d27),
        linear-gradient(90deg,rgba(16,185,129,.18) 1px,transparent 1px);
      color:#d6e8df;
      box-shadow:0 20px 60px rgba(16,24,21,.20);
      overflow:hidden;
      position:relative;
    }
    .notice-strip::before{
      content:"";
      position:absolute;
      inset:auto 28px 0 28px;
      height:3px;
      background:linear-gradient(90deg,transparent,var(--color-primary),var(--color-accent),transparent);
    }
    .notice-strip h2{
      color:#fff;
      font-size:clamp(25px,3.8vw,38px);
      font-weight:900;
    }
    .notice-strip p{
      margin-top:12px;
      color:#c3d8cf;
      max-width:850px;
      font-size:16px;
      line-height:1.85;
    }
    .notice-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      justify-content:flex-end;
      align-items:center;
      height:100%;
    }

    .consult-card{
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
      overflow:hidden;
    }
    .consult-copy{
      padding:32px;
      background:
        linear-gradient(180deg,rgba(223,248,238,.75),rgba(255,255,255,.9)),
        radial-gradient(circle at 0 0,rgba(16,185,129,.15),transparent 34%);
      height:100%;
    }
    .consult-copy h2{
      font-size:clamp(27px,3.6vw,40px);
      font-weight:900;
      margin:14px 0;
    }
    .process-list{
      display:grid;
      gap:14px;
      margin-top:24px;
    }
    .process-item{
      display:grid;
      grid-template-columns:42px 1fr;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(169,217,197,.58);
    }
    .process-no{
      width:42px;
      height:42px;
      border-radius:15px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:var(--color-carbon);
      color:var(--color-primary);
      font-weight:900;
      font-variant-numeric:tabular-nums;
    }
    .process-item strong{display:block;color:var(--color-carbon);line-height:1.35}
    .process-item span{display:block;color:var(--color-muted);font-size:14px;line-height:1.65;margin-top:4px}
    .consult-form{
      padding:32px;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .field.full{grid-column:1/-1}
    label{
      display:block;
      color:#33413b;
      font-weight:850;
      font-size:14px;
      margin-bottom:7px;
    }
    input,select,textarea{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid var(--color-line);
      background:#f7fbf8;
      padding:12px 14px;
      color:var(--color-carbon);
      box-shadow:none;
      transition:border-color var(--transition),box-shadow var(--transition),background var(--transition);
    }
    textarea{min-height:110px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:var(--color-primary);
      background:#fff;
      box-shadow:0 0 0 4px rgba(16,185,129,.12);
      outline:none;
    }
    .check-consent{
      display:flex;
      align-items:flex-start;
      gap:10px;
      margin:18px 0;
      color:var(--color-muted);
      font-size:14px;
      line-height:1.65;
    }
    .check-consent input{
      width:18px;
      height:18px;
      min-height:auto;
      margin-top:4px;
      accent-color:var(--color-primary);
      flex:0 0 auto;
    }

    .faq-wrap{
      background:
        linear-gradient(180deg,rgba(255,255,255,.72),rgba(239,247,242,.78));
      border-top:1px solid rgba(169,217,197,.45);
      border-bottom:1px solid rgba(169,217,197,.45);
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid var(--color-line);
      background:#fff;
      box-shadow:0 12px 30px rgba(20,40,32,.05);
    }
    .accordion-title{
      border:0!important;
      color:var(--color-carbon);
      font-size:17px;
      font-weight:900;
      padding:20px 56px 20px 22px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      color:var(--color-primary-dark);
      background:#f7fbf8;
    }
    .accordion-title::before{
      right:22px;
      font-size:22px;
      margin-top:-12px;
      color:var(--color-primary-dark);
    }
    .accordion-content{
      border:0!important;
      padding:0 24px 22px;
      color:var(--color-muted);
      font-size:15.5px;
      line-height:1.85;
      background:#fff;
      position:relative;
    }
    .accordion-content::before{
      content:"";
      position:absolute;
      left:0;
      top:4px;
      bottom:24px;
      width:4px;
      border-radius:99px;
      background:var(--color-primary);
    }

    .site-footer{
      background:
        linear-gradient(135deg,#0d1512,#121d18 52%,#0a100e),
        linear-gradient(90deg,rgba(16,185,129,.12) 1px,transparent 1px),
        linear-gradient(180deg,rgba(16,185,129,.08) 1px,transparent 1px);
      background-size:auto,42px 42px,42px 42px;
      color:#cfe4da;
      padding:62px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .8fr .8fr .85fr;
      gap:28px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-size:20px;
      margin-bottom:14px;
    }
    .footer-about{
      color:#b9cec5;
      font-size:14.5px;
      line-height:1.85;
      max-width:430px;
    }
    .footer-col h3{
      color:#fff;
      font-size:16px;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#bfd5cc;
      font-size:14.5px;
    }
    .footer-links a:hover,.footer-links a:focus{
      color:var(--color-primary);
      padding-left:3px;
    }
    .footer-note{
      margin-top:36px;
      padding-top:20px;
      border-top:1px solid rgba(223,248,238,.12);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:#8fa69b;
      font-size:13.5px;
    }

    @media screen and (max-width:1024px){
      :root{--header-height:70px}
      .section{padding:68px 0}
      .hero-shell{padding:30px}
      .mixed-grid{grid-template-columns:repeat(2,1fr)}
      .entry-card.featured{grid-column:span 2}
      .footer-grid{grid-template-columns:1fr 1fr}
      .notice-actions{justify-content:flex-start;margin-top:18px}
    }
    @media screen and (max-width:768px){
      .site-container{width:min(calc(100% - 28px),var(--site-width))}
      .top-bar,.title-bar{padding:0 14px}
      .hero{padding:42px 0 40px}
      .hero-shell{border-radius:28px;padding:24px}
      .hero-actions .btn{width:100%}
      .demo-panel{margin-top:28px}
      .filter-row{grid-template-columns:1fr;gap:10px}
      .mixed-grid{grid-template-columns:1fr}
      .entry-card.featured{grid-column:auto}
      .form-grid{grid-template-columns:1fr}
      .consult-copy,.consult-form{padding:24px}
      .footer-grid{grid-template-columns:1fr}
    }
    @media screen and (max-width:520px){
      body{line-height:1.72}
      .section{padding:54px 0}
      .section-head{margin-bottom:24px}
      .section-head p,.hero-lead{font-size:16px}
      .brand{font-size:17px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .hero-shell{padding:20px;border-radius:24px}
      .demo-grid{grid-template-columns:1fr}
      .filter-board{padding:18px;border-radius:22px}
      .entry-card{padding:21px;border-radius:22px}
      .card-foot{align-items:flex-start;flex-direction:column}
      .notice-strip{padding:22px;border-radius:24px}
      .notice-actions .btn{width:100%}
      .footer-note{display:grid}
    }

/* roulang page: category2 */
:root{
      --color-primary:#12b981;
      --color-primary-dark:#0b8f67;
      --color-primary-soft:#e4f7ef;
      --color-accent:#f59e0b;
      --color-accent-soft:#fff4dc;
      --color-carbon:#10201c;
      --color-carbon-2:#172b25;
      --color-ink:#17231f;
      --color-muted:#65746f;
      --color-bg:#f6faf7;
      --color-panel:#ffffff;
      --color-line:#d8e7df;
      --color-line-dark:rgba(255,255,255,.14);
      --shadow-soft:0 18px 50px rgba(21,44,36,.10);
      --shadow-card:0 14px 34px rgba(17,45,36,.09);
      --radius-lg:26px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1220px;
      --transition:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 8% 4%, rgba(18,185,129,.12), transparent 30%),
        linear-gradient(180deg,#f9fcfa 0%,var(--color-bg) 48%,#eef6f1 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover,a:focus{color:var(--color-primary-dark)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button,a,input,select,textarea{outline:none}
    button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      box-shadow:0 0 0 4px rgba(18,185,129,.18);
      border-color:var(--color-primary)!important;
    }
    .site-container{
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:86px 0;
      position:relative;
    }
    .section-tight{padding:64px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:var(--color-primary-soft);
      color:#087451;
      font-size:14px;
      font-weight:750;
      letter-spacing:.02em;
      margin-bottom:18px;
    }
    .section-kicker:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-primary);
      box-shadow:0 0 0 5px rgba(18,185,129,.12);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(34px,5.2vw,58px);
      line-height:1.14;
      font-weight:820;
      letter-spacing:-.045em;
      margin-bottom:22px;
      color:#0e1e1a;
    }
    h2{
      font-size:clamp(28px,3.4vw,40px);
      line-height:1.24;
      font-weight:800;
      letter-spacing:-.035em;
      margin-bottom:16px;
      color:#12231f;
    }
    h3{
      font-size:clamp(20px,2.2vw,25px);
      line-height:1.32;
      font-weight:760;
      margin-bottom:12px;
      color:#142822;
    }
    p{font-size:16px;color:var(--color-muted);line-height:1.86}
    .lead{
      font-size:18px;
      color:#4d615b;
      max-width:760px;
      line-height:1.92;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 22px;
      border-radius:999px;
      font-weight:760;
      border:1px solid transparent;
      cursor:pointer;
      transition:var(--transition);
      line-height:1.2;
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--color-primary),#0aa06f);
      color:#fff;
      box-shadow:0 12px 26px rgba(18,185,129,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(18,185,129,.34);
      background:linear-gradient(135deg,#19c88d,var(--color-primary-dark));
    }
    .btn-secondary{
      background:#fff;
      color:#17342d;
      border-color:#bdd9cf;
    }
    .btn-secondary:hover,.btn-secondary:focus{
      transform:translateY(-2px);
      border-color:var(--color-primary);
      box-shadow:0 12px 28px rgba(21,44,36,.10);
      color:#0b7654;
    }
    .btn-dark{
      background:var(--color-carbon);
      color:#fff;
      border-color:rgba(255,255,255,.08);
    }
    .btn-dark:hover,.btn-dark:focus{
      color:#fff;
      transform:translateY(-2px);
      background:#0b1714;
      box-shadow:0 15px 30px rgba(16,32,28,.24);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      font-size:13px;
      font-weight:760;
      color:#17513f;
      background:#e8f7ef;
      border:1px solid #cceadf;
    }
    .badge.warning{
      color:#7a4a00;
      background:var(--color-accent-soft);
      border-color:#f8d58c;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(185,211,200,.72);
      box-shadow:0 10px 34px rgba(20,45,38,.06);
    }
    .title-bar{
      min-height:64px;
      padding:0 18px;
      background:#fff;
      color:var(--color-ink);
      border-bottom:1px solid var(--color-line);
    }
    .title-bar .menu-icon:after{
      background:var(--color-carbon);
      box-shadow:0 7px 0 var(--color-carbon),0 14px 0 var(--color-carbon);
    }
    .top-bar{
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto;
      padding:14px 0;
      background:transparent;
    }
    .top-bar-left,.top-bar-right{display:flex;align-items:center}
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:820;
      color:#10231e;
      letter-spacing:-.02em;
      font-size:18px;
      min-height:42px;
    }
    .brand:hover{color:#0a7a56}
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      display:inline-block;
      position:relative;
      background:
        linear-gradient(135deg,rgba(18,185,129,.95),rgba(10,160,111,.82)),
        radial-gradient(circle at 70% 30%,#fff,transparent 28%);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 10px 24px rgba(18,185,129,.28);
      flex:0 0 auto;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      border:1px solid rgba(255,255,255,.72);
      border-radius:9px;
    }
    .brand-mark:before{inset:8px 10px 14px 8px}
    .brand-mark:after{inset:16px 8px 7px 16px}
    .desktop-menu{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      flex-wrap:wrap;
    }
    .desktop-menu>a:not(.btn),.mobile-panel>a:not(.btn){
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:10px 14px;
      border-radius:999px;
      color:#375149;
      font-weight:700;
      font-size:15px;
    }
    .desktop-menu>a:not(.btn):hover,.desktop-menu>a.active:not(.btn),
    .mobile-panel>a:not(.btn):hover,.mobile-panel>a.active:not(.btn){
      color:#0b7654;
      background:#eaf8f1;
    }
    .nav-cta{margin-left:8px}
    .mobile-panel{
      display:grid;
      gap:10px;
      padding:12px 0 18px;
      background:#fff;
    }
    .mobile-panel .btn{width:100%;margin-top:4px}
    .scenario-hero{
      padding:78px 0 62px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(110deg,rgba(18,185,129,.10),rgba(255,255,255,.84) 46%,rgba(245,158,11,.08)),
        repeating-linear-gradient(90deg,rgba(16,32,28,.045) 0 1px,transparent 1px 56px),
        repeating-linear-gradient(0deg,rgba(16,32,28,.035) 0 1px,transparent 1px 56px);
      border-bottom:1px solid var(--color-line);
    }
    .scenario-hero:before{
      content:"";
      position:absolute;
      width:430px;
      height:430px;
      right:-140px;
      top:-130px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(18,185,129,.18),transparent 66%);
    }
    .scenario-hero:after{
      content:"";
      position:absolute;
      left:-120px;
      bottom:-170px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(245,158,11,.12),transparent 66%);
    }
    .hero-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
      gap:34px;
      align-items:center;
    }
    .hero-copy{
      padding:20px 0;
    }
    .pain-line{
      display:flex;
      align-items:flex-start;
      gap:10px;
      max-width:680px;
      margin-bottom:22px;
      padding:13px 15px;
      border:1px solid #cfe6dc;
      border-radius:18px;
      background:rgba(255,255,255,.72);
      color:#33564d;
      font-weight:680;
      box-shadow:0 12px 30px rgba(20,45,38,.06);
    }
    .pain-line .dot{
      width:10px;
      height:10px;
      margin-top:8px;
      border-radius:50%;
      background:var(--color-accent);
      box-shadow:0 0 0 6px rgba(245,158,11,.14);
      flex:0 0 auto;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:30px 0 22px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .flow-panel{
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg,#11241f,#1c352e);
      color:#fff;
      padding:24px;
      box-shadow:0 24px 60px rgba(16,32,28,.22);
      border:1px solid rgba(255,255,255,.10);
      position:relative;
      overflow:hidden;
    }
    .flow-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 16% 10%,rgba(18,185,129,.24),transparent 30%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 34px);
      pointer-events:none;
    }
    .flow-panel>*{position:relative;z-index:1}
    .panel-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
      margin-bottom:18px;
    }
    .panel-head h2{
      color:#fff;
      font-size:24px;
      margin-bottom:5px;
    }
    .panel-head p{
      color:rgba(255,255,255,.70);
      margin:0;
      font-size:14px;
      line-height:1.6;
    }
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      flex:0 0 auto;
      padding:8px 11px;
      border-radius:999px;
      color:#d7fff1;
      background:rgba(18,185,129,.16);
      border:1px solid rgba(18,185,129,.34);
      font-size:13px;
      font-weight:760;
    }
    .status-pill:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-primary);
    }
    .flow-list{
      display:grid;
      gap:12px;
      margin:0;
      list-style:none;
    }
    .flow-list li{
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
    }
    .flow-list .num{
      width:42px;
      height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:rgba(18,185,129,.18);
      color:#9ff6d7;
      font-weight:850;
      font-variant-numeric:tabular-nums;
    }
    .flow-list strong{
      color:#fff;
      display:block;
      margin-bottom:2px;
      font-size:16px;
    }
    .flow-list span{
      color:rgba(255,255,255,.68);
      font-size:14px;
      line-height:1.55;
    }
    .flow-list .state{
      color:#ffe1a6;
      font-size:13px;
      font-weight:750;
    }
    .metric-strip{
      margin-top:16px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .metric{
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
    }
    .metric b{
      display:block;
      color:#7df0c7;
      font-size:22px;
      line-height:1.1;
      font-variant-numeric:tabular-nums;
    }
    .metric small{
      color:rgba(255,255,255,.62);
      font-size:12px;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:32px;
    }
    .section-head .lead{margin-bottom:0}
    .dashboard-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
    }
    .dash-card{
      grid-column:span 4;
      min-height:232px;
      padding:22px;
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.88);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
      position:relative;
      overflow:hidden;
      transition:var(--transition);
    }
    .dash-card:nth-child(1),.dash-card:nth-child(4){grid-column:span 5}
    .dash-card:nth-child(2),.dash-card:nth-child(5){grid-column:span 3}
    .dash-card:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      right:0;
      height:4px;
      background:linear-gradient(90deg,var(--color-primary),rgba(18,185,129,.10));
    }
    .dash-card:hover{
      transform:translateY(-5px);
      border-color:#a8ddca;
      box-shadow:0 22px 46px rgba(21,44,36,.13);
    }
    .dash-top{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:flex-start;
      margin-bottom:18px;
    }
    .dash-icon{
      width:48px;
      height:48px;
      display:grid;
      place-items:center;
      border-radius:17px;
      color:#0a7a56;
      background:linear-gradient(135deg,#e8f8f1,#fff);
      border:1px solid #cde8dd;
      font-weight:850;
      font-size:20px;
    }
    .dash-state{
      padding:6px 9px;
      border-radius:999px;
      font-size:12px;
      font-weight:780;
      background:#eef6f1;
      color:#487064;
      border:1px solid #d8e9e0;
    }
    .dash-card h3{margin-bottom:10px}
    .dash-card p{font-size:15px;margin-bottom:18px}
    .dash-points{
      list-style:none;
      margin:0 0 20px;
      display:grid;
      gap:8px;
    }
    .dash-points li{
      display:flex;
      align-items:flex-start;
      gap:8px;
      color:#50665f;
      font-size:14px;
      line-height:1.62;
    }
    .dash-points li:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      margin-top:8px;
      background:var(--color-primary);
      flex:0 0 auto;
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#087451;
      font-weight:780;
      font-size:14px;
    }
    .card-link:hover{gap:12px;color:#075f43}
    .dark-band{
      background:
        linear-gradient(145deg,#0e1f1a,#1b332c),
        repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 36px);
      color:#fff;
      border-top:1px solid rgba(255,255,255,.08);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .dark-band h2,.dark-band h3{color:#fff}
    .dark-band p{color:rgba(255,255,255,.72)}
    .steps-wrap{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:30px;
      align-items:start;
    }
    .guide-panel{
      position:sticky;
      top:108px;
      padding:26px;
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 16px 42px rgba(0,0,0,.16);
    }
    .guide-panel .badge{
      background:rgba(18,185,129,.15);
      color:#baf8e2;
      border-color:rgba(18,185,129,.35);
      margin-bottom:18px;
    }
    .step-list{
      display:grid;
      gap:16px;
      counter-reset:step;
    }
    .step-card{
      counter-increment:step;
      display:grid;
      grid-template-columns:64px 1fr;
      gap:18px;
      padding:22px;
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      transition:var(--transition);
    }
    .step-card:hover{
      transform:translateX(4px);
      border-color:rgba(18,185,129,.46);
      background:rgba(255,255,255,.105);
    }
    .step-card:before{
      content:counter(step,decimal-leading-zero);
      width:64px;
      height:64px;
      border-radius:22px;
      display:grid;
      place-items:center;
      background:rgba(18,185,129,.15);
      color:#91f3d3;
      border:1px solid rgba(18,185,129,.34);
      font-size:22px;
      font-weight:850;
      font-variant-numeric:tabular-nums;
    }
    .step-card p{margin-bottom:0;font-size:15px}
    .compare-layout{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .compare-card{
      padding:26px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
      position:relative;
      overflow:hidden;
    }
    .compare-card.recommended{
      border-color:#84d8bd;
      box-shadow:0 22px 54px rgba(18,185,129,.15);
    }
    .compare-card.recommended:before{
      content:"优先查看";
      position:absolute;
      top:20px;
      right:20px;
      padding:7px 10px;
      border-radius:999px;
      background:var(--color-primary);
      color:#fff;
      font-size:12px;
      font-weight:800;
    }
    .compare-card h3{padding-right:86px}
    .compare-list{
      margin:20px 0 0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .compare-list li{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:12px 0;
      border-top:1px solid #edf3f0;
      color:#536962;
      font-size:15px;
    }
    .compare-list b{color:#162d27}
    .check,.minus{
      width:24px;
      height:24px;
      border-radius:50%;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      font-weight:850;
      font-size:13px;
    }
    .check{background:#dcf8ec;color:#087451}
    .minus{background:#eef1ef;color:#84928e}
    .inline-consult{
      padding:32px;
      border-radius:30px;
      background:
        linear-gradient(135deg,#132821,#203c34),
        radial-gradient(circle at 90% 20%,rgba(18,185,129,.28),transparent 34%);
      box-shadow:0 22px 60px rgba(16,32,28,.18);
      color:#fff;
      border:1px solid rgba(255,255,255,.10);
      overflow:hidden;
      position:relative;
    }
    .inline-consult:before{
      content:"";
      position:absolute;
      inset:0;
      background:repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 42px);
      pointer-events:none;
    }
    .inline-consult>*{position:relative;z-index:1}
    .consult-grid{
      display:grid;
      grid-template-columns:.92fr 1.08fr;
      gap:28px;
      align-items:center;
    }
    .inline-consult h2{color:#fff}
    .inline-consult p{color:rgba(255,255,255,.73)}
    .mini-form{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      padding:18px;
      border-radius:24px;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.13);
    }
    .field{display:grid;gap:7px}
    .field.full{grid-column:1/-1}
    .field label{
      color:rgba(255,255,255,.82);
      font-size:13px;
      font-weight:760;
    }
    .field input,.field select,.field textarea{
      width:100%;
      min-height:48px;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.92);
      color:#12231f;
      padding:12px 14px;
      transition:var(--transition);
      box-shadow:none;
      margin:0;
    }
    .field textarea{min-height:92px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      background:#fff;
      border-color:var(--color-primary);
      box-shadow:0 0 0 4px rgba(18,185,129,.18);
    }
    .check-row{
      grid-column:1/-1;
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:rgba(255,255,255,.76);
      font-size:13px;
      line-height:1.65;
      margin-top:2px;
    }
    .check-row input{
      width:18px;
      height:18px;
      margin-top:3px;
      accent-color:var(--color-primary);
      flex:0 0 auto;
    }
    .mini-form .btn{grid-column:1/-1;width:100%;border:0}
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      margin-top:26px;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid var(--color-line);
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 28px rgba(21,44,36,.06);
    }
    .accordion-title{
      border:0;
      color:#17312a;
      font-size:17px;
      font-weight:780;
      padding:19px 54px 19px 22px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#f1faf5;
      color:#087451;
    }
    .accordion-title:before{
      right:22px;
      margin-top:-.6rem;
      color:#087451;
      font-size:22px;
    }
    .accordion-content{
      border:0;
      border-top:1px solid #edf3ef;
      padding:18px 22px 22px 24px;
      color:#596f67;
      line-height:1.86;
      position:relative;
    }
    .accordion-content:before{
      content:"";
      position:absolute;
      left:0;
      top:18px;
      bottom:22px;
      width:4px;
      background:var(--color-primary);
      border-radius:999px;
    }
    .limited-banner{
      margin-top:28px;
      padding:20px;
      border-radius:22px;
      background:#fff7e7;
      border:1px solid #f4d28a;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .limited-banner strong{color:#6d4300}
    .limited-banner p{margin:4px 0 0;color:#76572a;font-size:14px}
    .site-footer{
      padding:70px 0 28px;
      background:
        linear-gradient(145deg,#0c1815,#11251f),
        repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 48px);
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      right:-120px;
      top:-160px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(18,185,129,.18),transparent 68%);
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.35fr .75fr .75fr .8fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
      color:#fff;
      font-size:18px;
    }
    .footer-about{
      color:rgba(255,255,255,.68);
      font-size:14px;
      max-width:430px;
      margin:0;
    }
    .footer-col h3{
      color:#fff;
      font-size:16px;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.66);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#8ef2d0;
      padding-left:4px;
    }
    .footer-note{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,255,255,.55);
      font-size:13px;
    }
    @media (max-width:1024px){
      .hero-grid,.steps-wrap,.consult-grid{grid-template-columns:1fr}
      .guide-panel{position:relative;top:auto}
      .dashboard-grid{grid-template-columns:repeat(6,1fr)}
      .dash-card,.dash-card:nth-child(1),.dash-card:nth-child(2),.dash-card:nth-child(4),.dash-card:nth-child(5){grid-column:span 3}
      .footer-grid{grid-template-columns:1fr 1fr}
      .section-head{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:768px){
      .site-container{width:min(calc(100% - 28px),var(--container))}
      .section{padding:58px 0}
      .scenario-hero{padding:48px 0 42px}
      .top-bar{width:min(calc(100% - 28px),var(--container));padding:0}
      .desktop-menu{display:none}
      .hero-actions .btn{width:100%}
      .flow-list li{grid-template-columns:42px 1fr}
      .flow-list .state{grid-column:2}
      .metric-strip{grid-template-columns:1fr}
      .dashboard-grid{grid-template-columns:1fr}
      .dash-card,.dash-card:nth-child(1),.dash-card:nth-child(2),.dash-card:nth-child(4),.dash-card:nth-child(5){grid-column:span 1}
      .compare-layout{grid-template-columns:1fr}
      .mini-form{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .limited-banner{align-items:flex-start;flex-direction:column}
      .limited-banner .btn{width:100%}
    }
    @media (max-width:520px){
      h1{font-size:32px}
      .pain-line{font-size:14px}
      .flow-panel,.inline-consult,.compare-card,.dash-card,.guide-panel{border-radius:22px;padding:20px}
      .step-card{grid-template-columns:1fr;padding:20px}
      .step-card:before{width:54px;height:54px;border-radius:18px}
      .panel-head{flex-direction:column}
      .brand{font-size:16px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
    }
