/* roulang page: index */
:root{
      --bg:#15110f;
      --bg-2:#1b1512;
      --panel:#241c18;
      --panel-2:#2d231e;
      --panel-3:#342822;
      --line:#3a2f2a;
      --text:#fff3e6;
      --muted:#bfb5ad;
      --soft:#a9a19b;
      --brand:#f59e5b;
      --brand-2:#ffb06a;
      --brand-3:#e9824a;
      --rose:#b97868;
      --cream:#fff3e6;
      --pink:#ffd0b0;
      --green:#8fbf7a;
      --amber:#f2b84b;
      --red:#d96a5f;
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:12px;
      --shadow:0 24px 70px rgba(0,0,0,.38);
      --shadow-warm:0 18px 46px rgba(245,158,91,.22);
      --side:228px;
      --top-mobile:64px;
      --ease:all .24s cubic-bezier(.2,.8,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      color:var(--text);
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 8%,rgba(185,120,104,.22),transparent 34%),
        radial-gradient(circle at 82% 16%,rgba(245,158,91,.16),transparent 30%),
        linear-gradient(180deg,var(--bg),#100d0c 62%,#15100e);
      padding-bottom:104px;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(255,243,230,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,243,230,.028) 1px,transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom,black,transparent 88%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer;border:0}
    :focus-visible{outline:2px solid var(--brand-2);outline-offset:3px}
    .app-shell{
      position:fixed;
      inset:0 auto 0 0;
      width:var(--side);
      z-index:50;
      background:rgba(21,17,15,.92);
      border-right:1px solid var(--line);
      backdrop-filter:blur(18px);
      display:flex;
      flex-direction:column;
      padding:22px 16px;
      box-shadow:14px 0 44px rgba(0,0,0,.18);
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      padding:10px 10px 18px;
      border-bottom:1px dashed rgba(255,243,230,.13);
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      color:#21130b;
      font-weight:900;
      background:linear-gradient(135deg,var(--brand-2),var(--brand-3));
      box-shadow:0 10px 26px rgba(245,158,91,.32);
      flex:0 0 auto;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.2}
    .brand-text strong{font-size:16px;letter-spacing:.02em}
    .brand-text span{font-size:12px;color:var(--muted);margin-top:4px}
    .side-nav{display:flex;flex-direction:column;gap:8px;margin-top:22px}
    .nav-link{
      display:flex;align-items:center;gap:12px;
      min-height:46px;
      padding:10px 12px;
      border-radius:16px;
      color:var(--muted);
      border:1px solid transparent;
      transition:var(--ease);
      font-weight:700;
      font-size:14px;
    }
    .nav-link .ico{
      width:26px;height:26px;border-radius:10px;
      display:grid;place-items:center;
      background:rgba(255,243,230,.06);
      color:var(--pink);
      transition:var(--ease);
    }
    .nav-link:hover{
      color:var(--cream);
      border-color:rgba(245,158,91,.32);
      background:rgba(245,158,91,.09);
      transform:translateX(2px);
    }
    .nav-link:hover .ico{background:rgba(245,158,91,.22);color:var(--brand-2)}
    .nav-link.active{
      color:var(--cream);
      background:linear-gradient(135deg,rgba(245,158,91,.22),rgba(185,120,104,.12));
      border-color:rgba(245,158,91,.45);
      box-shadow:inset 3px 0 0 var(--brand);
    }
    .side-bottom{
      margin-top:auto;
      padding:14px;
      border-radius:22px;
      background:linear-gradient(180deg,rgba(255,176,106,.12),rgba(255,243,230,.04));
      border:1px solid rgba(245,158,91,.24);
    }
    .side-bottom p{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.6}
    .mini-status{
      display:inline-flex;
      align-items:center;
      gap:7px;
      font-size:12px;
      color:var(--cream);
      border:1px solid rgba(143,191,122,.42);
      background:rgba(143,191,122,.12);
      border-radius:999px;
      padding:6px 10px;
    }
    .mini-status::before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 5px rgba(143,191,122,.13);
    }
    .mobile-top{
      display:none;
      position:sticky;
      top:0;
      z-index:60;
      height:var(--top-mobile);
      align-items:center;
      justify-content:space-between;
      padding:0 16px;
      background:rgba(21,17,15,.9);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(18px);
    }
    .hamburger{
      width:44px;height:44px;border-radius:14px;
      background:rgba(255,243,230,.07);
      color:var(--cream);
      display:grid;place-items:center;
      border:1px solid rgba(255,243,230,.12);
      transition:var(--ease);
    }
    .hamburger:hover{background:rgba(245,158,91,.16);border-color:rgba(245,158,91,.34)}
    .drawer-mask{
      position:fixed;inset:0;
      background:rgba(0,0,0,.58);
      z-index:70;
      opacity:0;pointer-events:none;
      transition:var(--ease);
    }
    .drawer{
      position:fixed;
      top:0;bottom:0;left:0;
      width:min(82vw,320px);
      transform:translateX(-105%);
      background:var(--bg-2);
      border-right:1px solid var(--line);
      z-index:80;
      padding:18px 16px;
      transition:var(--ease);
      box-shadow:var(--shadow);
    }
    .drawer.open{transform:translateX(0)}
    .drawer-mask.open{opacity:1;pointer-events:auto}
    .page{
      margin-left:var(--side);
      min-height:100vh;
    }
    .container{
      width:min(1220px,calc(100% - 48px));
      margin:0 auto;
    }
    .section{padding:84px 0}
    .section.tight{padding:58px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--brand-2);
      font-weight:800;
      font-size:13px;
      letter-spacing:.08em;
      margin-bottom:10px;
    }
    .section-kicker::before{
      content:"";
      width:9px;height:9px;border-radius:50%;
      background:var(--brand);
      box-shadow:0 0 0 6px rgba(245,158,91,.12);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,58px);
      line-height:1.12;
      letter-spacing:-.04em;
      font-weight:900;
      margin-bottom:20px;
    }
    h2{
      font-size:clamp(25px,3vw,36px);
      line-height:1.22;
      letter-spacing:-.025em;
      font-weight:850;
      margin-bottom:10px;
    }
    h3{font-size:20px;line-height:1.35;font-weight:820;margin-bottom:8px}
    p{color:var(--muted)}
    .lead{
      font-size:17px;
      color:#d9cec6;
      max-width:780px;
      line-height:1.9;
    }
    .text-warm{color:var(--brand-2)}
    .badge,.tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 11px;
      font-size:13px;
      font-weight:750;
      color:var(--cream);
      background:rgba(255,243,230,.07);
      border:1px solid rgba(255,243,230,.13);
      white-space:nowrap;
    }
    .badge.hot{
      color:#24140d;
      background:linear-gradient(135deg,var(--brand-2),var(--brand-3));
      border-color:transparent;
      box-shadow:var(--shadow-warm);
    }
    .tag:hover{border-color:rgba(245,158,91,.38);background:rgba(245,158,91,.12)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:850;
      font-size:15px;
      transition:var(--ease);
      border:1px solid transparent;
      user-select:none;
    }
    .btn-primary{
      color:#25130a;
      background:linear-gradient(135deg,var(--brand-2),var(--brand));
      box-shadow:0 16px 34px rgba(245,158,91,.25);
    }
    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 22px 44px rgba(245,158,91,.34)}
    .btn-primary:active,.btn-ghost:active{transform:translateY(0) scale(.98)}
    .btn-ghost{
      color:var(--cream);
      background:rgba(255,243,230,.06);
      border-color:rgba(245,158,91,.3);
    }
    .btn-ghost:hover{background:rgba(245,158,91,.13);border-color:rgba(245,158,91,.5);transform:translateY(-2px)}
    .hero{
      position:relative;
      min-height:680px;
      display:flex;
      align-items:center;
      padding:66px 0 70px;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:28px 24px;
      border-radius:38px;
      background:
        linear-gradient(90deg,rgba(21,17,15,.78),rgba(36,28,24,.42)),
        radial-gradient(circle at 75% 38%,rgba(245,158,91,.24),transparent 34%),
        radial-gradient(circle at 45% 4%,rgba(185,120,104,.2),transparent 30%);
      border:1px solid rgba(255,243,230,.09);
      box-shadow:var(--shadow);
      z-index:-1;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.88fr);
      gap:34px;
      align-items:center;
    }
    .hero-panel{
      padding:34px;
      border-radius:32px;
      background:rgba(21,17,15,.38);
      border:1px solid rgba(255,243,230,.08);
    }
    .hero-intro{
      font-size:17px;
      max-width:740px;
      color:#ded2c9;
      margin-bottom:26px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 18px}
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .progress-stage{
      position:relative;
      display:grid;
      gap:16px;
    }
    .progress-card{
      border-radius:32px;
      padding:24px;
      background:linear-gradient(180deg,rgba(45,35,30,.86),rgba(27,21,18,.92));
      border:1px solid rgba(255,243,230,.12);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .progress-card::after{
      content:"";
      position:absolute;
      width:190px;height:190px;border-radius:50%;
      right:-70px;top:-70px;
      background:radial-gradient(circle,rgba(255,176,106,.24),transparent 68%);
      pointer-events:none;
    }
    .progress-top{
      display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;
    }
    .ring{
      width:138px;height:138px;border-radius:50%;
      display:grid;place-items:center;
      background:conic-gradient(var(--brand) 0 73%,rgba(255,243,230,.12) 73% 100%);
      position:relative;
      flex:0 0 auto;
      box-shadow:0 18px 45px rgba(0,0,0,.26);
    }
    .ring::before{
      content:"";
      position:absolute;inset:13px;border-radius:50%;
      background:var(--panel);
      border:1px solid rgba(255,243,230,.11);
    }
    .ring span{position:relative;font-size:29px;font-weight:900;color:var(--brand-2)}
    .tier-list{display:grid;gap:10px}
    .tier{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding:13px 14px;
      border-radius:18px;
      background:rgba(255,243,230,.06);
      border:1px solid rgba(255,243,230,.1);
      transition:var(--ease);
    }
    .tier:hover{border-color:rgba(245,158,91,.35);background:rgba(245,158,91,.1);transform:translateY(-1px)}
    .tier strong{font-size:14px}
    .tier small{color:var(--muted)}
    .bubble{
      position:relative;
      padding:12px 14px;
      border-radius:18px 18px 18px 6px;
      background:rgba(255,243,230,.09);
      border:1px solid rgba(255,176,106,.22);
      color:var(--cream);
      font-size:13px;
      box-shadow:0 12px 30px rgba(0,0,0,.2);
    }
    .bubble-row{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin-top:14px;
    }
    .feature-strip{
      display:grid;
      grid-template-columns:1.2fr .95fr 1.05fr;
      gap:18px;
      align-items:stretch;
    }
    .note-card{
      position:relative;
      min-height:210px;
      border-radius:28px;
      padding:24px;
      background:linear-gradient(150deg,rgba(255,243,230,.11),rgba(36,28,24,.88));
      border:1px solid rgba(255,243,230,.12);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .note-card:nth-child(1){transform:rotate(-1.2deg)}
    .note-card:nth-child(2){transform:translateY(18px) rotate(1deg);background:linear-gradient(150deg,rgba(245,158,91,.2),rgba(36,28,24,.9))}
    .note-card:nth-child(3){transform:rotate(-.4deg)}
    .note-card:hover{transform:translateY(-4px) rotate(0deg);border-color:rgba(245,158,91,.4)}
    .note-icon{
      width:46px;height:46px;
      border-radius:17px;
      display:grid;place-items:center;
      background:rgba(245,158,91,.15);
      border:1px solid rgba(245,158,91,.28);
      margin-bottom:18px;
      font-size:22px;
    }
    .time-card-wrap{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .time-card{
      border-radius:24px;
      padding:20px;
      background:var(--panel);
      border:1px solid rgba(255,243,230,.1);
      transition:var(--ease);
      min-height:190px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .time-card:hover{transform:translateY(-3px);border-color:rgba(255,176,106,.38);box-shadow:0 18px 44px rgba(0,0,0,.28)}
    .time-card .time{
      display:inline-flex;
      width:max-content;
      border-radius:999px;
      padding:5px 10px;
      background:rgba(245,158,91,.14);
      color:var(--brand-2);
      font-size:12px;
      font-weight:850;
      margin-bottom:12px;
    }
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);
      gap:22px;
    }
    .news-list,.recommend-box,.panel-card{
      border-radius:30px;
      background:rgba(36,28,24,.82);
      border:1px solid rgba(255,243,230,.11);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      padding:18px 20px;
      border-bottom:1px solid rgba(255,243,230,.08);
      transition:var(--ease);
      align-items:center;
    }
    .news-item:last-child{border-bottom:0}
    .news-item:hover{background:rgba(245,158,91,.08)}
    .news-index{
      width:34px;height:34px;border-radius:13px;
      display:grid;place-items:center;
      color:var(--brand-2);
      background:rgba(255,243,230,.07);
      font-weight:900;
      font-size:13px;
    }
    .news-title{font-weight:820;color:var(--cream);margin-bottom:2px}
    .news-summary{font-size:13px;color:var(--muted);line-height:1.55}
    .arrow{
      width:34px;height:34px;border-radius:50%;
      display:grid;place-items:center;
      color:var(--brand-2);
      background:rgba(245,158,91,.12);
    }
    .recommend-box{padding:22px}
    .cover-abstract{
      height:154px;border-radius:24px;margin-bottom:18px;overflow:hidden;position:relative;
      background:
        radial-gradient(circle at 22% 24%,rgba(255,208,176,.34),transparent 24%),
        radial-gradient(circle at 74% 46%,rgba(245,158,91,.34),transparent 28%),
        linear-gradient(135deg,#3a2820,#1a1210 68%);
      border:1px solid rgba(255,243,230,.12);
    }
    .cover-abstract::after{
      content:"中文字幕 · 精品 · 筛选";
      position:absolute;
      left:16px;bottom:14px;
      color:rgba(255,243,230,.84);
      font-weight:900;
      letter-spacing:.08em;
      font-size:13px;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .entry-card{
      border-radius:26px;
      padding:22px;
      min-height:186px;
      background:linear-gradient(180deg,rgba(255,243,230,.08),rgba(36,28,24,.86));
      border:1px solid rgba(255,243,230,.1);
      transition:var(--ease);
    }
    .entry-card:hover{transform:translateY(-3px);border-color:rgba(245,158,91,.4);box-shadow:0 18px 46px rgba(0,0,0,.25)}
    .entry-card .num{
      font-size:34px;line-height:1;font-weight:950;color:var(--brand-2);margin-bottom:14px;
    }
    .scenario{
      display:grid;
      grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
      gap:24px;
      align-items:start;
    }
    .timeline{
      border-radius:30px;
      padding:24px;
      background:rgba(36,28,24,.82);
      border:1px solid rgba(255,243,230,.1);
    }
    .step{
      position:relative;
      padding-left:46px;
      padding-bottom:24px;
    }
    .step:last-child{padding-bottom:0}
    .step::before{
      content:attr(data-step);
      position:absolute;left:0;top:0;
      width:30px;height:30px;border-radius:12px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--brand),var(--rose));
      color:#28150d;
      font-size:12px;font-weight:950;
    }
    .step:not(:last-child)::after{
      content:"";
      position:absolute;left:14px;top:36px;bottom:8px;
      border-left:1px dashed rgba(245,158,91,.38);
    }
    .compare{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .compare-card{
      border-radius:26px;
      padding:22px;
      background:rgba(255,243,230,.07);
      border:1px solid rgba(255,243,230,.1);
    }
    .check-list{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}
    .check-list li{
      display:flex;gap:10px;align-items:flex-start;
      color:var(--muted);
      font-size:14px;
    }
    .check-list li::before{
      content:"✓";
      flex:0 0 auto;
      width:20px;height:20px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(143,191,122,.14);
      color:var(--green);
      font-weight:900;
      font-size:12px;
      margin-top:2px;
    }
    .social-wall{
      position:relative;
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 18% 25%,rgba(245,158,91,.16),transparent 28%),
        linear-gradient(180deg,rgba(36,28,24,.86),rgba(27,21,18,.9));
      border:1px solid rgba(255,243,230,.1);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .avatar-wall{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      max-width:600px;
      margin:24px auto 12px;
      justify-content:center;
    }
    .avatar{
      width:54px;height:54px;border-radius:50%;
      display:grid;place-items:center;
      font-weight:900;
      color:#29160f;
      background:linear-gradient(135deg,var(--pink),var(--brand));
      border:3px solid rgba(21,17,15,.82);
      box-shadow:0 12px 24px rgba(0,0,0,.22);
    }
    .avatar:nth-child(2n){background:linear-gradient(135deg,#d8b29b,#8fbf7a)}
    .avatar:nth-child(3n){background:linear-gradient(135deg,#fff3e6,#b97868)}
    .bubble-cloud{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:12px;
      margin-top:26px;
    }
    .quote{
      border-radius:22px;
      padding:16px;
      background:rgba(255,243,230,.08);
      border:1px solid rgba(255,243,230,.1);
      color:var(--cream);
      font-weight:720;
      font-size:14px;
      min-height:86px;
    }
    .quote.strong{border-color:rgba(245,158,91,.42);background:rgba(245,158,91,.13)}
    .form-wrap{
      display:grid;
      grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
      gap:24px;
      align-items:start;
    }
    .form-card{
      border-radius:32px;
      padding:28px;
      background:rgba(36,28,24,.86);
      border:1px solid rgba(255,243,230,.11);
      box-shadow:var(--shadow);
    }
    .field{display:grid;gap:8px;margin-bottom:15px}
    .field label{font-weight:800;color:var(--cream);font-size:14px}
    .field input,.field textarea,.field select{
      width:100%;
      color:var(--cream);
      background:rgba(21,17,15,.76);
      border:1px solid rgba(255,243,230,.14);
      border-radius:16px;
      padding:13px 14px;
      transition:var(--ease);
    }
    .field textarea{min-height:112px;resize:vertical}
    .field input:focus,.field textarea:focus,.field select:focus{
      border-color:rgba(245,158,91,.7);
      box-shadow:0 0 0 4px rgba(245,158,91,.12);
      outline:none;
    }
    .hint{font-size:12px;color:var(--soft);line-height:1.55}
    .success-line{display:none;margin-top:12px;color:var(--green);font-weight:800}
    .faq-list{display:grid;gap:12px}
    .faq-item{
      border-radius:22px;
      background:rgba(36,28,24,.78);
      border:1px solid rgba(255,243,230,.1);
      overflow:hidden;
      transition:var(--ease);
    }
    .faq-item:hover{border-color:rgba(245,158,91,.32)}
    .faq-q{
      width:100%;
      min-height:62px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 20px;
      background:transparent;
      color:var(--cream);
      text-align:left;
      font-weight:850;
    }
    .faq-icon{
      width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;
      color:var(--brand-2);
      background:rgba(245,158,91,.12);
      transition:var(--ease);
      flex:0 0 auto;
    }
    .faq-a{
      max-height:0;
      overflow:hidden;
      transition:max-height .25s ease;
      border-left:3px solid transparent;
    }
    .faq-a p{padding:0 20px 18px;margin:0;color:var(--muted)}
    .faq-item.open{background:rgba(245,158,91,.08);border-color:rgba(245,158,91,.38)}
    .faq-item.open .faq-a{max-height:220px;border-left-color:var(--brand)}
    .faq-item.open .faq-icon{transform:rotate(45deg);background:rgba(245,158,91,.24)}
    .final-cta{
      border-radius:34px;
      padding:34px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
      background:
        radial-gradient(circle at 70% 12%,rgba(255,208,176,.24),transparent 28%),
        linear-gradient(135deg,rgba(245,158,91,.23),rgba(36,28,24,.92));
      border:1px solid rgba(245,158,91,.34);
      box-shadow:var(--shadow-warm);
    }
    .bottom-cta{
      position:fixed;
      left:var(--side);
      right:0;
      bottom:0;
      z-index:45;
      min-height:78px;
      padding:13px 24px;
      background:rgba(21,17,15,.82);
      border-top:1px solid rgba(255,243,230,.1);
      backdrop-filter:blur(18px);
      box-shadow:0 -16px 44px rgba(0,0,0,.3);
    }
    .bottom-cta-inner{
      width:min(1220px,100%);
      margin:0 auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .bottom-cta strong{display:block;color:var(--cream)}
    .bottom-cta span{display:block;color:var(--muted);font-size:13px}
    .site-footer{
      margin-left:var(--side);
      border-top:1px solid rgba(255,243,230,.1);
      background:rgba(16,13,12,.76);
      padding:34px 0 38px;
    }
    .footer-inner{
      display:flex;
      justify-content:space-between;
      gap:24px;
      align-items:flex-start;
    }
    .footer-brand strong{font-size:18px}
    .footer-brand p{max-width:620px;margin:8px 0 0;font-size:13px}
    .footer-links{display:flex;gap:12px;flex-wrap:wrap}
    .footer-links a{
      color:var(--muted);
      font-size:13px;
      border:1px solid rgba(255,243,230,.1);
      border-radius:999px;
      padding:7px 10px;
      transition:var(--ease);
    }
    .footer-links a:hover{color:var(--cream);border-color:rgba(245,158,91,.34);background:rgba(245,158,91,.1)}
    .copyright{margin-top:18px;color:#8f857e;font-size:12px}
    @media (max-width:1180px){
      :root{--side:92px}
      .app-shell{width:var(--side);padding:18px 12px}
      .brand{justify-content:center;padding:8px 0 16px}
      .brand-text,.nav-link span:not(.ico),.side-bottom p{display:none}
      .nav-link{justify-content:center;padding:10px}
      .side-bottom{padding:10px;display:flex;justify-content:center}
      .mini-status{font-size:0;padding:9px}
      .mini-status::before{margin:0}
      .hero-grid{grid-template-columns:1fr}
      .feature-strip,.entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .time-card-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
      .scenario,.form-wrap,.news-layout{grid-template-columns:1fr}
      .bubble-cloud{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:767px){
      body{padding-bottom:94px}
      .app-shell{display:none}
      .mobile-top{display:flex}
      .page,.site-footer{margin-left:0}
      .bottom-cta{left:0;min-height:76px;padding:10px 14px}
      .bottom-cta-inner{gap:10px}
      .bottom-cta span{display:none}
      .bottom-cta .btn{min-height:44px;padding:10px 14px;font-size:14px}
      .container{width:min(100% - 30px,1220px)}
      .section{padding:56px 0}
      .section.tight{padding:42px 0}
      .section-head{display:block}
      .hero{padding:30px 0 54px;min-height:auto}
      .hero::before{inset:10px 0;border-radius:26px}
      .hero-panel,.progress-card,.social-wall,.form-card,.final-cta{padding:20px;border-radius:24px}
      .hero-actions{display:grid;grid-template-columns:1fr}
      .trust-row{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
      .progress-top{display:grid}
      .ring{width:122px;height:122px;margin:auto}
      .bubble-row,.feature-strip,.entry-grid,.time-card-wrap,.compare,.bubble-cloud{grid-template-columns:1fr}
      .note-card,.note-card:nth-child(2),.note-card:nth-child(1),.note-card:nth-child(3){transform:none}
      .news-item{grid-template-columns:auto 1fr;padding:16px}
      .news-item .arrow{display:none}
      .final-cta{grid-template-columns:1fr}
      .footer-inner{display:block}
      .footer-links{margin-top:18px}
    }

/* roulang page: category1 */
:root{
      --bg:#15110f;
      --bg-2:#1b1512;
      --panel:#201914;
      --panel-2:#241c18;
      --panel-3:#2b211b;
      --line:#3a2f2a;
      --text:#fff6ee;
      --muted:#b0a79f;
      --soft:#d7ccc3;
      --brand:#f59e5b;
      --brand-2:#ffb06a;
      --brand-3:#e9824a;
      --cream:#fff3e6;
      --rose:#b97868;
      --peach:#ffd0b0;
      --olive:#8fbf7a;
      --warn:#f2b84b;
      --error:#d96a5f;
      --shadow:0 24px 70px rgba(0,0,0,.42);
      --shadow-soft:0 16px 42px rgba(0,0,0,.24);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --sidebar:228px;
      --topbar:64px;
      --max:1280px;
      --focus:0 0 0 3px rgba(245,158,91,.32);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      line-height:1.75;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 10%, rgba(233,130,74,.18), transparent 24%),
        radial-gradient(circle at 80% 18%, rgba(255,176,106,.12), transparent 22%),
        radial-gradient(circle at 70% 80%, rgba(185,120,104,.12), transparent 26%),
        linear-gradient(180deg, #1b1512 0%, #15110f 44%, #120e0c 100%);
      overflow-x:hidden;
      padding-bottom:104px;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(transparent 0, rgba(255,255,255,.012) 1px, transparent 1px),
        linear-gradient(90deg, transparent 0, rgba(255,255,255,.012) 1px, transparent 1px);
      background-size:100% 24px, 24px 100%;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.18), transparent 70%);
      opacity:.35;
      z-index:0;
    }
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    img{max-width:100%;display:block}
    ::selection{background:rgba(245,158,91,.32);color:#fff}
    :focus-visible{outline:none;box-shadow:var(--focus)}

    .app-shell{position:relative;z-index:1}
    .sidebar{
      position:fixed;
      inset:0 auto 0 0;
      width:var(--sidebar);
      background:linear-gradient(180deg, rgba(28,22,18,.98), rgba(22,17,14,.98));
      border-right:1px solid rgba(58,47,42,.88);
      backdrop-filter:blur(12px);
      -webkit-backdrop-filter:blur(12px);
      display:flex;
      flex-direction:column;
      padding:18px 16px 16px;
      z-index:40;
    }
    .brand{
      display:flex;
      flex-direction:column;
      gap:10px;
      padding:6px 8px 18px;
      border-bottom:1px solid rgba(58,47,42,.72);
    }
    .brand .mark{
      display:inline-flex;
      width:42px;height:42px;
      align-items:center;justify-content:center;
      border-radius:14px;
      background:linear-gradient(135deg, rgba(245,158,91,.24), rgba(255,176,106,.06));
      border:1px solid rgba(245,158,91,.26);
      color:var(--cream);
      font-weight:800;
      letter-spacing:.04em;
      box-shadow:0 10px 28px rgba(245,158,91,.12);
    }
    .brand strong{
      font-size:18px;
      line-height:1.2;
      letter-spacing:.01em;
    }
    .brand span{
      color:var(--muted);
      font-size:13px;
    }
    .side-nav{
      display:flex;
      flex-direction:column;
      gap:8px;
      padding:16px 0;
      flex:1;
    }
    .nav-link{
      display:flex;
      align-items:center;
      gap:12px;
      min-height:48px;
      padding:12px 14px;
      border-radius:16px;
      color:var(--soft);
      border:1px solid transparent;
      transition:transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
    }
    .nav-link .ico{
      width:30px;height:30px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.06);
      color:var(--cream);
      font-size:13px;
      font-weight:700;
    }
    .nav-link:hover{
      transform:translateX(2px);
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.06);
      color:#fff;
    }
    .nav-link.active{
      background:linear-gradient(135deg, rgba(245,158,91,.22), rgba(233,130,74,.12));
      border-color:rgba(245,158,91,.28);
      color:#fff;
      box-shadow:0 16px 30px rgba(0,0,0,.16);
    }
    .nav-foot{
      padding-top:14px;
      border-top:1px solid rgba(58,47,42,.72);
    }
    .nav-status{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 14px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid rgba(255,255,255,.06);
      color:var(--muted);
      font-size:13px;
      box-shadow:var(--shadow-soft);
    }
    .nav-status strong{
      color:var(--cream);
      display:block;
      font-size:14px;
      margin-bottom:2px;
    }
    .dot{
      width:10px;height:10px;
      border-radius:50%;
      background:var(--olive);
      box-shadow:0 0 0 6px rgba(143,191,122,.12);
      flex:0 0 auto;
    }

    .mobile-topbar{
      display:none;
      position:fixed;
      top:0;left:0;right:0;
      height:var(--topbar);
      z-index:60;
      align-items:center;
      justify-content:space-between;
      padding:0 16px;
      background:rgba(21,17,15,.82);
      border-bottom:1px solid rgba(58,47,42,.78);
      backdrop-filter:blur(12px);
      -webkit-backdrop-filter:blur(12px);
    }
    .mobile-topbar .logo{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .menu-btn{
      width:42px;height:42px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      color:#fff;
      display:grid;
      place-items:center;
      cursor:pointer;
      transition:transform .2s ease, background .2s ease;
    }
    .menu-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.08)}
    .drawer{
      position:fixed;
      inset:0;
      z-index:70;
      pointer-events:none;
      opacity:0;
      transition:opacity .2s ease;
    }
    .drawer.open{
      pointer-events:auto;
      opacity:1;
    }
    .drawer-backdrop{
      position:absolute;
      inset:0;
      background:rgba(0,0,0,.58);
    }
    .drawer-panel{
      position:absolute;
      top:0;left:0;
      width:min(78vw,320px);
      height:100%;
      background:linear-gradient(180deg, rgba(28,22,18,.98), rgba(22,17,14,.98));
      border-right:1px solid rgba(58,47,42,.88);
      box-shadow:var(--shadow);
      transform:translateX(-100%);
      transition:transform .25s ease;
      display:flex;
      flex-direction:column;
      padding:18px 14px 16px;
    }
    .drawer.open .drawer-panel{transform:translateX(0)}
    .drawer-header{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-bottom:14px;
      border-bottom:1px solid rgba(58,47,42,.72);
    }
    .drawer-close{
      width:40px;height:40px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      color:#fff;
      cursor:pointer;
    }
    .drawer .side-nav{padding:14px 0 10px}

    .main{
      margin-left:var(--sidebar);
      min-height:100vh;
      position:relative;
      z-index:1;
    }
    .page{
      max-width:var(--max);
      margin:0 auto;
      padding:28px 24px 38px;
    }

    .crumbs{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:8px;
      color:var(--muted);
      font-size:13px;
      margin-bottom:16px;
    }
    .crumbs a{color:var(--soft)}
    .crumbs .sep{opacity:.45}

    .hero{
      position:relative;
      border:1px solid rgba(255,255,255,.06);
      background:
        radial-gradient(circle at 18% 16%, rgba(245,158,91,.18), transparent 34%),
        radial-gradient(circle at 78% 20%, rgba(185,120,104,.18), transparent 30%),
        linear-gradient(180deg, rgba(36,28,24,.96), rgba(25,20,17,.94));
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      overflow:hidden;
      padding:28px;
    }
    .hero::after{
      content:"";
      position:absolute;
      inset:auto -12% -20% auto;
      width:340px;height:340px;
      background:radial-gradient(circle, rgba(255,176,106,.12) 0, rgba(255,176,106,.04) 42%, transparent 70%);
      pointer-events:none;
      filter:blur(4px);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
      gap:24px;
      align-items:stretch;
    }
    .eyebrow{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:14px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:32px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:var(--soft);
      font-size:13px;
      font-weight:600;
      letter-spacing:.01em;
    }
    .pill.highlight{
      background:linear-gradient(135deg, rgba(245,158,91,.22), rgba(233,130,74,.12));
      border-color:rgba(245,158,91,.28);
      color:#fff;
    }
    .hero h1{
      margin:0;
      font-size:clamp(32px,4.8vw,58px);
      line-height:1.12;
      letter-spacing:-.03em;
      font-weight:800;
      max-width:12ch;
    }
    .hero h1 .accent{
      color:var(--brand-2);
      text-shadow:0 14px 40px rgba(245,158,91,.16);
    }
    .hero .sub{
      margin:18px 0 0;
      max-width:46rem;
      color:var(--soft);
      font-size:16px;
      line-height:1.85;
    }
    .cta-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:46px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid transparent;
      font-size:14px;
      font-weight:700;
      letter-spacing:.01em;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
      cursor:pointer;
      user-select:none;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn:active{transform:translateY(0) scale(.99)}
    .btn-primary{
      background:linear-gradient(135deg, var(--brand), var(--brand-3));
      color:#221511;
      box-shadow:0 16px 34px rgba(245,158,91,.22);
    }
    .btn-primary:hover{box-shadow:0 18px 38px rgba(245,158,91,.28)}
    .btn-secondary{
      background:rgba(255,255,255,.02);
      border-color:rgba(245,158,91,.32);
      color:var(--cream);
    }
    .btn-secondary:hover{
      background:rgba(245,158,91,.08);
      border-color:rgba(255,176,106,.48);
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }
    .trust{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      color:var(--muted);
      font-size:13px;
    }
    .trust .mini-dot{
      width:8px;height:8px;
      border-radius:50%;
      background:var(--brand-2);
      box-shadow:0 0 0 5px rgba(245,158,91,.14);
    }

    .hero-panel{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .hero-grid-mini{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .mini-card{
      border-radius:22px;
      padding:16px;
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
      min-height:122px;
    }
    .mini-card .tag{
      display:inline-flex;
      align-items:center;
      min-height:26px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(245,158,91,.1);
      border:1px solid rgba(245,158,91,.2);
      color:var(--cream);
      font-size:12px;
      font-weight:700;
      margin-bottom:10px;
    }
    .mini-card h3{
      margin:0 0 6px;
      font-size:16px;
      line-height:1.34;
      font-weight:700;
    }
    .mini-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .mini-card.emphasis{
      background:linear-gradient(180deg, rgba(245,158,91,.14), rgba(255,255,255,.02));
      border-color:rgba(245,158,91,.22);
    }
    .bubble-board{
      position:relative;
      border-radius:var(--radius-lg);
      padding:18px;
      background:linear-gradient(180deg, rgba(255,243,230,.08), rgba(255,255,255,.02));
      border:1px solid rgba(255,176,106,.16);
      overflow:hidden;
      min-height:224px;
    }
    .bubble-board .title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .bubble-board .title strong{
      font-size:16px;
      letter-spacing:.01em;
    }
    .bubble-board .title span{
      color:var(--muted);
      font-size:13px;
    }
    .avatar-wall{
      display:grid;
      grid-template-columns:repeat(4, 1fr);
      gap:10px;
      margin-top:4px;
    }
    .avatar{
      aspect-ratio:1;
      border-radius:50%;
      display:grid;
      place-items:center;
      font-size:16px;
      font-weight:800;
      color:#fff;
      background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.28), transparent 24%),
        linear-gradient(135deg, rgba(245,158,91,.9), rgba(185,120,104,.88));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 12px 28px rgba(0,0,0,.22);
    }
    .avatar.alt{
      background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.24), transparent 24%),
        linear-gradient(135deg, rgba(185,120,104,.92), rgba(255,176,106,.72));
    }
    .avatar.soft{
      background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,.26), transparent 24%),
        linear-gradient(135deg, rgba(143,191,122,.8), rgba(255,176,106,.64));
    }
    .bubble{
      position:absolute;
      display:inline-flex;
      align-items:center;
      gap:8px;
      max-width:170px;
      padding:10px 12px;
      border-radius:18px;
      background:rgba(31,24,20,.88);
      border:1px solid rgba(245,158,91,.18);
      color:var(--cream);
      box-shadow:var(--shadow-soft);
      font-size:13px;
      line-height:1.5;
    }
    .bubble::after{
      content:"";
      position:absolute;
      left:14px;
      bottom:-7px;
      width:12px;height:12px;
      background:inherit;
      border-left:1px solid rgba(245,158,91,.18);
      border-bottom:1px solid rgba(245,158,91,.18);
      transform:rotate(45deg);
    }
    .bubble .mini-avatar{
      width:24px;height:24px;
      border-radius:50%;
      background:linear-gradient(135deg, rgba(255,176,106,.9), rgba(233,130,74,.7));
      flex:0 0 auto;
      box-shadow:0 8px 16px rgba(245,158,91,.14);
    }
    .bubble.b1{top:76px;left:18px}
    .bubble.b2{top:26px;right:14px;max-width:160px}
    .bubble.b3{bottom:18px;right:24px;max-width:180px}
    .bubble.b2::after{left:auto;right:16px}
    .bubble.b3::after{left:auto;right:20px}

    .tips-box{
      margin-top:14px;
      border-radius:22px;
      padding:16px 18px;
      background:linear-gradient(180deg, rgba(36,28,24,.98), rgba(30,23,20,.96));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
    }
    .tips-box .top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:12px;
    }
    .tips-box .top strong{
      font-size:15px;
    }
    .tips-box .top span{
      color:var(--muted);
      font-size:13px;
    }
    .check-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--soft);
      font-size:14px;
      line-height:1.65;
    }
    .check{
      width:20px;height:20px;
      margin-top:2px;
      border-radius:50%;
      background:rgba(245,158,91,.18);
      border:1px solid rgba(245,158,91,.32);
      flex:0 0 auto;
      position:relative;
    }
    .check::after{
      content:"";
      position:absolute;
      left:6px;top:3px;
      width:5px;height:9px;
      border-right:2px solid var(--brand-2);
      border-bottom:2px solid var(--brand-2);
      transform:rotate(38deg);
    }

    .tag-strip{
      margin-top:18px;
      padding:2px 0 0;
      overflow-x:auto;
      scrollbar-width:thin;
      scrollbar-color:rgba(245,158,91,.35) transparent;
    }
    .tag-strip::-webkit-scrollbar{height:8px}
    .tag-strip::-webkit-scrollbar-thumb{
      background:linear-gradient(90deg, rgba(245,158,91,.28), rgba(233,130,74,.42));
      border-radius:999px;
    }
    .tag-row{
      display:flex;
      gap:10px;
      min-width:max-content;
      padding-bottom:8px;
    }
    .tag-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:36px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.07);
      color:var(--soft);
      font-size:13px;
      font-weight:600;
      white-space:nowrap;
      transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    }
    .tag-chip:hover{
      transform:translateY(-1px);
      border-color:rgba(245,158,91,.32);
      background:rgba(245,158,91,.08);
      color:#fff;
    }
    .tag-chip.active{
      background:linear-gradient(135deg, rgba(245,158,91,.2), rgba(233,130,74,.1));
      border-color:rgba(245,158,91,.34);
      color:#fff;
    }

    .section{
      margin-top:42px;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }
    .section-head h2{
      margin:0;
      font-size:clamp(24px,2.8vw,36px);
      line-height:1.18;
      letter-spacing:-.02em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      max-width:56ch;
      font-size:14px;
    }
    .section-note{
      color:var(--muted);
      font-size:13px;
    }

    .feature-band{
      display:grid;
      grid-template-columns:1.15fr .92fr .92fr;
      gap:16px;
    }
    .feature-card{
      position:relative;
      border-radius:28px;
      padding:22px;
      background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
      min-height:182px;
    }
    .feature-card:hover{
      transform:translateY(-2px);
      border-color:rgba(245,158,91,.22);
      box-shadow:0 18px 48px rgba(0,0,0,.24);
    }
    .feature-card.primary{
      background:
        radial-gradient(circle at 75% 18%, rgba(245,158,91,.16), transparent 30%),
        linear-gradient(180deg, rgba(36,28,24,.98), rgba(26,20,17,.96));
      border-color:rgba(245,158,91,.2);
    }
    .feature-card .icon{
      width:44px;height:44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:rgba(245,158,91,.14);
      border:1px solid rgba(245,158,91,.22);
      color:var(--cream);
      font-weight:800;
      margin-bottom:14px;
    }
    .feature-card h3{
      margin:0 0 8px;
      font-size:19px;
      line-height:1.35;
    }
    .feature-card p{
      margin:0;
      color:var(--soft);
      font-size:14px;
      line-height:1.8;
      max-width:30ch;
    }
    .state{
      position:absolute;
      right:18px;
      bottom:18px;
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      color:#221511;
      background:linear-gradient(135deg, var(--brand-2), var(--brand));
    }
    .state.soft{
      color:var(--cream);
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
    }

    .dual-grid{
      display:grid;
      grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
      gap:18px;
      align-items:stretch;
    }
    .panel{
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .timeline{
      display:grid;
      gap:14px;
      position:relative;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:14px;
      top:12px;
      bottom:12px;
      width:1px;
      background:linear-gradient(180deg, rgba(245,158,91,.32), rgba(255,255,255,.06));
    }
    .step{
      display:grid;
      grid-template-columns:30px minmax(0,1fr);
      gap:12px;
      align-items:flex-start;
      position:relative;
      z-index:1;
    }
    .step .num{
      width:30px;height:30px;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(245,158,91,.22), rgba(233,130,74,.14));
      border:1px solid rgba(245,158,91,.24);
      color:var(--cream);
      display:grid;
      place-items:center;
      font-size:12px;
      font-weight:800;
      box-shadow:0 10px 18px rgba(245,158,91,.12);
    }
    .step h4{
      margin:0 0 4px;
      font-size:16px;
      line-height:1.4;
    }
    .step p{
      margin:0;
      color:var(--soft);
      font-size:14px;
      line-height:1.75;
    }
    .compare{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
      height:100%;
    }
    .compare-card{
      border-radius:22px;
      padding:18px;
      background:linear-gradient(180deg, rgba(36,28,24,.96), rgba(26,20,17,.92));
      border:1px solid rgba(255,255,255,.06);
      min-height:100%;
    }
    .compare-card.bad{
      border-color:rgba(217,106,95,.24);
      box-shadow:inset 0 0 0 1px rgba(217,106,95,.08);
    }
    .compare-card.good{
      border-color:rgba(143,191,122,.24);
      box-shadow:inset 0 0 0 1px rgba(143,191,122,.08);
    }
    .compare-card .head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .compare-card .head strong{
      font-size:15px;
    }
    .flag{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }
    .flag.bad{
      background:rgba(217,106,95,.12);
      border:1px solid rgba(217,106,95,.22);
      color:#ffbfba;
    }
    .flag.good{
      background:rgba(143,191,122,.12);
      border:1px solid rgba(143,191,122,.22);
      color:#dcf0d4;
    }
    .compare-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
      color:var(--soft);
      font-size:14px;
    }
    .compare-list li{
      display:flex;
      gap:8px;
      align-items:flex-start;
    }
    .compare-list .bullet{
      width:18px;height:18px;
      margin-top:2px;
      border-radius:50%;
      background:rgba(245,158,91,.16);
      border:1px solid rgba(245,158,91,.24);
      flex:0 0 auto;
      position:relative;
    }
    .compare-list .bullet::after{
      content:"";
      position:absolute;
      inset:4px;
      border-radius:50%;
      background:var(--brand-2);
      opacity:.95;
    }

    .social-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
      gap:18px;
      align-items:stretch;
    }
    .wall{
      border-radius:var(--radius-lg);
      padding:22px;
      background:linear-gradient(180deg, rgba(36,28,24,.96), rgba(24,18,15,.92));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .wall-top{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
      margin-bottom:16px;
    }
    .wall-top strong{
      font-size:18px;
    }
    .wall-top p{
      margin:0;
      color:var(--muted);
      font-size:13px;
    }
    .emoji-wall{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:12px;
      margin-bottom:16px;
    }
    .emoji-card{
      aspect-ratio:1;
      border-radius:24px;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.16), transparent 22%),
        linear-gradient(135deg, rgba(245,158,91,.16), rgba(185,120,104,.08));
      border:1px solid rgba(255,255,255,.06);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:22px;
      font-weight:800;
    }
    .emoji-card.alt{
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.16), transparent 22%),
        linear-gradient(135deg, rgba(143,191,122,.16), rgba(255,176,106,.08));
    }
    .emoji-card.light{
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.16), transparent 22%),
        linear-gradient(135deg, rgba(255,176,106,.18), rgba(217,106,95,.08));
    }
    .quote-wrap{
      display:grid;
      gap:12px;
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .quote{
      position:relative;
      border-radius:18px;
      padding:14px 14px 14px 16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      color:var(--cream);
      font-size:13px;
      line-height:1.65;
      box-shadow:0 10px 20px rgba(0,0,0,.16);
    }
    .quote.hot{
      background:linear-gradient(135deg, rgba(245,158,91,.14), rgba(255,255,255,.02));
      border-color:rgba(245,158,91,.18);
    }
    .quote span{
      display:block;
      margin-top:8px;
      color:var(--muted);
      font-size:12px;
    }
    .stats{
      border-radius:var(--radius-lg);
      padding:22px;
      background:linear-gradient(180deg, rgba(255,243,230,.08), rgba(255,255,255,.015));
      border:1px solid rgba(255,176,106,.16);
      box-shadow:var(--shadow-soft);
    }
    .stats h3{
      margin:0 0 14px;
      font-size:18px;
    }
    .metric-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .metric{
      border-radius:18px;
      padding:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
    }
    .metric strong{
      display:block;
      font-size:24px;
      line-height:1;
      color:var(--brand-2);
      margin-bottom:8px;
      font-weight:800;
    }
    .metric span{
      color:var(--soft);
      font-size:13px;
      line-height:1.55;
    }
    .label-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .label{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.06);
      color:var(--soft);
      font-size:12px;
      font-weight:600;
    }

    .faq-wrap{
      display:grid;
      gap:12px;
    }
    details.faq-item{
      border-radius:20px;
      background:linear-gradient(180deg, rgba(36,28,24,.96), rgba(24,18,15,.94));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:border-color .2s ease, background .2s ease;
    }
    details.faq-item[open]{
      border-color:rgba(245,158,91,.22);
      background:linear-gradient(180deg, rgba(245,158,91,.08), rgba(24,18,15,.94));
    }
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:18px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      font-size:15px;
      font-weight:700;
      color:#fff;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-q{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .faq-q .mark{
      width:28px;height:28px;
      border-radius:999px;
      background:rgba(245,158,91,.14);
      border:1px solid rgba(245,158,91,.2);
      color:var(--cream);
      display:grid;
      place-items:center;
      font-size:13px;
      flex:0 0 auto;
    }
    .faq-icon{
      width:30px;height:30px;
      border-radius:999px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.06);
      display:grid;
      place-items:center;
      color:var(--soft);
      flex:0 0 auto;
      transition:transform .2s ease;
    }
    details[open] .faq-icon{transform:rotate(180deg)}
    .faq-content{
      padding:0 18px 18px 58px;
      color:var(--soft);
      font-size:14px;
      line-height:1.8;
    }

    .feedback{
      display:grid;
      grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
      gap:18px;
      align-items:stretch;
    }
    .feedback-aside,
    .feedback-form{
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
      border:1px solid rgba(255,255,255,.06);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .feedback-aside h3,
    .feedback-form h3{
      margin:0 0 10px;
      font-size:18px;
      line-height:1.35;
    }
    .feedback-aside p,
    .feedback-form .lead{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .mini-points{
      display:grid;
      gap:10px;
      margin-top:16px;
    }
    .mini-point{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--soft);
      font-size:14px;
      line-height:1.65;
    }
    .mini-point .pin{
      width:18px;height:18px;
      border-radius:50%;
      background:rgba(245,158,91,.16);
      border:1px solid rgba(245,158,91,.28);
      flex:0 0 auto;
      position:relative;
      margin-top:3px;
    }
    .mini-point .pin::after{
      content:"";
      position:absolute;
      inset:5px;
      border-radius:50%;
      background:var(--brand-2);
    }
    .form-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-top:16px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .field.full{grid-column:1 / -1}
    .field label{
      color:var(--soft);
      font-size:13px;
      font-weight:600;
    }
    .field input,
    .field select,
    .field textarea{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(20,16,14,.92);
      color:#fff;
      padding:13px 14px;
      transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .field textarea{
      min-height:124px;
      resize:vertical;
    }
    .field input::placeholder,
    .field textarea::placeholder{
      color:#8d847c;
    }
    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:rgba(245,158,91,.42);
      box-shadow:var(--focus);
      background:rgba(24,18,16,.98);
      outline:none;
    }
    .form-actions{
      display:flex;
      align-items:center;
      gap:12px;
      margin-top:16px;
      flex-wrap:wrap;
    }
    .form-hint{
      color:var(--muted);
      font-size:13px;
    }

    .bottom-cta{
      position:fixed;
      left:calc(var(--sidebar) + 16px);
      right:16px;
      bottom:16px;
      z-index:55;
      border-radius:22px;
      background:rgba(24,18,15,.84);
      border:1px solid rgba(255,255,255,.07);
      box-shadow:0 20px 50px rgba(0,0,0,.38);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      padding:14px 16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .bottom-cta strong{
      display:block;
      font-size:15px;
      margin-bottom:2px;
    }
    .bottom-cta span{
      color:var(--muted);
      font-size:13px;
    }
    .bottom-cta .btn{
      min-width:146px;
      height:44px;
      white-space:nowrap;
    }

    .site-footer{
      margin-top:48px;
      border-top:1px solid rgba(58,47,42,.72);
      background:linear-gradient(180deg, rgba(20,16,14,.7), rgba(16,12,10,.96));
      padding:24px 0 28px;
    }
    .footer-inner{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:24px;
    }
    .footer-brand{
      max-width:620px;
    }
    .footer-brand strong{
      display:block;
      font-size:18px;
      margin-bottom:10px;
    }
    .footer-brand p{
      margin:0 0 12px;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .copyright{
      color:var(--soft);
      font-size:12px;
      letter-spacing:.01em;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px 16px;
      justify-content:flex-end;
      padding-top:6px;
    }
    .footer-links a{
      color:var(--soft);
      font-size:13px;
      padding:8px 0;
      transition:color .18s ease, transform .18s ease;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateY(-1px);
    }

    .spacer{height:6px}

    @media (max-width: 1199px){
      :root{--sidebar:88px}
      .brand span,.brand strong,.nav-link span:last-child,.nav-status{display:none}
      .brand{align-items:center}
      .brand .mark{width:44px;height:44px}
      .nav-link{justify-content:center;padding:12px 10px}
      .nav-link .ico{margin:0}
      .main{margin-left:var(--sidebar)}
      .page{padding-left:20px;padding-right:20px}
      .bottom-cta{left:calc(var(--sidebar) + 14px)}
      .hero-grid{grid-template-columns:1fr}
      .hero-panel{order:2}
      .hero h1{max-width:13ch}
      .feature-band{grid-template-columns:1fr 1fr}
      .feature-card.primary{grid-column:1 / -1}
      .dual-grid,
      .social-grid,
      .feedback{grid-template-columns:1fr}
    }
    @media (max-width: 900px){
      .feature-band{grid-template-columns:1fr}
      .compare{grid-template-columns:1fr}
      .quote-wrap{grid-template-columns:1fr}
      .emoji-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
      .metric-grid{grid-template-columns:1fr 1fr}
      .feedback-form .form-grid{grid-template-columns:1fr}
    }
    @media (max-width: 767px){
      body{padding-bottom:120px}
      .sidebar{display:none}
      .main{margin-left:0}
      .mobile-topbar{display:flex}
      .page{padding:84px 16px 24px}
      .hero{padding:20px;border-radius:28px}
      .hero-grid-mini{grid-template-columns:1fr 1fr}
      .hero h1{max-width:100%}
      .section{margin-top:32px}
      .section-head{
        align-items:flex-start;
        flex-direction:column;
      }
      .bottom-cta{
        left:12px;
        right:12px;
        bottom:10px;
        padding:12px 14px;
        gap:12px;
        flex-direction:column;
        align-items:flex-start;
      }
      .bottom-cta .btn{width:100%;min-width:0}
      .footer-inner{flex-direction:column}
      .footer-links{justify-content:flex-start}
      .faq-content{padding-left:18px}
      .form-grid{grid-template-columns:1fr}
      .bubble.b1{top:auto;bottom:18px;left:14px;max-width:150px}
      .bubble.b2{top:18px;right:12px;max-width:150px}
      .bubble.b3{display:none}
    }
    @media (max-width: 520px){
      .page{padding-left:12px;padding-right:12px}
      .hero-grid-mini{grid-template-columns:1fr}
      .hero h1{font-size:clamp(30px,9vw,38px)}
      .hero .sub{font-size:15px}
      .cta-row{flex-direction:column}
      .cta-row .btn{width:100%}
      .trust-row{gap:8px}
      .trust{width:100%;justify-content:flex-start}
      .metric-grid{grid-template-columns:1fr}
      .emoji-wall{grid-template-columns:repeat(4,minmax(0,1fr));overflow-x:auto}
      .label-cloud{gap:7px}
      .label{white-space:nowrap}
    }
