/* roulang page: index */
:root{
      --bg:#f5eee8;
      --bg-2:#fff9f4;
      --panel:#fffdfb;
      --text:#2f2622;
      --muted:#7f6f68;
      --line:#eadfd7;
      --line-strong:#d7c4b8;
      --primary:#9e5e6f;
      --primary-2:#6b3f58;
      --accent:#d7ae72;
      --accent-2:#f0c8a4;
      --shadow:0 18px 50px rgba(97,68,66,.10);
      --shadow-strong:0 22px 60px rgba(97,68,66,.16);
      --radius:26px;
      --radius-sm:18px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;
      background:
        radial-gradient(circle at 15% 10%, rgba(201,160,121,.20), transparent 26%),
        radial-gradient(circle at 85% 15%, rgba(156,94,112,.15), transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(247,214,185,.18), transparent 28%),
        linear-gradient(180deg,#fffaf6 0%, #f7f0ea 45%, #f3ebe4 100%);
      overflow-x:hidden;
    }
    body::before,
    body::after{
      content:"";
      position:fixed;
      width:420px;
      height:420px;
      border-radius:50%;
      pointer-events:none;
      filter:blur(70px);
      opacity:.42;
      z-index:-1;
    }
    body::before{
      background:rgba(171,108,123,.18);
      top:-120px;
      right:-90px;
    }
    body::after{
      background:rgba(216,174,114,.20);
      bottom:-140px;
      left:-120px;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(158,94,111,.18);color:var(--text)}
    .container{width:min(1180px,calc(100% - 1.5rem));margin:0 auto}
    .section-anchor{scroll-margin-top:6.5rem}
    .dock{
      position:sticky;
      top:1rem;
      z-index:60;
      margin:1rem auto 0;
      width:min(1180px,calc(100% - 1rem));
      border-radius:999px;
      background:rgba(255,251,248,.82);
      border:1px solid rgba(221,205,194,.82);
      box-shadow:0 14px 45px rgba(95,65,60,.11);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
    }
    .dock-inner{
      padding:.8rem 1rem;
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:.75rem;
      padding:.55rem .9rem;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(158,94,111,.14), rgba(215,174,114,.14));
      border:1px solid rgba(158,94,111,.18);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
      font-weight:800;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .brand-dot{
      width:12px;height:12px;border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 0 0 6px rgba(158,94,111,.10);
      flex:0 0 auto;
    }
    .dock-link{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      min-height:44px;
      padding:.58rem .95rem;
      border-radius:999px;
      color:var(--muted);
      font-weight:600;
      transition:transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease, border-color .22s ease;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .dock-link:hover,
    .dock-link:focus-visible{
      color:var(--text);
      background:rgba(255,255,255,.86);
      border-color:rgba(216,198,186,.86);
      box-shadow:0 10px 24px rgba(93,66,61,.08);
      transform:translateY(-1px);
      outline:none;
    }
    .dock-link.active{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 14px 28px rgba(122,72,90,.25);
    }
    .search-shell{
      display:flex;
      align-items:center;
      gap:.55rem;
      min-height:44px;
      padding:.2rem .8rem;
      border-radius:999px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(219,206,197,.95);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
      width:min(100%, 18rem);
    }
    .search-shell svg{width:16px;height:16px;color:var(--muted);flex:0 0 auto}
    .search-shell input{
      border:none;
      outline:none;
      width:100%;
      min-width:0;
      background:transparent;
      color:var(--text);
    }
    .search-shell input::placeholder{color:#9a8d86}
    .btn-base{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.45rem;
      min-height:44px;
      padding:.72rem 1.1rem;
      border-radius:999px;
      font-weight:700;
      border:1px solid transparent;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
      white-space:nowrap;
      cursor:pointer;
    }
    .btn-base:hover,
    .btn-base:focus-visible{
      transform:translateY(-1px);
      outline:none;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 16px 30px rgba(124,72,90,.24);
    }
    .btn-primary:hover,
    .btn-primary:focus-visible{
      box-shadow:0 18px 34px rgba(124,72,90,.32);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.72);
      border-color:rgba(216,205,197,.9);
      box-shadow:0 10px 24px rgba(92,65,61,.07);
    }
    .btn-ghost:hover,
    .btn-ghost:focus-visible{
      border-color:rgba(158,94,111,.36);
      background:rgba(255,255,255,.95);
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.38rem .72rem;
      border-radius:999px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(216,203,195,.9);
      color:var(--muted);
      font-size:.88rem;
      font-weight:700;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 0 0 5px rgba(158,94,111,.08);
      flex:0 0 auto;
    }
    .section-card{
      background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,251,248,.88));
      border:1px solid rgba(223,211,204,.9);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .section-card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(158,94,111,.28), rgba(215,174,114,.32), transparent);
    }
    .soft-line{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(216,205,197,.95), transparent);
    }
    .section-title{
      font-size:clamp(1.5rem, 2vw, 2.15rem);
      line-height:1.2;
      letter-spacing:.01em;
      font-weight:800;
      margin:0;
    }
    .section-desc{
      color:var(--muted);
      line-height:1.85;
      margin:.8rem 0 0;
      font-size:.98rem;
    }
    .hero-title{
      font-size:clamp(2.15rem, 5vw, 4.25rem);
      line-height:1.04;
      letter-spacing:-.02em;
      font-weight:900;
      margin:0;
    }
    .hero-copy{
      color:var(--muted);
      line-height:1.9;
      font-size:1.02rem;
      margin:1rem 0 0;
      max-width:44rem;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.42rem .76rem;
      border-radius:999px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(221,207,199,.95);
      color:var(--muted);
      font-size:.86rem;
      font-weight:700;
      white-space:nowrap;
    }
    .chip strong{
      color:var(--text);
      font-size:.92rem;
    }
    .hero-panel{
      background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,247,242,.86)),
        radial-gradient(circle at top right, rgba(215,174,114,.22), transparent 34%);
      border:1px solid rgba(224,212,204,.92);
      border-radius:30px;
      box-shadow:var(--shadow-strong);
      overflow:hidden;
    }
    .bento{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:1rem;
    }
    .mini-card{
      background:rgba(255,255,255,.92);
      border:1px solid rgba(222,210,203,.95);
      border-radius:22px;
      padding:1rem;
      box-shadow:0 12px 30px rgba(96,67,62,.08);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .mini-card:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(96,67,62,.12);
      border-color:rgba(158,94,111,.28);
    }
    .mini-card .label{
      display:inline-flex;
      padding:.3rem .62rem;
      border-radius:999px;
      font-size:.76rem;
      font-weight:800;
      letter-spacing:.04em;
      color:#8c5161;
      background:rgba(158,94,111,.11);
    }
    .mini-card .num{
      font-size:1.8rem;
      font-weight:900;
      line-height:1;
      margin-top:.75rem;
    }
    .mini-card .desc{
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
      margin-top:.5rem;
    }
    .ring-box{
      grid-column:span 2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      padding:1rem 1.05rem;
      background:linear-gradient(135deg, rgba(158,94,111,.12), rgba(215,174,114,.12));
      border:1px solid rgba(191,147,127,.34);
      border-radius:24px;
    }
    .ring{
      width:92px;height:92px;border-radius:50%;
      background:
        conic-gradient(var(--primary) 0 74%, rgba(255,255,255,.86) 74% 100%);
      display:grid;
      place-items:center;
      box-shadow:inset 0 0 0 12px rgba(255,255,255,.78);
      flex:0 0 auto;
    }
    .ring span{
      display:grid;
      place-items:center;
      width:64px;height:64px;
      border-radius:50%;
      background:linear-gradient(180deg, #fffaf7, #fff);
      font-weight:900;
      color:var(--primary-2);
      font-size:1.1rem;
    }
    .ring-copy h3{
      margin:0;
      font-size:1.1rem;
      font-weight:800;
    }
    .ring-copy p{
      margin:.35rem 0 0;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.65;
    }
    .glow-strip{
      display:flex;
      gap:.65rem;
      overflow:auto;
      padding-bottom:.2rem;
      scrollbar-width:none;
    }
    .glow-strip::-webkit-scrollbar{display:none}
    .tag-pill{
      display:inline-flex;
      align-items:center;
      min-height:36px;
      padding:.45rem .82rem;
      border-radius:999px;
      font-size:.86rem;
      font-weight:700;
      color:#805567;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(224,212,205,.94);
      flex:0 0 auto;
    }
    .tag-pill strong{color:var(--text)}
    .feature-card{
      background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,247,.88));
      border:1px solid rgba(223,211,204,.95);
      border-radius:28px;
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .feature-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-strong);
      border-color:rgba(158,94,111,.26);
    }
    .feature-top{
      min-height:132px;
      background:
        radial-gradient(circle at 18% 30%, rgba(255,255,255,.44), transparent 22%),
        linear-gradient(135deg, rgba(158,94,111,.92), rgba(112,65,89,.92));
      position:relative;
    }
    .feature-top.alt{
      background:
        radial-gradient(circle at 16% 24%, rgba(255,255,255,.4), transparent 22%),
        linear-gradient(135deg, rgba(188,136,89,.92), rgba(146,90,103,.92));
    }
    .feature-top.third{
      background:
        radial-gradient(circle at 16% 24%, rgba(255,255,255,.36), transparent 22%),
        linear-gradient(135deg, rgba(111,71,92,.92), rgba(158,94,111,.90));
    }
    .feature-content{
      padding:1.1rem 1.1rem 1.2rem;
    }
    .pill-row{
      display:flex;
      flex-wrap:wrap;
      gap:.45rem;
      margin-bottom:.85rem;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:.32rem .62rem;
      border-radius:999px;
      font-size:.78rem;
      font-weight:800;
      letter-spacing:.02em;
      color:#8f5967;
      background:rgba(158,94,111,.08);
      border:1px solid rgba(158,94,111,.12);
    }
    .feature-title{
      margin:0;
      font-size:1.14rem;
      font-weight:850;
    }
    .feature-text{
      margin:.55rem 0 0;
      color:var(--muted);
      line-height:1.72;
      font-size:.94rem;
    }
    .feature-link{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      margin-top:1rem;
      color:var(--primary-2);
      font-weight:800;
      font-size:.94rem;
    }
    .feature-link svg{width:16px;height:16px}
    .entry-card{
      background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,250,247,.88));
      border:1px solid rgba(224,212,205,.95);
      border-radius:26px;
      padding:1.1rem;
      box-shadow:0 12px 32px rgba(97,68,66,.08);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position:relative;
      overflow:hidden;
    }
    .entry-card::after{
      content:"";
      position:absolute;
      inset:auto 1rem 0 1rem;
      height:2px;
      background:linear-gradient(90deg, rgba(158,94,111,.0), rgba(158,94,111,.25), rgba(215,174,114,.35), rgba(158,94,111,.0));
    }
    .entry-card:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 36px rgba(97,68,66,.12);
      border-color:rgba(158,94,111,.24);
    }
    .entry-index{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:38px;height:38px;
      border-radius:12px;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 12px 20px rgba(122,72,90,.22);
    }
    .entry-title{
      margin:.9rem 0 0;
      font-size:1.02rem;
      font-weight:850;
    }
    .entry-text{
      margin:.45rem 0 0;
      color:var(--muted);
      line-height:1.72;
      font-size:.94rem;
    }
    .entry-footer{
      margin-top:.9rem;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:.75rem;
    }
    .entry-footer .badge{
      display:inline-flex;
      align-items:center;
      padding:.3rem .58rem;
      border-radius:999px;
      background:rgba(215,174,114,.14);
      color:#9a6f35;
      font-size:.76rem;
      font-weight:800;
    }
    .link-mini{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      color:var(--primary-2);
      font-weight:800;
      font-size:.9rem;
    }
    .metric-card{
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,251,249,.88));
      border:1px solid rgba(223,211,204,.95);
      border-radius:26px;
      padding:1.1rem;
      box-shadow:0 12px 30px rgba(97,68,66,.08);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .metric-card:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 36px rgba(97,68,66,.12);
      border-color:rgba(158,94,111,.24);
    }
    .metric-num{
      font-size:clamp(2rem, 4vw, 2.85rem);
      line-height:1;
      font-weight:900;
      letter-spacing:-.03em;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .metric-text{
      margin-top:.7rem;
      color:var(--muted);
      line-height:1.72;
      font-size:.94rem;
    }
    .timeline{
      position:relative;
      padding-left:1.1rem;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:.38rem;
      top:.3rem;
      bottom:.3rem;
      width:2px;
      background:linear-gradient(180deg, rgba(158,94,111,.28), rgba(215,174,114,.34));
    }
    .timeline-item{
      position:relative;
      padding:0 0 1.1rem 1rem;
    }
    .timeline-item:last-child{padding-bottom:0}
    .timeline-item::before{
      content:"";
      position:absolute;
      left:-.02rem;
      top:.25rem;
      width:12px;height:12px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--primary),var(--accent));
      box-shadow:0 0 0 6px rgba(158,94,111,.08);
    }
    .timeline-step{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.3rem .62rem;
      border-radius:999px;
      background:rgba(158,94,111,.10);
      color:#8b5362;
      font-size:.76rem;
      font-weight:800;
      margin-bottom:.6rem;
    }
    .timeline-title{
      margin:0;
      font-size:1rem;
      font-weight:850;
    }
    .timeline-text{
      margin:.4rem 0 0;
      color:var(--muted);
      line-height:1.72;
      font-size:.94rem;
    }
    .news-item{
      display:flex;
      align-items:flex-start;
      gap:.9rem;
      padding:.95rem 0;
      border-bottom:1px solid rgba(226,214,208,.92);
    }
    .news-item:first-child{padding-top:0}
    .news-item:last-child{border-bottom:none;padding-bottom:0}
    .news-date{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:3.2rem;
      padding:.35rem .55rem;
      border-radius:14px;
      background:rgba(158,94,111,.10);
      color:#8c5161;
      font-size:.78rem;
      font-weight:800;
      white-space:nowrap;
    }
    .news-link{
      display:block;
      font-weight:850;
      line-height:1.45;
      margin-bottom:.2rem;
    }
    .news-link:hover{color:var(--primary-2)}
    .news-text{
      color:var(--muted);
      line-height:1.68;
      font-size:.92rem;
    }
    .cloud{
      display:flex;
      flex-wrap:wrap;
      gap:.6rem;
    }
    .cloud a{
      display:inline-flex;
      align-items:center;
      min-height:38px;
      padding:.45rem .78rem;
      border-radius:999px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(223,211,204,.95);
      color:#7d5b63;
      font-size:.88rem;
      font-weight:700;
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .cloud a:hover{
      transform:translateY(-1px);
      border-color:rgba(158,94,111,.28);
      box-shadow:0 10px 24px rgba(97,68,66,.08);
    }
    .support-card{
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,251,248,.88));
      border:1px solid rgba(223,211,204,.95);
      border-radius:24px;
      padding:1rem;
      box-shadow:0 12px 30px rgba(97,68,66,.08);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .support-card:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 36px rgba(97,68,66,.12);
      border-color:rgba(158,94,111,.24);
    }
    .support-ico{
      width:42px;height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      box-shadow:0 12px 24px rgba(122,72,90,.2);
      flex:0 0 auto;
    }
    .support-title{
      margin:0;
      font-size:1.02rem;
      font-weight:850;
    }
    .support-text{
      margin:.45rem 0 0;
      color:var(--muted);
      line-height:1.7;
      font-size:.93rem;
    }
    .faq-item{
      border:1px solid rgba(223,211,204,.95);
      border-radius:24px;
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,251,248,.90));
      box-shadow:0 12px 30px rgba(97,68,66,.07);
      overflow:hidden;
    }
    .faq-trigger{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:1rem;
      text-align:left;
      padding:1.05rem 1.1rem;
      background:transparent;
      border:none;
      color:var(--text);
      cursor:pointer;
      min-height:56px;
    }
    .faq-trigger span:first-child{
      font-weight:850;
      line-height:1.4;
    }
    .faq-icon{
      width:32px;height:32px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#8d5564;
      background:rgba(158,94,111,.10);
      transition:transform .25s ease, background .25s ease, color .25s ease;
      flex:0 0 auto;
    }
    .faq-item.open .faq-icon{
      transform:rotate(45deg);
      background:linear-gradient(135deg,var(--primary),var(--accent));
      color:#fff;
    }
    .faq-panel{
      max-height:0;
      overflow:hidden;
      transition:max-height .35s ease, opacity .35s ease;
      opacity:0;
      border-top:1px solid transparent;
    }
    .faq-item.open .faq-panel{
      opacity:1;
      border-top-color:rgba(223,211,204,.92);
    }
    .faq-panel p{
      margin:0;
      padding:0 1.1rem 1.05rem;
      color:var(--muted);
      line-height:1.8;
      font-size:.94rem;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:.45rem;
    }
    .field label{
      color:var(--text);
      font-size:.92rem;
      font-weight:800;
    }
    .input{
      width:100%;
      min-height:48px;
      padding:.8rem .95rem;
      border-radius:18px;
      border:1px solid rgba(220,207,199,.98);
      background:rgba(255,255,255,.92);
      color:var(--text);
      outline:none;
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .input::placeholder{color:#a2938d}
    .input:focus{
      border-color:rgba(158,94,111,.42);
      box-shadow:0 0 0 4px rgba(158,94,111,.10);
    }
    .textarea{
      min-height:132px;
      resize:vertical;
    }
    .footer{
      margin-top:3.5rem;
      padding:2rem 0 2.8rem;
      color:var(--muted);
    }
    .footer-card{
      border-top:1px solid rgba(223,211,204,.95);
      padding-top:1.4rem;
    }
    .footer-link{
      display:inline-flex;
      align-items:center;
      min-height:36px;
      color:var(--muted);
      transition:color .2s ease, transform .2s ease;
    }
    .footer-link:hover{
      color:var(--text);
      transform:translateY(-1px);
    }
    .note-bar{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(223,211,204,.9);
      border-radius:18px;
      padding:.85rem 1rem;
      box-shadow:0 10px 24px rgba(97,68,66,.06);
    }
    .scroll-top{
      position:fixed;
      right:1rem;
      bottom:1rem;
      width:48px;
      height:48px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--primary-2));
      color:#fff;
      box-shadow:0 18px 34px rgba(122,72,90,.26);
      z-index:55;
      opacity:.95;
    }
    .scroll-top:hover{transform:translateY(-2px)}
    @media (max-width: 1024px){
      .dock{border-radius:28px}
      .hero-copy{max-width:none}
    }
    @media (max-width: 768px){
      .dock{top:.65rem;width:calc(100% - .7rem)}
      .dock-inner{padding:.8rem .8rem}
      .brand-mark{width:100%;justify-content:center}
      .search-shell{width:100%}
      .hero-title{font-size:clamp(2rem, 9vw, 3rem)}
      .section-title{font-size:clamp(1.35rem, 5vw, 1.7rem)}
      .bento{grid-template-columns:1fr}
      .ring-box{grid-column:span 1;flex-direction:column;align-items:flex-start}
      .entry-footer{flex-direction:column;align-items:flex-start}
      .dock-wrap{
        display:flex;
        flex-direction:column;
        gap:.65rem;
      }
    }
    @media (max-width: 520px){
      .container{width:min(1180px,calc(100% - 1rem))}
      .btn-base{width:100%}
      .hero-grid,.service-grid,.feature-grid,.support-grid,.feedback-grid,.stats-grid,.news-grid,.browse-grid{gap:.85rem}
      .faq-trigger{padding:.95rem .95rem}
      .faq-panel p{padding:0 .95rem .95rem}
      .entry-card,.metric-card,.mini-card,.support-card,.feature-card{border-radius:22px}
    }

/* roulang page: category1 */
:root{
      --bg:#fbf6f2;
      --bg-soft:#fffaf6;
      --surface:#ffffff;
      --surface-2:#fff3ec;
      --text:#302421;
      --muted:#806e68;
      --weak:#a4938c;
      --line:rgba(96,61,53,.14);
      --line-strong:rgba(154,87,97,.28);
      --rose:#b85a74;
      --rose-deep:#8f425f;
      --plum:#6e3d63;
      --sand:#f3d7bd;
      --gold:#d69c55;
      --amber:#bd7a31;
      --coffee:#463532;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 18px 50px rgba(79,49,43,.10);
      --shadow-hover:0 24px 70px rgba(105,57,61,.16);
      --gradient:linear-gradient(135deg,#b85a74 0%,#7b426d 48%,#d69c55 100%);
      --gradient-soft:linear-gradient(135deg,rgba(184,90,116,.14),rgba(214,156,85,.16));
      --focus:0 0 0 4px rgba(184,90,116,.18);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:'PingFang SC','Microsoft YaHei','Noto Sans SC',system-ui,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 10%, rgba(184,90,116,.16), transparent 34%),
        radial-gradient(circle at 88% 2%, rgba(214,156,85,.20), transparent 32%),
        linear-gradient(180deg,#fffaf6 0%,#fbf6f2 44%,#fffaf6 100%);
      line-height:1.75;
      overflow-x:hidden;
    }

    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.36;
      background-image:
        radial-gradient(rgba(110,61,99,.14) 1px, transparent 1px),
        linear-gradient(115deg, transparent 0 46%, rgba(214,156,85,.06) 46% 47%, transparent 47% 100%);
      background-size:22px 22px, 100% 100%;
      z-index:-1;
    }

    a{color:inherit;text-decoration:none}
    img,svg{display:block;max-width:100%}
    button,input,textarea{font:inherit}
    button{cursor:pointer}
    input,textarea{
      outline:none;
      border:1px solid var(--line);
      background:#fff;
      color:var(--text);
      transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    input:focus,textarea:focus{border-color:rgba(184,90,116,.55);box-shadow:var(--focus)}
    ::selection{background:rgba(184,90,116,.22)}

    .container{
      width:min(1160px, calc(100% - 36px));
      margin-inline:auto;
    }

    header{
      position:sticky;
      top:14px;
      z-index:50;
      margin-top:14px;
    }

    .dock{
      width:min(1180px, calc(100% - 24px));
      margin:0 auto;
      padding:1px;
      border-radius:999px;
      background:linear-gradient(135deg,rgba(184,90,116,.38),rgba(214,156,85,.25),rgba(110,61,99,.26));
      box-shadow:0 18px 50px rgba(83,50,45,.13);
    }

    .dock-inner{
      border-radius:999px;
      background:rgba(255,250,246,.86);
      border:1px solid rgba(255,255,255,.70);
      backdrop-filter:blur(18px);
      padding:10px;
    }

    .dock-wrap{width:100%}

    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:10px;
      min-height:44px;
      padding:0 14px 0 10px;
      border-radius:999px;
      font-weight:900;
      letter-spacing:-.02em;
      color:var(--coffee);
      white-space:nowrap;
      transition:transform .2s ease, background .2s ease;
    }

    .brand-mark:hover{transform:translateY(-1px);background:rgba(184,90,116,.08)}
    .brand-dot{
      width:28px;
      height:28px;
      border-radius:50%;
      background:
        radial-gradient(circle at 35% 32%, #fff7ee 0 18%, transparent 19%),
        var(--gradient);
      box-shadow:0 8px 18px rgba(184,90,116,.30);
      flex:0 0 auto;
    }

    .dock-link{
      display:inline-flex;
      align-items:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:800;
      border:1px solid transparent;
      transition:all .2s ease;
      white-space:nowrap;
    }

    .dock-link:hover{
      color:var(--rose-deep);
      background:rgba(184,90,116,.08);
      border-color:rgba(184,90,116,.14);
    }

    .dock-link.active{
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--plum));
      box-shadow:0 10px 24px rgba(143,66,95,.24);
    }

    .search-shell{
      min-height:42px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:0 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.76);
      color:var(--weak);
      transition:box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }

    .search-shell:focus-within{
      border-color:rgba(184,90,116,.45);
      box-shadow:var(--focus);
      background:#fff;
    }

    .search-shell svg{width:18px;height:18px;flex:0 0 auto}
    .search-shell input{
      width:100%;
      min-width:0;
      border:0;
      padding:0;
      background:transparent;
      box-shadow:none;
      font-size:14px;
    }

    .btn-base{
      min-height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:0 16px;
      font-size:14px;
      font-weight:900;
      border:1px solid transparent;
      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      white-space:nowrap;
    }

    .btn-base:hover{transform:translateY(-2px)}
    .btn-base:focus-visible{outline:none;box-shadow:var(--focus)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--plum) 70%,var(--gold));
      box-shadow:0 13px 30px rgba(143,66,95,.24);
    }
    .btn-primary:hover{box-shadow:0 18px 40px rgba(143,66,95,.31)}
    .btn-ghost{
      color:var(--rose-deep);
      background:rgba(255,255,255,.72);
      border-color:rgba(184,90,116,.22);
    }
    .btn-ghost:hover{background:#fff;border-color:rgba(184,90,116,.38)}
    .btn-soft{
      color:var(--coffee);
      background:rgba(243,215,189,.38);
      border-color:rgba(214,156,85,.25);
    }
    .btn-soft:hover{background:rgba(243,215,189,.58)}

    main{padding-top:44px}
    .section{padding:64px 0}
    .section-tight{padding:40px 0}

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(184,90,116,.10);
      border:1px solid rgba(184,90,116,.18);
      color:var(--rose-deep);
      font-size:13px;
      font-weight:900;
    }

    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 5px rgba(214,156,85,.16);
    }

    .hero-card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      border:1px solid rgba(184,90,116,.16);
      background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,243,236,.86)),
        radial-gradient(circle at 20% 10%,rgba(184,90,116,.18),transparent 34%);
      box-shadow:var(--shadow);
      padding:40px;
    }

    .hero-card::after{
      content:"";
      position:absolute;
      width:340px;
      height:340px;
      right:-120px;
      top:-130px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(214,156,85,.22),transparent 68%);
      pointer-events:none;
    }

    .hero-title{
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      letter-spacing:-.05em;
      font-weight:950;
      color:var(--text);
    }

    .gradient-text{
      background:var(--gradient);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .lead{
      color:var(--muted);
      font-size:17px;
      line-height:1.95;
    }

    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 12px;
      color:var(--coffee);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(96,61,53,.12);
      font-size:13px;
      font-weight:800;
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .tag:hover{transform:translateY(-1px);background:#fff;border-color:rgba(184,90,116,.24)}
    .tag.active{background:linear-gradient(135deg,rgba(184,90,116,.13),rgba(214,156,85,.18));border-color:rgba(184,90,116,.24);color:var(--rose-deep)}

    .time-panel{
      position:relative;
      z-index:1;
      border-radius:28px;
      background:linear-gradient(180deg,#fff,#fff7f1);
      border:1px solid rgba(184,90,116,.16);
      box-shadow:0 18px 44px rgba(87,52,48,.12);
      padding:22px;
    }

    .time-row{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      padding:13px;
      border-radius:18px;
      border:1px solid rgba(96,61,53,.10);
      background:rgba(255,255,255,.72);
      transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .time-row:hover{
      transform:translateY(-2px);
      border-color:rgba(184,90,116,.24);
      box-shadow:0 12px 24px rgba(105,57,61,.10);
    }

    .status-dot{
      width:10px;
      height:10px;
      border-radius:999px;
      background:#58a86f;
      box-shadow:0 0 0 5px rgba(88,168,111,.14);
    }

    .status-dot.gold{background:var(--gold);box-shadow:0 0 0 5px rgba(214,156,85,.15)}
    .status-dot.rose{background:var(--rose);box-shadow:0 0 0 5px rgba(184,90,116,.14)}

    .stat-mini{
      border-radius:20px;
      padding:14px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(96,61,53,.10);
    }
    .stat-mini strong{
      display:block;
      font-size:24px;
      line-height:1;
      color:var(--rose-deep);
      letter-spacing:-.03em;
    }
    .stat-mini span{font-size:12px;color:var(--muted);font-weight:800}

    .section-head{
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:end;
      margin-bottom:26px;
    }
    .section-title{
      font-size:clamp(26px,3vw,40px);
      line-height:1.18;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .section-desc{
      margin-top:10px;
      max-width:720px;
      color:var(--muted);
      font-size:16px;
      line-height:1.9;
    }

    .card{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius);
      background:rgba(255,255,255,.82);
      border:1px solid rgba(96,61,53,.11);
      box-shadow:var(--shadow);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(184,90,116,.26);
    }
    .card-pad{padding:22px}
    .card-band::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:5px;
      background:var(--gradient);
    }

    .entry-card{
      min-height:250px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .entry-id{
      width:46px;
      height:46px;
      display:grid;
      place-items:center;
      border-radius:16px;
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--plum));
      font-weight:950;
      box-shadow:0 10px 22px rgba(143,66,95,.22);
    }

    .entry-title{
      margin-top:16px;
      font-size:20px;
      font-weight:950;
      line-height:1.35;
      color:var(--text);
    }

    .entry-summary{margin-top:10px;color:var(--muted);font-size:14px;line-height:1.85}

    .link-cta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--rose-deep);
      font-weight:950;
      font-size:14px;
      transition:gap .2s ease, color .2s ease;
    }
    .link-cta:hover{gap:12px;color:var(--plum)}

    .side-panel{
      position:sticky;
      top:118px;
      display:grid;
      gap:14px;
    }

    .metric-card{
      border-radius:24px;
      padding:22px;
      color:#fff;
      background:
        radial-gradient(circle at 20% 10%,rgba(255,255,255,.24),transparent 34%),
        linear-gradient(135deg,var(--coffee),var(--plum));
      box-shadow:0 22px 55px rgba(70,53,50,.20);
    }
    .metric-number{
      font-size:38px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.05em;
    }
    .metric-card p{color:rgba(255,255,255,.75);font-size:14px;margin-top:8px;line-height:1.75}

    .filter-bar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      border-radius:26px;
      padding:16px;
      background:rgba(255,255,255,.74);
      border:1px solid rgba(96,61,53,.10);
      box-shadow:0 14px 34px rgba(87,52,48,.08);
    }

    .sort-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 13px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(255,255,255,.62);
      border:1px solid rgba(96,61,53,.10);
      font-size:13px;
      font-weight:900;
      transition:all .2s ease;
    }
    .sort-pill:hover,.sort-pill.active{
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--plum));
      border-color:transparent;
      box-shadow:0 10px 24px rgba(143,66,95,.20);
    }

    .showcase-main{
      min-height:360px;
      border-radius:30px;
      padding:28px;
      background:
        linear-gradient(135deg,rgba(184,90,116,.92),rgba(110,61,99,.93)),
        radial-gradient(circle at 85% 15%,rgba(214,156,85,.58),transparent 40%);
      color:#fff;
      box-shadow:0 28px 70px rgba(110,61,99,.24);
    }
    .showcase-main .tag{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.20);color:#fff}
    .showcase-main p{color:rgba(255,255,255,.78)}

    .sample-card{
      border-radius:26px;
      padding:22px;
      min-height:172px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(96,61,53,.11);
      box-shadow:0 16px 38px rgba(87,52,48,.09);
      transition:transform .2s ease, box-shadow .2s ease;
    }
    .sample-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}

    .step-card{
      border-radius:24px;
      padding:22px;
      background:linear-gradient(180deg,#fff,#fff7f1);
      border:1px solid rgba(96,61,53,.11);
      box-shadow:var(--shadow);
    }
    .step-no{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:14px;
      font-weight:950;
      color:#fff;
      background:var(--gradient);
    }

    .update-line{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:18px;
      align-items:center;
      padding:16px 0;
      border-bottom:1px solid rgba(96,61,53,.10);
    }
    .update-line:last-child{border-bottom:0}
    .update-time{font-weight:950;color:var(--rose-deep)}
    .update-text{color:var(--muted)}
    .update-state{
      padding:6px 10px;
      border-radius:999px;
      background:rgba(214,156,85,.14);
      color:var(--amber);
      font-size:12px;
      font-weight:950;
      white-space:nowrap;
    }

    .faq-item{
      border-radius:22px;
      background:rgba(255,255,255,.80);
      border:1px solid rgba(96,61,53,.11);
      box-shadow:0 14px 34px rgba(87,52,48,.07);
      overflow:hidden;
      transition:border-color .2s ease, box-shadow .2s ease;
    }
    .faq-item.active{border-color:rgba(184,90,116,.30);box-shadow:var(--shadow)}
    .faq-q{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      padding:20px 22px;
      text-align:left;
      font-weight:950;
      color:var(--text);
      background:transparent;
      border:0;
    }
    .faq-icon{
      width:28px;
      height:28px;
      flex:0 0 auto;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(184,90,116,.10);
      color:var(--rose-deep);
      transition:transform .25s ease, background .2s ease;
    }
    .faq-item.active .faq-icon{transform:rotate(45deg);background:rgba(184,90,116,.18)}
    .faq-a{
      max-height:0;
      overflow:hidden;
      transition:max-height .28s ease;
    }
    .faq-a p{
      padding:0 22px 20px;
      color:var(--muted);
      line-height:1.9;
    }

    .feedback-card{
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 80% 10%,rgba(214,156,85,.24),transparent 30%),
        linear-gradient(135deg,#fff,#fff1e8);
      border:1px solid rgba(184,90,116,.18);
      box-shadow:var(--shadow);
    }

    .form-field label{
      display:block;
      margin-bottom:8px;
      color:var(--coffee);
      font-size:14px;
      font-weight:950;
    }
    .form-field input,.form-field textarea{
      width:100%;
      border-radius:18px;
      padding:13px 14px;
      background:rgba(255,255,255,.82);
    }
    .form-field textarea{min-height:112px;resize:vertical}

    .footer{padding:56px 0 36px}
    .footer-card{
      border-radius:30px;
      padding:30px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(96,61,53,.11);
      box-shadow:0 16px 44px rgba(87,52,48,.08);
      color:var(--muted);
    }
    .footer-link{
      color:var(--muted);
      font-weight:800;
      transition:color .2s ease, transform .2s ease;
    }
    .footer-link:hover{color:var(--rose-deep);transform:translateX(3px)}

    .soft-divider{
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(184,90,116,.22),rgba(214,156,85,.20),transparent);
    }

    @media (max-width:1024px){
      .dock{border-radius:30px}
      .dock-inner{border-radius:29px}
      .dock-wrap{flex-direction:column}
      .side-panel{position:relative;top:auto;grid-template-columns:repeat(3,1fr)}
      .section-head{grid-template-columns:1fr}
      .hero-card{padding:30px}
    }

    @media (max-width:768px){
      header{top:8px;margin-top:8px}
      .container{width:min(100% - 28px, 1160px)}
      .dock{width:calc(100% - 16px);border-radius:26px}
      .dock-inner{border-radius:25px;padding:9px}
      .brand-mark{width:100%;justify-content:center}
      .dock-link{min-height:38px;padding:0 12px;font-size:13px}
      .search-shell{width:100%!important}
      main{padding-top:28px}
      .section{padding:46px 0}
      .hero-card{padding:24px;border-radius:28px}
      .lead{font-size:15px}
      .side-panel{grid-template-columns:1fr}
      .filter-bar{align-items:stretch}
      .update-line{grid-template-columns:1fr;gap:6px}
      .feedback-card{padding:24px;border-radius:28px}
      .footer-card{padding:24px}
    }

    @media (max-width:520px){
      .dock-wrap nav{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}
      .dock-wrap nav::-webkit-scrollbar{height:0}
      .btn-base{width:100%;min-height:46px}
      .hero-title{font-size:34px}
      .time-panel{padding:16px;border-radius:24px}
      .time-row{align-items:flex-start}
      .section-title{font-size:27px}
      .card-pad{padding:20px}
      .entry-card{min-height:auto}
      .showcase-main{padding:22px;min-height:auto}
      .sort-pill{flex:1}
    }

/* roulang page: category2 */
:root{
      --bg:#fbf7f3;
      --bg-soft:#f7f1eb;
      --card:rgba(255,255,255,.82);
      --card-strong:#ffffff;
      --text:#3d2e2b;
      --muted:#7a6861;
      --line:rgba(116, 87, 82, .14);
      --line-strong:rgba(183, 135, 126, .28);
      --primary:#b65e6b;
      --primary-2:#8e4f94;
      --accent:#d49a59;
      --shadow:0 18px 45px rgba(66, 40, 34, .08);
      --shadow-hover:0 24px 56px rgba(66, 40, 34, .14);
      --radius:26px;
      --radius-sm:18px;
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at 20% 12%, rgba(182,94,107,.12), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(142,79,148,.10), transparent 22%),
        radial-gradient(circle at 72% 84%, rgba(212,154,89,.12), transparent 22%),
        linear-gradient(180deg, #fffdfb 0%, var(--bg) 34%, #f6f0eb 100%);
      font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      line-height:1.7;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
      background-size:32px 32px;
      opacity:.35;
      mix-blend-mode:soft-light;
      z-index:0;
    }
    body::after{
      content:"";
      position:fixed;
      inset:auto -10% -15% auto;
      width:440px;
      height:440px;
      pointer-events:none;
      background: radial-gradient(circle, rgba(182,94,107,.12), transparent 68%);
      filter: blur(12px);
      z-index:0;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    :focus-visible{outline:2px solid rgba(182,94,107,.65);outline-offset:3px}
    .page-shell{position:relative;z-index:1}
    .container{
      width:min(var(--container), calc(100% - 2rem));
      margin-inline:auto;
    }
    .dock{
      position:sticky;
      top:14px;
      z-index:60;
      padding-top:6px;
    }
    .dock-inner{
      width:min(var(--container), calc(100% - 1rem));
      margin-inline:auto;
      border-radius:999px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(255,255,255,.9);
      box-shadow:0 16px 40px rgba(91, 61, 52, .12);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      overflow:hidden;
    }
    .dock-wrap{
      padding:12px 14px;
    }
    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.02em;
      color:var(--text);
      padding:10px 14px;
      border-radius:999px;
      transition:transform .2s ease, background .2s ease, color .2s ease;
      white-space:nowrap;
    }
    .brand-mark:hover{
      transform:translateY(-1px);
      background:rgba(182,94,107,.08);
    }
    .brand-dot{
      width:11px;
      height:11px;
      border-radius:999px;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow:0 0 0 6px rgba(182,94,107,.12);
      flex:none;
    }
    .dock-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:9px 14px;
      border-radius:999px;
      color:var(--muted);
      font-weight:700;
      font-size:.96rem;
      transition:transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .dock-link:hover{
      transform:translateY(-1px);
      background:rgba(182,94,107,.08);
      color:var(--text);
    }
    .dock-link.active{
      background:linear-gradient(135deg, rgba(182,94,107,.16), rgba(142,79,148,.14));
      color:var(--text);
      border-color:rgba(182,94,107,.18);
      box-shadow:0 10px 24px rgba(182,94,107,.10);
    }
    .search-shell{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:44px;
      padding:0 14px;
      border-radius:999px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(116,87,82,.14);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
      transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .search-shell:focus-within{
      border-color:rgba(182,94,107,.34);
      box-shadow:0 0 0 4px rgba(182,94,107,.08);
      transform:translateY(-1px);
    }
    .search-shell svg{
      width:18px;
      height:18px;
      color:var(--muted);
      flex:none;
    }
    .search-shell input{
      width:100%;
      border:0;
      outline:none;
      background:transparent;
      color:var(--text);
      padding:11px 0;
      min-width:0;
    }
    .search-shell input::placeholder{color:#aa9b95}
    .btn-base{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 18px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-base:hover{transform:translateY(-1px)}
    .btn-base:active{transform:translateY(0)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow:0 12px 28px rgba(142,79,148,.22);
    }
    .btn-primary:hover{
      box-shadow:0 16px 36px rgba(142,79,148,.28);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.84);
      border-color:rgba(116,87,82,.16);
    }
    .btn-ghost:hover{
      border-color:rgba(182,94,107,.30);
      box-shadow:0 12px 28px rgba(66,40,34,.08);
    }
    .section{
      position:relative;
      padding:clamp(2rem, 3vw, 3.6rem) 0;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.76);
      border:1px solid rgba(116,87,82,.12);
      color:var(--primary);
      font-size:.9rem;
      font-weight:800;
      letter-spacing:.03em;
      box-shadow:0 10px 24px rgba(66,40,34,.05);
    }
    .eyebrow .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg, var(--primary), var(--accent));
      box-shadow:0 0 0 5px rgba(182,94,107,.12);
    }
    .hero-card,
    .panel,
    .feature-card,
    .metric-card,
    .showcase-card,
    .step-card,
    .contact-card,
    .update-strip,
    .faq-card{
      position:relative;
      background:var(--card);
      border:1px solid rgba(255,255,255,.92);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-card::before,
    .panel::before,
    .feature-card::before,
    .metric-card::before,
    .showcase-card::before,
    .step-card::before,
    .contact-card::before,
    .faq-card::before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:linear-gradient(180deg, rgba(255,255,255,.36), transparent 30%);
      opacity:.75;
    }
    .hero-card:hover,
    .panel:hover,
    .feature-card:hover,
    .metric-card:hover,
    .showcase-card:hover,
    .step-card:hover,
    .contact-card:hover{
      box-shadow:var(--shadow-hover);
      transform:translateY(-2px);
      border-color:rgba(182,94,107,.22);
    }
    .hero-card,
    .panel,
    .feature-card,
    .metric-card,
    .showcase-card,
    .step-card,
    .contact-card{
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .section-title{
      color:var(--text);
      font-weight:900;
      letter-spacing:-.02em;
      line-height:1.18;
    }
    .section-subtitle{
      color:var(--muted);
      line-height:1.9;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(182,94,107,.08);
      border:1px solid rgba(182,94,107,.14);
      color:var(--primary);
      font-size:.84rem;
      font-weight:800;
      white-space:nowrap;
    }
    .tag.soft{
      background:rgba(255,255,255,.74);
      color:#675853;
      border-color:rgba(116,87,82,.12);
    }
    .metric-card{
      padding:22px;
      min-height:152px;
    }
    .metric-number{
      font-size:clamp(2rem, 4vw, 3rem);
      font-weight:900;
      letter-spacing:-.04em;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      line-height:1;
    }
    .metric-label{
      margin-top:10px;
      font-weight:800;
      color:var(--text);
    }
    .metric-note{
      margin-top:8px;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.8;
    }
    .feature-card{
      padding:22px;
      min-height:220px;
    }
    .feature-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
    }
    .feature-index{
      width:46px;
      height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      font-weight:900;
      color:#fff;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow:0 10px 24px rgba(182,94,107,.22);
      flex:none;
    }
    .feature-title{
      font-size:1.08rem;
      font-weight:900;
      color:var(--text);
      margin:0;
    }
    .feature-text{
      margin-top:10px;
      color:var(--muted);
      line-height:1.85;
    }
    .feature-action{
      margin-top:auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--primary);
      font-weight:800;
      font-size:.95rem;
      transition:gap .18s ease, color .18s ease;
    }
    .feature-action:hover{gap:12px;color:#954f5b}
    .feature-action svg{width:16px;height:16px}
    .showcase-card{
      padding:22px;
      min-height:248px;
    }
    .showcase-card.wide{
      min-height:320px;
      background:
        linear-gradient(135deg, rgba(182,94,107,.09), rgba(142,79,148,.08)),
        var(--card);
    }
    .preview-board{
      border-radius:22px;
      border:1px solid rgba(116,87,82,.12);
      background:
        radial-gradient(circle at 25% 25%, rgba(182,94,107,.16), transparent 26%),
        radial-gradient(circle at 80% 15%, rgba(212,154,89,.14), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,248,245,.74));
      padding:18px;
      min-height:170px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .preview-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
    }
    .preview-tile{
      border-radius:18px;
      padding:12px;
      background:rgba(255,255,255,.74);
      border:1px solid rgba(116,87,82,.11);
      box-shadow:0 8px 18px rgba(66,40,34,.05);
    }
    .preview-k{
      font-size:.78rem;
      color:var(--muted);
      font-weight:700;
    }
    .preview-v{
      margin-top:6px;
      color:var(--text);
      font-weight:900;
    }
    .step-card{
      padding:22px;
    }
    .step-row{
      display:flex;
      gap:16px;
      align-items:flex-start;
    }
    .step-num{
      width:44px;
      height:44px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg, var(--primary), var(--primary-2));
      box-shadow:0 10px 24px rgba(182,94,107,.20);
      flex:none;
    }
    .step-title{
      font-weight:900;
      color:var(--text);
      margin:0;
    }
    .step-text{
      margin-top:8px;
      color:var(--muted);
      line-height:1.85;
    }
    .cta-band{
      background:
        linear-gradient(135deg, rgba(182,94,107,.10), rgba(142,79,148,.08)),
        rgba(255,255,255,.82);
      border:1px solid rgba(182,94,107,.14);
      border-radius:calc(var(--radius) + 2px);
      box-shadow:var(--shadow);
    }
    .faq-card details{
      border-top:1px solid rgba(116,87,82,.12);
    }
    .faq-card details:first-of-type{border-top:0}
    .faq-card summary{
      list-style:none;
      cursor:pointer;
      padding:18px 22px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      font-weight:800;
      color:var(--text);
    }
    .faq-card summary::-webkit-details-marker{display:none}
    .faq-card summary .arrow{
      width:34px;
      height:34px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(182,94,107,.08);
      color:var(--primary);
      flex:none;
      transition:transform .18s ease, background .18s ease;
    }
    .faq-card details[open] summary{
      background:linear-gradient(135deg, rgba(182,94,107,.07), rgba(142,79,148,.05));
    }
    .faq-card details[open] summary .arrow{
      transform:rotate(180deg);
      background:rgba(182,94,107,.14);
    }
    .faq-answer{
      padding:0 22px 18px 22px;
      color:var(--muted);
      line-height:1.9;
    }
    .contact-card{
      padding:24px;
    }
    .form-grid{
      display:grid;
      grid-template-columns:repeat(12,minmax(0,1fr));
      gap:14px;
    }
    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
      grid-column:span 12;
    }
    .field label{
      font-weight:800;
      color:var(--text);
      font-size:.94rem;
    }
    .field input,
    .field textarea{
      width:100%;
      border-radius:18px;
      border:1px solid rgba(116,87,82,.16);
      background:rgba(255,255,255,.88);
      padding:14px 15px;
      color:var(--text);
      outline:none;
      transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    .field input:focus,
    .field textarea:focus{
      border-color:rgba(182,94,107,.34);
      box-shadow:0 0 0 4px rgba(182,94,107,.08);
      transform:translateY(-1px);
    }
    .field textarea{min-height:128px;resize:vertical}
    .mini-note{
      color:var(--muted);
      font-size:.92rem;
      line-height:1.8;
    }
    .update-strip{
      padding:14px 18px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .update-strip strong{
      color:var(--text);
      font-weight:900;
    }
    .update-strip span{
      color:var(--muted);
      font-size:.94rem;
    }
    .footer{
      padding:0 0 36px;
    }
    .footer-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(255,255,255,.92);
      border-radius:28px;
      box-shadow:var(--shadow);
      padding:28px;
    }
    .footer-link{
      color:var(--muted);
      font-weight:700;
      transition:color .18s ease, transform .18s ease;
    }
    .footer-link:hover{
      color:var(--primary);
      transform:translateX(2px);
    }
    .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .meta-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(116,87,82,.12);
      color:var(--muted);
      font-size:.88rem;
      font-weight:700;
    }
    .meta-badge b{
      color:var(--text);
      font-weight:900;
    }
    @media (max-width: 1024px){
      .dock-inner{border-radius:28px}
    }
    @media (max-width: 768px){
      .dock{
        position:sticky;
        top:0;
        padding-top:8px;
      }
      .dock-inner{
        width:calc(100% - .75rem);
        border-radius:24px;
      }
      .dock-wrap{
        padding:12px;
      }
      .search-shell{width:100%}
      .section{padding:1.5rem 0}
      .hero-card,.panel,.feature-card,.metric-card,.showcase-card,.step-card,.contact-card,.faq-card,.footer-card{border-radius:22px}
      .preview-board{min-height:0}
    }
    @media (max-width: 640px){
      .dock-wrap{gap:10px}
      .brand-mark{padding:8px 10px;font-size:.96rem}
      .dock-link{padding:8px 12px;font-size:.92rem}
      .btn-base{width:100%}
      .feature-card{min-height:0}
      .metric-card{min-height:0}
      .showcase-card.wide{min-height:0}
      .footer-card{padding:22px}
    }
