/* roulang page: index */
:root{
      --bg:#f7f3ea;
      --bg-soft:#fffaf0;
      --surface:#ffffff;
      --surface-2:#fff6df;
      --ink:#1b1b20;
      --muted:#67645f;
      --weak:#8f897d;
      --line:rgba(42,36,25,.12);
      --primary:#ff6a2a;
      --primary-dark:#d84a12;
      --secondary:#17213b;
      --accent:#f4c64f;
      --green:#2aa879;
      --red:#e34b4b;
      --purple:#7c5cff;
      --radius-sm:12px;
      --radius:22px;
      --radius-lg:34px;
      --shadow-sm:0 8px 22px rgba(31,26,17,.08);
      --shadow:0 18px 50px rgba(31,26,17,.13);
      --shadow-strong:0 30px 80px rgba(23,33,59,.28);
      --container:1180px;
      --nav-h:76px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 12%, rgba(255,106,42,.14), transparent 32%),
        radial-gradient(circle at 88% 4%, rgba(244,198,79,.22), transparent 28%),
        linear-gradient(180deg,#fbf6ea 0%,#f7f3ea 44%,#fffaf0 100%);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--primary)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(255,106,42,.22)}
    .container{
      width:min(100% - 40px,var(--container));
      margin-inline:auto;
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section-tight{padding:54px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,106,42,.1);
      color:var(--primary-dark);
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
      border:1px solid rgba(255,106,42,.18);
    }
    .eyebrow.dark{
      background:rgba(255,255,255,.1);
      color:#ffe4c8;
      border-color:rgba(255,255,255,.15);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:30px;
    }
    .section-title{
      margin:12px 0 0;
      font-size:clamp(28px,4vw,46px);
      line-height:1.12;
      letter-spacing:-.03em;
      font-weight:950;
      color:var(--ink);
    }
    .section-desc{
      max-width:560px;
      margin:12px 0 0;
      color:var(--muted);
      font-size:16px;
    }
    .text-light{color:rgba(255,255,255,.76)}
    .title-light{color:#fff}
    .badge-row{display:flex;flex-wrap:wrap;gap:10px}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:8px 12px;
      background:#fff;
      border:1px solid var(--line);
      color:#4a453e;
      font-size:13px;
      font-weight:800;
      box-shadow:var(--shadow-sm);
    }
    .badge.hot{background:#fff0df;border-color:rgba(255,106,42,.24);color:var(--primary-dark)}
    .badge.green{background:#eaf8f2;border-color:rgba(42,168,121,.2);color:#127b56}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:13px 19px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:900;
      letter-spacing:.01em;
      line-height:1;
      transition:var(--ease);
      box-shadow:none;
      white-space:nowrap;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--primary),#ff8b38);
      color:#fff;
      box-shadow:0 14px 30px rgba(255,106,42,.28);
    }
    .btn-primary:hover,.btn-primary:focus{
      transform:translateY(-2px);
      color:#fff;
      box-shadow:0 18px 36px rgba(255,106,42,.36);
    }
    .btn-secondary{
      background:#fff;
      color:var(--secondary);
      border-color:rgba(23,33,59,.12);
      box-shadow:var(--shadow-sm);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      transform:translateY(-2px);
      border-color:rgba(255,106,42,.32);
      color:var(--primary-dark);
    }
    .btn-dark{
      background:rgba(255,255,255,.1);
      color:#fff;
      border-color:rgba(255,255,255,.18);
      backdrop-filter:blur(8px);
    }
    .btn-dark:hover,.btn-dark:focus{
      background:rgba(255,255,255,.18);
      color:#fff;
      transform:translateY(-2px);
    }
    .btn:focus,input:focus,textarea:focus{
      outline:3px solid rgba(255,106,42,.25);
      outline-offset:3px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(255,250,240,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(42,36,25,.1);
    }
    .notice-strip{
      background:var(--secondary);
      color:#fff;
      font-size:13px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .notice-strip .container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:8px 0;
    }
    .notice-strip strong{color:var(--accent)}
    .notice-chips{display:flex;gap:8px;align-items:center;overflow-x:auto;scrollbar-width:none}
    .notice-chips::-webkit-scrollbar{display:none}
    .notice-chip{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.1);
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      font-size:12px;
      font-weight:800;
    }
    .notice-chip:hover{background:rgba(255,255,255,.18);color:#fff}
    .main-nav{
      min-height:var(--nav-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:950;
      letter-spacing:-.03em;
      color:var(--secondary);
    }
    .brand-mark{
      width:42px;height:42px;
      border-radius:15px;
      display:grid;
      place-items:center;
      background:
        linear-gradient(135deg,#17213b 0%,#28385d 55%,#ff6a2a 56%,#ff8b38 100%);
      color:#fff;
      box-shadow:0 12px 26px rgba(23,33,59,.22);
      flex:0 0 auto;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      line-height:1.1;
      min-width:0;
    }
    .brand-text span:first-child{
      font-size:16px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:330px;
    }
    .brand-text span:last-child{
      font-size:12px;
      color:var(--weak);
      font-weight:800;
      letter-spacing:.08em;
      margin-top:5px;
    }
    .nav-center{
      display:flex;
      align-items:center;
      gap:12px;
      margin-left:auto;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:8px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .nav-links a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      color:#3d3a36;
      font-weight:900;
      font-size:14px;
    }
    .nav-links a:hover{
      background:rgba(255,106,42,.1);
      color:var(--primary-dark);
    }
    .nav-links a.active{
      background:var(--secondary);
      color:#fff;
      box-shadow:0 12px 26px rgba(23,33,59,.18);
    }
    .nav-search{
      position:relative;
      width:230px;
    }
    .nav-search i{
      position:absolute;
      left:13px;
      top:50%;
      transform:translateY(-50%);
      color:var(--weak);
      font-size:13px;
    }
    .nav-search input{
      width:100%;
      height:42px;
      margin:0;
      padding:0 12px 0 36px;
      border-radius:999px;
      border:1px solid rgba(42,36,25,.12);
      background:#fff;
      box-shadow:none;
      color:var(--ink);
      font-size:13px;
    }
    .nav-actions{display:flex;align-items:center;gap:10px}
    .mobile-toggle{
      display:none;
      width:44px;height:44px;
      border-radius:14px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--secondary);
      align-items:center;
      justify-content:center;
      box-shadow:var(--shadow-sm);
    }
    .mobile-panel{
      display:none;
      border-top:1px solid var(--line);
      padding:12px 0 18px;
    }
    .mobile-panel.open{display:block}
    .mobile-panel .nav-links{
      flex-direction:column;
      align-items:stretch;
      gap:8px;
    }
    .mobile-panel .nav-links a{justify-content:center}
    .mobile-panel .nav-search{width:100%;margin-top:10px}

    .hero{
      padding:38px 0 74px;
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border-radius:42px;
      background:
        linear-gradient(135deg,rgba(23,33,59,.98),rgba(17,23,42,.96)),
        radial-gradient(circle at 20% 18%,rgba(255,106,42,.4),transparent 28%);
      color:#fff;
      box-shadow:var(--shadow-strong);
      border:1px solid rgba(255,255,255,.12);
    }
    .hero-shell:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.1));
      pointer-events:none;
    }
    .hero-shell:after{
      content:"";
      position:absolute;
      right:-120px;
      top:-140px;
      width:360px;height:360px;
      border-radius:50%;
      background:rgba(255,106,42,.24);
      filter:blur(4px);
    }
    .hero-content{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
      gap:28px;
      padding:42px;
      align-items:stretch;
    }
    .hero-entry{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:478px;
      padding:10px 0;
    }
    .hero-brand-name{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:#fff;
      font-weight:950;
      margin:18px 0 10px;
    }
    .hero-brand-name .dot{
      width:10px;height:10px;border-radius:50%;
      background:var(--accent);
      box-shadow:0 0 0 8px rgba(244,198,79,.16);
    }
    h1{
      margin:0;
      font-size:clamp(38px,6vw,70px);
      line-height:1.04;
      letter-spacing:-.055em;
      font-weight:1000;
      color:#fff;
      max-width:850px;
    }
    .hero-lead{
      max-width:760px;
      margin:20px 0 0;
      color:rgba(255,255,255,.78);
      font-size:18px;
      line-height:1.78;
    }
    .campaign-line{
      margin-top:24px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
    }
    .campaign-pill{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:10px 13px;
      border-radius:999px;
      color:#25190e;
      background:linear-gradient(135deg,#ffe17b,#ffad4b);
      font-size:13px;
      font-weight:950;
      box-shadow:0 12px 24px rgba(244,198,79,.22);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .hero-data{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:28px;
    }
    .hero-data-card{
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
    }
    .hero-data-card strong{
      display:block;
      font-size:24px;
      line-height:1;
      color:#fff;
      font-weight:1000;
    }
    .hero-data-card span{
      display:block;
      margin-top:7px;
      color:rgba(255,255,255,.64);
      font-size:12px;
      font-weight:800;
    }
    .rank-panel{
      align-self:stretch;
      border-radius:32px;
      padding:22px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.14);
      backdrop-filter:blur(18px);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
    }
    .rank-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .rank-top h2{
      margin:0;
      font-size:22px;
      line-height:1.2;
      font-weight:950;
      color:#fff;
      letter-spacing:-.02em;
    }
    .sync-tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(42,168,121,.18);
      color:#bff3df;
      font-size:12px;
      font-weight:900;
      border:1px solid rgba(42,168,121,.25);
    }
    .rank-list{
      display:flex;
      flex-direction:column;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .rank-item{
      display:grid;
      grid-template-columns:34px 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px;
      border-radius:20px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.1);
      transition:var(--ease);
    }
    .rank-item:hover{background:rgba(255,255,255,.13);transform:translateX(3px)}
    .rank-no{
      width:34px;height:34px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.12);
      color:#ffe3bf;
      font-weight:1000;
    }
    .rank-info strong{
      display:block;
      color:#fff;
      line-height:1.25;
      font-size:15px;
    }
    .rank-info span{
      display:block;
      color:rgba(255,255,255,.6);
      font-size:12px;
      margin-top:4px;
    }
    .rank-score{
      font-weight:1000;
      color:var(--accent);
      font-size:16px;
    }
    .route-box{
      margin-top:16px;
      padding:15px;
      border-radius:22px;
      background:#fff;
      color:var(--secondary);
      border:1px solid rgba(255,255,255,.1);
    }
    .route-box .route-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      font-weight:950;
      margin-bottom:12px;
    }
    .progress-line{
      height:10px;
      border-radius:999px;
      background:#ede7d8;
      overflow:hidden;
      margin-bottom:12px;
    }
    .progress-line span{
      display:block;
      height:100%;
      width:76%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--primary),var(--accent));
    }
    .route-nodes{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:8px;
      font-size:12px;
      color:var(--muted);
      font-weight:800;
    }
    .route-nodes div{
      padding:9px;
      border-radius:14px;
      background:#f7f3ea;
      text-align:center;
    }

    .commission-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:24px;
      align-items:stretch;
    }
    .commission-intro{
      padding:30px;
      border-radius:var(--radius-lg);
      background:var(--surface);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .commission-intro h2{
      margin:12px 0 12px;
      font-size:clamp(30px,4vw,46px);
      line-height:1.12;
      font-weight:1000;
      letter-spacing:-.035em;
    }
    .commission-intro p{color:var(--muted);margin:0 0 20px}
    .commission-map{
      position:relative;
      min-height:230px;
      border-radius:28px;
      overflow:hidden;
      background:
        radial-gradient(circle at 25% 25%,rgba(255,106,42,.18),transparent 26%),
        linear-gradient(135deg,#fff6df,#fff);
      border:1px solid rgba(255,106,42,.16);
      padding:20px;
    }
    .map-route{
      position:absolute;
      left:42px;right:42px;top:50%;
      height:3px;
      background:linear-gradient(90deg,var(--primary),var(--accent),var(--green));
      transform:translateY(-50%);
      opacity:.8;
    }
    .map-node{
      position:absolute;
      width:18px;height:18px;
      border-radius:50%;
      background:#fff;
      border:5px solid var(--primary);
      box-shadow:0 10px 20px rgba(255,106,42,.22);
    }
    .map-node.n1{left:34px;top:46%}
    .map-node.n2{left:46%;top:29%;border-color:var(--accent)}
    .map-node.n3{right:36px;top:58%;border-color:var(--green)}
    .map-note{
      position:absolute;
      max-width:150px;
      padding:10px 12px;
      border-radius:16px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      font-size:12px;
      font-weight:850;
      color:#514c45;
    }
    .map-note.a{left:18px;top:18px}
    .map-note.b{left:39%;bottom:18px}
    .map-note.c{right:18px;top:34px}
    .commission-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .feature-card{
      position:relative;
      overflow:hidden;
      padding:24px;
      min-height:190px;
      border-radius:28px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .feature-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow);
      border-color:rgba(255,106,42,.22);
    }
    .feature-card .icon{
      width:46px;height:46px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:rgba(255,106,42,.1);
      color:var(--primary-dark);
      font-size:20px;
      margin-bottom:16px;
    }
    .feature-card h3{
      margin:0 0 9px;
      font-size:20px;
      font-weight:950;
      letter-spacing:-.02em;
    }
    .feature-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }
    .feature-card.highlight{
      background:linear-gradient(135deg,#17213b,#273a67);
      color:#fff;
      border-color:rgba(255,255,255,.12);
    }
    .feature-card.highlight p{color:rgba(255,255,255,.68)}
    .feature-card.highlight .icon{background:rgba(255,255,255,.12);color:var(--accent)}

    .material-section{
      background:linear-gradient(180deg,rgba(255,255,255,.44),rgba(255,246,223,.72));
      border-block:1px solid rgba(42,36,25,.08);
    }
    .material-layout{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
      align-items:start;
    }
    .kit-card{
      border-radius:30px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    .kit-card-header{
      padding:24px;
      background:
        linear-gradient(135deg,rgba(255,106,42,.12),rgba(244,198,79,.15)),
        #fff;
      border-bottom:1px solid var(--line);
    }
    .kit-card-header h3{
      margin:0 0 8px;
      font-size:24px;
      line-height:1.2;
      font-weight:1000;
    }
    .kit-card-header p{margin:0;color:var(--muted)}
    .kit-list{
      margin:0;
      padding:10px 24px 24px;
      list-style:none;
    }
    .kit-list li{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:15px 0;
      border-bottom:1px dashed rgba(42,36,25,.14);
      color:#3f3b35;
    }
    .kit-list li:last-child{border-bottom:0}
    .kit-list i{
      margin-top:4px;
      color:var(--green);
    }
    .kit-preview{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .preview-card{
      min-height:170px;
      border-radius:28px;
      padding:20px;
      position:relative;
      overflow:hidden;
      background:var(--secondary);
      color:#fff;
      box-shadow:var(--shadow-sm);
    }
    .preview-card:nth-child(2){background:linear-gradient(135deg,#ff6a2a,#ff9d48)}
    .preview-card:nth-child(3){background:linear-gradient(135deg,#2aa879,#52c99d)}
    .preview-card:nth-child(4){background:linear-gradient(135deg,#7c5cff,#a88cff)}
    .preview-card:after{
      content:"";
      position:absolute;
      width:120px;height:120px;
      border-radius:50%;
      right:-35px;bottom:-40px;
      background:rgba(255,255,255,.16);
    }
    .preview-card span{
      display:inline-flex;
      padding:6px 9px;
      border-radius:999px;
      background:rgba(255,255,255,.15);
      font-size:12px;
      font-weight:900;
    }
    .preview-card h3{
      position:relative;
      margin:38px 0 8px;
      color:#fff;
      font-size:22px;
      font-weight:1000;
      line-height:1.15;
    }
    .preview-card p{
      position:relative;
      margin:0;
      color:rgba(255,255,255,.76);
      font-size:13px;
    }

    .media-scroll{
      display:flex;
      gap:16px;
      overflow-x:auto;
      padding:4px 4px 18px;
      scroll-snap-type:x mandatory;
      scrollbar-color:rgba(255,106,42,.35) transparent;
    }
    .media-card{
      flex:0 0 320px;
      scroll-snap-align:start;
      border-radius:28px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
      transition:var(--ease);
    }
    .media-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .media-visual{
      height:138px;
      padding:18px;
      display:flex;
      align-items:flex-end;
      background:
        linear-gradient(135deg,rgba(23,33,59,.92),rgba(255,106,42,.72)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.14) 0 2px,transparent 2px 9px);
      color:#fff;
    }
    .media-visual .media-type{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      font-weight:900;
      font-size:12px;
    }
    .media-card-body{padding:20px}
    .media-card h3{
      margin:0 0 9px;
      font-size:20px;
      font-weight:950;
      line-height:1.25;
    }
    .media-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
    }

    .news-section{
      background:#fffaf0;
    }
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
      gap:22px;
      align-items:start;
    }
    .news-list{
      background:#fff;
      border-radius:30px;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      padding:10px;
    }
    .news-item{
      display:grid;
      grid-template-columns:88px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-radius:22px;
      transition:var(--ease);
      border-bottom:1px solid rgba(42,36,25,.08);
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{
      background:#fff6df;
      transform:translateX(4px);
    }
    .news-date{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      min-height:62px;
      border-radius:18px;
      background:#f7f3ea;
      color:var(--secondary);
      font-weight:950;
      line-height:1.1;
    }
    .news-date small{
      color:var(--weak);
      font-size:12px;
      margin-top:5px;
    }
    .news-title{
      font-weight:950;
      font-size:17px;
      line-height:1.35;
      color:var(--ink);
      margin-bottom:5px;
    }
    .news-excerpt{
      color:var(--muted);
      font-size:14px;
      line-height:1.55;
    }
    .news-arrow{
      width:38px;height:38px;
      display:grid;
      place-items:center;
      border-radius:14px;
      color:var(--primary-dark);
      background:rgba(255,106,42,.09);
    }
    .recommend-panel{
      position:sticky;
      top:112px;
      border-radius:30px;
      background:linear-gradient(135deg,#17213b,#26385f);
      color:#fff;
      padding:26px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .recommend-panel:after{
      content:"";
      position:absolute;
      width:220px;height:220px;
      right:-95px;bottom:-95px;
      background:rgba(255,106,42,.23);
      border-radius:50%;
    }
    .recommend-panel h3{
      position:relative;
      margin:0 0 12px;
      color:#fff;
      font-size:26px;
      font-weight:1000;
      line-height:1.15;
    }
    .recommend-panel p{
      position:relative;
      color:rgba(255,255,255,.72);
      margin:0 0 18px;
    }
    .task-list{
      position:relative;
      margin:0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:11px;
    }
    .task-list li{
      display:flex;
      align-items:center;
      gap:10px;
      padding:12px;
      border-radius:17px;
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.86);
      font-weight:850;
      font-size:14px;
    }
    .task-list i{color:var(--accent)}

    .view-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      margin-top:28px;
    }
    .quote-card{
      min-height:280px;
      padding:30px;
      border-radius:32px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
    }
    .quote-card .quote-mark{
      width:54px;height:54px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:rgba(255,106,42,.1);
      color:var(--primary);
      font-size:24px;
      margin-bottom:18px;
    }
    .quote-card blockquote{
      margin:0;
      padding:0;
      border:0;
      color:var(--ink);
      font-size:24px;
      line-height:1.45;
      font-weight:950;
      letter-spacing:-.02em;
    }
    .quote-card p{
      margin:16px 0 0;
      color:var(--muted);
    }
    .topic-stack{
      display:grid;
      gap:14px;
    }
    .topic-card{
      padding:20px;
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .topic-card:hover{transform:translateY(-3px);border-color:rgba(255,106,42,.24)}
    .topic-card strong{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-size:18px;
      font-weight:950;
    }
    .topic-card p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:14px;
    }

    .join-section{
      padding-bottom:92px;
    }
    .join-shell{
      border-radius:42px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(255,106,42,.16),rgba(244,198,79,.18)),
        #fff;
      border:1px solid rgba(255,106,42,.16);
      box-shadow:var(--shadow);
    }
    .join-top{
      display:grid;
      grid-template-columns:1fr .95fr;
      gap:24px;
      padding:34px;
      align-items:center;
    }
    .price-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .price-card{
      border-radius:26px;
      background:#fff;
      border:1px solid var(--line);
      padding:22px;
      box-shadow:var(--shadow-sm);
      transition:var(--ease);
    }
    .price-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
    .price-card.featured{
      background:var(--secondary);
      color:#fff;
      border-color:rgba(255,255,255,.1);
      transform:translateY(-8px);
    }
    .price-card h3{
      margin:0 0 8px;
      font-size:20px;
      font-weight:1000;
    }
    .price{
      display:flex;
      align-items:baseline;
      gap:6px;
      margin:10px 0;
      font-weight:1000;
      color:var(--primary-dark);
      font-size:30px;
    }
    .price-card.featured .price{color:var(--accent)}
    .price small{
      color:var(--weak);
      font-size:13px;
      font-weight:800;
    }
    .price-card.featured small,
    .price-card.featured p,
    .price-card.featured li{color:rgba(255,255,255,.68)}
    .price-card p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:14px;
    }
    .price-card ul{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:8px;
      font-size:13px;
      color:#4c463f;
      font-weight:800;
    }
    .price-card li{display:flex;gap:8px;align-items:flex-start}
    .price-card li i{color:var(--green);margin-top:4px}
    .price-card.featured li i{color:var(--accent)}
    .safety-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:1px;
      background:rgba(42,36,25,.09);
      border-top:1px solid rgba(42,36,25,.09);
    }
    .safety-item{
      background:#fffaf0;
      padding:20px;
      display:flex;
      gap:12px;
      align-items:flex-start;
    }
    .safety-item i{
      width:38px;height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:rgba(42,168,121,.1);
      color:var(--green);
      flex:0 0 auto;
    }
    .safety-item strong{
      display:block;
      font-weight:950;
      line-height:1.2;
    }
    .safety-item span{
      display:block;
      color:var(--muted);
      font-size:13px;
      margin-top:5px;
      line-height:1.45;
    }
    .lead-form-wrap{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:22px;
      padding:34px;
      border-top:1px solid rgba(42,36,25,.09);
      background:#fff;
    }
    .form-note{
      padding:26px;
      border-radius:28px;
      background:#f7f3ea;
      border:1px solid var(--line);
    }
    .form-note h3{
      margin:0 0 10px;
      font-size:26px;
      font-weight:1000;
      line-height:1.15;
    }
    .form-note p{margin:0;color:var(--muted)}
    .lead-form{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .lead-form label{
      font-weight:900;
      color:#3f3a33;
      font-size:13px;
      margin:0;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .field.full{grid-column:1/-1}
    .lead-form input,.lead-form textarea,.lead-form select{
      margin:0;
      width:100%;
      border:1px solid rgba(42,36,25,.14);
      border-radius:16px;
      padding:13px 14px;
      background:#fffaf0;
      box-shadow:none;
      color:var(--ink);
      min-height:48px;
    }
    .lead-form textarea{min-height:104px;resize:vertical}
    .privacy{
      grid-column:1/-1;
      color:var(--weak);
      font-size:13px;
      margin:-2px 0 0;
    }
    .form-result{
      grid-column:1/-1;
      display:none;
      padding:12px 14px;
      border-radius:16px;
      background:#eaf8f2;
      color:#127b56;
      font-weight:900;
      border:1px solid rgba(42,168,121,.2);
    }

    .faq-grid{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:24px;
      align-items:start;
      margin-top:30px;
    }
    .faq-aside{
      padding:28px;
      border-radius:30px;
      background:linear-gradient(135deg,#17213b,#273a67);
      color:#fff;
      position:sticky;
      top:112px;
      box-shadow:var(--shadow);
    }
    .faq-aside h3{
      margin:0 0 10px;
      font-size:28px;
      color:#fff;
      font-weight:1000;
      line-height:1.15;
    }
    .faq-aside p{margin:0 0 18px;color:rgba(255,255,255,.72)}
    .faq-list{
      display:grid;
      gap:14px;
    }
    details.faq-item{
      border-radius:24px;
      background:#fff;
      border:1px solid var(--line);
      box-shadow:var(--shadow-sm);
      overflow:hidden;
    }
    details.faq-item[open]{border-color:rgba(255,106,42,.25)}
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:20px 22px;
      font-weight:950;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:var(--ink);
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:after{
      content:"+";
      width:30px;height:30px;
      display:grid;
      place-items:center;
      border-radius:11px;
      background:rgba(255,106,42,.1);
      color:var(--primary-dark);
      font-size:20px;
      flex:0 0 auto;
    }
    details[open] summary:after{content:"–";background:var(--primary);color:#fff}
    .faq-answer{
      padding:0 22px 22px;
      color:var(--muted);
      margin:0;
    }

    .site-footer{
      background:#111827;
      color:#fff;
      padding:56px 0 24px;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 16% 15%,rgba(255,106,42,.18),transparent 26%),
        radial-gradient(circle at 85% 24%,rgba(244,198,79,.14),transparent 28%);
      pointer-events:none;
    }
    .footer-inner{
      position:relative;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      align-items:start;
      padding-bottom:28px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:1000;
      font-size:20px;
      letter-spacing:-.02em;
      margin-bottom:14px;
    }
    .footer-brand .brand-mark{box-shadow:none}
    .footer-desc{
      max-width:640px;
      color:rgba(255,255,255,.68);
      margin:0;
    }
    .footer-links{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .footer-links a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:13px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.07);
      color:rgba(255,255,255,.78);
      font-weight:850;
    }
    .footer-links a:hover{background:rgba(255,255,255,.12);color:#fff}
    .copyright{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,255,255,.52);
      font-size:13px;
      padding-top:22px;
    }

    @media (max-width:1024px){
      .nav-search{display:none}
      .hero-content{grid-template-columns:1fr;padding:30px}
      .hero-entry{min-height:auto}
      .commission-wrap,.material-layout,.news-layout,.view-grid,.join-top,.lead-form-wrap,.faq-grid,.footer-inner{
        grid-template-columns:1fr;
      }
      .recommend-panel,.faq-aside{position:relative;top:auto}
      .price-grid{grid-template-columns:1fr}
      .price-card.featured{transform:none}
      .safety-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:768px){
      :root{--nav-h:66px}
      .container{width:min(100% - 28px,var(--container))}
      .section{padding:58px 0}
      .notice-strip .container{align-items:flex-start;flex-direction:column;gap:8px}
      .nav-center,.nav-actions{display:none}
      .mobile-toggle{display:flex}
      .brand-text span:first-child{max-width:220px;font-size:14px}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .hero{padding-top:22px}
      .hero-shell{border-radius:28px}
      .hero-content{padding:22px}
      h1{font-size:clamp(34px,11vw,50px)}
      .hero-lead{font-size:16px}
      .hero-data{grid-template-columns:1fr}
      .rank-item{grid-template-columns:34px 1fr}
      .rank-score{grid-column:2}
      .commission-grid,.kit-preview{grid-template-columns:1fr}
      .section-head{align-items:flex-start;flex-direction:column}
      .news-item{grid-template-columns:1fr;gap:10px}
      .news-date{width:94px}
      .news-arrow{display:none}
      .route-nodes{grid-template-columns:1fr}
      .lead-form{grid-template-columns:1fr}
      .safety-strip{grid-template-columns:1fr}
      .footer-links{grid-template-columns:1fr}
      .copyright{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:520px){
      .container{width:min(100% - 22px,var(--container))}
      .hero-content{padding:18px}
      .rank-panel,.commission-intro,.join-top,.lead-form-wrap{padding:20px}
      .hero-actions .btn,.campaign-line .campaign-pill{width:100%}
      .btn{width:100%;white-space:normal}
      .media-card{flex-basis:280px}
      .section-title{font-size:30px}
      .quote-card blockquote{font-size:20px}
      .brand-text span:first-child{max-width:176px}
    }
