/* roulang page: index */
:root{
      --bg:#111016;
      --bg-2:#171218;
      --bg-3:#20171a;
      --panel:#211d22;
      --panel-2:#2b2429;
      --line:rgba(255,194,71,.18);
      --line-strong:rgba(255,122,26,.42);
      --text:#f6f1ea;
      --muted:#d8d0c7;
      --weak:#9e948b;
      --accent:#ff7a1a;
      --accent-2:#ff4d3d;
      --accent-3:#ffc247;
      --magenta:#e84aff;
      --radius:8px;
      --radius-sm:6px;
      --shadow:0 14px 40px rgba(0,0,0,.35);
      --shadow-soft:0 10px 26px rgba(0,0,0,.24);
      --container:1200px;
      --transition:180ms ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        linear-gradient(180deg, rgba(255,122,26,.05), rgba(255,122,26,0) 16%),
        linear-gradient(180deg, #111016 0%, #0f0d11 56%, #120f12 100%);
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.7;
      letter-spacing:0;
      text-rendering:optimizeLegibility;
      -webkit-font-smoothing:antialiased;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(120deg, transparent 0 46%, rgba(255,122,26,.04) 46% 46.6%, transparent 46.6% 100%),
        linear-gradient(0deg, rgba(255,255,255,.015) 1px, transparent 1px);
      background-size:100% 100%, 100% 42px;
      opacity:.42;
      z-index:-1;
    }
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none;transition:color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition), box-shadow var(--transition)}
    a:hover{color:#fff}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,122,26,.28);color:#fff}
    :focus-visible{outline:2px solid rgba(255,194,71,.8);outline-offset:2px}
    .container-wide{max-width:var(--container)}
    .topbar{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:saturate(140%);
      background:rgba(15,13,17,.92);
      border-bottom:1px solid rgba(255,194,71,.12);
      box-shadow:0 2px 24px rgba(0,0,0,.22);
    }
    .brand-row{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:0 .25rem;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:.8rem;
      min-width:0;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:10px;
      background:
        linear-gradient(135deg, rgba(255,122,26,.94), rgba(255,77,61,.94));
      display:grid;
      place-items:center;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.12), 0 10px 24px rgba(255,122,26,.2);
      flex:0 0 auto;
    }
    .brand-mark span{
      font-weight:800;
      color:#fff8ee;
      font-size:1rem;
      line-height:1;
    }
    .brand-text{
      min-width:0;
    }
    .brand-name{
      display:block;
      font-size:1.08rem;
      font-weight:800;
      letter-spacing:0;
      line-height:1.2;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-note{
      display:block;
      font-size:.82rem;
      color:var(--weak);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      margin-top:.15rem;
    }
    .top-actions{
      display:flex;
      align-items:center;
      gap:.65rem;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .search-inline{
      display:flex;
      align-items:center;
      gap:.5rem;
      min-width:min(420px, 48vw);
      background:rgba(33,29,34,.95);
      border:1px solid rgba(255,194,71,.14);
      border-radius:999px;
      padding:.48rem .6rem .48rem .85rem;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
    }
    .search-inline i{color:var(--accent-3)}
    .search-inline input{
      border:0;
      outline:0;
      background:transparent;
      color:var(--text);
      width:100%;
      min-width:0;
      font-size:.95rem;
    }
    .search-inline input::placeholder{color:#9d9188}
    .btn{
      border-radius:8px;
      font-weight:700;
      letter-spacing:0;
      padding:.72rem 1rem;
      transition:transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition), color var(--transition);
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn:active{transform:translateY(0)}
    .btn-accent{
      border:0;
      background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
      color:#fff9f4;
      box-shadow:0 12px 24px rgba(255,77,61,.18);
    }
    .btn-accent:hover,.btn-accent:focus-visible{
      color:#fff;
      box-shadow:0 16px 28px rgba(255,122,26,.26);
    }
    .btn-outline-warm{
      background:rgba(33,29,34,.92);
      color:var(--text);
      border:1px solid rgba(255,194,71,.22);
    }
    .btn-outline-warm:hover,.btn-outline-warm:focus-visible{
      background:rgba(255,122,26,.12);
      color:#fff;
      border-color:rgba(255,194,71,.48);
      box-shadow:0 0 0 3px rgba(255,122,26,.12);
    }
    .btn-ghost{
      background:transparent;
      color:var(--muted);
      border:1px solid rgba(255,255,255,.08);
    }
    .btn-ghost:hover{color:#fff;border-color:rgba(255,194,71,.24);background:rgba(255,255,255,.03)}
    .channel-row{
      border-top:1px solid rgba(255,255,255,.04);
      background:linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,0));
    }
    .channel-scroll{
      display:flex;
      align-items:center;
      gap:.6rem;
      overflow-x:auto;
      padding:.72rem 0 .86rem;
      scrollbar-width:none;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-label{
      flex:0 0 auto;
      color:var(--weak);
      font-size:.82rem;
      padding-right:.3rem;
      letter-spacing:0;
    }
    .channel-pill{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:.48rem;
      padding:.62rem .92rem;
      border-radius:999px;
      background:rgba(33,29,34,.9);
      border:1px solid rgba(255,194,71,.12);
      color:var(--muted);
      font-size:.92rem;
      font-weight:700;
      white-space:nowrap;
    }
    .channel-pill:hover{
      color:#fff;
      border-color:rgba(255,194,71,.38);
      background:rgba(255,122,26,.12);
      box-shadow:0 0 0 3px rgba(255,122,26,.08);
    }
    .channel-pill.active{
      color:#fff;
      background:linear-gradient(135deg, rgba(255,122,26,.95), rgba(255,77,61,.94));
      border-color:transparent;
      box-shadow:0 10px 24px rgba(255,77,61,.16);
    }
    .hero{
      padding:clamp(2.6rem, 5vw, 4.4rem) 0 clamp(2.2rem, 4vw, 3.6rem);
    }
    .hero-shell{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,194,71,.14);
      background:
        radial-gradient(circle at 12% 16%, rgba(255,122,26,.16), transparent 18%),
        radial-gradient(circle at 82% 18%, rgba(232,74,255,.10), transparent 16%),
        linear-gradient(180deg, rgba(43,36,41,.96), rgba(26,22,28,.98));
      border-radius:14px;
      box-shadow:var(--shadow);
      padding:clamp(1.2rem, 2.6vw, 2rem);
    }
    .hero-shell::before{
      content:"";
      position:absolute;
      inset:12px;
      border:1px solid rgba(255,255,255,.03);
      border-radius:12px;
      pointer-events:none;
    }
    .hero-copy{
      position:relative;
      z-index:1;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      padding:.38rem .75rem;
      border-radius:999px;
      background:rgba(255,122,26,.12);
      border:1px solid rgba(255,194,71,.2);
      color:#ffd89d;
      font-size:.82rem;
      font-weight:800;
      margin-bottom:1rem;
    }
    .eyebrow .dot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--accent-3);
      box-shadow:0 0 0 4px rgba(255,194,71,.12);
    }
    h1,h2,h3,h4{letter-spacing:0;margin:0}
    .hero h1{
      font-size:clamp(2rem, 4vw, 3.55rem);
      line-height:1.1;
      font-weight:900;
      max-width:13.5em;
      margin-bottom:1rem;
    }
    .hero p{
      color:var(--muted);
      font-size:1.02rem;
      max-width:48rem;
      margin-bottom:1.35rem;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:.7rem;
      flex-wrap:wrap;
      margin-bottom:1.15rem;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:.55rem;
    }
    .mini-tag{
      display:inline-flex;
      align-items:center;
      gap:.42rem;
      padding:.42rem .7rem;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:.84rem;
      font-weight:700;
    }
    .hero-panel{
      position:relative;
      z-index:1;
      background:rgba(17,16,22,.7);
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      padding:1rem;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      min-height:100%;
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      margin-bottom:.85rem;
    }
    .panel-head h2,.panel-head h3{
      font-size:1rem;
      font-weight:800;
      margin:0;
    }
    .status-chip{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.35rem .6rem;
      border-radius:999px;
      font-size:.78rem;
      font-weight:800;
      color:#ffd89d;
      background:rgba(255,122,26,.12);
      border:1px solid rgba(255,194,71,.18);
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:.75rem;
    }
    .entry-card{
      background:linear-gradient(180deg, rgba(43,36,41,.96), rgba(28,25,31,.98));
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      padding:.95rem;
      min-height:108px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
      transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition), background var(--transition);
    }
    .entry-card:hover{
      transform:translateY(-2px);
      border-color:rgba(255,194,71,.4);
      box-shadow:0 14px 28px rgba(0,0,0,.22);
      background:linear-gradient(180deg, rgba(48,40,46,.96), rgba(30,27,32,.98));
    }
    .entry-card .icon{
      width:36px;
      height:36px;
      border-radius:10px;
      display:grid;
      place-items:center;
      background:rgba(255,122,26,.12);
      color:var(--accent-3);
      margin-bottom:.75rem;
      border:1px solid rgba(255,194,71,.12);
    }
    .entry-card h3{
      font-size:.95rem;
      font-weight:800;
      margin-bottom:.25rem;
    }
    .entry-card p{
      margin:0;
      color:var(--weak);
      font-size:.84rem;
      line-height:1.65;
    }
    .hero-sideline{
      margin-top:.9rem;
      display:grid;
      gap:.6rem;
    }
    .hero-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:.72rem .85rem;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      border-radius:10px;
      color:var(--muted);
      font-size:.88rem;
    }
    .hero-line strong{color:#fff}
    .section-band{
      padding:clamp(3rem, 5vw, 4.5rem) 0;
    }
    .section-title{
      margin-bottom:1.45rem;
    }
    .section-title .kicker{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      color:#ffd89d;
      font-size:.84rem;
      font-weight:800;
      margin-bottom:.55rem;
      text-transform:none;
    }
    .section-title h2{
      font-size:clamp(1.55rem, 2.6vw, 2.45rem);
      line-height:1.18;
      font-weight:900;
      margin-bottom:.55rem;
    }
    .section-title p{
      color:var(--muted);
      max-width:58rem;
      margin:0;
      font-size:.98rem;
    }
    .panel{
      background:linear-gradient(180deg, rgba(33,29,34,.98), rgba(24,21,26,.98));
      border:1px solid rgba(255,194,71,.14);
      border-radius:14px;
      box-shadow:var(--shadow-soft);
      height:100%;
    }
    .panel-inner{padding:1.1rem}
    .problem-card{
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      border-radius:12px;
      padding:1rem;
      min-height:100%;
    }
    .problem-card .num{
      width:34px;
      height:34px;
      border-radius:10px;
      display:inline-grid;
      place-items:center;
      margin-bottom:.85rem;
      background:rgba(255,122,26,.12);
      color:#ffd89d;
      font-weight:900;
      border:1px solid rgba(255,194,71,.14);
    }
    .problem-card h3{
      font-size:1rem;
      font-weight:800;
      margin-bottom:.45rem;
    }
    .problem-card p{
      margin:0;
      color:var(--weak);
      font-size:.92rem;
      line-height:1.7;
    }
    .flow-wrap{
      display:grid;
      gap:1rem;
    }
    .flow-list{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:.9rem;
    }
    .flow-item{
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      border-radius:12px;
      padding:1rem;
      min-height:100%;
      position:relative;
      overflow:hidden;
    }
    .flow-item::after{
      content:"";
      position:absolute;
      inset:auto -20% -20% auto;
      width:92px;
      height:92px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,122,26,.18), transparent 68%);
      pointer-events:none;
    }
    .flow-item .step{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.3rem .55rem;
      border-radius:999px;
      background:rgba(255,122,26,.12);
      border:1px solid rgba(255,194,71,.14);
      color:#ffd89d;
      font-size:.78rem;
      font-weight:800;
      margin-bottom:.75rem;
    }
    .flow-item h3{
      font-size:.98rem;
      font-weight:800;
      margin-bottom:.45rem;
    }
    .flow-item p{
      margin:0;
      color:var(--weak);
      font-size:.9rem;
    }
    .check-list{
      display:grid;
      gap:.7rem;
      padding:1rem;
      background:rgba(17,16,22,.62);
      border:1px solid rgba(255,194,71,.12);
      border-radius:12px;
      height:100%;
    }
    .check-list li{
      list-style:none;
      display:flex;
      gap:.65rem;
      align-items:flex-start;
      color:var(--muted);
      font-size:.92rem;
    }
    .check-list i{
      color:var(--accent-3);
      margin-top:.15rem;
      flex:0 0 auto;
    }
    .metrics-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:1rem;
    }
    .metric-card{
      padding:1.05rem;
      background:linear-gradient(180deg, rgba(43,36,41,.96), rgba(25,22,28,.98));
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      min-height:100%;
      box-shadow:var(--shadow-soft);
    }
    .metric-value{
      font-size:clamp(1.8rem, 3vw, 2.5rem);
      line-height:1;
      font-weight:900;
      color:#ffc247;
      margin-bottom:.55rem;
    }
    .metric-title{
      font-weight:800;
      margin-bottom:.3rem;
      font-size:1rem;
    }
    .metric-desc{
      margin:0;
      color:var(--weak);
      font-size:.9rem;
      line-height:1.65;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.45fr .95fr;
      gap:1rem;
    }
    .news-list{
      display:grid;
      gap:.75rem;
    }
    .news-item{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:1rem;
      padding:1rem 1.05rem;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      border-radius:12px;
      transition:transform var(--transition), border-color var(--transition), background var(--transition);
    }
    .news-item:hover{
      transform:translateY(-2px);
      border-color:rgba(255,194,71,.34);
      background:rgba(255,122,26,.08);
    }
    .news-item h3{
      font-size:1rem;
      margin:0 0 .35rem 0;
      font-weight:800;
    }
    .news-item p{
      margin:0;
      color:var(--weak);
      font-size:.9rem;
      line-height:1.65;
    }
    .news-meta{
      flex:0 0 auto;
      color:var(--weak);
      font-size:.8rem;
      padding-top:.1rem;
      white-space:nowrap;
    }
    .news-side{
      padding:1rem;
      background:linear-gradient(180deg, rgba(43,36,41,.96), rgba(24,21,26,.98));
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      display:grid;
      gap:.85rem;
      align-content:start;
    }
    .side-box{
      padding:.95rem;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      border-radius:12px;
    }
    .side-box h3{
      font-size:.95rem;
      font-weight:800;
      margin-bottom:.45rem;
    }
    .side-box p{
      margin:0;
      color:var(--weak);
      font-size:.9rem;
      line-height:1.7;
    }
    .badge-row{
      display:flex;
      flex-wrap:wrap;
      gap:.6rem;
      margin-top:1rem;
    }
    .support-badge{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.55rem .75rem;
      border-radius:999px;
      background:rgba(255,122,26,.1);
      border:1px solid rgba(255,194,71,.14);
      color:#ffe2b9;
      font-size:.84rem;
      font-weight:800;
    }
    .support-badge i{color:#ffc247}
    .quote-wall{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:1rem;
      align-items:stretch;
    }
    .avatar-cloud{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:.7rem;
      padding:1rem;
      background:rgba(17,16,22,.62);
      border:1px solid rgba(255,194,71,.12);
      border-radius:12px;
      align-content:start;
      min-height:100%;
    }
    .avatar{
      aspect-ratio:1/1;
      border-radius:999px;
      display:grid;
      place-items:center;
      font-size:.92rem;
      font-weight:900;
      color:#fff8ee;
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
    }
    .avatar.a1{background:linear-gradient(135deg,#ff7a1a,#ff4d3d)}
    .avatar.a2{background:linear-gradient(135deg,#ffb53d,#ff7a1a)}
    .avatar.a3{background:linear-gradient(135deg,#ed6dff,#ff4d3d)}
    .avatar.a4{background:linear-gradient(135deg,#4e4a55,#ff7a1a)}
    .avatar.a5{background:linear-gradient(135deg,#7a5036,#ffc247)}
    .avatar.a6{background:linear-gradient(135deg,#ff4d3d,#ffc247)}
    .avatar.a7{background:linear-gradient(135deg,#372f3b,#e84aff)}
    .avatar.a8{background:linear-gradient(135deg,#5b3628,#ff7a1a)}
    .bubble-grid{
      display:grid;
      gap:.8rem;
    }
    .bubble{
      position:relative;
      padding:1rem 1rem 1rem 1.05rem;
      background:linear-gradient(180deg, rgba(43,36,41,.98), rgba(28,24,31,.98));
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      box-shadow:var(--shadow-soft);
    }
    .bubble::before{
      content:"";
      position:absolute;
      left:-8px;
      top:20px;
      width:14px;
      height:14px;
      background:inherit;
      border-left:1px solid rgba(255,194,71,.14);
      border-bottom:1px solid rgba(255,194,71,.14);
      transform:rotate(45deg);
    }
    .bubble p{
      margin:0 0 .65rem 0;
      color:var(--text);
      font-size:.94rem;
      line-height:1.75;
    }
    .bubble strong{
      color:#ffc247;
      font-weight:800;
    }
    .bubble .who{
      color:var(--weak);
      font-size:.82rem;
      font-weight:700;
    }
    .faq-wrap .accordion-item{
      background:transparent;
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      overflow:hidden;
      margin-bottom:.8rem;
      box-shadow:var(--shadow-soft);
    }
    .faq-wrap .accordion-button{
      background:linear-gradient(180deg, rgba(43,36,41,.96), rgba(27,23,30,.98));
      color:var(--text);
      font-weight:800;
      padding:1rem 1.05rem;
      box-shadow:none;
    }
    .faq-wrap .accordion-button:not(.collapsed){
      color:#fff;
      background:rgba(255,122,26,.12);
    }
    .faq-wrap .accordion-button::after{
      filter:invert(79%) sepia(60%) saturate(439%) hue-rotate(348deg) brightness(103%) contrast(101%);
    }
    .faq-wrap .accordion-body{
      background:rgba(17,16,22,.7);
      color:var(--muted);
      border-top:1px solid rgba(255,255,255,.05);
      line-height:1.8;
      padding:1rem 1.05rem 1.05rem;
    }
    .cta-band{
      padding:0 0 4rem;
    }
    .cta-shell{
      background:
        linear-gradient(135deg, rgba(255,122,26,.18), rgba(255,77,61,.1) 42%, rgba(17,16,22,.98) 100%),
        linear-gradient(180deg, rgba(33,29,34,.98), rgba(22,20,24,.98));
      border:1px solid rgba(255,194,71,.2);
      border-radius:14px;
      box-shadow:var(--shadow);
      padding:clamp(1.2rem, 2.5vw, 1.8rem);
    }
    .cta-shell h2{
      font-size:clamp(1.5rem, 2.8vw, 2.3rem);
      line-height:1.2;
      font-weight:900;
      margin-bottom:.65rem;
    }
    .cta-shell p{
      margin:0;
      color:var(--muted);
      max-width:54rem;
      font-size:.98rem;
      line-height:1.8;
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.35fr .85fr;
      gap:1rem;
      margin-top:1.15rem;
      align-items:center;
    }
    .cta-actions{
      display:flex;
      gap:.7rem;
      flex-wrap:wrap;
      margin-top:1rem;
    }
    .cta-form{
      background:rgba(17,16,22,.68);
      border:1px solid rgba(255,194,71,.14);
      border-radius:12px;
      padding:1rem;
    }
    .cta-form label{
      display:block;
      font-size:.84rem;
      color:#ffe2b9;
      font-weight:800;
      margin-bottom:.5rem;
    }
    .cta-form .input-group{
      gap:.6rem;
    }
    .cta-form .form-control{
      background:rgba(33,29,34,.95);
      border:1px solid rgba(255,194,71,.18);
      color:var(--text);
      border-radius:8px !important;
      padding:.78rem .95rem;
    }
    .cta-form .form-control::placeholder{color:#988f87}
    .cta-form .form-control:focus{
      border-color:rgba(255,194,71,.48);
      box-shadow:0 0 0 3px rgba(255,122,26,.12);
    }
    .footer{
      padding:1.75rem 0 2.1rem;
      border-top:1px solid rgba(255,255,255,.06);
      background:linear-gradient(180deg, rgba(17,16,22,.4), rgba(15,13,17,.96));
    }
    .footer-top{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:1rem;
      padding-bottom:1.1rem;
    }
    .footer h3{
      font-size:1rem;
      font-weight:800;
      margin-bottom:.75rem;
    }
    .footer p, .footer li, .footer a{
      color:var(--muted);
      font-size:.9rem;
      line-height:1.8;
    }
    .footer-links{
      display:grid;
      gap:.35rem;
    }
    .footer-links a:hover{color:#fff}
    .footer-note{
      padding-top:1rem;
      border-top:1px solid rgba(255,255,255,.06);
      display:flex;
      justify-content:space-between;
      gap:1rem;
      flex-wrap:wrap;
      color:var(--weak);
      font-size:.84rem;
    }
    .section-link{
      color:#ffd89d;
      font-weight:800;
    }
    .section-link:hover{color:#fff}
    .space-top{margin-top:1rem}
    @media (max-width: 1199.98px){
      .search-inline{min-width:min(360px, 42vw)}
      .flow-list,
      .metrics-grid,
      .footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}
      .news-layout,
      .quote-wall,
      .cta-grid{grid-template-columns:1fr}
    }
    @media (max-width: 991.98px){
      .brand-row{align-items:flex-start;flex-direction:column;padding:.85rem 0 1rem}
      .top-actions{width:100%;justify-content:space-between}
      .search-inline{min-width:0;flex:1}
      .hero h1{max-width:100%}
      .entry-grid{grid-template-columns:1fr 1fr}
      .flow-list{grid-template-columns:1fr 1fr}
      .metrics-grid{grid-template-columns:1fr 1fr}
      .footer-top{grid-template-columns:1fr}
    }
    @media (max-width: 767.98px){
      .brand-row{min-height:auto}
      .top-actions{gap:.55rem}
      .search-inline{order:3;width:100%}
      .hero{padding-top:2rem}
      .hero-shell{padding:1rem}
      .hero h1{font-size:clamp(1.9rem, 8vw, 2.6rem)}
      .hero p{font-size:.96rem}
      .hero-actions,.cta-actions{flex-direction:column;align-items:stretch}
      .hero-actions .btn,.cta-actions .btn{width:100%}
      .entry-grid,.flow-list,.metrics-grid{grid-template-columns:1fr}
      .avatar-cloud{grid-template-columns:repeat(4,minmax(0,1fr))}
      .cta-form .input-group{flex-direction:column}
      .cta-form .btn{width:100%}
    }
    @media (max-width: 575.98px){
      .brand-mark{width:38px;height:38px}
      .brand-name{font-size:1rem}
      .channel-scroll{padding-bottom:.75rem}
      .channel-pill{padding:.56rem .82rem;font-size:.88rem}
      .section-band{padding:2.6rem 0}
      .panel-inner{padding:1rem}
      .avatar-cloud{grid-template-columns:repeat(3,minmax(0,1fr))}
      .news-item{flex-direction:column}
      .news-meta{padding-top:0}
      .bubble p,.problem-card p,.flow-item p,.metric-desc,.side-box p,.footer p,.footer li{font-size:.88rem}
    }

/* roulang page: category1 */
:root{
      --bg:#111016;
      --bg-2:#171218;
      --panel:#211d22;
      --panel-2:#2b2429;
      --line:rgba(255,255,255,.09);
      --line-2:rgba(255,122,26,.28);
      --text:#f6f1ea;
      --muted:#d8d0c7;
      --sub:#9e948b;
      --warm:#ff7a1a;
      --warm-2:#ff4d3d;
      --gold:#ffc247;
      --rose:#e84aff;
      --violet:#8b5cf6;
      --shadow:0 18px 40px rgba(0,0,0,.32);
      --shadow-soft:0 10px 24px rgba(0,0,0,.22);
      --radius:10px;
      --radius-sm:8px;
      --container:1220px;
      --space:clamp(18px,2vw,28px);
      --section:clamp(54px,6vw,88px);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:
        radial-gradient(circle at 15% 8%, rgba(255,122,26,.12), transparent 20%),
        radial-gradient(circle at 86% 14%, rgba(232,74,255,.10), transparent 18%),
        linear-gradient(180deg, #131118 0%, #111016 50%, #0f0e13 100%);
      color:var(--text);
      font-family:PingFang SC, Microsoft YaHei, Noto Sans SC, Arial, sans-serif;
      line-height:1.7;
      letter-spacing:0;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:inherit}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(255,122,26,.28);color:#fff}
    :focus-visible{outline:2px solid rgba(255,194,71,.95);outline-offset:2px}

    .container-wide{
      max-width:var(--container);
      padding-left:18px;
      padding-right:18px;
    }

    .topbar{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:blur(14px);
      background:linear-gradient(180deg, rgba(17,16,22,.98), rgba(17,16,22,.88));
      border-bottom:1px solid var(--line);
    }
    .brand-row{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 0;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .brand:hover .brand-mark{
      transform:translateY(-1px) scale(1.02);
      box-shadow:0 0 0 1px rgba(255,122,26,.42), 0 14px 24px rgba(255,122,26,.14);
    }
    .brand-mark{
      width:42px;height:42px;
      border-radius:10px;
      display:grid;
      place-items:center;
      background:
        linear-gradient(145deg, rgba(255,122,26,.95), rgba(255,77,61,.95));
      color:#fff;
      box-shadow:0 0 0 1px rgba(255,194,71,.32), inset 0 1px 0 rgba(255,255,255,.16);
      flex:0 0 auto;
      transition:transform .22s ease, box-shadow .22s ease;
      overflow:hidden;
    }
    .brand-mark span{
      font-weight:800;
      font-size:18px;
      line-height:1;
      letter-spacing:0;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      min-width:0;
    }
    .brand-name{
      font-size:1.02rem;
      font-weight:800;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-note{
      font-size:.86rem;
      color:var(--sub);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .top-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .search-inline{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:min(340px, 42vw);
      height:42px;
      padding:0 14px;
      border-radius:10px;
      background:rgba(33,29,34,.92);
      border:1px solid var(--line);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .search-inline input{
      width:100%;
      border:0;
      background:transparent;
      color:var(--text);
      outline:0;
      font-size:.94rem;
    }
    .search-inline input::placeholder{color:#8f857d}
    .btn-warm,
    .btn-outline-warm,
    .btn-ghost{
      border-radius:8px;
      font-size:.92rem;
      font-weight:700;
      padding:.58rem .95rem;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    }
    .btn-warm{
      color:#fff;
      background:linear-gradient(135deg, var(--warm), var(--warm-2));
      border:1px solid rgba(255,194,71,.18);
      box-shadow:0 10px 20px rgba(255,122,26,.16);
    }
    .btn-warm:hover{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 14px 24px rgba(255,122,26,.24);
    }
    .btn-outline-warm{
      color:var(--gold);
      border:1px solid rgba(255,194,71,.38);
      background:rgba(33,29,34,.46);
    }
    .btn-outline-warm:hover{
      color:#1b1410;
      background:var(--gold);
      border-color:var(--gold);
      transform:translateY(-1px);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(33,29,34,.54);
      border:1px solid var(--line);
    }
    .btn-ghost:hover{
      color:#fff;
      border-color:rgba(255,194,71,.42);
      background:rgba(43,36,41,.92);
      transform:translateY(-1px);
    }

    .channel-row{
      border-top:1px solid var(--line);
      background:linear-gradient(180deg, rgba(23,18,24,.96), rgba(17,16,22,.96));
    }
    .channel-scroll{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      padding:12px 0;
      scrollbar-width:none;
      white-space:nowrap;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-label{
      display:inline-flex;
      align-items:center;
      height:34px;
      padding:0 12px;
      color:var(--sub);
      font-size:.88rem;
      font-weight:700;
      border:1px solid transparent;
      flex:0 0 auto;
    }
    .channel-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      height:34px;
      padding:0 14px;
      border-radius:999px;
      font-size:.92rem;
      font-weight:700;
      border:1px solid rgba(255,255,255,.10);
      color:var(--muted);
      background:rgba(33,29,34,.62);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
      flex:0 0 auto;
    }
    .channel-pill:hover{
      color:#fff;
      border-color:rgba(255,194,71,.42);
      background:rgba(43,36,41,.96);
      transform:translateY(-1px);
    }
    .channel-pill.active{
      color:#1b1410;
      background:linear-gradient(135deg, rgba(255,194,71,.98), rgba(255,122,26,.98));
      border-color:rgba(255,194,71,.92);
      box-shadow:0 10px 22px rgba(255,122,26,.22);
    }

    main{position:relative}
    .page-shell{padding-bottom:18px}
    .section{
      padding:var(--section) 0;
      position:relative;
    }
    .section + .section{
      border-top:1px solid rgba(255,255,255,.04);
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold);
      font-size:.82rem;
      font-weight:800;
      letter-spacing:.02em;
      text-transform:none;
      margin-bottom:14px;
    }
    .eyebrow .dot{
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg, var(--gold), var(--warm));
      box-shadow:0 0 0 4px rgba(255,194,71,.08);
    }
    h1,h2,h3,h4,p{margin:0}
    h1{
      font-size:clamp(2rem, 4vw, 3.4rem);
      line-height:1.16;
      font-weight:900;
      letter-spacing:0;
    }
    h2{
      font-size:clamp(1.5rem, 2.5vw, 2.25rem);
      line-height:1.22;
      font-weight:850;
      letter-spacing:0;
    }
    .section-lead{
      color:var(--muted);
      font-size:1.03rem;
      max-width:760px;
      margin-top:14px;
    }

    .hero-lite{
      padding-top:26px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);
      gap:24px;
      align-items:stretch;
    }
    .hero-copy{
      background:
        linear-gradient(180deg, rgba(33,29,34,.88), rgba(25,21,28,.92));
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:28px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-copy:before{
      content:"";
      position:absolute;
      inset:-1px -1px auto auto;
      width:180px;height:180px;
      background:radial-gradient(circle, rgba(255,122,26,.18), transparent 62%);
      pointer-events:none;
    }
    .hero-copy .section-lead{max-width:640px}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .trust-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(255,255,255,.03);
      border:1px solid var(--line);
      font-size:.88rem;
    }
    .trust-tag strong{color:#fff;font-weight:800}
    .hero-panel{
      display:grid;
      grid-template-rows:auto auto;
      gap:16px;
    }
    .panel-card{
      background:linear-gradient(180deg, rgba(43,36,41,.95), rgba(28,24,30,.95));
      border:1px solid rgba(255,255,255,.08);
      border-radius:var(--radius);
      padding:18px;
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .panel-card .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .panel-title{
      font-weight:850;
      color:#fff;
      font-size:1rem;
    }
    .status{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:.84rem;
      color:var(--gold);
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,194,71,.08);
      border:1px solid rgba(255,194,71,.18);
    }
    .status i,.mini-dot{
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg, var(--gold), var(--warm-2));
      display:inline-block;
      box-shadow:0 0 0 4px rgba(255,122,26,.08);
    }
    .hot-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .hot-box{
      min-height:104px;
      border-radius:10px;
      background:
        linear-gradient(180deg, rgba(17,16,22,.42), rgba(17,16,22,.12)),
        linear-gradient(135deg, rgba(255,122,26,.14), rgba(232,74,255,.08));
      border:1px solid rgba(255,255,255,.08);
      padding:14px;
      position:relative;
      overflow:hidden;
    }
    .hot-box:after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:0;
      height:3px;
      background:linear-gradient(90deg, transparent, rgba(255,194,71,.8), transparent);
      opacity:.7;
    }
    .hot-label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:.78rem;
      color:var(--gold);
      font-weight:800;
      margin-bottom:12px;
    }
    .hot-value{
      font-size:1.4rem;
      font-weight:900;
      line-height:1.1;
      color:#fff;
    }
    .hot-note{
      margin-top:8px;
      font-size:.86rem;
      color:var(--sub);
    }
    .feature-strip{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .feature-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid var(--line);
      color:var(--muted);
      font-size:.84rem;
    }
    .feature-chip strong{color:#fff}

    .band-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:22px;
      flex-wrap:wrap;
    }
    .band-head .section-lead{margin-top:10px}
    .kicker{
      font-size:.84rem;
      font-weight:800;
      color:var(--gold);
      margin-bottom:10px;
    }

    .pain-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
    }
    .pain-card,
    .step-card,
    .proof-card,
    .quote-card,
    .faq-shell,
    .cta-shell,
    .side-shell,
    .list-shell{
      background:linear-gradient(180deg, rgba(33,29,34,.94), rgba(27,23,29,.96));
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow-soft);
    }
    .pain-card{
      padding:22px;
      min-height:172px;
      position:relative;
      overflow:hidden;
    }
    .pain-card:before{
      content:"";
      position:absolute;
      inset:auto -48px -48px auto;
      width:140px;height:140px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,122,26,.16), transparent 70%);
      pointer-events:none;
    }
    .card-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold);
      font-size:.84rem;
      font-weight:800;
      margin-bottom:12px;
    }
    .card-title{
      font-size:1.14rem;
      font-weight:850;
      color:#fff;
      margin-bottom:10px;
    }
    .card-text{
      color:var(--muted);
      font-size:.95rem;
    }

    .solution-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:18px;
      align-items:start;
    }
    .step-shell{
      background:linear-gradient(180deg, rgba(33,29,34,.94), rgba(27,23,29,.96));
      border:1px solid var(--line);
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .step-head{
      padding:18px 18px 0;
    }
    .step-list{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      padding:18px;
    }
    .step-card{
      padding:16px;
      min-height:150px;
      position:relative;
      overflow:hidden;
    }
    .step-index{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:34px;
      height:34px;
      border-radius:10px;
      background:linear-gradient(135deg, rgba(255,194,71,.95), rgba(255,122,26,.95));
      color:#1b1410;
      font-weight:900;
      margin-bottom:14px;
      box-shadow:0 10px 18px rgba(255,122,26,.16);
    }
    .step-meta{
      color:var(--gold);
      font-size:.8rem;
      font-weight:800;
      margin-top:10px;
    }
    .step-rail{
      display:grid;
      gap:12px;
    }
    .rail-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px 15px;
      border-radius:10px;
      background:rgba(255,255,255,.03);
      border:1px solid var(--line);
    }
    .rail-badge{
      flex:0 0 auto;
      min-width:32px;
      height:32px;
      border-radius:9px;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#fff;
      background:rgba(255,122,26,.18);
      border:1px solid rgba(255,122,26,.25);
    }
    .rail-title{
      color:#fff;
      font-weight:800;
      margin-bottom:4px;
    }
    .rail-text{
      color:var(--muted);
      font-size:.92rem;
    }

    .results-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .proof-card{
      padding:20px;
      min-height:150px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
    }
    .proof-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg, rgba(255,122,26,.06), transparent 42%);
      pointer-events:none;
    }
    .proof-num{
      font-size:2rem;
      line-height:1;
      font-weight:900;
      color:var(--warm);
      text-shadow:0 0 18px rgba(255,122,26,.14);
    }
    .proof-desc{
      color:var(--muted);
      margin-top:12px;
      font-size:.93rem;
    }

    .testimonial-grid{
      display:grid;
      grid-template-columns:1fr 1.1fr;
      gap:18px;
      align-items:stretch;
    }
    .quote-stack{
      display:grid;
      gap:12px;
    }
    .quote-card{
      padding:18px;
      position:relative;
    }
    .quote-card:nth-child(2n){
      transform:translateX(16px);
    }
    .bubble{
      display:inline-flex;
      max-width:100%;
      padding:14px 15px;
      border-radius:16px 16px 16px 6px;
      background:linear-gradient(180deg, rgba(43,36,41,.98), rgba(31,27,33,.98));
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      position:relative;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .bubble strong{color:var(--gold)}
    .bubble:after{
      content:"";
      position:absolute;
      left:18px;
      bottom:-8px;
      width:14px;height:14px;
      transform:rotate(45deg);
      background:inherit;
      border-right:1px solid rgba(255,255,255,.08);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .quote-meta{
      display:flex;
      align-items:center;
      gap:12px;
      margin-top:14px;
    }
    .avatar-wall{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:8px;
    }
    .avatar{
      width:40px;height:40px;
      border-radius:50%;
      display:grid;
      place-items:center;
      font-size:.82rem;
      font-weight:900;
      color:#fff;
      flex:0 0 auto;
      background:linear-gradient(135deg, rgba(255,122,26,.98), rgba(232,74,255,.86));
      border:2px solid rgba(17,16,22,.92);
      box-shadow:0 10px 18px rgba(0,0,0,.20);
    }
    .avatar.alt{background:linear-gradient(135deg, rgba(255,194,71,.96), rgba(255,77,61,.86))}
    .avatar.muted{background:linear-gradient(135deg, rgba(139,92,246,.92), rgba(232,74,255,.82))}
    .voice-panel{
      display:grid;
      gap:16px;
      align-content:start;
    }
    .voice-panel .panel-card{padding:20px}
    .mini-stat-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .mini-stat{
      padding:16px;
      border-radius:10px;
      background:rgba(255,255,255,.03);
      border:1px solid var(--line);
      min-height:108px;
    }
    .mini-stat .num{
      color:var(--gold);
      font-size:1.55rem;
      font-weight:900;
      line-height:1;
    }
    .mini-stat .txt{
      color:var(--muted);
      font-size:.9rem;
      margin-top:10px;
    }

    .faq-shell{
      padding:0;
      overflow:hidden;
    }
    .faq-head{
      padding:20px 20px 0;
    }
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-active-bg:transparent;
      --bs-accordion-btn-bg:transparent;
      --bs-accordion-btn-color:var(--text);
      --bs-accordion-btn-focus-box-shadow:none;
      --bs-accordion-btn-icon:none;
      --bs-accordion-active-color:#fff;
      --bs-accordion-color:var(--muted);
      --bs-accordion-border-width:0;
      padding:18px 20px 20px;
    }
    .accordion-item{
      background:linear-gradient(180deg, rgba(43,36,41,.82), rgba(31,27,33,.94));
      border:1px solid var(--line);
      border-radius:10px;
      overflow:hidden;
      margin-bottom:12px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .accordion-item:last-child{margin-bottom:0}
    .accordion-button{
      padding:16px 18px;
      font-size:1rem;
      font-weight:800;
      color:#fff;
      box-shadow:none;
    }
    .accordion-button::after{
      width:14px;height:14px;
      margin-left:auto;
      content:"+";
      display:inline-grid;
      place-items:center;
      color:var(--gold);
      background:none;
      font-size:1.3rem;
      font-weight:500;
      transform:none;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:rgba(255,255,255,.03);
    }
    .accordion-button:not(.collapsed)::after{
      content:"−";
      color:var(--warm);
    }
    .accordion-body{
      padding:0 18px 16px 18px;
      color:var(--muted);
    }
    .note-box{
      background:rgba(255,122,26,.08);
      border:1px solid rgba(255,122,26,.18);
      border-radius:10px;
      padding:14px 16px;
      color:#f7e8dd;
    }

    .cta-shell{
      padding:24px;
      background:
        linear-gradient(135deg, rgba(255,122,26,.16), rgba(232,74,255,.08)),
        linear-gradient(180deg, rgba(33,29,34,.96), rgba(24,20,27,.98));
      border:1px solid rgba(255,194,71,.22);
      position:relative;
      overflow:hidden;
    }
    .cta-shell:before{
      content:"";
      position:absolute;
      inset:auto -18px -48px auto;
      width:220px;height:220px;
      background:radial-gradient(circle, rgba(255,194,71,.16), transparent 70%);
      pointer-events:none;
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:center;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }
    .cta-box{
      background:rgba(17,16,22,.34);
      border:1px solid rgba(255,255,255,.08);
      border-radius:10px;
      padding:18px;
    }
    .cta-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .cta-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      align-items:flex-start;
    }
    .cta-list .mark{
      color:var(--gold);
      font-weight:900;
      line-height:1.5;
    }

    .side-shell{
      padding:20px;
      position:sticky;
      top:112px;
    }
    .side-block + .side-block{margin-top:18px}
    .side-title{
      font-size:1rem;
      font-weight:850;
      color:#fff;
      margin-bottom:12px;
    }
    .side-links{
      display:grid;
      gap:10px;
    }
    .side-link{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      padding:12px 14px;
      border-radius:10px;
      background:rgba(255,255,255,.03);
      border:1px solid var(--line);
      color:var(--muted);
      font-size:.95rem;
    }
    .side-link:hover{
      background:rgba(43,36,41,.96);
      border-color:rgba(255,194,71,.24);
      color:#fff;
      transform:translateY(-1px);
    }
    .side-link span:last-child{
      color:var(--gold);
      font-size:.82rem;
      font-weight:800;
    }
    .mini-pills{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .mini-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.03);
      color:var(--muted);
      font-size:.84rem;
    }
    .mini-pill strong{color:#fff}
    .footer{
      padding:28px 0 18px;
      border-top:1px solid var(--line);
      background:linear-gradient(180deg, rgba(17,16,22,.8), rgba(14,13,19,.96));
    }
    .footer-top{
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr;
      gap:24px;
      align-items:start;
      padding-bottom:18px;
    }
    .footer h3{
      font-size:1rem;
      font-weight:850;
      margin-bottom:14px;
      color:#fff;
    }
    .footer p{
      color:var(--muted);
      font-size:.94rem;
      margin-bottom:10px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      padding:8px 12px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid var(--line);
      background:rgba(255,255,255,.03);
      font-size:.9rem;
    }
    .footer-links a:hover{
      color:#fff;
      border-color:rgba(255,194,71,.3);
      background:rgba(43,36,41,.96);
    }
    .footer-note{
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:var(--sub);
      padding-top:16px;
      border-top:1px solid var(--line);
      font-size:.88rem;
    }

    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:var(--muted);
      font-size:.84rem;
    }
    .tag strong{color:#fff}

    .list-shell{
      padding:18px;
    }
    .entry-list{
      display:grid;
      gap:12px;
    }
    .entry-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:14px 15px;
      border-radius:10px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.03);
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .entry-item:hover{
      transform:translateY(-1px);
      border-color:rgba(255,194,71,.28);
      background:rgba(43,36,41,.94);
    }
    .entry-dot{
      width:12px;height:12px;border-radius:50%;
      background:linear-gradient(135deg, var(--gold), var(--warm-2));
      box-shadow:0 0 0 4px rgba(255,194,71,.08);
    }
    .entry-title{
      font-size:1rem;
      font-weight:850;
      color:#fff;
      margin-bottom:4px;
    }
    .entry-text{
      color:var(--muted);
      font-size:.92rem;
    }
    .entry-time{
      color:var(--gold);
      font-size:.83rem;
      font-weight:800;
      white-space:nowrap;
    }

    .subtle-line{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
      margin:18px 0;
    }

    .screen-mock{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .mock-card{
      border-radius:10px;
      padding:14px;
      background:
        linear-gradient(180deg, rgba(17,16,22,.44), rgba(17,16,22,.16)),
        linear-gradient(135deg, rgba(255,122,26,.10), rgba(139,92,246,.08));
      border:1px solid rgba(255,255,255,.08);
      min-height:112px;
    }
    .mock-head{
      display:flex;
      justify-content:space-between;
      gap:10px;
      align-items:center;
      margin-bottom:12px;
    }
    .mock-title{
      font-size:.92rem;
      font-weight:850;
      color:#fff;
    }
    .mock-badge{
      padding:5px 8px;
      border-radius:999px;
      font-size:.76rem;
      font-weight:800;
      color:var(--gold);
      background:rgba(255,194,71,.08);
      border:1px solid rgba(255,194,71,.16);
    }
    .mock-list{
      display:grid;
      gap:8px;
    }
    .mock-line{
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.09);
      overflow:hidden;
      position:relative;
    }
    .mock-line::after{
      content:"";
      position:absolute;
      inset:0;
      width:68%;
      background:linear-gradient(90deg, rgba(255,194,71,.9), rgba(255,122,26,.75));
    }

    @media (max-width: 1199.98px){
      .hero-grid,
      .solution-grid,
      .testimonial-grid,
      .cta-grid{
        grid-template-columns:1fr;
      }
      .side-shell{
        position:relative;
        top:auto;
      }
    }

    @media (max-width: 991.98px){
      .pain-grid,
      .results-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .step-list{
        grid-template-columns:1fr;
      }
      .footer-top{
        grid-template-columns:1fr;
      }
      .top-actions{
        justify-content:flex-start;
      }
      .search-inline{
        min-width:100%;
        order:3;
      }
      .brand-row{
        flex-wrap:wrap;
      }
      .top-actions{
        width:100%;
      }
    }

    @media (max-width: 767.98px){
      .section{padding:48px 0}
      .hero-copy,
      .panel-card,
      .pain-card,
      .quote-card,
      .proof-card,
      .side-shell,
      .list-shell,
      .cta-shell{
        padding:18px;
      }
      .pain-grid,
      .results-grid,
      .mini-stat-grid,
      .hot-grid{
        grid-template-columns:1fr;
      }
      .entry-item{
        grid-template-columns:1fr;
        align-items:start;
      }
      .entry-time{
        justify-self:start;
      }
      .quote-card:nth-child(2n){
        transform:none;
      }
      .brand-note{
        display:none;
      }
      .channel-scroll{
        gap:8px;
      }
      .channel-pill,
      .channel-label{
        height:32px;
      }
      .cta-actions,
      .hero-actions{
        gap:10px;
      }
      .btn-warm,
      .btn-outline-warm,
      .btn-ghost{
        width:100%;
        justify-content:center;
      }
      .search-inline{
        height:40px;
      }
    }

    @media (max-width: 575.98px){
      h1{font-size:clamp(1.8rem, 8vw, 2.45rem)}
      h2{font-size:clamp(1.35rem, 6vw, 1.9rem)}
      .brand-name{font-size:.98rem}
      .brand-mark{width:38px;height:38px}
      .brand-row{min-height:64px}
      .hero-copy{padding:20px 18px}
      .section-lead{font-size:.98rem}
      .tag-row,.trust-row,.feature-strip{gap:8px}
      .tag,.trust-tag,.feature-chip{font-size:.8rem}
      .mock-card{min-height:102px}
    }
