/* roulang page: index */
:root{
      --green:#16a34a;
      --green-2:#22c55e;
      --green-3:#0f9f5e;
      --deep:#102318;
      --text:#17211b;
      --muted:#647067;
      --soft:#f7faf8;
      --soft-2:#f4f8f5;
      --success:#e8f8ee;
      --success-2:#dcfce7;
      --line:#dde7e0;
      --warn:#f59e0b;
      --yellow:#facc15;
      --white:#ffffff;
      --shadow:0 16px 46px rgba(20,65,35,.09);
      --shadow-hover:0 22px 56px rgba(20,65,35,.14);
      --radius:24px;
      --radius-sm:16px;
      --max:1200px;
      --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(--text);
      background:
        radial-gradient(circle at 10% 5%, rgba(34,197,94,.08), transparent 28%),
        radial-gradient(circle at 90% 3%, rgba(250,204,21,.12), transparent 22%),
        linear-gradient(180deg,#fff 0%,#f7faf8 58%,#fff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--green)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    input,select,textarea{
      width:100%;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
      color:var(--text);
      min-height:48px;
      padding:12px 14px;
      outline:none;
      transition:var(--ease);
    }
    input:focus,select:focus,textarea:focus{
      border-color:rgba(22,163,74,.55);
      box-shadow:0 0 0 4px rgba(34,197,94,.12);
    }
    .site-wrap{min-height:100vh}
    .container{
      width:min(calc(100% - 36px),var(--max));
      margin-inline:auto;
    }
    .section{
      padding:78px 0;
      position:relative;
    }
    .section.compact{padding:48px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:var(--success);
      color:#0c7a3b;
      font-weight:700;
      font-size:13px;
      margin-bottom:10px;
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(30px,5vw,48px);
      line-height:1.16;
      letter-spacing:-.04em;
      font-weight:850;
      color:var(--deep);
      margin-bottom:18px;
    }
    h2{
      font-size:clamp(26px,3.2vw,34px);
      line-height:1.22;
      letter-spacing:-.03em;
      font-weight:820;
      color:var(--deep);
      margin-bottom:10px;
    }
    h3{
      font-size:20px;
      line-height:1.35;
      font-weight:780;
      color:var(--deep);
      margin-bottom:8px;
    }
    p{color:var(--muted);font-size:16px}
    .lead{
      font-size:17px;
      color:#425147;
      max-width:780px;
      line-height:1.9;
    }

    .site-header{
      padding:18px 0 10px;
      position:relative;
      z-index:20;
    }
    .topbar{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      margin-bottom:12px;
      color:var(--muted);
      font-size:14px;
    }
    .brand-mini{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      color:var(--deep);
    }
    .logo-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--green),var(--green-2));
      color:#fff;
      box-shadow:0 12px 28px rgba(22,163,74,.22);
      flex:0 0 auto;
    }
    .nav-panel{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(16,120,70,.10);
      box-shadow:var(--shadow);
      border-radius:28px;
      padding:16px;
      backdrop-filter:blur(16px);
    }
    .nav-grid{
      display:grid;
      grid-template-columns:1.25fr 2.1fr auto;
      gap:14px;
      align-items:center;
    }
    .brand-block{
      display:flex;
      align-items:center;
      gap:12px;
      padding:10px 12px;
      border-radius:20px;
      background:linear-gradient(135deg,#f3fbf5,#ffffff);
      border:1px solid rgba(16,120,70,.08);
    }
    .brand-title{
      display:block;
      color:var(--deep);
      font-weight:850;
      line-height:1.25;
      letter-spacing:-.02em;
    }
    .brand-sub{
      display:inline-flex;
      margin-top:4px;
      color:#0c7a3b;
      background:var(--success-2);
      border-radius:999px;
      padding:2px 9px;
      font-size:12px;
      font-weight:700;
    }
    .nav-links{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:10px;
    }
    .nav-card{
      display:flex;
      align-items:center;
      gap:10px;
      padding:11px 12px;
      min-height:62px;
      border-radius:18px;
      border:1px solid rgba(16,120,70,.10);
      background:#fff;
      color:var(--text);
    }
    .nav-card i{
      width:34px;
      height:34px;
      border-radius:12px;
      display:grid;
      place-items:center;
      color:#0f8d45;
      background:var(--success);
      flex:0 0 auto;
    }
    .nav-card strong{
      display:block;
      font-size:14px;
      line-height:1.2;
    }
    .nav-card span{
      color:var(--muted);
      font-size:12px;
    }
    .nav-card:hover,.nav-card.active{
      border-color:rgba(22,163,74,.38);
      background:#f6fff8;
      transform:translateY(-2px);
      box-shadow:0 12px 26px rgba(20,65,35,.08);
      color:var(--deep);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      white-space:nowrap;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      border-radius:15px;
      border:1px solid transparent;
      padding:12px 18px;
      font-weight:800;
      cursor:pointer;
      transition:var(--ease);
      line-height:1;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--green),var(--green-2));
      color:#fff;
      box-shadow:0 12px 28px rgba(22,163,74,.25);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(22,163,74,.30);
      background:linear-gradient(135deg,#0f8d45,#16a34a);
    }
    .btn-secondary{
      background:#fff;
      color:#0c7a3b;
      border-color:rgba(22,163,74,.20);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      background:var(--success);
      color:#075d2d;
      transform:translateY(-2px);
    }
    .btn-ghost{
      color:#0c7a3b;
      background:transparent;
      padding-inline:8px;
    }
    .btn-ghost:hover{color:#075d2d;text-decoration:underline}
    .btn:focus-visible,.nav-card:focus-visible,a:focus-visible{
      outline:3px solid rgba(34,197,94,.35);
      outline-offset:3px;
    }
    .notice{
      display:flex;
      align-items:center;
      gap:10px;
      margin-top:14px;
      border-radius:18px;
      padding:12px 16px;
      background:var(--success);
      color:#176b37;
      border:1px solid rgba(22,163,74,.14);
      font-weight:700;
      font-size:14px;
    }

    .hero{
      padding:34px 0 50px;
    }
    .hero-kv{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      border:1px solid rgba(16,120,70,.12);
      box-shadow:var(--shadow);
      background:
        linear-gradient(115deg,rgba(16,35,24,.96) 0%,rgba(13,90,45,.94) 42%,rgba(255,255,255,.88) 42.2%,rgba(255,255,255,.96) 100%);
      min-height:520px;
      display:grid;
      align-items:stretch;
    }
    .hero-kv:before{
      content:"";
      position:absolute;
      inset:-120px -90px auto auto;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(250,204,21,.32),transparent 64%);
    }
    .hero-inner{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:26px;
      padding:54px;
      align-items:center;
    }
    .hero-copy h1{color:#fff;max-width:680px}
    .hero-copy .lead{color:rgba(255,255,255,.82);max-width:650px}
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:22px 0 26px;
    }
    .tag,.badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:7px 11px;
      font-size:13px;
      line-height:1;
      font-weight:800;
      background:var(--success);
      color:#0b7438;
      border:1px solid rgba(22,163,74,.12);
      white-space:nowrap;
    }
    .hero-copy .tag{
      background:rgba(232,248,238,.14);
      border-color:rgba(255,255,255,.18);
      color:#eaffef;
    }
    .hero-ctas{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
    }
    .hero-copy .btn-secondary{
      background:rgba(255,255,255,.12);
      color:#fff;
      border-color:rgba(255,255,255,.24);
    }
    .hero-copy .btn-secondary:hover{background:rgba(255,255,255,.20)}
    .hero-data{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:24px;
      max-width:620px;
    }
    .data-pill{
      border-radius:18px;
      padding:13px 14px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      color:#fff;
    }
    .data-pill strong{display:block;font-size:20px;line-height:1.1}
    .data-pill span{font-size:12px;color:rgba(255,255,255,.76)}
    .stage{
      min-height:390px;
      position:relative;
      border-radius:30px;
      padding:20px;
      background:
        radial-gradient(circle at 10% 10%,rgba(34,197,94,.16),transparent 32%),
        linear-gradient(145deg,#ffffff,#f1fbf4);
      border:1px solid rgba(16,120,70,.12);
      box-shadow:0 24px 60px rgba(20,65,35,.13);
    }
    .browser-card{
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      border-radius:22px;
      overflow:hidden;
      box-shadow:0 18px 42px rgba(20,65,35,.12);
    }
    .browser-top{
      display:flex;
      align-items:center;
      gap:7px;
      padding:13px 16px;
      border-bottom:1px solid var(--line);
      background:#fbfffc;
    }
    .dot{width:10px;height:10px;border-radius:50%;background:#cbd5cc}
    .dot:nth-child(1){background:#22c55e}
    .dot:nth-child(2){background:#facc15}
    .dot:nth-child(3){background:#94a3b8}
    .browser-body{padding:18px}
    .matrix{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .matrix-item{
      border-radius:18px;
      padding:15px;
      background:#f7faf8;
      border:1px solid rgba(16,120,70,.09);
    }
    .matrix-item i{color:var(--green);font-size:18px;margin-bottom:8px}
    .matrix-item strong{display:block;color:var(--deep);margin-bottom:3px}
    .matrix-item small{color:var(--muted)}
    .floating-card{
      position:absolute;
      right:8px;
      bottom:28px;
      width:225px;
      border-radius:20px;
      padding:15px;
      background:#fff;
      border:1px solid rgba(22,163,74,.18);
      box-shadow:0 18px 42px rgba(20,65,35,.14);
    }
    .floating-card .bar{
      height:8px;
      border-radius:999px;
      background:#e6efe9;
      overflow:hidden;
      margin:10px 0;
    }
    .floating-card .bar span{display:block;width:76%;height:100%;background:linear-gradient(90deg,var(--green),var(--green-2))}
    .toast{
      position:absolute;
      left:4px;
      bottom:24px;
      display:flex;
      align-items:center;
      gap:9px;
      padding:12px 14px;
      border-radius:16px;
      background:#102318;
      color:#fff;
      box-shadow:0 18px 38px rgba(16,35,24,.22);
      font-weight:800;
      font-size:14px;
    }
    .count-strip{
      position:absolute;
      left:54px;
      right:54px;
      bottom:-31px;
      z-index:3;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(16,120,70,.12);
      box-shadow:var(--shadow);
      padding:14px;
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
    }
    .count-label{
      display:flex;
      align-items:center;
      gap:9px;
      font-weight:850;
      color:var(--deep);
      padding:0 10px;
    }
    .count-boxes{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:8px;
    }
    .count-box{
      text-align:center;
      border-radius:16px;
      background:var(--success);
      padding:8px 10px;
      color:#0c7a3b;
      font-weight:900;
    }
    .count-box small{
      display:block;
      color:#53735e;
      font-size:11px;
      font-weight:800;
    }

    .band{
      background:linear-gradient(180deg,#f4f8f5,#fff);
      border-top:1px solid rgba(16,120,70,.06);
      border-bottom:1px solid rgba(16,120,70,.06);
    }
    .directory-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:stretch;
    }
    .catalog-card,.panel-card,.content-card,.form-card,.faq-card{
      border-radius:var(--radius);
      border:1px solid rgba(16,120,70,.10);
      background:#fff;
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .catalog-card:hover,.content-card:hover,.panel-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(22,163,74,.28);
    }
    .catalog-card{padding:28px}
    .catalog-list{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .catalog-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px;
      border:1px solid rgba(16,120,70,.10);
      border-radius:18px;
      background:#fbfffc;
    }
    .catalog-index{
      width:42px;height:42px;border-radius:14px;
      display:grid;place-items:center;
      background:var(--success);
      color:#0c7a3b;
      font-weight:900;
    }
    .catalog-row p{margin-bottom:0;font-size:14px}
    .mini-stat-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      height:100%;
    }
    .mini-stat{
      padding:22px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:0 12px 32px rgba(20,65,35,.06);
    }
    .mini-stat strong{
      display:block;
      font-size:30px;
      color:var(--deep);
      line-height:1.1;
    }
    .mini-stat span{color:var(--muted);font-weight:700;font-size:13px}

    .countdown-module{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      align-items:stretch;
    }
    .download-panel{
      padding:28px;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:var(--shadow);
    }
    .big-clock{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin:20px 0;
    }
    .big-clock .time-unit{
      border-radius:22px;
      background:linear-gradient(180deg,#e8f8ee,#f9fffb);
      border:1px solid rgba(22,163,74,.14);
      padding:20px 10px;
      text-align:center;
    }
    .time-unit strong{
      display:block;
      font-size:38px;
      line-height:1;
      color:#0c7a3b;
      font-weight:950;
    }
    .time-unit span{font-size:13px;color:#53735e;font-weight:800}
    .status-log{
      padding:28px;
      border-radius:28px;
      background:#102318;
      color:#fff;
      box-shadow:var(--shadow);
    }
    .status-log p{color:rgba(255,255,255,.72)}
    .log-item{
      display:flex;
      gap:12px;
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.10);
      color:rgba(255,255,255,.86);
    }
    .log-item:last-child{border-bottom:0}
    .log-item i{color:#22c55e;margin-top:5px}

    .highlights-layout{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:20px;
    }
    .point-list{
      display:grid;
      gap:14px;
    }
    .point-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:16px;
      padding:20px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:0 12px 30px rgba(20,65,35,.06);
      transition:var(--ease);
    }
    .point-item:hover{
      transform:translateX(4px);
      border-color:rgba(22,163,74,.30);
    }
    .num{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      background:var(--success);
      color:#0c7a3b;
      font-weight:950;
    }
    .point-item p{margin-bottom:8px;font-size:15px}
    .filter-card{
      position:sticky;
      top:18px;
      padding:26px;
      border-radius:28px;
      background:linear-gradient(180deg,#f1fbf4,#fff);
      border:1px solid rgba(16,120,70,.12);
      box-shadow:var(--shadow);
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:#314136;
      font-weight:650;
    }
    .check-list i{color:var(--green);margin-top:5px}

    .recommend-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .content-card{
      padding:24px;
      min-height:220px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .content-card .icon{
      width:48px;height:48px;border-radius:17px;
      display:grid;place-items:center;
      color:#0c7a3b;
      background:var(--success);
      margin-bottom:14px;
      font-size:20px;
    }
    .card-actions{margin-top:16px}

    .news-layout{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:22px;
    }
    .news-list{
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .news-row{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:18px;
      padding:20px 22px;
      border-bottom:1px solid rgba(16,120,70,.08);
      align-items:center;
    }
    .news-row:last-child{border-bottom:0}
    .news-date{
      color:#0c7a3b;
      font-weight:900;
      background:var(--success);
      border-radius:14px;
      padding:8px 10px;
      text-align:center;
    }
    .news-row h3{font-size:18px;margin-bottom:4px}
    .news-row p{font-size:14px;margin-bottom:0}
    .side-reco{
      padding:24px;
      border-radius:28px;
      background:#102318;
      color:#fff;
      box-shadow:var(--shadow);
    }
    .side-reco h3{color:#fff}
    .side-reco p{color:rgba(255,255,255,.72)}
    .rank-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:13px 0;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .rank-item:last-child{border-bottom:0}
    .rank-item b{
      width:30px;height:30px;border-radius:11px;
      display:grid;place-items:center;
      background:rgba(34,197,94,.18);
      color:#86efac;
      flex:0 0 auto;
    }

    .subscribe-wrap{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:20px;
      align-items:stretch;
    }
    .form-card{padding:28px}
    .field-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:18px;
    }
    .field-grid .full{grid-column:1 / -1}
    label{
      display:block;
      color:var(--deep);
      font-weight:800;
      font-size:14px;
      margin-bottom:7px;
    }
    .form-tip{
      margin-top:14px;
      padding:13px 14px;
      border-radius:16px;
      background:var(--success);
      color:#176b37;
      font-weight:700;
      font-size:14px;
      display:none;
    }
    .bubble-wall{
      display:grid;
      gap:12px;
    }
    .bubble{
      padding:18px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:0 12px 30px rgba(20,65,35,.06);
      display:flex;
      gap:14px;
      align-items:flex-start;
    }
    .avatar{
      width:42px;height:42px;border-radius:50%;
      background:linear-gradient(135deg,#dcfce7,#facc15);
      display:grid;place-items:center;
      color:#0c7a3b;
      font-weight:900;
      flex:0 0 auto;
    }
    .bubble p{margin-bottom:0;font-size:15px}

    .timeline{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .timeline-card{
      position:relative;
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:0 12px 30px rgba(20,65,35,.06);
    }
    .timeline-card:before{
      content:"";
      width:12px;height:12px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 6px rgba(34,197,94,.12);
      position:absolute;
      top:24px;
      right:24px;
    }
    .timeline-card time{
      display:inline-flex;
      color:#0c7a3b;
      background:var(--success);
      border-radius:999px;
      padding:5px 10px;
      font-size:12px;
      font-weight:900;
      margin-bottom:12px;
    }

    .share-card{
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      padding:30px;
      border-radius:30px;
      background:
        linear-gradient(135deg,#102318,#0f5d31 64%,#16a34a);
      color:#fff;
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .share-card:after{
      content:"";
      position:absolute;
      width:260px;height:260px;border-radius:50%;
      right:-90px;top:-130px;
      background:rgba(250,204,21,.22);
    }
    .share-card h2,.share-card p{position:relative;z-index:1;color:#fff}
    .share-card p{color:rgba(255,255,255,.76)}
    .share-actions{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap}
    .share-actions .btn-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.24)}

    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px!important;
      overflow:hidden;
      border:1px solid rgba(16,120,70,.10);
      background:#fff;
      box-shadow:0 10px 24px rgba(20,65,35,.05);
    }
    .accordion-title{
      border:0!important;
      color:var(--deep)!important;
      font-size:17px;
      font-weight:850;
      padding:19px 52px 19px 20px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#f7faf8;
      color:#0c7a3b!important;
    }
    .accordion-content{
      border:0!important;
      padding:0 20px 20px;
      color:var(--muted);
      line-height:1.85;
    }

    .site-footer{
      padding:56px 0 28px;
      background:#f4f8f5;
      border-top:1px solid rgba(16,120,70,.08);
    }
    .footer-card{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:24px;
      padding:28px;
      border-radius:30px;
      background:#fff;
      border:1px solid rgba(16,120,70,.10);
      box-shadow:var(--shadow);
    }
    .footer-brand{
      display:flex;
      gap:12px;
      align-items:center;
      margin-bottom:12px;
    }
    .footer-title{font-weight:900;color:var(--deep);font-size:18px}
    .footer-links{
      display:grid;
      gap:10px;
      margin-top:12px;
    }
    .footer-links a{
      color:#506157;
      font-weight:700;
    }
    .footer-links a:hover{color:var(--green);transform:translateX(2px)}
    .copyright{
      margin-top:22px;
      text-align:center;
      color:#7b877f;
      font-size:13px;
    }

    @media (max-width:1024px){
      .nav-grid{grid-template-columns:1fr}
      .nav-actions{justify-content:space-between}
      .hero-inner{grid-template-columns:1fr;padding:36px}
      .hero-kv{background:linear-gradient(160deg,#102318 0%,#0d5a2d 52%,#f7faf8 52.2%,#fff 100%)}
      .count-strip{position:relative;left:auto;right:auto;bottom:auto;margin:18px 24px 0;grid-template-columns:1fr}
      .directory-grid,.countdown-module,.highlights-layout,.subscribe-wrap,.news-layout{grid-template-columns:1fr}
      .timeline{grid-template-columns:repeat(2,1fr)}
      .recommend-grid{grid-template-columns:repeat(2,1fr)}
      .filter-card{position:relative;top:auto}
    }
    @media (max-width:768px){
      .container{width:min(calc(100% - 24px),var(--max))}
      .section{padding:56px 0}
      .topbar{align-items:flex-start;flex-direction:column}
      .nav-links{grid-template-columns:repeat(2,1fr)}
      .nav-card{min-height:66px}
      .nav-actions{flex-direction:column;align-items:stretch}
      .nav-actions .btn{width:100%}
      .notice{align-items:flex-start}
      .hero-inner{padding:26px}
      .hero-data{grid-template-columns:1fr}
      .stage{min-height:auto}
      .matrix{grid-template-columns:1fr}
      .floating-card,.toast{position:relative;left:auto;right:auto;bottom:auto;margin-top:12px;width:auto}
      .count-boxes,.big-clock{grid-template-columns:repeat(2,1fr)}
      .section-head{display:block}
      .mini-stat-grid,.recommend-grid,.field-grid{grid-template-columns:1fr}
      .news-row{grid-template-columns:1fr;gap:10px}
      .timeline{grid-template-columns:1fr}
      .share-card{grid-template-columns:1fr}
      .footer-card{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      h1{font-size:30px}
      .nav-links{grid-template-columns:1fr}
      .hero{padding-top:18px}
      .hero-kv{border-radius:24px}
      .hero-inner{padding:22px}
      .hero-ctas .btn{width:100%}
      .catalog-row{grid-template-columns:1fr}
      .catalog-index{width:38px;height:38px}
      .time-unit strong{font-size:30px}
      .btn{min-height:46px;width:auto}
    }

/* roulang page: category2 */
:root{
      --green:#16a34a;
      --green-2:#22c55e;
      --green-dark:#0f7a3f;
      --green-soft:#e8f8ee;
      --green-soft-2:#f4fbf6;
      --ink:#102318;
      --text:#28352d;
      --muted:#647067;
      --line:#dde7e0;
      --line-strong:rgba(16,120,70,.16);
      --white:#ffffff;
      --bg:#f7faf8;
      --yellow:#facc15;
      --orange:#f59e0b;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --shadow:0 16px 44px rgba(20,65,35,.08);
      --shadow-hover:0 22px 60px rgba(20,65,35,.14);
      --container:1200px;
      --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(--text);
      background:
        radial-gradient(circle at 12% 3%, rgba(34,197,94,.10), transparent 28%),
        linear-gradient(180deg,#fff 0%,#f7faf8 42%,#fff 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--green-dark)}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    .container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }
    .section{padding:76px 0}
    .section-tight{padding:48px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-dark);
      font-size:13px;
      font-weight:700;
      border:1px solid rgba(22,163,74,.12);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      color:var(--green-dark);
      background:var(--green-soft);
      border:1px solid rgba(22,163,74,.12);
      white-space:nowrap;
    }
    .badge.warn{background:#fff8df;color:#9a6200;border-color:rgba(245,158,11,.18)}
    .badge.gray{background:#f2f6f3;color:var(--muted);border-color:rgba(100,112,103,.14)}
    .badge.dark{background:#102318;color:#fff;border-color:#102318}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:12px 18px;
      border-radius:14px;
      font-weight:800;
      border:1px solid transparent;
      cursor:pointer;
      line-height:1.2;
      transition:var(--ease);
      text-decoration:none;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--green),var(--green-2));
      color:#fff;
      box-shadow:0 12px 28px rgba(22,163,74,.22);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      background:linear-gradient(135deg,var(--green-dark),var(--green));
      box-shadow:0 16px 36px rgba(22,163,74,.28);
    }
    .btn-ghost{
      background:#fff;
      color:var(--green-dark);
      border-color:rgba(22,163,74,.18);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      color:var(--green-dark);
      background:var(--green-soft);
      transform:translateY(-2px);
      border-color:rgba(22,163,74,.34);
    }
    a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(34,197,94,.34);
      outline-offset:3px;
    }

    .site-header{
      padding:18px 0 24px;
      position:relative;
      z-index:5;
    }
    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:14px;
      color:var(--muted);
      font-size:14px;
    }
    .brand-mini{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      color:var(--ink);
    }
    .logo-mark{
      width:34px;
      height:34px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:12px;
      background:linear-gradient(135deg,var(--green),var(--green-2));
      color:#fff;
      box-shadow:0 10px 22px rgba(22,163,74,.20);
      flex:0 0 auto;
    }
    .nav-panel{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(16,120,70,.10);
      border-radius:24px;
      box-shadow:var(--shadow);
      padding:14px;
      backdrop-filter:blur(12px);
    }
    .nav-grid{
      display:grid;
      grid-template-columns:260px 1fr auto;
      align-items:center;
      gap:14px;
    }
    .brand-block{
      display:flex;
      align-items:center;
      gap:12px;
      padding:12px;
      border-radius:18px;
      background:linear-gradient(135deg,#f4fbf6,#fff);
      border:1px solid rgba(22,163,74,.10);
    }
    .brand-title{
      display:block;
      color:var(--ink);
      font-size:17px;
      font-weight:900;
      line-height:1.25;
    }
    .brand-sub{
      display:block;
      margin-top:2px;
      color:var(--muted);
      font-size:12px;
      line-height:1.3;
    }
    .nav-links{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:10px;
    }
    .nav-card{
      min-height:68px;
      display:flex;
      align-items:center;
      gap:11px;
      padding:12px;
      border:1px solid rgba(16,120,70,.10);
      border-radius:18px;
      background:#fff;
      color:var(--text);
    }
    .nav-card i{
      width:34px;
      height:34px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:12px;
      color:var(--green-dark);
      background:var(--green-soft);
      flex:0 0 auto;
    }
    .nav-card strong{
      display:block;
      color:var(--ink);
      font-size:14px;
      line-height:1.2;
    }
    .nav-card span span{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:3px;
      line-height:1.2;
    }
    .nav-card:hover{
      transform:translateY(-2px);
      box-shadow:0 12px 30px rgba(20,65,35,.08);
      border-color:rgba(22,163,74,.26);
    }
    .nav-card.active{
      background:linear-gradient(135deg,var(--green-soft),#fff);
      border-color:rgba(22,163,74,.34);
      box-shadow:inset 0 0 0 1px rgba(22,163,74,.05);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      white-space:nowrap;
    }
    .notice{
      margin-top:14px;
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:13px 16px;
      border-radius:18px;
      background:var(--green-soft);
      color:#315a3d;
      border:1px solid rgba(22,163,74,.12);
      font-size:14px;
    }
    .notice i{color:var(--green);margin-top:5px}

    .hero-control{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      background:
        radial-gradient(circle at 82% 12%, rgba(34,197,94,.18), transparent 34%),
        linear-gradient(135deg,#fff 0%,#f4fbf6 100%);
      border:1px solid rgba(16,120,70,.12);
      box-shadow:var(--shadow);
      padding:34px;
    }
    .hero-control:before{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-120px;
      width:280px;
      height:280px;
      border-radius:50%;
      background:rgba(34,197,94,.10);
      pointer-events:none;
    }
    .hero-title{
      margin:16px 0 14px;
      color:var(--ink);
      font-size:44px;
      line-height:1.18;
      letter-spacing:-.8px;
      font-weight:900;
    }
    .hero-summary{
      max-width:720px;
      color:#425046;
      font-size:17px;
      line-height:1.9;
      margin:0 0 22px;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-bottom:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }
    .stats-panel{
      position:relative;
      display:grid;
      gap:14px;
      padding:18px;
      border-radius:26px;
      background:#fff;
      border:1px solid rgba(16,120,70,.12);
      box-shadow:0 18px 48px rgba(20,65,35,.09);
    }
    .flash-strip{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:18px;
      background:#102318;
      color:#fff;
    }
    .flash-strip strong{font-size:14px}
    .mini-count{
      display:flex;
      align-items:center;
      gap:6px;
      color:#dffbe8;
      font-weight:800;
      font-size:13px;
    }
    .stat-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .stat-card{
      padding:16px;
      border-radius:20px;
      background:var(--green-soft-2);
      border:1px solid rgba(22,163,74,.12);
    }
    .stat-card b{
      display:block;
      color:var(--ink);
      font-size:30px;
      line-height:1.1;
      letter-spacing:-.5px;
    }
    .stat-card span{
      display:block;
      margin-top:7px;
      color:var(--muted);
      font-size:13px;
    }
    .status-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px;
      border-radius:18px;
      background:#fffaf0;
      border:1px solid rgba(245,158,11,.16);
    }
    .status-row p{
      margin:0;
      color:#5f4a16;
      font-size:13px;
      line-height:1.6;
    }

    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:26px;
    }
    .section-head h2{
      margin:10px 0 0;
      color:var(--ink);
      font-size:31px;
      line-height:1.25;
      font-weight:900;
      letter-spacing:-.4px;
    }
    .section-head p{
      margin:0;
      max-width:600px;
      color:var(--muted);
      font-size:15px;
      line-height:1.8;
    }

    .panel-card{
      background:#fff;
      border:1px solid rgba(16,120,70,.11);
      border-radius:26px;
      box-shadow:var(--shadow);
      padding:26px;
      transition:var(--ease);
    }
    .panel-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(22,163,74,.25);
    }

    .timeline-wrap{
      position:relative;
      padding-left:20px;
    }
    .timeline-wrap:before{
      content:"";
      position:absolute;
      left:8px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(180deg,var(--green),rgba(22,163,74,.08));
      border-radius:999px;
    }
    .timeline-item{
      position:relative;
      margin-bottom:18px;
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(16,120,70,.11);
      box-shadow:0 12px 34px rgba(20,65,35,.06);
      transition:var(--ease);
    }
    .timeline-item:before{
      content:"";
      position:absolute;
      left:-19px;
      top:26px;
      width:14px;
      height:14px;
      border-radius:50%;
      background:var(--green);
      border:3px solid #fff;
      box-shadow:0 0 0 4px rgba(22,163,74,.16);
    }
    .timeline-item:hover{
      transform:translateX(4px);
      border-color:rgba(22,163,74,.26);
      box-shadow:0 16px 44px rgba(20,65,35,.10);
    }
    .timeline-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:10px;
    }
    .timeline-date{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--green-dark);
      font-weight:900;
      font-size:13px;
    }
    .timeline-item h3{
      margin:0 0 8px;
      color:var(--ink);
      font-size:20px;
      line-height:1.35;
      font-weight:900;
    }
    .timeline-item p{
      margin:0 0 14px;
      color:var(--muted);
      line-height:1.8;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .entry-matrix{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .entry-card{
      min-height:220px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:18px;
      padding:22px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(16,120,70,.11);
      box-shadow:0 12px 34px rgba(20,65,35,.06);
      transition:var(--ease);
    }
    .entry-card:hover{
      transform:translateY(-4px);
      border-color:rgba(22,163,74,.30);
      box-shadow:var(--shadow-hover);
    }
    .entry-icon{
      width:46px;
      height:46px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:16px;
      background:linear-gradient(135deg,var(--green-soft),#fff);
      color:var(--green-dark);
      border:1px solid rgba(22,163,74,.14);
      font-size:19px;
    }
    .entry-card h3{
      margin:14px 0 8px;
      color:var(--ink);
      font-size:19px;
      line-height:1.35;
      font-weight:900;
    }
    .entry-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .entry-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-top:1px solid rgba(16,120,70,.08);
      padding-top:14px;
    }
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--green-dark);
      font-weight:900;
      font-size:14px;
    }
    .text-link:hover{gap:10px;color:var(--green)}

    .callout-guide{
      border:none;
      border-radius:28px;
      background:
        linear-gradient(135deg,var(--green-soft),#fff),
        #fff;
      border:1px solid rgba(22,163,74,.14);
      padding:28px;
      box-shadow:var(--shadow);
      margin:0;
    }
    .guide-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .guide-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#3b4d41;
      font-size:15px;
      line-height:1.75;
    }
    .guide-list i{
      margin-top:5px;
      color:var(--green);
    }

    .subscribe-card{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      background:#fff;
      border:1px solid rgba(16,120,70,.12);
      box-shadow:var(--shadow);
      padding:32px;
    }
    .subscribe-card:after{
      content:"";
      position:absolute;
      right:-60px;
      top:-80px;
      width:230px;
      height:230px;
      border-radius:50%;
      background:rgba(34,197,94,.12);
    }
    .subscribe-card > *{position:relative;z-index:1}
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin-top:22px;
    }
    .form-field label{
      display:block;
      margin-bottom:7px;
      color:var(--ink);
      font-weight:800;
      font-size:13px;
    }
    .form-field input,.form-field select{
      width:100%;
      height:48px;
      margin:0;
      border-radius:14px;
      border:1px solid var(--line);
      background:#fbfdfb;
      color:var(--text);
      box-shadow:none;
      padding:0 14px;
      transition:var(--ease);
    }
    .form-field input:focus,.form-field select:focus{
      border-color:rgba(22,163,74,.50);
      background:#fff;
      box-shadow:0 0 0 4px rgba(34,197,94,.12);
    }
    .form-actions{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:12px;
      margin-top:18px;
    }
    .privacy-tip{
      color:var(--muted);
      font-size:13px;
      margin:0;
    }

    .quick-board{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
    }
    .check-board{
      border-radius:26px;
      background:#102318;
      color:#fff;
      padding:26px;
      box-shadow:0 20px 50px rgba(16,35,24,.18);
    }
    .check-board h3{
      color:#fff;
      margin:0 0 14px;
      font-size:22px;
      font-weight:900;
    }
    .check-board p{
      color:#d7e8dc;
      margin:0 0 18px;
      line-height:1.8;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#eefaf1;
    }
    .check-list i{
      color:#86efac;
      margin-top:5px;
    }

    .accordion{
      background:transparent;
      margin:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid rgba(16,120,70,.11);
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      box-shadow:0 10px 26px rgba(20,65,35,.05);
    }
    .accordion-title{
      border:none !important;
      color:var(--ink);
      font-weight:900;
      font-size:16px;
      padding:18px 48px 18px 20px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--green-soft-2);
      color:var(--green-dark);
    }
    .accordion-content{
      border:none !important;
      color:var(--muted);
      line-height:1.85;
      padding:0 20px 20px;
      background:#fff;
    }
    :last-child:not(.is-active)>.accordion-title{border-bottom:none}

    .cta-strip{
      border-radius:32px;
      padding:32px;
      background:
        radial-gradient(circle at 85% 20%, rgba(250,204,21,.18), transparent 28%),
        linear-gradient(135deg,#102318,#17442a);
      color:#fff;
      box-shadow:0 24px 60px rgba(16,35,24,.18);
    }
    .cta-strip h2{
      color:#fff;
      margin:0 0 10px;
      font-size:30px;
      font-weight:900;
      line-height:1.25;
    }
    .cta-strip p{
      color:#d8ecde;
      margin:0;
      line-height:1.85;
    }
    .cta-strip .btn-ghost{
      background:rgba(255,255,255,.10);
      color:#fff;
      border-color:rgba(255,255,255,.24);
    }
    .cta-strip .btn-ghost:hover{
      background:rgba(255,255,255,.18);
      color:#fff;
    }

    .site-footer{
      padding:34px 0 28px;
      background:linear-gradient(180deg,rgba(232,248,238,.45),#fff);
    }
    .footer-card{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:28px;
      padding:28px;
      border-radius:28px;
      background:#fff;
      border:1px solid rgba(16,120,70,.11);
      box-shadow:var(--shadow);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:11px;
      margin-bottom:12px;
    }
    .footer-title{
      color:var(--ink);
      font-size:19px;
      font-weight:900;
    }
    .footer-card p{
      margin:0;
      color:var(--muted);
      max-width:460px;
      line-height:1.85;
    }
    .footer-card h3{
      margin:0 0 12px;
      color:var(--ink);
      font-size:16px;
      font-weight:900;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--green-dark);
      transform:translateX(3px);
    }
    .copyright{
      margin-top:18px;
      text-align:center;
      color:var(--muted);
      font-size:13px;
    }

    @media (max-width:1024px){
      .nav-grid{grid-template-columns:1fr}
      .nav-actions{justify-content:flex-start}
      .hero-title{font-size:38px}
      .quick-board{grid-template-columns:1fr}
      .entry-matrix{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .site-header{padding-top:14px}
      .topbar{
        flex-direction:column;
        align-items:flex-start;
        font-size:13px;
      }
      .nav-panel{border-radius:22px;padding:12px}
      .nav-links{grid-template-columns:repeat(2,minmax(0,1fr))}
      .nav-card{min-height:74px}
      .nav-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
      }
      .nav-actions .btn{width:100%;padding-left:10px;padding-right:10px}
      .hero-control{padding:24px;border-radius:26px}
      .hero-title{font-size:32px}
      .hero-summary{font-size:16px}
      .section{padding:56px 0}
      .section-head{
        display:block;
      }
      .section-head p{margin-top:10px}
      .stat-grid{grid-template-columns:1fr 1fr}
      .form-grid{grid-template-columns:1fr}
      .footer-card{grid-template-columns:1fr}
      .cta-strip{padding:24px;border-radius:26px}
    }
    @media (max-width:520px){
      .nav-links{grid-template-columns:1fr}
      .nav-actions{grid-template-columns:1fr}
      .notice{font-size:13px}
      .hero-title{font-size:29px}
      .hero-actions .btn{width:100%}
      .stat-grid{grid-template-columns:1fr}
      .flash-strip{align-items:flex-start;flex-direction:column}
      .timeline-wrap{padding-left:16px}
      .timeline-item{padding:18px}
      .entry-foot{align-items:flex-start;flex-direction:column}
      .subscribe-card{padding:22px;border-radius:26px}
    }

/* roulang page: category1 */
:root {
      --green: #16A34A;
      --green-2: #22C55E;
      --green-dark: #0F7A3B;
      --mint: #E8F8EE;
      --mint-2: #F4F8F5;
      --mint-3: #DCFCE7;
      --ink: #102318;
      --text: #29362E;
      --muted: #647067;
      --line: rgba(16, 120, 70, .13);
      --line-strong: rgba(22, 163, 74, .32);
      --white: #FFFFFF;
      --warn: #F59E0B;
      --yellow: #FACC15;
      --shadow: 0 16px 42px rgba(20, 65, 35, .09);
      --shadow-hover: 0 22px 55px rgba(20, 65, 35, .14);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-sm: 12px;
      --container: 1200px;
      --ease: .22s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(34, 197, 94, .10), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(250, 204, 21, .12), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f7faf8 42%, #ffffff 100%);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      font-size: 16px;
      line-height: 1.75;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease);
    }

    a:hover {
      color: var(--green-dark);
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button,
    .button,
    .btn {
      cursor: pointer;
    }

    :focus-visible {
      outline: 3px solid rgba(34, 197, 94, .35);
      outline-offset: 3px;
      border-radius: 12px;
    }

    .container {
      width: min(calc(100% - 36px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      padding: 22px 0 10px;
      position: relative;
      z-index: 10;
    }

    .topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 14px;
    }

    .brand-mini {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--ink);
      font-weight: 800;
      letter-spacing: -.02em;
    }

    .logo-mark {
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 13px;
      color: #fff;
      background: linear-gradient(135deg, var(--green), var(--green-2));
      box-shadow: 0 10px 24px rgba(22, 163, 74, .24);
      flex: 0 0 auto;
    }

    .nav-panel {
      background: rgba(255, 255, 255, .92);
      border: 1px solid var(--line);
      border-radius: 26px;
      box-shadow: var(--shadow);
      padding: 14px;
      backdrop-filter: blur(14px);
    }

    .nav-grid {
      display: grid;
      grid-template-columns: 245px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: stretch;
    }

    .brand-block {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px;
      border-radius: 20px;
      background: linear-gradient(135deg, #f2fbf5, #ffffff);
      border: 1px solid var(--line);
    }

    .brand-block:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(20, 65, 35, .08);
    }

    .brand-title {
      display: block;
      color: var(--ink);
      font-size: 17px;
      font-weight: 850;
      line-height: 1.2;
    }

    .brand-sub {
      display: block;
      color: var(--muted);
      font-size: 12px;
      margin-top: 4px;
    }

    .nav-links {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .nav-card {
      min-height: 66px;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 12px 13px;
      border-radius: 18px;
      border: 1px solid rgba(16, 120, 70, .10);
      background: #fff;
      color: var(--text);
    }

    .nav-card i {
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      color: var(--green);
      background: var(--mint);
      flex: 0 0 auto;
    }

    .nav-card strong {
      display: block;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.2;
    }

    .nav-card span span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      margin-top: 3px;
    }

    .nav-card:hover,
    .nav-card.active {
      border-color: var(--line-strong);
      background: linear-gradient(180deg, #ffffff, #effbf3);
      transform: translateY(-2px);
      box-shadow: 0 12px 26px rgba(22, 163, 74, .12);
    }

    .nav-card.active i {
      color: #fff;
      background: var(--green);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 9px;
      padding-left: 2px;
    }

    .btn {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 18px;
      border-radius: 15px;
      border: 1px solid transparent;
      font-weight: 750;
      line-height: 1;
      white-space: nowrap;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--green), var(--green-2));
      box-shadow: 0 12px 26px rgba(22, 163, 74, .22);
    }

    .btn-primary:hover {
      color: #fff;
      background: linear-gradient(135deg, var(--green-dark), var(--green));
      transform: translateY(-2px);
      box-shadow: 0 16px 32px rgba(22, 163, 74, .28);
    }

    .btn-ghost {
      color: var(--green-dark);
      background: #fff;
      border-color: var(--line-strong);
    }

    .btn-ghost:hover {
      background: var(--mint);
      border-color: rgba(22, 163, 74, .45);
      transform: translateY(-2px);
    }

    .btn-soft {
      color: var(--green-dark);
      background: var(--mint);
      border-color: rgba(22, 163, 74, .18);
    }

    .btn-soft:hover {
      background: var(--mint-3);
      transform: translateY(-2px);
    }

    .notice {
      margin-top: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 16px;
      color: #166534;
      background: rgba(220, 252, 231, .78);
      border: 1px solid rgba(22, 163, 74, .16);
      border-radius: 18px;
      font-size: 14px;
    }

    main {
      padding: 36px 0 0;
    }

    .section {
      padding: 42px 0;
    }

    .hero-category {
      position: relative;
      overflow: hidden;
      border-radius: 32px;
      border: 1px solid var(--line);
      background:
        linear-gradient(130deg, rgba(255, 255, 255, .96), rgba(240, 253, 244, .95)),
        radial-gradient(circle at 78% 20%, rgba(34, 197, 94, .17), transparent 28%);
      box-shadow: var(--shadow);
      padding: 34px;
    }

    .hero-category:before {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      right: -90px;
      top: -110px;
      border-radius: 50%;
      background: rgba(250, 204, 21, .20);
      filter: blur(2px);
    }

    .breadcrumb-lite {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
      margin-bottom: 18px;
    }

    .breadcrumb-lite a {
      color: var(--green-dark);
      font-weight: 700;
    }

    .hero-eyebrow,
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      color: #166534;
      background: var(--mint);
      border: 1px solid rgba(22, 163, 74, .18);
      font-size: 13px;
      font-weight: 760;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin: 16px 0 16px;
      color: var(--ink);
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.16;
      letter-spacing: -.04em;
      font-weight: 900;
    }

    h2 {
      color: var(--ink);
      font-size: clamp(25px, 3vw, 32px);
      line-height: 1.25;
      letter-spacing: -.03em;
      font-weight: 850;
      margin-bottom: 12px;
    }

    h3 {
      color: var(--ink);
      font-size: 19px;
      line-height: 1.35;
      font-weight: 820;
      margin-bottom: 8px;
    }

    .lead {
      color: var(--muted);
      font-size: 17px;
      line-height: 1.85;
      max-width: 760px;
      margin-bottom: 22px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 18px 0 26px;
    }

    .tag,
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 11px;
      border-radius: 999px;
      color: #166534;
      background: #fff;
      border: 1px solid rgba(22, 163, 74, .18);
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
    }

    .badge.warn {
      color: #92400E;
      background: #FFFBEB;
      border-color: rgba(245, 158, 11, .22);
    }

    .badge.dark {
      color: #fff;
      background: var(--ink);
      border-color: var(--ink);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 8px;
    }

    .vertical-stage {
      position: relative;
      max-width: 360px;
      margin-left: auto;
      isolation: isolate;
    }

    .stage-phone {
      min-height: 520px;
      border-radius: 34px;
      background: linear-gradient(180deg, #102318 0%, #183826 100%);
      box-shadow: 0 28px 70px rgba(16, 35, 24, .24);
      padding: 16px;
      border: 8px solid rgba(255, 255, 255, .78);
      position: relative;
      overflow: hidden;
    }

    .stage-phone:before {
      content: "";
      position: absolute;
      width: 140px;
      height: 18px;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 999px;
      background: rgba(255, 255, 255, .18);
      z-index: 2;
    }

    .stage-screen {
      height: 100%;
      min-height: 485px;
      border-radius: 25px;
      padding: 42px 16px 16px;
      background:
        radial-gradient(circle at 50% 10%, rgba(34, 197, 94, .32), transparent 34%),
        linear-gradient(180deg, #f6fff8, #ffffff);
    }

    .stage-card {
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255, 255, 255, .92);
      box-shadow: 0 12px 28px rgba(20, 65, 35, .08);
      padding: 14px;
      margin-bottom: 12px;
    }

    .stage-card.large {
      padding: 16px;
      background: linear-gradient(135deg, #ffffff, #effbf3);
    }

    .status-line {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      color: var(--muted);
      font-size: 13px;
      margin-bottom: 8px;
    }

    .mini-progress {
      height: 9px;
      border-radius: 999px;
      background: #e8efe9;
      overflow: hidden;
    }

    .mini-progress span {
      display: block;
      height: 100%;
      width: 78%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--green), var(--green-2));
    }

    .entry-grid-mini {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 9px;
      margin-top: 12px;
    }

    .entry-pill {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      border-radius: 14px;
      color: #166534;
      background: var(--mint);
      font-size: 13px;
      font-weight: 800;
    }

    .toast-success {
      position: absolute;
      right: -18px;
      bottom: 46px;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 16px;
      color: #166534;
      background: #fff;
      border: 1px solid rgba(22, 163, 74, .18);
      box-shadow: var(--shadow);
      font-size: 13px;
      font-weight: 800;
      z-index: 3;
    }

    .filter-panel {
      border-radius: 26px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, .93);
      box-shadow: var(--shadow);
      padding: 20px;
    }

    .filter-head {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: center;
      margin-bottom: 16px;
    }

    .filter-head p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .filter-groups {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .filter-box {
      padding: 15px;
      border-radius: 20px;
      background: var(--mint-2);
      border: 1px solid rgba(16, 120, 70, .08);
    }

    .filter-box strong {
      display: block;
      color: var(--ink);
      margin-bottom: 10px;
    }

    .filter-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .filter-chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 8px 11px;
      border-radius: 999px;
      color: var(--green-dark);
      background: #fff;
      border: 1px solid rgba(22, 163, 74, .16);
      font-size: 13px;
      font-weight: 720;
    }

    .filter-chip:hover,
    .filter-chip.active {
      color: #fff;
      background: var(--green);
      border-color: var(--green);
      transform: translateY(-1px);
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 24px;
      align-items: start;
    }

    .section-intro {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 22px;
    }

    .section-intro p {
      color: var(--muted);
      max-width: 680px;
      margin-bottom: 0;
    }

    .entry-list {
      display: grid;
      gap: 16px;
    }

    .entry-card {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 16px;
      padding: 22px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 12px 34px rgba(20, 65, 35, .06);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease), background var(--ease);
    }

    .entry-card:hover {
      transform: translateY(-3px);
      border-color: var(--line-strong);
      box-shadow: var(--shadow-hover);
      background: linear-gradient(180deg, #ffffff, #fbfffc);
    }

    .entry-num {
      width: 48px;
      height: 48px;
      border-radius: 17px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--green-dark);
      background: var(--mint);
      font-weight: 900;
      font-size: 18px;
      flex: 0 0 auto;
    }

    .entry-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin: 10px 0 14px;
    }

    .entry-card p {
      color: var(--muted);
      margin-bottom: 15px;
    }

    .entry-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      border-top: 1px dashed rgba(16, 120, 70, .16);
      padding-top: 14px;
    }

    .time-text {
      color: var(--muted);
      font-size: 13px;
    }

    .side-stack {
      position: sticky;
      top: 18px;
      display: grid;
      gap: 16px;
    }

    .side-card,
    .soft-card {
      padding: 22px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 12px 34px rgba(20, 65, 35, .06);
    }

    .side-card.green {
      background: linear-gradient(180deg, #effbf3, #ffffff);
    }

    .status-list {
      display: grid;
      gap: 12px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .status-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--muted);
      font-size: 14px;
    }

    .status-list i {
      color: var(--green);
      margin-top: 5px;
    }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-top: 16px;
    }

    .metric {
      padding: 13px;
      border-radius: 18px;
      background: var(--mint-2);
      border: 1px solid rgba(16, 120, 70, .08);
    }

    .metric strong {
      display: block;
      color: var(--ink);
      font-size: 24px;
      line-height: 1.1;
    }

    .metric span {
      color: var(--muted);
      font-size: 12px;
    }

    .process-wrap {
      border-radius: 28px;
      border: 1px solid var(--line);
      background: linear-gradient(135deg, #ffffff, #f2fbf5);
      box-shadow: var(--shadow);
      padding: 26px;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 20px;
    }

    .process-step {
      position: relative;
      padding: 18px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(16, 120, 70, .10);
    }

    .process-step .step-icon {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      color: #fff;
      background: var(--green);
      margin-bottom: 14px;
    }

    .process-step p {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 0;
    }

    .compare-callout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      align-items: stretch;
    }

    .compare-card {
      padding: 24px;
      border-radius: 26px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 12px 34px rgba(20, 65, 35, .06);
    }

    .compare-card.highlight {
      background: linear-gradient(180deg, #effbf3, #ffffff);
      border-color: var(--line-strong);
    }

    .check-list {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 11px;
    }

    .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--muted);
    }

    .check-list i {
      color: var(--green);
      margin-top: 5px;
    }

    .subscribe-card {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 10% 0%, rgba(34, 197, 94, .14), transparent 34%),
        linear-gradient(135deg, #ffffff, #f2fbf5);
      box-shadow: var(--shadow);
      padding: 30px;
    }

    .subscribe-card:after {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -60px;
      bottom: -70px;
      border-radius: 50%;
      background: rgba(250, 204, 21, .22);
    }

    .subscribe-form {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr 180px;
      gap: 12px;
      margin-top: 20px;
    }

    .field {
      position: relative;
    }

    .field label {
      display: block;
      color: var(--ink);
      font-size: 13px;
      font-weight: 760;
      margin-bottom: 7px;
    }

    .field input,
    .field select {
      width: 100%;
      height: 48px;
      margin: 0;
      border-radius: 15px;
      border: 1px solid rgba(16, 120, 70, .16);
      background: #fff;
      box-shadow: none;
      color: var(--text);
      padding: 0 14px;
    }

    .field input:focus,
    .field select:focus {
      border-color: var(--green);
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
    }

    .form-note {
      color: var(--muted);
      font-size: 13px;
      margin: 12px 0 0;
      position: relative;
      z-index: 1;
    }

    .accordion.faq-accordion {
      background: transparent;
      border: 0;
      display: grid;
      gap: 12px;
    }

    .faq-accordion .accordion-item {
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 10px 28px rgba(20, 65, 35, .05);
    }

    .faq-accordion .accordion-title {
      border: 0;
      color: var(--ink);
      font-size: 16px;
      font-weight: 820;
      padding: 18px 48px 18px 20px;
      background: #fff;
    }

    .faq-accordion .accordion-title:hover,
    .faq-accordion .accordion-title:focus {
      color: var(--green-dark);
      background: #f7fff9;
    }

    .faq-accordion .accordion-title:before {
      color: var(--green);
      right: 20px;
      margin-top: -10px;
      font-size: 20px;
    }

    .faq-accordion .accordion-content {
      border: 0;
      border-top: 1px solid rgba(16, 120, 70, .08);
      color: var(--muted);
      padding: 18px 20px 20px;
      line-height: 1.8;
    }

    .cta-band {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      padding: 28px;
      border-radius: 28px;
      border: 1px solid var(--line);
      background: linear-gradient(135deg, #102318, #164B2B);
      box-shadow: var(--shadow);
      color: rgba(255, 255, 255, .82);
    }

    .cta-band h2 {
      color: #fff;
      margin-bottom: 8px;
    }

    .cta-band p {
      margin-bottom: 0;
      max-width: 720px;
    }

    .cta-band .btn-ghost {
      color: #fff;
      background: rgba(255, 255, 255, .10);
      border-color: rgba(255, 255, 255, .22);
    }

    .cta-band .btn-ghost:hover {
      background: rgba(255, 255, 255, .18);
    }

    .site-footer {
      padding: 32px 0 28px;
      background: transparent;
    }

    .footer-card {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) .8fr .8fr;
      gap: 24px;
      padding: 26px;
      border-radius: 28px;
      background: rgba(255, 255, 255, .94);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 12px;
    }

    .footer-title {
      color: var(--ink);
      font-size: 19px;
      font-weight: 880;
    }

    .footer-card p {
      color: var(--muted);
      max-width: 480px;
      margin-bottom: 0;
    }

    .footer-card h3 {
      font-size: 16px;
      margin-bottom: 12px;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--green-dark);
      transform: translateX(2px);
    }

    .copyright {
      margin-top: 16px;
      text-align: center;
      color: var(--muted);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .nav-grid {
        grid-template-columns: 1fr;
      }

      .nav-actions {
        justify-content: stretch;
      }

      .nav-actions .btn {
        flex: 1;
      }

      .vertical-stage {
        max-width: 420px;
        margin: 28px auto 0;
      }

      .content-layout {
        grid-template-columns: 1fr;
      }

      .side-stack {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(calc(100% - 26px), var(--container));
      }

      .topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .nav-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .nav-card {
        min-height: 74px;
      }

      .nav-actions {
        flex-direction: column;
      }

      .nav-actions .btn {
        width: 100%;
      }

      .notice {
        align-items: flex-start;
      }

      main {
        padding-top: 24px;
      }

      .section {
        padding: 32px 0;
      }

      .hero-category {
        padding: 24px;
        border-radius: 26px;
      }

      .stage-phone {
        min-height: 460px;
      }

      .stage-screen {
        min-height: 425px;
      }

      .filter-head,
      .section-intro,
      .entry-foot,
      .cta-band {
        align-items: flex-start;
        flex-direction: column;
        display: flex;
      }

      .filter-groups,
      .compare-callout,
      .footer-card,
      .subscribe-form {
        grid-template-columns: 1fr;
      }

      .side-stack {
        grid-template-columns: 1fr;
      }

      .subscribe-form .btn {
        width: 100%;
      }
    }

    @media (max-width: 520px) {
      body {
        font-size: 15px;
      }

      .nav-panel {
        padding: 10px;
        border-radius: 22px;
      }

      .brand-block {
        padding: 12px;
      }

      .nav-links {
        grid-template-columns: 1fr;
      }

      .hero-actions,
      .tag-row {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .btn,
      .tag {
        width: 100%;
      }

      .vertical-stage {
        max-width: 100%;
      }

      .stage-phone {
        border-width: 6px;
        padding: 12px;
        min-height: 430px;
      }

      .toast-success {
        right: 10px;
        bottom: 24px;
      }

      .entry-card {
        grid-template-columns: 1fr;
        padding: 19px;
      }

      .entry-num {
        width: 44px;
        height: 44px;
      }

      .process-grid,
      .metric-grid {
        grid-template-columns: 1fr;
      }

      .subscribe-card,
      .cta-band,
      .process-wrap {
        padding: 22px;
        border-radius: 24px;
      }
    }
