/* roulang page: index */
:root{
      --brand-deep:#2B102E;
      --brand-purple:#3B173F;
      --brand-berry:#B83263;
      --brand-coral:#F26D5B;
      --brand-champagne:#F6E9D7;
      --brand-copper:#C98C6A;
      --bg-warm:#FFF8F1;
      --bg-soft:#FBF3EA;
      --text-main:#20131F;
      --text-muted:#6F5C69;
      --text-light:#FFF8F1;
      --line:rgba(59,23,63,.12);
      --line-strong:rgba(59,23,63,.22);
      --shadow:0 18px 45px rgba(43,16,46,.10);
      --shadow-hover:0 24px 60px rgba(43,16,46,.16);
      --radius-xl:32px;
      --radius-lg:26px;
      --radius-md:18px;
      --radius-pill:999px;
      --gradient-brand:linear-gradient(135deg,#2B102E 0%,#B83263 56%,#F26D5B 100%);
      --gradient-soft:linear-gradient(135deg,rgba(246,233,215,.92),rgba(255,248,241,.72));
      --gradient-dark:radial-gradient(circle at 15% 15%,rgba(242,109,91,.26),transparent 34%),radial-gradient(circle at 86% 20%,rgba(184,50,99,.36),transparent 36%),linear-gradient(135deg,#1A0D1E 0%,#2B102E 52%,#3B173F 100%);
      --section-space:96px;
      --transition:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--text-main);
      background:
        radial-gradient(circle at top left,rgba(184,50,99,.10),transparent 28%),
        radial-gradient(circle at 90% 10%,rgba(242,109,91,.10),transparent 25%),
        var(--bg-warm);
      line-height:1.8;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.26;
      z-index:-1;
      background-image:
        linear-gradient(rgba(43,16,46,.035) 1px, transparent 1px),
        linear-gradient(90deg,rgba(43,16,46,.035) 1px, transparent 1px);
      background-size:38px 38px;
      mask-image:linear-gradient(to bottom,black,transparent 78%);
    }
    a{color:var(--brand-berry);text-decoration:none;transition:var(--transition)}
    a:hover{color:var(--brand-purple)}
    img{max-width:100%;height:auto}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(184,50,99,.20);color:var(--brand-deep)}
    .container{max-width:1200px}
    .section{padding:var(--section-space) 0}
    .section-tight{padding:72px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border:1px solid rgba(184,50,99,.18);
      border-radius:var(--radius-pill);
      background:rgba(246,233,215,.72);
      color:var(--brand-berry);
      font-weight:800;
      font-size:14px;
      letter-spacing:.02em;
      box-shadow:0 8px 22px rgba(43,16,46,.05);
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--gradient-brand);
      box-shadow:0 0 0 5px rgba(184,50,99,.10);
    }
    h1,h2,h3,h4{letter-spacing:-.03em;color:var(--text-main)}
    h1{
      font-size:clamp(34px,5vw,56px);
      line-height:1.14;
      font-weight:850;
      margin:20px 0 18px;
    }
    h2{
      font-size:clamp(28px,3.3vw,40px);
      line-height:1.22;
      font-weight:820;
      margin:14px 0 16px;
    }
    h3{font-size:22px;line-height:1.35;font-weight:780;margin:0 0 10px}
    p{color:var(--text-muted);margin-bottom:0}
    .lead-text{font-size:18px;line-height:1.85;color:#6A5264}
    .section-head{
      max-width:780px;
      margin-bottom:36px;
    }
    .section-head.center{
      margin-left:auto;
      margin-right:auto;
      text-align:center;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      padding:12px 0;
      background:rgba(255,248,241,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(59,23,63,.09);
      box-shadow:0 10px 28px rgba(43,16,46,.05);
    }
    .navbar{padding:0}
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      color:var(--brand-deep)!important;
      font-weight:850;
      letter-spacing:-.04em;
      max-width:430px;
      white-space:normal;
      line-height:1.25;
    }
    .brand-mark{
      width:42px;height:42px;
      flex:0 0 42px;
      border-radius:15px;
      background:var(--gradient-brand);
      box-shadow:0 14px 32px rgba(184,50,99,.28);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      border-radius:999px;
      background:rgba(255,248,241,.58);
    }
    .brand-mark:before{width:22px;height:7px;left:9px;top:13px;transform:rotate(-22deg)}
    .brand-mark:after{width:13px;height:13px;right:8px;bottom:8px;background:rgba(246,233,215,.42)}
    .brand-text{font-size:17px}
    .navbar-toggler{
      border:0;
      width:44px;height:42px;
      border-radius:15px;
      background:rgba(59,23,63,.08);
      color:var(--brand-purple);
      box-shadow:none!important;
    }
    .navbar-toggler:focus{outline:3px solid rgba(184,50,99,.22)}
    .navbar-toggler-icon{
      width:20px;height:20px;
      background-image:none;
      position:relative;
      display:inline-block;
    }
    .navbar-toggler-icon:before,.navbar-toggler-icon:after,.navbar-toggler-icon span{
      content:"";
      position:absolute;
      left:1px;
      width:18px;height:2px;
      border-radius:2px;
      background:var(--brand-purple);
    }
    .navbar-toggler-icon:before{top:4px}
    .navbar-toggler-icon span{top:9px}
    .navbar-toggler-icon:after{top:14px}
    .navbar-nav{
      align-items:center;
      gap:6px;
    }
    .nav-link{
      color:#4D334A!important;
      font-size:15px;
      font-weight:750;
      padding:10px 14px!important;
      border-radius:var(--radius-pill);
      position:relative;
    }
    .nav-link:hover{
      background:rgba(184,50,99,.08);
      color:var(--brand-berry)!important;
    }
    .nav-link.active{
      background:linear-gradient(135deg,rgba(184,50,99,.13),rgba(242,109,91,.10));
      color:var(--brand-deep)!important;
      box-shadow:inset 0 0 0 1px rgba(184,50,99,.10);
    }
    .nav-cta{
      margin-left:8px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:10px 18px;
      border-radius:var(--radius-pill);
      background:var(--gradient-brand);
      color:white!important;
      font-weight:820;
      box-shadow:0 13px 30px rgba(184,50,99,.24);
      white-space:nowrap;
    }
    .nav-cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(184,50,99,.32);color:white!important}

    .btn-brand,.btn-soft,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:50px;
      border-radius:var(--radius-pill);
      padding:13px 22px;
      font-weight:820;
      border:1px solid transparent;
      transition:var(--transition);
      line-height:1.2;
    }
    .btn-brand{
      background:var(--gradient-brand);
      color:white!important;
      box-shadow:0 18px 38px rgba(184,50,99,.25);
    }
    .btn-brand:hover,.btn-brand:focus{
      color:white!important;
      transform:translateY(-2px);
      box-shadow:0 24px 52px rgba(184,50,99,.34);
    }
    .btn-soft{
      color:var(--brand-purple)!important;
      background:rgba(246,233,215,.82);
      border-color:rgba(59,23,63,.12);
      box-shadow:0 12px 28px rgba(43,16,46,.06);
    }
    .btn-soft:hover,.btn-soft:focus{
      background:rgba(184,50,99,.10);
      border-color:rgba(184,50,99,.18);
      transform:translateY(-2px);
    }
    .btn-darkline{
      color:var(--text-light)!important;
      border-color:rgba(255,255,255,.18);
      background:rgba(255,255,255,.08);
    }
    .btn-darkline:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
    .btn-brand:focus,.btn-soft:focus,.btn-darkline:focus{
      outline:0;
      box-shadow:0 0 0 4px rgba(184,50,99,.22),0 18px 38px rgba(184,50,99,.22);
    }

    .hero{
      position:relative;
      padding:88px 0 70px;
      overflow:hidden;
    }
    .hero:after{
      content:"";
      position:absolute;
      width:560px;height:560px;
      right:-210px;top:20px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(242,109,91,.18),transparent 66%);
      z-index:-1;
    }
    .hero-copy{padding-top:26px}
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:30px;
    }
    .hero-badges{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:34px;
    }
    .stat-badge{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.58);
      border:1px solid var(--line);
      box-shadow:0 12px 28px rgba(43,16,46,.06);
    }
    .stat-badge strong{
      display:block;
      color:var(--brand-deep);
      font-size:21px;
      line-height:1.15;
      font-weight:880;
    }
    .stat-badge span{
      display:block;
      margin-top:5px;
      color:var(--text-muted);
      font-size:13px;
      line-height:1.45;
      font-weight:650;
    }

    .dashboard-card{
      position:relative;
      border-radius:36px;
      padding:24px;
      background:var(--gradient-dark);
      box-shadow:0 32px 80px rgba(43,16,46,.27);
      border:1px solid rgba(255,255,255,.12);
      overflow:hidden;
      min-height:575px;
    }
    .dashboard-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg,transparent,rgba(255,255,255,.10),transparent),
        radial-gradient(circle at 80% 80%,rgba(201,140,106,.24),transparent 34%);
      pointer-events:none;
    }
    .dash-top,.dash-panel,.ranking-row,.tag-cloud,.trend-card{position:relative;z-index:1}
    .dash-top{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      margin-bottom:22px;
    }
    .dash-title{color:#fff;font-size:21px;font-weight:850;line-height:1.35;margin:0}
    .dash-note{color:rgba(255,248,241,.70);font-size:14px;margin-top:4px}
    .privacy-chip{
      display:inline-flex;align-items:center;gap:6px;
      color:#FFE9DD;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      border-radius:var(--radius-pill);
      padding:8px 12px;
      font-size:13px;
      font-weight:750;
      white-space:nowrap;
    }
    .privacy-chip:before{content:"";width:8px;height:8px;border-radius:50%;background:#F26D5B}
    .dash-panel{
      border-radius:28px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      padding:18px;
      backdrop-filter:blur(10px);
    }
    .abstract-cover{
      height:165px;
      border-radius:24px;
      background:
        radial-gradient(circle at 20% 30%,rgba(246,233,215,.36),transparent 22%),
        radial-gradient(circle at 78% 34%,rgba(242,109,91,.55),transparent 24%),
        linear-gradient(135deg,rgba(184,50,99,.88),rgba(43,16,46,.92));
      position:relative;
      overflow:hidden;
      margin-bottom:16px;
    }
    .abstract-cover:before{
      content:"";
      position:absolute;
      width:220px;height:80px;
      left:-34px;bottom:18px;
      border-radius:100px;
      border:1px solid rgba(255,255,255,.24);
      transform:rotate(-18deg);
    }
    .abstract-cover:after{
      content:"";
      position:absolute;
      inset:auto 18px 18px auto;
      width:74px;height:74px;border-radius:24px;
      background:rgba(255,248,241,.14);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.15);
    }
    .metric-strip{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:10px;
    }
    .metric{
      border-radius:18px;
      padding:12px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
    }
    .metric strong{display:block;color:#fff;font-size:19px;font-weight:850}
    .metric span{font-size:12px;color:rgba(255,248,241,.68)}
    .ranking-list{
      display:grid;
      gap:10px;
      margin-top:16px;
    }
    .ranking-row{
      display:flex;
      align-items:center;
      gap:12px;
      padding:12px;
      border-radius:18px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.10);
    }
    .rank-no{
      width:30px;height:30px;
      display:grid;place-items:center;
      border-radius:11px;
      color:#fff;
      font-weight:850;
      background:linear-gradient(135deg,var(--brand-berry),var(--brand-coral));
    }
    .rank-info{flex:1;min-width:0}
    .rank-info b{display:block;color:#fff;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .rank-info small{color:rgba(255,248,241,.62)}
    .rank-tag{
      color:#FFE4D8;
      background:rgba(242,109,91,.16);
      border:1px solid rgba(242,109,91,.20);
      border-radius:var(--radius-pill);
      padding:5px 9px;
      font-size:12px;
      font-weight:750;
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .tag-cloud span,.tag{
      display:inline-flex;
      align-items:center;
      border-radius:var(--radius-pill);
      padding:7px 11px;
      font-size:13px;
      font-weight:750;
      color:#59314F;
      background:rgba(246,233,215,.70);
      border:1px solid rgba(59,23,63,.09);
    }
    .tag-cloud span{color:#FFE9DD;background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.12)}
    .trust-strip{
      padding:18px 0;
      background:rgba(246,233,215,.56);
      border-block:1px solid rgba(59,23,63,.08);
    }
    .trust-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .trust-item{
      display:flex;
      align-items:center;
      gap:10px;
      color:#5D4658;
      font-weight:760;
      font-size:15px;
    }
    .trust-icon{
      width:30px;height:30px;
      border-radius:12px;
      display:grid;place-items:center;
      color:#fff;
      background:var(--gradient-brand);
      box-shadow:0 10px 22px rgba(184,50,99,.20);
      font-size:14px;
    }

    .feature-layout{
      display:grid;
      grid-template-columns:1.06fr 1.34fr;
      gap:24px;
      align-items:stretch;
    }
    .feature-major,.feature-mini,.scenario-card,.quote-card,.plan-card,.content-card,.cta-panel,.faq-wrap,.newsletter-card{
      border:1px solid var(--line);
      background:rgba(255,255,255,.58);
      box-shadow:var(--shadow);
      transition:var(--transition);
    }
    .feature-major:hover,.feature-mini:hover,.scenario-card:hover,.quote-card:hover,.plan-card:hover,.content-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(184,50,99,.18);
    }
    .feature-major{
      border-radius:var(--radius-xl);
      padding:34px;
      min-height:100%;
      background:
        radial-gradient(circle at 78% 18%,rgba(242,109,91,.18),transparent 30%),
        linear-gradient(135deg,rgba(255,255,255,.72),rgba(246,233,215,.62));
      position:relative;
      overflow:hidden;
    }
    .feature-major:after{
      content:"";
      position:absolute;
      width:180px;height:180px;
      right:-54px;bottom:-60px;
      border-radius:50%;
      border:28px solid rgba(184,50,99,.08);
    }
    .icon-box{
      width:54px;height:54px;
      border-radius:18px;
      display:grid;place-items:center;
      color:white;
      background:var(--gradient-brand);
      box-shadow:0 15px 34px rgba(184,50,99,.22);
      font-size:24px;
      margin-bottom:20px;
    }
    .feature-points{
      display:grid;
      gap:14px;
      margin-top:26px;
      padding:0;
      list-style:none;
      position:relative;
      z-index:1;
    }
    .feature-points li{
      display:flex;
      gap:11px;
      align-items:flex-start;
      padding:13px 14px;
      border-radius:18px;
      background:rgba(255,248,241,.70);
      border:1px solid rgba(59,23,63,.07);
      color:#5A4454;
      font-weight:680;
    }
    .feature-points li:before{
      content:"✓";
      width:24px;height:24px;
      flex:0 0 24px;
      border-radius:50%;
      display:grid;place-items:center;
      background:rgba(184,50,99,.12);
      color:var(--brand-berry);
      font-weight:900;
      line-height:1;
    }
    .feature-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .feature-mini{
      border-radius:var(--radius-lg);
      padding:24px;
    }
    .mini-icon{
      width:42px;height:42px;
      border-radius:15px;
      display:grid;place-items:center;
      background:rgba(201,140,106,.14);
      color:var(--brand-berry);
      font-size:21px;
      margin-bottom:16px;
    }
    .mini-label{
      margin-top:16px;
      display:inline-flex;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      background:rgba(184,50,99,.09);
      color:var(--brand-berry);
      font-size:12px;
      font-weight:800;
    }

    .category-ribbon{
      border-radius:var(--radius-xl);
      padding:32px;
      background:var(--gradient-dark);
      box-shadow:0 24px 64px rgba(43,16,46,.20);
      overflow:hidden;
      position:relative;
    }
    .category-ribbon:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 90% 20%,rgba(246,233,215,.16),transparent 30%);
    }
    .category-ribbon h2,.category-ribbon p{color:#fff}
    .category-ribbon p{color:rgba(255,248,241,.72)}
    .category-entry{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      position:relative;
      z-index:1;
      padding:20px;
      border-radius:24px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      min-height:116px;
      margin-top:14px;
    }
    .category-entry:hover{
      background:rgba(255,255,255,.13);
      transform:translateX(4px);
    }
    .category-entry b{display:block;color:#fff;font-size:19px;margin-bottom:4px}
    .category-entry span{color:rgba(255,248,241,.68);font-size:14px}
    .entry-arrow{
      width:42px;height:42px;
      flex:0 0 42px;
      border-radius:50%;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand-berry),var(--brand-coral));
    }

    .scenario-wrap{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:24px;
      align-items:start;
    }
    .timeline-card{
      border-radius:var(--radius-xl);
      padding:32px;
      background:rgba(246,233,215,.72);
      border:1px solid var(--line);
      position:sticky;
      top:108px;
    }
    .timeline{
      list-style:none;
      margin:26px 0 0;
      padding:0;
      display:grid;
      gap:18px;
      position:relative;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:17px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(var(--brand-berry),rgba(184,50,99,.10));
    }
    .timeline li{
      position:relative;
      padding-left:48px;
    }
    .timeline li:before{
      content:"";
      position:absolute;
      left:7px;top:4px;
      width:22px;height:22px;
      border-radius:50%;
      background:var(--gradient-brand);
      box-shadow:0 0 0 7px rgba(184,50,99,.10);
    }
    .timeline b{display:block;color:var(--brand-deep);font-weight:850}
    .timeline span{display:block;color:var(--text-muted);font-size:14px;margin-top:2px}
    .scenario-grid{
      display:grid;
      gap:18px;
    }
    .scenario-card{
      border-radius:var(--radius-lg);
      padding:26px;
      display:grid;
      grid-template-columns:auto 1fr;
      gap:18px;
      align-items:start;
    }
    .scenario-no{
      width:46px;height:46px;
      border-radius:17px;
      display:grid;place-items:center;
      color:#fff;
      background:var(--gradient-brand);
      font-weight:900;
    }

    .proof-section{
      background:
        radial-gradient(circle at 8% 10%,rgba(242,109,91,.12),transparent 25%),
        linear-gradient(180deg,rgba(246,233,215,.58),rgba(255,248,241,.92));
      border-block:1px solid rgba(59,23,63,.07);
    }
    .quote-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      gap:18px;
      align-items:stretch;
    }
    .quote-card{
      border-radius:var(--radius-lg);
      padding:26px;
      position:relative;
      overflow:hidden;
    }
    .quote-card:before{
      content:"“";
      position:absolute;
      right:22px;
      top:6px;
      font-size:86px;
      line-height:1;
      color:rgba(184,50,99,.10);
      font-weight:900;
    }
    .avatar{
      width:44px;height:44px;
      border-radius:16px;
      display:grid;place-items:center;
      color:#fff;
      background:var(--gradient-brand);
      font-weight:850;
      margin-bottom:16px;
    }
    .quote-card p{position:relative;z-index:1;color:#594754}
    .quote-meta{
      margin-top:18px;
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      color:var(--text-muted);
      font-size:13px;
      font-weight:700;
    }
    .quote-score{
      color:var(--brand-berry);
      background:rgba(184,50,99,.09);
      border-radius:var(--radius-pill);
      padding:5px 10px;
    }

    .plans-wrap{
      display:grid;
      grid-template-columns:.92fr 1.16fr .92fr;
      gap:18px;
      align-items:stretch;
    }
    .plan-card{
      border-radius:var(--radius-xl);
      padding:28px;
      position:relative;
      overflow:hidden;
    }
    .plan-card.recommended{
      background:
        linear-gradient(var(--bg-warm),var(--bg-warm)) padding-box,
        var(--gradient-brand) border-box;
      border:2px solid transparent;
      transform:translateY(-10px);
      box-shadow:0 28px 70px rgba(184,50,99,.20);
    }
    .recommend-badge{
      position:absolute;
      top:18px;right:18px;
      padding:7px 11px;
      border-radius:var(--radius-pill);
      background:var(--gradient-brand);
      color:white;
      font-size:12px;
      font-weight:850;
      box-shadow:0 12px 26px rgba(184,50,99,.24);
    }
    .plan-price{
      display:flex;
      align-items:flex-end;
      gap:8px;
      margin:20px 0;
      color:var(--brand-deep);
    }
    .plan-price strong{font-size:34px;line-height:1;font-weight:900}
    .plan-price span{color:var(--text-muted);font-weight:700}
    .check-list{
      list-style:none;
      padding:0;
      margin:22px 0 0;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:#5D4658;
      font-weight:680;
    }
    .check-list li:before{
      content:"✓";
      color:var(--brand-berry);
      font-weight:950;
      flex:0 0 auto;
    }
    .plan-card .btn-brand,.plan-card .btn-soft{width:100%;margin-top:26px}

    .content-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .content-card{
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:rgba(255,255,255,.62);
    }
    .card-cover{
      height:138px;
      background:
        radial-gradient(circle at 24% 24%,rgba(246,233,215,.55),transparent 20%),
        radial-gradient(circle at 78% 34%,rgba(242,109,91,.38),transparent 28%),
        linear-gradient(135deg,rgba(59,23,63,.94),rgba(184,50,99,.82));
      position:relative;
      overflow:hidden;
    }
    .card-cover:after{
      content:"";
      position:absolute;
      width:160px;height:70px;
      border:1px solid rgba(255,255,255,.22);
      border-radius:90px;
      right:-35px;bottom:18px;
      transform:rotate(-24deg);
    }
    .content-body{padding:22px}
    .content-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:14px 0 18px;
    }

    .faq-wrap{
      border-radius:var(--radius-xl);
      padding:18px;
      background:rgba(255,255,255,.62);
    }
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid rgba(59,23,63,.10)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(255,248,241,.74);
      box-shadow:none;
    }
    .accordion-button{
      background:transparent!important;
      color:var(--brand-deep)!important;
      font-weight:830;
      padding:20px 22px;
      box-shadow:none!important;
      border-radius:20px!important;
    }
    .accordion-button:focus{
      box-shadow:0 0 0 4px rgba(184,50,99,.16)!important;
      border-color:transparent;
    }
    .accordion-button:not(.collapsed){
      background:linear-gradient(135deg,rgba(246,233,215,.85),rgba(184,50,99,.08))!important;
    }
    .accordion-button::after{
      filter:none;
      width:18px;height:18px;
      background-size:18px;
      opacity:.75;
    }
    .accordion-body{
      padding:0 22px 22px;
      color:var(--text-muted);
      line-height:1.8;
    }

    .newsletter-card{
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        radial-gradient(circle at 88% 24%,rgba(242,109,91,.14),transparent 28%),
        rgba(255,255,255,.62);
    }
    .form-control,.form-select{
      min-height:52px;
      border-radius:18px;
      border:1px solid rgba(59,23,63,.13);
      background:rgba(246,233,215,.52);
      color:var(--text-main);
      padding:12px 16px;
      box-shadow:none!important;
    }
    textarea.form-control{min-height:118px}
    .form-control:focus,.form-select:focus{
      border-color:rgba(184,50,99,.55);
      background:#FFFDF9;
      box-shadow:0 0 0 4px rgba(184,50,99,.14)!important;
    }
    .form-text{color:var(--text-muted);font-size:13px}

    .cta-panel{
      border-radius:36px;
      padding:44px;
      background:var(--gradient-dark);
      position:relative;
      overflow:hidden;
      box-shadow:0 28px 76px rgba(43,16,46,.23);
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      width:420px;height:420px;
      right:-180px;top:-160px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(242,109,91,.26),transparent 65%);
    }
    .cta-panel h2,.cta-panel p{color:white;position:relative;z-index:1}
    .cta-panel p{color:rgba(255,248,241,.74)}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1;margin-top:24px}

    .site-footer{
      padding:58px 0 28px;
      background:#1A0D1E;
      color:rgba(255,248,241,.76);
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:850;
      letter-spacing:-.03em;
      margin-bottom:16px;
      line-height:1.3;
    }
    .footer-brand .brand-mark{width:40px;height:40px;flex-basis:40px}
    .footer-title{
      color:#FFEDE2;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,248,241,.70);
      font-weight:650;
    }
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .compliance{
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      color:rgba(255,248,241,.68);
      font-size:14px;
    }
    .copyright{
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.09);
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:rgba(255,248,241,.55);
      font-size:14px;
    }

    @media (max-width: 991.98px){
      :root{--section-space:72px}
      .navbar-collapse{
        margin-top:14px;
        padding:14px;
        border-radius:24px;
        background:rgba(255,248,241,.96);
        border:1px solid rgba(59,23,63,.10);
        box-shadow:0 20px 50px rgba(43,16,46,.12);
      }
      .navbar-nav{align-items:stretch;gap:4px}
      .nav-link{padding:12px 14px!important}
      .nav-cta{margin:8px 0 0;width:100%}
      .hero{padding:62px 0 50px}
      .hero-copy{padding-top:0}
      .dashboard-card{min-height:auto;margin-top:26px}
      .hero-badges{grid-template-columns:repeat(2,1fr)}
      .feature-layout,.scenario-wrap{grid-template-columns:1fr}
      .timeline-card{position:relative;top:auto}
      .quote-grid,.plans-wrap{grid-template-columns:1fr}
      .plan-card.recommended{transform:none}
      .content-grid{grid-template-columns:1fr 1fr}
      .category-entry{align-items:flex-start}
    }
    @media (max-width: 767.98px){
      .brand-logo{max-width:calc(100vw - 86px)}
      .brand-text{font-size:15px}
      .hero-actions,.cta-actions{flex-direction:column}
      .btn-brand,.btn-soft,.btn-darkline{width:100%}
      .feature-grid,.content-grid{grid-template-columns:1fr}
      .metric-strip{grid-template-columns:1fr}
      .quote-meta{align-items:flex-start;flex-direction:column}
      .newsletter-card,.cta-panel,.feature-major,.category-ribbon{padding:26px}
      .scenario-card{grid-template-columns:1fr}
      .trust-wrap{display:grid;grid-template-columns:1fr 1fr}
      .copyright{display:grid}
    }
    @media (max-width: 575.98px){
      :root{--section-space:58px}
      .site-header{padding:9px 0}
      .brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:14px}
      .hero{padding:44px 0 38px}
      .hero-badges{grid-template-columns:1fr}
      .dashboard-card{border-radius:28px;padding:18px}
      .dash-top{flex-direction:column}
      .privacy-chip{white-space:normal}
      .trust-wrap{grid-template-columns:1fr}
      .section-head{margin-bottom:26px}
      .category-entry{flex-direction:column}
      .entry-arrow{align-self:flex-start}
      .footer-brand{align-items:flex-start}
    }

/* roulang page: category2 */
:root{
      --color-plum:#3B173F;
      --color-blackberry:#2B102E;
      --color-night:#1A0D1E;
      --color-berry:#B83263;
      --color-coral:#F26D5B;
      --color-champagne:#F6E9D7;
      --color-copper:#C98C6A;
      --color-bg:#FFF8F1;
      --color-bg-soft:#FBF3EA;
      --color-text:#20131F;
      --color-muted:#6F5C69;
      --color-line:rgba(59,23,63,.12);
      --color-line-dark:rgba(255,255,255,.13);
      --gradient-brand:linear-gradient(135deg,#2B102E 0%,#B83263 54%,#F26D5B 100%);
      --gradient-soft:linear-gradient(135deg,rgba(246,233,215,.94),rgba(255,248,241,.88));
      --gradient-deep:radial-gradient(circle at 15% 20%,rgba(242,109,91,.28),transparent 32%),radial-gradient(circle at 85% 10%,rgba(184,50,99,.26),transparent 34%),linear-gradient(135deg,#1A0D1E 0%,#2B102E 58%,#3B173F 100%);
      --shadow-card:0 18px 45px rgba(43,16,46,.10);
      --shadow-hover:0 24px 60px rgba(43,16,46,.16);
      --shadow-deep:0 28px 70px rgba(26,13,30,.24);
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --container:1200px;
      --section:92px;
      --transition:all .25s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 8% 4%,rgba(184,50,99,.12),transparent 28%),
        radial-gradient(circle at 92% 18%,rgba(242,109,91,.12),transparent 30%),
        linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-soft) 100%);
      line-height:1.8;
      overflow-x:hidden;
    }
    a{
      color:var(--color-plum);
      text-decoration:none;
      transition:var(--transition);
    }
    a:hover{color:var(--color-berry)}
    img,svg{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(184,50,99,.22);color:var(--color-blackberry)}
    .container{max-width:var(--container)}
    .section{padding:var(--section) 0}
    .section-tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:8px 14px;
      border-radius:999px;
      color:var(--color-berry);
      background:rgba(184,50,99,.08);
      border:1px solid rgba(184,50,99,.14);
      font-weight:800;
      font-size:14px;
      letter-spacing:.02em;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--gradient-brand);
      box-shadow:0 0 0 5px rgba(184,50,99,.11);
    }
    .section-title{
      margin:18px 0 14px;
      font-size:38px;
      line-height:1.22;
      letter-spacing:-.02em;
      font-weight:850;
      color:var(--color-text);
    }
    .section-desc{
      color:var(--color-muted);
      font-size:17px;
      max-width:760px;
      margin:0;
    }
    .text-muted-custom{color:var(--color-muted)!important}

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(255,248,241,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(59,23,63,.10);
      box-shadow:0 10px 30px rgba(43,16,46,.06);
    }
    .site-header .navbar{padding:14px 0}
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      color:var(--color-blackberry)!important;
      font-weight:850;
      letter-spacing:-.01em;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      flex:0 0 auto;
      background:
        radial-gradient(circle at 28% 25%,rgba(255,255,255,.68),transparent 24%),
        var(--gradient-brand);
      box-shadow:0 12px 30px rgba(184,50,99,.26);
      position:relative;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:10px;
      border:1px solid rgba(255,255,255,.55);
      border-radius:10px;
      transform:rotate(10deg);
    }
    .brand-text{
      font-size:17px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:430px;
    }
    .navbar-nav{
      gap:8px;
      align-items:center;
    }
    .site-header .nav-link{
      color:var(--color-muted);
      font-weight:750;
      font-size:15px;
      padding:9px 14px!important;
      border-radius:999px;
      position:relative;
    }
    .site-header .nav-link:hover{
      color:var(--color-plum);
      background:rgba(59,23,63,.07);
    }
    .site-header .nav-link.active{
      color:var(--color-blackberry);
      background:rgba(184,50,99,.10);
    }
    .site-header .nav-link.active::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:5px;
      height:2px;
      border-radius:999px;
      background:var(--gradient-brand);
    }
    .nav-cta,.btn-brand{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:0;
      border-radius:999px;
      padding:12px 20px;
      background:var(--gradient-brand);
      color:#fff!important;
      font-weight:850;
      box-shadow:0 14px 34px rgba(184,50,99,.25);
      transition:var(--transition);
      white-space:nowrap;
    }
    .nav-cta{margin-left:14px;font-size:15px}
    .nav-cta:hover,.btn-brand:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(184,50,99,.34);
      color:#fff!important;
    }
    .btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 20px;
      color:var(--color-plum)!important;
      background:rgba(246,233,215,.76);
      border:1px solid rgba(59,23,63,.13);
      font-weight:850;
      transition:var(--transition);
    }
    .btn-soft:hover{
      background:rgba(184,50,99,.10);
      border-color:rgba(184,50,99,.24);
      transform:translateY(-2px);
    }
    .btn-mini{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:999px;
      padding:9px 14px;
      color:#fff!important;
      background:var(--color-plum);
      font-size:14px;
      font-weight:800;
      transition:var(--transition);
    }
    .btn-mini:hover{
      background:var(--color-berry);
      transform:translateY(-1px);
      color:#fff!important;
    }
    .navbar-toggler{
      border:0;
      padding:0;
      width:44px;
      height:44px;
      border-radius:15px;
      background:rgba(59,23,63,.08);
    }
    .navbar-toggler:focus,.btn-brand:focus,.btn-soft:focus,.btn-mini:focus,.accordion-button:focus,input:focus,textarea:focus{
      outline:0;
      box-shadow:0 0 0 4px rgba(184,50,99,.18)!important;
    }
    .navbar-toggler-icon{
      background-image:none!important;
      width:22px;
      height:16px;
      position:relative;
    }
    .navbar-toggler-icon::before,.navbar-toggler-icon::after,.navbar-toggler-icon span{
      content:"";
      position:absolute;
      left:0;
      width:22px;
      height:2px;
      border-radius:999px;
      background:var(--color-plum);
    }
    .navbar-toggler-icon::before{top:0}
    .navbar-toggler-icon span{top:7px}
    .navbar-toggler-icon::after{bottom:0}

    .page-hero{
      position:relative;
      padding:78px 0 54px;
      overflow:hidden;
    }
    .page-hero::before{
      content:"";
      position:absolute;
      width:520px;
      height:520px;
      right:-190px;
      top:-170px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(242,109,91,.18),rgba(184,50,99,.08) 45%,transparent 70%);
      pointer-events:none;
    }
    .breadcrumb-wrap{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:var(--color-muted);
      font-size:14px;
      margin-bottom:22px;
    }
    .breadcrumb-wrap a{font-weight:750;color:var(--color-plum)}
    .breadcrumb-dot{
      width:5px;
      height:5px;
      border-radius:50%;
      background:rgba(59,23,63,.26);
    }
    .hero-panel{
      position:relative;
      border-radius:var(--radius-xl);
      padding:42px;
      background:
        linear-gradient(135deg,rgba(255,248,241,.92),rgba(246,233,215,.72)),
        radial-gradient(circle at 75% 20%,rgba(242,109,91,.18),transparent 34%);
      border:1px solid rgba(59,23,63,.12);
      box-shadow:var(--shadow-card);
      overflow:hidden;
    }
    .hero-panel::after{
      content:"";
      position:absolute;
      right:-45px;
      bottom:-60px;
      width:240px;
      height:240px;
      border-radius:70px;
      background:linear-gradient(135deg,rgba(184,50,99,.16),rgba(242,109,91,.13));
      transform:rotate(20deg);
    }
    .hero-content{position:relative;z-index:1}
    h1{
      margin:18px 0 16px;
      font-size:52px;
      line-height:1.14;
      font-weight:900;
      letter-spacing:-.035em;
      color:var(--color-text);
      max-width:880px;
    }
    .hero-lead{
      max-width:760px;
      color:var(--color-muted);
      font-size:18px;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .quick-stats{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:34px;
    }
    .stat-chip{
      padding:16px 18px;
      border-radius:20px;
      background:rgba(255,255,255,.56);
      border:1px solid rgba(59,23,63,.10);
      box-shadow:0 12px 26px rgba(43,16,46,.06);
    }
    .stat-chip strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      font-weight:900;
      color:var(--color-plum);
    }
    .stat-chip span{
      display:block;
      margin-top:6px;
      color:var(--color-muted);
      font-size:13px;
      font-weight:700;
    }

    .ranking-shell{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:24px;
      align-items:start;
    }
    .rank-list{
      display:flex;
      flex-direction:column;
      gap:16px;
    }
    .rank-card{
      position:relative;
      display:grid;
      grid-template-columns:72px minmax(0,1fr) auto;
      gap:20px;
      align-items:center;
      padding:24px;
      border-radius:var(--radius-lg);
      background:rgba(255,248,241,.82);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
      transition:var(--transition);
      overflow:hidden;
    }
    .rank-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 0% 0%,rgba(184,50,99,.08),transparent 35%);
      opacity:0;
      transition:var(--transition);
      pointer-events:none;
    }
    .rank-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(184,50,99,.22);
    }
    .rank-card:hover::before{opacity:1}
    .rank-no{
      width:62px;
      height:62px;
      border-radius:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:var(--gradient-brand);
      font-size:23px;
      font-weight:900;
      box-shadow:0 15px 34px rgba(184,50,99,.24);
      position:relative;
      z-index:1;
    }
    .rank-content{position:relative;z-index:1}
    .rank-content h2,.rank-content h3{
      margin:0 0 8px;
      font-size:22px;
      line-height:1.35;
      font-weight:850;
      color:var(--color-text);
    }
    .rank-content p{
      margin:0 0 12px;
      color:var(--color-muted);
      font-size:15px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(246,233,215,.72);
      border:1px solid rgba(59,23,63,.10);
      color:var(--color-muted);
      font-size:13px;
      font-weight:750;
    }
    .tag.hot{
      color:var(--color-berry);
      background:rgba(184,50,99,.08);
      border-color:rgba(184,50,99,.16);
    }
    .tag.fresh{
      color:#8a422f;
      background:rgba(242,109,91,.10);
      border-color:rgba(242,109,91,.18);
    }
    .rank-action{
      position:relative;
      z-index:1;
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:10px;
      min-width:130px;
    }
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--color-muted);
      font-size:13px;
      font-weight:800;
    }
    .status-dot::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-coral);
      box-shadow:0 0 0 5px rgba(242,109,91,.12);
    }

    .trend-sidebar{
      position:sticky;
      top:96px;
      display:flex;
      flex-direction:column;
      gap:18px;
    }
    .trend-card,.editor-card,.info-card,.faq-card{
      border-radius:var(--radius-lg);
      background:rgba(255,248,241,.78);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
      overflow:hidden;
    }
    .trend-card{padding:24px}
    .trend-card.dark{
      color:#fff;
      background:var(--gradient-deep);
      border-color:var(--color-line-dark);
      box-shadow:var(--shadow-deep);
    }
    .trend-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .trend-title h2,.trend-title h3{
      margin:0;
      font-size:20px;
      font-weight:850;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:850;
      color:var(--color-berry);
      background:rgba(184,50,99,.10);
      border:1px solid rgba(184,50,99,.16);
    }
    .dark .pill{
      color:#fff;
      background:rgba(255,255,255,.12);
      border-color:rgba(255,255,255,.16);
    }
    .metric-list{
      display:grid;
      gap:12px;
    }
    .metric-item{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:14px;
      padding:13px 0;
      border-bottom:1px solid rgba(59,23,63,.09);
      color:var(--color-muted);
      font-weight:750;
    }
    .metric-item:last-child{border-bottom:0}
    .metric-item strong{
      color:var(--color-plum);
      font-size:20px;
      font-weight:900;
      white-space:nowrap;
    }
    .dark .metric-item{
      border-color:rgba(255,255,255,.12);
      color:rgba(255,255,255,.74);
    }
    .dark .metric-item strong{color:#fff}
    .trend-bars{
      display:grid;
      gap:13px;
      margin-top:10px;
    }
    .trend-bar span{
      display:flex;
      justify-content:space-between;
      color:rgba(255,255,255,.78);
      font-size:13px;
      margin-bottom:7px;
      font-weight:750;
    }
    .bar-track{
      height:9px;
      border-radius:999px;
      overflow:hidden;
      background:rgba(255,255,255,.12);
    }
    .bar-fill{
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,#F6E9D7,#F26D5B);
      box-shadow:0 0 18px rgba(242,109,91,.35);
    }

    .recommend-strip{
      border-radius:var(--radius-xl);
      background:var(--gradient-deep);
      color:#fff;
      padding:34px;
      box-shadow:var(--shadow-deep);
      overflow:hidden;
      position:relative;
    }
    .recommend-strip::after{
      content:"";
      position:absolute;
      width:320px;
      height:320px;
      right:-130px;
      top:-120px;
      border-radius:50%;
      background:rgba(246,233,215,.10);
    }
    .recommend-head{
      position:relative;
      z-index:1;
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:22px;
    }
    .recommend-head h2{
      margin:10px 0 0;
      font-size:34px;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .recommend-head p{
      margin:0;
      color:rgba(255,255,255,.74);
      max-width:620px;
    }
    .scroll-row{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .editor-card{
      padding:22px;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.14);
      color:#fff;
      box-shadow:none;
      transition:var(--transition);
    }
    .editor-card:hover{
      transform:translateY(-4px);
      background:rgba(255,255,255,.12);
    }
    .editor-cover{
      height:118px;
      border-radius:20px;
      margin-bottom:18px;
      background:
        radial-gradient(circle at 28% 28%,rgba(246,233,215,.72),transparent 18%),
        radial-gradient(circle at 72% 62%,rgba(242,109,91,.55),transparent 24%),
        linear-gradient(135deg,rgba(184,50,99,.85),rgba(43,16,46,.92));
      position:relative;
      overflow:hidden;
    }
    .editor-cover::before{
      content:"";
      position:absolute;
      inset:16px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.22);
      transform:rotate(-4deg);
    }
    .editor-card h3{
      font-size:20px;
      font-weight:850;
      margin:0 0 8px;
    }
    .editor-card p{
      color:rgba(255,255,255,.72);
      font-size:14px;
      margin:0 0 14px;
    }

    .process-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:26px;
      align-items:stretch;
    }
    .process-panel{
      padding:34px;
      border-radius:var(--radius-xl);
      background:rgba(255,248,241,.80);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
    }
    .timeline{
      display:grid;
      gap:18px;
      margin-top:22px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:46px 1fr;
      gap:16px;
      position:relative;
    }
    .timeline-item:not(:last-child)::after{
      content:"";
      position:absolute;
      left:22px;
      top:48px;
      width:2px;
      height:calc(100% - 20px);
      background:linear-gradient(180deg,rgba(184,50,99,.34),rgba(242,109,91,.08));
    }
    .timeline-no{
      width:46px;
      height:46px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(184,50,99,.10);
      color:var(--color-berry);
      font-weight:900;
      border:1px solid rgba(184,50,99,.14);
      z-index:1;
    }
    .timeline-copy h3{
      margin:0 0 5px;
      font-size:19px;
      font-weight:850;
    }
    .timeline-copy p{
      margin:0;
      color:var(--color-muted);
      font-size:15px;
    }
    .insight-card{
      min-height:100%;
      padding:34px;
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 20% 20%,rgba(242,109,91,.18),transparent 28%),
        linear-gradient(135deg,rgba(246,233,215,.88),rgba(255,248,241,.86));
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
    }
    .insight-card h2{
      font-size:30px;
      line-height:1.25;
      font-weight:900;
      margin:16px 0 12px;
    }
    .check-list{
      display:grid;
      gap:12px;
      margin:22px 0 0;
      padding:0;
      list-style:none;
    }
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--color-muted);
      font-weight:700;
    }
    .check-list li::before{
      content:"✓";
      flex:0 0 auto;
      width:24px;
      height:24px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(184,50,99,.10);
      color:var(--color-berry);
      font-size:13px;
      font-weight:900;
      margin-top:2px;
    }

    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid rgba(59,23,63,.12)!important;
      border-radius:20px!important;
      background:rgba(255,248,241,.78);
      box-shadow:0 12px 28px rgba(43,16,46,.06);
      overflow:hidden;
    }
    .accordion-button{
      padding:20px 22px;
      color:var(--color-text);
      background:rgba(255,248,241,.78);
      font-weight:850;
      border-radius:20px!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--color-plum);
      background:linear-gradient(135deg,rgba(246,233,215,.90),rgba(184,50,99,.06));
      box-shadow:none;
    }
    .accordion-button::after{
      background-image:none;
      content:"+";
      display:flex;
      align-items:center;
      justify-content:center;
      width:28px;
      height:28px;
      border-radius:50%;
      color:#fff;
      background:var(--gradient-brand);
      font-size:20px;
      font-weight:700;
      transform:none;
    }
    .accordion-button:not(.collapsed)::after{
      content:"−";
      transform:none;
    }
    .accordion-body{
      padding:0 22px 22px;
      color:var(--color-muted);
      font-size:15px;
    }

    .cta-section{
      padding:0 0 96px;
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      padding:44px;
      background:var(--gradient-deep);
      color:#fff;
      box-shadow:var(--shadow-deep);
    }
    .cta-panel::before{
      content:"";
      position:absolute;
      width:330px;
      height:330px;
      left:-120px;
      bottom:-160px;
      border-radius:50%;
      background:rgba(242,109,91,.18);
    }
    .cta-panel .row{position:relative;z-index:1}
    .cta-panel h2{
      font-size:36px;
      line-height:1.22;
      font-weight:900;
      margin:0 0 12px;
    }
    .cta-panel p{
      color:rgba(255,255,255,.74);
      margin:0;
      max-width:720px;
    }
    .cta-panel .btn-soft{
      background:rgba(255,255,255,.12);
      color:#fff!important;
      border-color:rgba(255,255,255,.18);
    }
    .cta-panel .btn-soft:hover{background:rgba(255,255,255,.18)}
    .cta-panel .btn-brand{
      background:linear-gradient(135deg,#F26D5B,#B83263);
      box-shadow:0 18px 38px rgba(0,0,0,.16);
    }

    .site-footer{
      padding:64px 0 30px;
      background:var(--color-night);
      color:rgba(255,255,255,.74);
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 12% 10%,rgba(184,50,99,.22),transparent 28%),
        radial-gradient(circle at 90% 80%,rgba(242,109,91,.12),transparent 28%);
      pointer-events:none;
    }
    .site-footer .container{position:relative;z-index:1}
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900;
      margin-bottom:16px;
    }
    .footer-brand .brand-mark{width:34px;height:34px;border-radius:13px}
    .site-footer p{
      max-width:520px;
      margin:0;
      color:rgba(255,255,255,.68);
      font-size:15px;
    }
    .footer-title{
      color:#fff;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.66);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .compliance{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
      color:rgba(255,255,255,.68);
      font-size:14px;
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      margin-top:42px;
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.10);
      color:rgba(255,255,255,.54);
      font-size:13px;
    }

    @media (max-width: 991.98px){
      :root{--section:72px}
      .brand-text{max-width:330px}
      .navbar-collapse{
        margin-top:14px;
        padding:14px;
        border-radius:22px;
        background:rgba(255,248,241,.96);
        border:1px solid rgba(59,23,63,.10);
        box-shadow:var(--shadow-card);
      }
      .navbar-nav{align-items:stretch;gap:4px}
      .site-header .nav-link{padding:12px 14px!important}
      .nav-cta{margin:10px 0 0;width:100%}
      h1{font-size:42px}
      .hero-panel{padding:32px}
      .quick-stats{grid-template-columns:repeat(2,1fr)}
      .ranking-shell{grid-template-columns:1fr}
      .trend-sidebar{
        position:static;
        display:grid;
        grid-template-columns:repeat(2,1fr);
      }
      .scroll-row{grid-template-columns:1fr}
      .recommend-head{align-items:flex-start;flex-direction:column}
      .process-grid{grid-template-columns:1fr}
    }

    @media (max-width: 767.98px){
      :root{--section:60px}
      .page-hero{padding:52px 0 36px}
      .hero-panel{padding:26px;border-radius:26px}
      h1{font-size:35px;letter-spacing:-.025em}
      .section-title{font-size:30px}
      .hero-lead,.section-desc{font-size:16px}
      .hero-actions .btn-brand,.hero-actions .btn-soft{width:100%}
      .quick-stats{gap:10px}
      .stat-chip{padding:14px}
      .rank-card{
        grid-template-columns:54px 1fr;
        gap:14px;
        padding:20px;
      }
      .rank-no{
        width:50px;
        height:50px;
        border-radius:18px;
        font-size:20px;
      }
      .rank-action{
        grid-column:1 / -1;
        align-items:flex-start;
        flex-direction:row;
        justify-content:space-between;
        min-width:0;
      }
      .trend-sidebar{grid-template-columns:1fr}
      .recommend-strip,.cta-panel{padding:28px;border-radius:28px}
      .recommend-head h2,.cta-panel h2{font-size:29px}
      .process-panel,.insight-card{padding:26px}
      .copyright{flex-direction:column}
    }

    @media (max-width: 575.98px){
      .brand-logo{gap:9px}
      .brand-mark{width:34px;height:34px}
      .brand-text{font-size:14px;max-width:235px}
      .site-header .navbar{padding:10px 0}
      h1{font-size:31px}
      .quick-stats{grid-template-columns:1fr}
      .stat-chip strong{font-size:21px}
      .rank-content h2,.rank-content h3{font-size:19px}
      .tag-row{gap:6px}
      .tag{font-size:12px}
      .btn-mini{width:100%}
      .rank-action{flex-direction:column;align-items:stretch}
      .cta-panel .d-flex{width:100%;flex-direction:column}
      .cta-panel .btn-brand,.cta-panel .btn-soft{width:100%}
    }

/* roulang page: category1 */
:root {
      --color-primary: #3B173F;
      --color-primary-deep: #2B102E;
      --color-berry: #B83263;
      --color-coral: #F26D5B;
      --color-champagne: #F6E9D7;
      --color-copper: #C98C6A;
      --color-bg: #FFF8F1;
      --color-bg-soft: #FBF3EA;
      --color-dark: #20131F;
      --color-muted: #6F5C69;
      --color-border: rgba(59, 23, 63, 0.12);
      --color-border-strong: rgba(59, 23, 63, 0.2);
      --color-white: #ffffff;
      --gradient-brand: linear-gradient(135deg, #2B102E 0%, #B83263 54%, #F26D5B 100%);
      --gradient-soft: radial-gradient(circle at 18% 8%, rgba(248, 154, 127, .34), transparent 32%), radial-gradient(circle at 88% 18%, rgba(184, 50, 99, .2), transparent 30%), linear-gradient(180deg, #FFF8F1 0%, #FBF3EA 100%);
      --gradient-dark: radial-gradient(circle at 12% 12%, rgba(242, 109, 91, .24), transparent 34%), linear-gradient(135deg, #1A0D1E 0%, #2B102E 55%, #3B173F 100%);
      --shadow-card: 0 18px 45px rgba(43, 16, 46, .10);
      --shadow-hover: 0 24px 60px rgba(43, 16, 46, .16);
      --radius-xl: 32px;
      --radius-lg: 26px;
      --radius-md: 18px;
      --radius-pill: 999px;
      --header-height: 78px;
      --transition: all .25s ease;
      --font-cn: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--font-cn);
      color: var(--color-dark);
      background: var(--gradient-soft);
      line-height: 1.8;
      font-size: 16px;
      overflow-x: hidden;
    }

    a {
      color: var(--color-primary);
      text-decoration: none;
      transition: var(--transition);
    }

    a:hover {
      color: var(--color-berry);
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font-family: inherit;
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
      outline: 3px solid rgba(184, 50, 99, .28);
      outline-offset: 3px;
    }

    .container {
      max-width: 1200px;
    }

    .section {
      padding: 92px 0;
      position: relative;
    }

    .section-sm {
      padding: 68px 0;
    }

    .section-title {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 13px;
      border-radius: var(--radius-pill);
      background: rgba(184, 50, 99, .09);
      color: var(--color-berry);
      font-size: 14px;
      font-weight: 800;
      letter-spacing: .04em;
      margin-bottom: 14px;
    }

    .section-eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gradient-brand);
      box-shadow: 0 0 0 5px rgba(184, 50, 99, .10);
    }

    h1,
    h2,
    h3,
    h4 {
      color: var(--color-dark);
      letter-spacing: -.03em;
      line-height: 1.18;
      margin: 0;
    }

    h1 {
      font-size: clamp(34px, 5vw, 54px);
      font-weight: 850;
    }

    h2 {
      font-size: clamp(28px, 3.4vw, 38px);
      font-weight: 820;
    }

    h3 {
      font-size: 22px;
      font-weight: 780;
    }

    p {
      margin: 0;
      color: var(--color-muted);
    }

    .lead-text {
      font-size: 17px;
      line-height: 1.9;
      color: #705464;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 248, 241, .86);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--color-border);
      box-shadow: 0 12px 30px rgba(43, 16, 46, .06);
    }

    .site-header .navbar {
      min-height: var(--header-height);
      padding: 13px 0;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      max-width: 520px;
      color: var(--color-primary-deep);
      font-weight: 850;
      letter-spacing: -.02em;
      white-space: normal;
    }

    .brand-logo:hover {
      color: var(--color-berry);
    }

    .brand-mark {
      flex: 0 0 auto;
      width: 40px;
      height: 40px;
      border-radius: 14px;
      background: var(--gradient-brand);
      position: relative;
      box-shadow: 0 14px 28px rgba(184, 50, 99, .25);
    }

    .brand-mark::before {
      content: "";
      position: absolute;
      inset: 9px;
      border: 1px solid rgba(255, 255, 255, .64);
      border-radius: 10px;
      transform: rotate(8deg);
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      right: 8px;
      bottom: 8px;
      border-radius: 50%;
      background: var(--color-champagne);
    }

    .brand-text {
      font-size: 17px;
      line-height: 1.3;
    }

    .navbar-nav {
      align-items: center;
      gap: 6px;
      padding: 0 12px;
    }

    .nav-link {
      color: #4c3049;
      font-size: 15px;
      font-weight: 720;
      padding: 10px 14px !important;
      border-radius: var(--radius-pill);
      position: relative;
    }

    .nav-link:hover {
      color: var(--color-berry);
      background: rgba(184, 50, 99, .08);
    }

    .nav-link.active {
      color: var(--color-primary-deep);
      background: linear-gradient(135deg, rgba(246, 233, 215, .95), rgba(184, 50, 99, .12));
      box-shadow: inset 0 0 0 1px rgba(184, 50, 99, .10);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 11px 19px;
      border-radius: var(--radius-pill);
      background: var(--gradient-brand);
      color: var(--color-white);
      font-size: 15px;
      font-weight: 800;
      box-shadow: 0 14px 28px rgba(184, 50, 99, .22);
    }

    .nav-cta:hover {
      color: var(--color-white);
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(184, 50, 99, .32);
    }

    .navbar-toggler {
      border: 0;
      width: 46px;
      height: 42px;
      border-radius: 15px;
      background: rgba(59, 23, 63, .08);
      padding: 0;
      box-shadow: none !important;
    }

    .navbar-toggler-icon {
      background-image: none;
      width: 24px;
      height: 18px;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon span {
      content: "";
      position: absolute;
      left: 0;
      width: 24px;
      height: 2px;
      border-radius: 2px;
      background: var(--color-primary);
    }

    .navbar-toggler-icon::before {
      top: 0;
    }

    .navbar-toggler-icon span {
      top: 8px;
    }

    .navbar-toggler-icon::after {
      bottom: 0;
    }

    .page-hero {
      padding: 72px 0 50px;
      background:
        radial-gradient(circle at 88% 12%, rgba(242, 109, 91, .16), transparent 28%),
        radial-gradient(circle at 12% 8%, rgba(184, 50, 99, .14), transparent 32%);
      position: relative;
      overflow: hidden;
    }

    .page-hero::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      right: -180px;
      top: -160px;
      border-radius: 50%;
      background: rgba(246, 233, 215, .7);
      filter: blur(4px);
    }

    .breadcrumb-wrap {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: var(--radius-pill);
      background: rgba(255, 255, 255, .66);
      border: 1px solid var(--color-border);
      box-shadow: 0 10px 26px rgba(43, 16, 46, .06);
      font-size: 14px;
      color: var(--color-muted);
      margin-bottom: 22px;
    }

    .breadcrumb-wrap a {
      font-weight: 800;
      color: var(--color-primary);
    }

    .hero-panel {
      border-radius: var(--radius-xl);
      background: rgba(255, 255, 255, .62);
      border: 1px solid rgba(255, 255, 255, .78);
      box-shadow: var(--shadow-card);
      padding: 30px;
      position: relative;
      overflow: hidden;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      inset: auto -60px -80px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(184, 50, 99, .12);
    }

    .filter-summary {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      position: relative;
      z-index: 1;
    }

    .summary-chip {
      padding: 16px;
      border-radius: 20px;
      background: rgba(246, 233, 215, .72);
      border: 1px solid rgba(59, 23, 63, .09);
    }

    .summary-chip strong {
      display: block;
      color: var(--color-primary);
      font-size: 24px;
      font-weight: 850;
      line-height: 1.1;
      margin-bottom: 4px;
    }

    .summary-chip span {
      font-size: 13px;
      color: var(--color-muted);
      font-weight: 680;
    }

    .btn-brand,
    .btn-soft {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border-radius: var(--radius-pill);
      padding: 14px 24px;
      min-height: 50px;
      font-weight: 820;
      transition: var(--transition);
      border: 1px solid transparent;
    }

    .btn-brand {
      background: var(--gradient-brand);
      color: #fff;
      box-shadow: 0 16px 34px rgba(184, 50, 99, .22);
    }

    .btn-brand:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 22px 48px rgba(184, 50, 99, .33);
    }

    .btn-soft {
      background: rgba(246, 233, 215, .75);
      color: var(--color-primary);
      border-color: rgba(59, 23, 63, .12);
    }

    .btn-soft:hover {
      background: rgba(184, 50, 99, .1);
      color: var(--color-berry);
      transform: translateY(-2px);
    }

    .tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 11px;
      border-radius: var(--radius-pill);
      background: rgba(246, 233, 215, .78);
      color: #74435a;
      border: 1px solid rgba(59, 23, 63, .08);
      font-size: 13px;
      font-weight: 720;
      line-height: 1.2;
    }

    .tag.hot {
      background: rgba(184, 50, 99, .1);
      color: var(--color-berry);
    }

    .tag.member {
      background: rgba(201, 140, 106, .14);
      color: #8b563a;
    }

    .directory-layout {
      display: grid;
      grid-template-columns: 292px minmax(0, 1fr);
      gap: 28px;
      align-items: start;
    }

    .filter-sidebar {
      position: sticky;
      top: 104px;
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, .72);
      border: 1px solid var(--color-border);
      box-shadow: var(--shadow-card);
      padding: 24px;
    }

    .filter-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 20px;
    }

    .filter-title h2 {
      font-size: 22px;
    }

    .filter-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 14px;
      background: var(--gradient-brand);
      color: #fff;
      font-weight: 850;
      box-shadow: 0 10px 24px rgba(184, 50, 99, .22);
    }

    .filter-group {
      padding: 18px 0;
      border-top: 1px solid rgba(59, 23, 63, .09);
    }

    .filter-group:first-of-type {
      border-top: 0;
      padding-top: 0;
    }

    .filter-group h3 {
      font-size: 15px;
      margin-bottom: 12px;
      color: var(--color-primary-deep);
    }

    .filter-options {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .filter-option {
      border: 1px solid rgba(59, 23, 63, .1);
      background: rgba(246, 233, 215, .5);
      color: #6a475e;
      border-radius: var(--radius-pill);
      padding: 7px 12px;
      font-size: 13px;
      font-weight: 720;
      cursor: default;
      transition: var(--transition);
    }

    .filter-option:hover,
    .filter-option.active {
      color: #fff;
      background: var(--gradient-brand);
      border-color: transparent;
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(184, 50, 99, .16);
    }

    .search-card {
      margin-top: 10px;
      padding: 16px;
      border-radius: 20px;
      background: linear-gradient(135deg, rgba(43, 16, 46, .92), rgba(59, 23, 63, .88));
      color: #fff;
      overflow: hidden;
      position: relative;
    }

    .search-card::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      right: -52px;
      bottom: -52px;
      border-radius: 50%;
      background: rgba(242, 109, 91, .28);
    }

    .search-card strong {
      display: block;
      color: #fff;
      font-size: 16px;
      margin-bottom: 8px;
      position: relative;
      z-index: 1;
    }

    .search-card p {
      color: rgba(255, 255, 255, .72);
      font-size: 13px;
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }

    .content-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
      padding: 18px 20px;
      border-radius: 24px;
      background: rgba(255, 255, 255, .6);
      border: 1px solid var(--color-border);
    }

    .toolbar-title {
      font-weight: 850;
      color: var(--color-primary-deep);
    }

    .toolbar-sub {
      font-size: 14px;
      color: var(--color-muted);
    }

    .sort-pills {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .sort-pill {
      padding: 7px 12px;
      border-radius: var(--radius-pill);
      background: rgba(246, 233, 215, .6);
      color: #6b4c61;
      font-size: 13px;
      font-weight: 720;
      border: 1px solid rgba(59, 23, 63, .08);
    }

    .sort-pill.active {
      background: rgba(184, 50, 99, .1);
      color: var(--color-berry);
      border-color: rgba(184, 50, 99, .18);
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .entry-card {
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(59, 23, 63, .11);
      box-shadow: 0 14px 36px rgba(43, 16, 46, .08);
      overflow: hidden;
      transition: var(--transition);
    }

    .entry-card:hover {
      transform: translateY(-5px);
      box-shadow: var(--shadow-hover);
      border-color: rgba(184, 50, 99, .22);
    }

    .abstract-cover {
      height: 144px;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 18% 24%, rgba(246, 233, 215, .72), transparent 22%),
        radial-gradient(circle at 72% 42%, rgba(242, 109, 91, .38), transparent 24%),
        linear-gradient(135deg, #2B102E 0%, #6c234d 54%, #C98C6A 100%);
    }

    .abstract-cover::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 24px;
      transform: rotate(-3deg);
    }

    .abstract-cover::after {
      content: "";
      position: absolute;
      width: 170px;
      height: 170px;
      right: -40px;
      top: -46px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .1);
      filter: blur(2px);
      transition: var(--transition);
    }

    .entry-card:hover .abstract-cover::after {
      transform: scale(1.12) translate(-10px, 8px);
    }

    .cover-badge {
      position: absolute;
      left: 18px;
      top: 18px;
      padding: 7px 12px;
      border-radius: var(--radius-pill);
      background: rgba(255, 248, 241, .88);
      color: var(--color-primary);
      font-size: 13px;
      font-weight: 850;
      backdrop-filter: blur(10px);
    }

    .entry-body {
      padding: 24px;
    }

    .entry-body h3 {
      margin-bottom: 10px;
    }

    .entry-body p {
      font-size: 15px;
      line-height: 1.75;
      min-height: 78px;
    }

    .entry-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 18px 0;
    }

    .entry-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 9px 14px;
      padding-top: 16px;
      border-top: 1px solid rgba(59, 23, 63, .09);
      color: var(--color-muted);
      font-size: 13px;
      font-weight: 680;
    }

    .entry-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 18px;
    }

    .mini-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--color-berry);
      font-weight: 830;
      font-size: 14px;
    }

    .mini-link:hover {
      color: var(--color-primary-deep);
      transform: translateX(3px);
    }

    .banner-cta {
      border-radius: var(--radius-xl);
      background: var(--gradient-dark);
      padding: 40px;
      color: #fff;
      overflow: hidden;
      position: relative;
      box-shadow: 0 24px 58px rgba(43, 16, 46, .2);
    }

    .banner-cta::before {
      content: "";
      position: absolute;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      right: -120px;
      top: -140px;
      background: rgba(242, 109, 91, .22);
    }

    .banner-cta h2,
    .banner-cta h3 {
      color: #fff;
    }

    .banner-cta p {
      color: rgba(255, 255, 255, .74);
    }

    .banner-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 22px;
    }

    .banner-item {
      border-radius: 20px;
      padding: 16px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .12);
    }

    .banner-item strong {
      display: block;
      color: var(--color-champagne);
      margin-bottom: 4px;
      font-size: 15px;
    }

    .banner-item span {
      color: rgba(255, 255, 255, .68);
      font-size: 13px;
      line-height: 1.6;
    }

    .path-card {
      height: 100%;
      padding: 28px;
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, .68);
      border: 1px solid var(--color-border);
      box-shadow: 0 14px 34px rgba(43, 16, 46, .07);
      transition: var(--transition);
    }

    .path-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-hover);
    }

    .path-number {
      width: 48px;
      height: 48px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--gradient-brand);
      color: #fff;
      font-weight: 850;
      margin-bottom: 18px;
      box-shadow: 0 12px 24px rgba(184, 50, 99, .2);
    }

    .path-card h3 {
      margin-bottom: 10px;
    }

    .path-card p {
      font-size: 15px;
    }

    .accordion {
      display: grid;
      gap: 14px;
    }

    .accordion-item {
      border: 1px solid rgba(59, 23, 63, .11) !important;
      border-radius: 20px !important;
      overflow: hidden;
      background: rgba(255, 255, 255, .72);
      box-shadow: 0 10px 26px rgba(43, 16, 46, .06);
    }

    .accordion-button {
      padding: 20px 22px;
      color: var(--color-primary-deep);
      font-weight: 820;
      background: transparent;
      box-shadow: none !important;
      border: 0;
    }

    .accordion-button:not(.collapsed) {
      color: var(--color-berry);
      background: linear-gradient(135deg, rgba(246, 233, 215, .84), rgba(184, 50, 99, .08));
    }

    .accordion-button::after {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: rgba(184, 50, 99, .1);
      background-position: center;
      background-size: 14px;
      filter: hue-rotate(110deg) saturate(.7);
    }

    .accordion-body {
      padding: 0 22px 22px;
      color: var(--color-muted);
      line-height: 1.85;
    }

    .final-cta {
      border-radius: var(--radius-xl);
      background:
        radial-gradient(circle at 18% 16%, rgba(242, 109, 91, .24), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .8), rgba(246, 233, 215, .72));
      border: 1px solid rgba(59, 23, 63, .1);
      box-shadow: var(--shadow-card);
      padding: 42px;
      text-align: center;
    }

    .final-cta h2 {
      max-width: 780px;
      margin: 0 auto 14px;
    }

    .final-cta p {
      max-width: 720px;
      margin: 0 auto 26px;
    }

    .site-footer {
      background: #1A0D1E;
      color: rgba(255, 255, 255, .78);
      padding: 66px 0 26px;
      position: relative;
      overflow: hidden;
    }

    .site-footer::before {
      content: "";
      position: absolute;
      width: 420px;
      height: 420px;
      left: -210px;
      top: -180px;
      background: rgba(184, 50, 99, .18);
      border-radius: 50%;
      filter: blur(4px);
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      font-size: 18px;
      font-weight: 850;
      margin-bottom: 18px;
    }

    .site-footer p {
      color: rgba(255, 255, 255, .66);
      max-width: 520px;
      font-size: 15px;
    }

    .footer-title {
      color: var(--color-champagne);
      font-weight: 850;
      margin-bottom: 14px;
      font-size: 15px;
    }

    .footer-links {
      display: grid;
      gap: 9px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .66);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: #fff;
      transform: translateX(3px);
    }

    .compliance {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .1);
      color: rgba(255, 255, 255, .68);
      font-size: 14px;
      line-height: 1.75;
    }

    .copyright {
      margin-top: 42px;
      padding-top: 22px;
      border-top: 1px solid rgba(255, 255, 255, .1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, .52);
      font-size: 13px;
    }

    @media (max-width: 991.98px) {
      .section {
        padding: 72px 0;
      }

      .navbar-collapse {
        margin-top: 12px;
        padding: 16px;
        border-radius: 24px;
        background: rgba(255, 248, 241, .98);
        border: 1px solid var(--color-border);
        box-shadow: var(--shadow-card);
      }

      .navbar-nav {
        align-items: stretch;
        padding: 0;
        gap: 6px;
      }

      .nav-link {
        padding: 12px 14px !important;
      }

      .nav-cta {
        margin-top: 12px;
        width: 100%;
      }

      .directory-layout {
        grid-template-columns: 1fr;
      }

      .filter-sidebar {
        position: static;
      }

      .filter-summary {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .banner-list {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767.98px) {
      body {
        font-size: 15px;
      }

      .section {
        padding: 58px 0;
      }

      .page-hero {
        padding: 50px 0 34px;
      }

      .brand-text {
        font-size: 15px;
      }

      .brand-logo {
        max-width: calc(100vw - 94px);
      }

      .hero-panel,
      .banner-cta,
      .final-cta {
        padding: 24px;
        border-radius: 26px;
      }

      .filter-summary,
      .entry-grid {
        grid-template-columns: 1fr;
      }

      .content-toolbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .sort-pills {
        justify-content: flex-start;
      }

      .entry-body p {
        min-height: auto;
      }

      .entry-action {
        align-items: stretch;
        flex-direction: column;
      }

      .btn-brand,
      .btn-soft {
        width: 100%;
      }

      .copyright {
        display: grid;
      }
    }

    @media (max-width: 575.98px) {
      .container {
        padding-left: 18px;
        padding-right: 18px;
      }

      .site-header .navbar {
        min-height: 68px;
      }

      .brand-mark {
        width: 36px;
        height: 36px;
        border-radius: 13px;
      }

      .brand-text {
        font-size: 14px;
        line-height: 1.25;
      }

      .breadcrumb-wrap {
        flex-wrap: wrap;
        border-radius: 18px;
      }

      .abstract-cover {
        height: 126px;
      }

      .entry-body,
      .filter-sidebar,
      .path-card {
        padding: 20px;
      }

      .summary-chip strong {
        font-size: 21px;
      }
    }

/* roulang page: category3 */
:root{
      --color-primary:#3B173F;
      --color-primary-deep:#2B102E;
      --color-accent:#B83263;
      --color-coral:#F26D5B;
      --color-champagne:#F6E9D7;
      --color-copper:#C98C6A;
      --color-bg:#FFF8F1;
      --color-bg-soft:#FBF3EA;
      --color-dark:#20131F;
      --color-muted:#6F5C69;
      --color-line:rgba(59,23,63,.12);
      --color-line-strong:rgba(59,23,63,.2);
      --color-white:#ffffff;
      --gradient-brand:linear-gradient(135deg,#2B102E 0%,#B83263 52%,#F26D5B 100%);
      --gradient-soft:linear-gradient(135deg,rgba(246,233,215,.92),rgba(255,248,241,.96));
      --gradient-dark:radial-gradient(circle at 20% 10%,rgba(242,109,91,.24),transparent 28%),radial-gradient(circle at 85% 20%,rgba(184,50,99,.28),transparent 32%),linear-gradient(135deg,#1A0D1E 0%,#2B102E 58%,#3B173F 100%);
      --shadow-card:0 18px 45px rgba(43,16,46,.10);
      --shadow-hover:0 24px 60px rgba(43,16,46,.16);
      --shadow-soft:0 12px 30px rgba(43,16,46,.08);
      --radius-xl:32px;
      --radius-lg:26px;
      --radius-md:20px;
      --radius-sm:14px;
      --section-space:92px;
      --transition:.26s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;
      color:var(--color-dark);
      background:
        radial-gradient(circle at 6% 8%,rgba(184,50,99,.08),transparent 26%),
        radial-gradient(circle at 92% 18%,rgba(242,109,91,.08),transparent 26%),
        linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-soft) 100%);
      line-height:1.8;
      overflow-x:hidden;
    }
    a{color:var(--color-primary);text-decoration:none;transition:color var(--transition),background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}
    a:hover{color:var(--color-accent)}
    button,input,textarea,select{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
      outline:none;
      box-shadow:0 0 0 4px rgba(184,50,99,.18),0 0 0 1px rgba(184,50,99,.32);
    }
    img{max-width:100%;height:auto}
    .container{max-width:1220px}
    .section{padding:var(--section-space) 0}
    .section-tight{padding:70px 0}
    .section-title{
      font-size:clamp(28px,3.2vw,38px);
      line-height:1.25;
      font-weight:800;
      letter-spacing:-.03em;
      color:var(--color-dark);
      margin:0 0 14px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(184,50,99,.09);
      color:var(--color-accent);
      font-weight:800;
      font-size:14px;
      margin-bottom:16px;
    }
    .section-kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--gradient-brand);
      box-shadow:0 0 0 5px rgba(184,50,99,.12);
    }
    .section-desc{
      color:var(--color-muted);
      font-size:17px;
      max-width:760px;
      margin:0;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:blur(18px);
      background:rgba(255,248,241,.84);
      border-bottom:1px solid rgba(59,23,63,.1);
      box-shadow:0 12px 32px rgba(43,16,46,.06);
    }
    .navbar{padding:16px 0}
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      color:var(--color-primary)!important;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:42px;
      height:42px;
      flex:0 0 auto;
      border-radius:15px;
      background:
        radial-gradient(circle at 34% 28%,rgba(255,255,255,.72),transparent 22%),
        var(--gradient-brand);
      box-shadow:0 12px 28px rgba(184,50,99,.24);
      position:relative;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:11px;
      border:1px solid rgba(255,255,255,.55);
      border-radius:11px;
      transform:rotate(12deg);
    }
    .brand-text{
      font-size:18px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:410px;
    }
    .navbar-nav{
      align-items:center;
      gap:6px;
      padding:0 12px;
    }
    .nav-link{
      color:var(--color-dark)!important;
      font-weight:700;
      font-size:15px;
      padding:10px 15px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      background:rgba(184,50,99,.08);
      color:var(--color-accent)!important;
    }
    .nav-link.active{
      color:var(--color-accent)!important;
      background:linear-gradient(135deg,rgba(246,233,215,.95),rgba(184,50,99,.11));
      box-shadow:inset 0 0 0 1px rgba(184,50,99,.12);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:11px 20px;
      border-radius:999px;
      color:#fff!important;
      background:var(--gradient-brand);
      font-weight:800;
      box-shadow:0 14px 30px rgba(184,50,99,.23);
      white-space:nowrap;
    }
    .nav-cta:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(184,50,99,.3);
      color:#fff!important;
    }
    .navbar-toggler{
      border:0;
      width:46px;
      height:42px;
      border-radius:15px;
      background:rgba(59,23,63,.08);
      padding:0;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(184,50,99,.16)}
    .navbar-toggler-icon{
      width:22px;
      height:16px;
      background:none!important;
      position:relative;
      display:inline-block;
    }
    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon span{
      content:"";
      position:absolute;
      left:0;
      width:22px;
      height:2px;
      border-radius:999px;
      background:var(--color-primary);
    }
    .navbar-toggler-icon::before{top:0}
    .navbar-toggler-icon span{top:7px}
    .navbar-toggler-icon::after{bottom:0}

    .page-hero{
      position:relative;
      padding:86px 0 56px;
      overflow:hidden;
    }
    .page-hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 12% 16%,rgba(184,50,99,.13),transparent 30%),
        radial-gradient(circle at 88% 18%,rgba(242,109,91,.12),transparent 28%);
      pointer-events:none;
    }
    .breadcrumb-wrap{
      position:relative;
      display:inline-flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      padding:9px 14px;
      border:1px solid var(--color-line);
      border-radius:999px;
      background:rgba(255,255,255,.62);
      box-shadow:var(--shadow-soft);
      color:var(--color-muted);
      font-size:14px;
      margin-bottom:24px;
    }
    .breadcrumb-wrap a{font-weight:800;color:var(--color-primary)}
    .breadcrumb-wrap span:last-child{color:var(--color-accent);font-weight:800}
    .page-hero h1{
      position:relative;
      max-width:860px;
      font-size:clamp(34px,5vw,56px);
      line-height:1.15;
      letter-spacing:-.05em;
      font-weight:900;
      margin:0 0 20px;
      color:var(--color-dark);
    }
    .page-hero .lead{
      position:relative;
      max-width:780px;
      color:var(--color-muted);
      font-size:18px;
      margin:0 0 30px;
    }
    .hero-actions{
      position:relative;
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      align-items:center;
    }
    .btn-brand,.btn-soft,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:13px 23px;
      border-radius:999px;
      font-weight:850;
      border:1px solid transparent;
      transition:transform var(--transition),box-shadow var(--transition),background var(--transition),color var(--transition),border-color var(--transition);
    }
    .btn-brand{
      color:#fff!important;
      background:var(--gradient-brand);
      box-shadow:0 16px 34px rgba(184,50,99,.24);
    }
    .btn-brand:hover{
      color:#fff!important;
      transform:translateY(-2px);
      box-shadow:0 22px 44px rgba(184,50,99,.32);
    }
    .btn-soft{
      color:var(--color-primary)!important;
      background:rgba(246,233,215,.76);
      border-color:rgba(59,23,63,.12);
    }
    .btn-soft:hover{
      color:var(--color-accent)!important;
      background:rgba(184,50,99,.1);
      transform:translateY(-2px);
    }
    .btn-darkline{
      color:#fff!important;
      border-color:rgba(255,255,255,.18);
      background:rgba(255,255,255,.08);
    }
    .btn-darkline:hover{
      background:rgba(255,255,255,.14);
      color:#fff!important;
      transform:translateY(-2px);
    }

    .member-panel{
      position:relative;
      border-radius:var(--radius-xl);
      padding:34px;
      background:var(--gradient-dark);
      color:#fff;
      box-shadow:0 30px 70px rgba(43,16,46,.28);
      overflow:hidden;
      min-height:100%;
    }
    .member-panel::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      right:-70px;
      top:-80px;
      border-radius:50%;
      background:rgba(246,233,215,.12);
    }
    .member-panel::after{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:26px;
      pointer-events:none;
    }
    .panel-content{position:relative;z-index:1}
    .panel-topline{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:28px;
    }
    .panel-badge{
      display:inline-flex;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(246,233,215,.14);
      border:1px solid rgba(255,255,255,.12);
      color:#F6E9D7;
      font-weight:800;
      font-size:13px;
    }
    .panel-title{
      font-size:28px;
      font-weight:900;
      letter-spacing:-.03em;
      margin:0 0 12px;
    }
    .panel-desc{
      color:rgba(255,255,255,.74);
      margin:0 0 26px;
    }
    .privacy-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .privacy-chip{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.11);
    }
    .privacy-chip strong{
      display:block;
      font-size:20px;
      margin-bottom:4px;
      color:#fff;
    }
    .privacy-chip span{
      display:block;
      color:rgba(255,255,255,.68);
      font-size:13px;
      line-height:1.6;
    }

    .feature-card,.plan-card,.flow-card,.trust-card,.compare-card,.faq-card,.form-card{
      background:rgba(255,255,255,.7);
      border:1px solid var(--color-line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-card);
      transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);
    }
    .feature-card:hover,.plan-card:hover,.flow-card:hover,.trust-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(184,50,99,.2);
    }
    .feature-card{padding:28px;height:100%}
    .feature-icon{
      width:52px;
      height:52px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:linear-gradient(135deg,rgba(184,50,99,.13),rgba(242,109,91,.13));
      color:var(--color-accent);
      font-weight:900;
      font-size:22px;
      margin-bottom:18px;
    }
    .feature-card h3{
      font-size:21px;
      font-weight:850;
      margin:0 0 10px;
      letter-spacing:-.02em;
    }
    .feature-card p{
      color:var(--color-muted);
      margin:0 0 16px;
    }
    .tag-row{display:flex;gap:8px;flex-wrap:wrap}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(246,233,215,.82);
      color:var(--color-primary);
      border:1px solid rgba(59,23,63,.08);
      font-size:13px;
      font-weight:800;
      line-height:1.3;
    }
    .tag.hot{background:rgba(184,50,99,.1);color:var(--color-accent)}
    .tag.dark{background:rgba(59,23,63,.08);color:var(--color-primary)}

    .plans-wrap{
      display:grid;
      grid-template-columns:1fr 1.12fr 1fr;
      gap:22px;
      align-items:stretch;
    }
    .plan-card{
      position:relative;
      padding:30px;
      overflow:hidden;
    }
    .plan-card.recommended{
      background:
        linear-gradient(#fff8f1,#fff8f1) padding-box,
        var(--gradient-brand) border-box;
      border:2px solid transparent;
      transform:translateY(-12px);
    }
    .plan-card.recommended:hover{transform:translateY(-17px)}
    .recommend-badge{
      position:absolute;
      right:22px;
      top:22px;
      padding:7px 12px;
      border-radius:999px;
      color:#fff;
      background:var(--gradient-brand);
      font-size:13px;
      font-weight:900;
      box-shadow:0 10px 24px rgba(184,50,99,.22);
    }
    .plan-name{
      font-size:23px;
      font-weight:900;
      margin:0 0 8px;
      letter-spacing:-.03em;
    }
    .plan-sub{
      color:var(--color-muted);
      margin:0 0 20px;
      min-height:58px;
    }
    .plan-price{
      display:flex;
      align-items:baseline;
      gap:8px;
      margin-bottom:22px;
    }
    .plan-price strong{
      font-size:34px;
      line-height:1;
      color:var(--color-primary);
      font-weight:950;
      letter-spacing:-.04em;
    }
    .plan-price span{color:var(--color-muted);font-size:14px}
    .check-list{
      list-style:none;
      padding:0;
      margin:0 0 26px;
      display:grid;
      gap:12px;
    }
    .check-list li{
      position:relative;
      padding-left:28px;
      color:var(--color-dark);
      font-size:15px;
    }
    .check-list li::before{
      content:"✓";
      position:absolute;
      left:0;
      top:0;
      width:20px;
      height:20px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--color-accent),var(--color-coral));
      font-size:12px;
      font-weight:900;
      line-height:1;
    }

    .compare-card{
      padding:0;
      overflow:hidden;
    }
    .compare-head{
      padding:28px 30px;
      background:linear-gradient(135deg,rgba(246,233,215,.86),rgba(184,50,99,.08));
      border-bottom:1px solid var(--color-line);
    }
    .compare-head h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-.03em}
    .compare-row{
      display:grid;
      grid-template-columns:1.25fr repeat(3,1fr);
      border-bottom:1px solid var(--color-line);
      min-height:64px;
      align-items:stretch;
    }
    .compare-row:last-child{border-bottom:0}
    .compare-cell{
      padding:18px 20px;
      display:flex;
      align-items:center;
      border-right:1px solid var(--color-line);
      color:var(--color-muted);
      font-size:15px;
    }
    .compare-cell:last-child{border-right:0}
    .compare-cell:first-child{
      font-weight:850;
      color:var(--color-dark);
      background:rgba(246,233,215,.34);
    }
    .compare-cell.yes{color:var(--color-accent);font-weight:900}
    .compare-cell.mid{color:var(--color-primary);font-weight:850}
    .compare-label{
      display:none;
      color:var(--color-muted);
      font-size:13px;
      font-weight:800;
      margin-right:8px;
    }

    .flow-bg{
      background:var(--gradient-dark);
      color:#fff;
      border-radius:var(--radius-xl);
      padding:44px;
      box-shadow:0 26px 65px rgba(43,16,46,.22);
      position:relative;
      overflow:hidden;
    }
    .flow-bg::before{
      content:"";
      position:absolute;
      inset:auto -80px -90px auto;
      width:300px;
      height:300px;
      border-radius:50%;
      background:rgba(242,109,91,.16);
    }
    .flow-bg .section-title{color:#fff}
    .flow-bg .section-desc{color:rgba(255,255,255,.72)}
    .flow-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      margin-top:34px;
    }
    .flow-card{
      padding:24px;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.12);
      box-shadow:none;
      color:#fff;
      position:relative;
    }
    .flow-card:hover{
      background:rgba(255,255,255,.11);
      border-color:rgba(255,255,255,.2);
    }
    .flow-num{
      width:42px;
      height:42px;
      border-radius:50%;
      display:grid;
      place-items:center;
      color:#fff;
      background:var(--gradient-brand);
      font-weight:950;
      margin-bottom:18px;
      box-shadow:0 12px 28px rgba(184,50,99,.32);
    }
    .flow-card h3{
      font-size:19px;
      font-weight:900;
      margin:0 0 8px;
    }
    .flow-card p{
      color:rgba(255,255,255,.68);
      margin:0;
      font-size:14px;
      line-height:1.75;
    }

    .trust-card{
      padding:26px;
      height:100%;
      position:relative;
      overflow:hidden;
    }
    .trust-card::after{
      content:"";
      position:absolute;
      width:120px;
      height:120px;
      right:-55px;
      bottom:-55px;
      border-radius:50%;
      background:rgba(184,50,99,.08);
    }
    .trust-card h3{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:20px;
      font-weight:900;
      margin:0 0 10px;
    }
    .trust-dot{
      width:12px;
      height:12px;
      border-radius:50%;
      background:var(--gradient-brand);
      box-shadow:0 0 0 6px rgba(184,50,99,.12);
    }
    .trust-card p{
      color:var(--color-muted);
      margin:0;
    }

    .cta-band{
      border-radius:var(--radius-xl);
      padding:44px;
      background:
        radial-gradient(circle at 16% 20%,rgba(246,233,215,.22),transparent 28%),
        var(--gradient-brand);
      color:#fff;
      box-shadow:0 28px 70px rgba(184,50,99,.24);
      position:relative;
      overflow:hidden;
    }
    .cta-band::after{
      content:"";
      position:absolute;
      right:36px;
      top:32px;
      width:160px;
      height:160px;
      border-radius:42px;
      transform:rotate(18deg);
      border:1px solid rgba(255,255,255,.2);
      background:rgba(255,255,255,.08);
    }
    .cta-band h2{
      position:relative;
      z-index:1;
      font-size:clamp(27px,3vw,38px);
      font-weight:950;
      letter-spacing:-.04em;
      margin:0 0 12px;
      max-width:720px;
    }
    .cta-band p{
      position:relative;
      z-index:1;
      color:rgba(255,255,255,.78);
      max-width:760px;
      margin:0 0 26px;
    }
    .cta-band .hero-actions{z-index:1}

    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid var(--color-line)!important;
      border-radius:20px!important;
      background:rgba(255,255,255,.68);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .accordion-button{
      background:transparent!important;
      color:var(--color-dark)!important;
      font-weight:900;
      border:0!important;
      box-shadow:none!important;
      padding:20px 22px;
      line-height:1.5;
    }
    .accordion-button:not(.collapsed){
      background:linear-gradient(135deg,rgba(246,233,215,.9),rgba(184,50,99,.08))!important;
      color:var(--color-accent)!important;
    }
    .accordion-button::after{
      width:30px;
      height:30px;
      border-radius:50%;
      background-color:rgba(184,50,99,.1);
      background-position:center;
      background-size:14px;
      filter:none;
    }
    .accordion-body{
      padding:0 22px 22px;
      color:var(--color-muted);
    }

    .form-card{
      padding:30px;
      height:100%;
    }
    .form-card h3{
      font-size:24px;
      font-weight:900;
      margin:0 0 10px;
      letter-spacing:-.03em;
    }
    .form-card p{
      color:var(--color-muted);
      margin:0 0 20px;
    }
    .form-control,.form-select{
      border:1px solid var(--color-line);
      border-radius:16px;
      background:rgba(246,233,215,.42);
      padding:13px 15px;
      color:var(--color-dark);
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(184,50,99,.42);
      background:#fff;
      box-shadow:0 0 0 4px rgba(184,50,99,.12);
    }
    .form-label{
      font-weight:800;
      color:var(--color-primary);
      margin-bottom:7px;
    }
    .form-hint{
      font-size:13px;
      color:var(--color-muted);
      margin-top:12px;
      line-height:1.65;
    }

    .site-footer{
      background:#1A0D1E;
      color:rgba(255,255,255,.72);
      padding:64px 0 28px;
      margin-top:40px;
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      width:420px;
      height:420px;
      border-radius:50%;
      left:-170px;
      top:-220px;
      background:rgba(184,50,99,.18);
      filter:blur(2px);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900;
      font-size:18px;
      margin-bottom:16px;
      position:relative;
      z-index:1;
    }
    .site-footer p{
      max-width:460px;
      margin:0;
      color:rgba(255,255,255,.64);
      font-size:15px;
    }
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,255,255,.64);
      font-size:15px;
    }
    .footer-links a:hover{
      color:#F6E9D7;
      transform:translateX(3px);
    }
    .compliance{
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);
      color:rgba(255,255,255,.66);
      font-size:14px;
      line-height:1.75;
    }
    .copyright{
      position:relative;
      z-index:1;
      margin-top:38px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.1);
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.52);
      font-size:13px;
    }

    @media (max-width:991.98px){
      :root{--section-space:72px}
      .brand-text{max-width:330px}
      .navbar-collapse{
        margin-top:14px;
        padding:14px;
        border-radius:22px;
        background:rgba(255,248,241,.96);
        border:1px solid var(--color-line);
        box-shadow:var(--shadow-card);
      }
      .navbar-nav{
        align-items:stretch;
        gap:4px;
        padding:0;
      }
      .nav-link{padding:12px 14px!important}
      .nav-cta{
        margin-top:10px;
        width:100%;
      }
      .page-hero{padding:68px 0 44px}
      .member-panel{margin-top:28px}
      .plans-wrap{grid-template-columns:1fr;gap:18px}
      .plan-card.recommended{transform:none}
      .plan-card.recommended:hover{transform:translateY(-5px)}
      .flow-bg{padding:32px}
      .flow-grid{grid-template-columns:repeat(2,1fr)}
      .compare-row{grid-template-columns:1fr}
      .compare-cell{
        border-right:0;
        border-bottom:1px solid var(--color-line);
        justify-content:space-between;
      }
      .compare-cell:last-child{border-bottom:0}
      .compare-cell:first-child{background:rgba(246,233,215,.6)}
      .compare-label{display:inline}
    }

    @media (max-width:767.98px){
      :root{--section-space:58px}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .brand-text{font-size:16px;max-width:245px}
      .page-hero h1{letter-spacing:-.04em}
      .page-hero .lead{font-size:16px}
      .hero-actions{align-items:stretch}
      .btn-brand,.btn-soft,.btn-darkline{width:100%;padding:12px 18px}
      .privacy-grid{grid-template-columns:1fr}
      .member-panel{padding:26px}
      .feature-card,.plan-card,.form-card{padding:24px}
      .flow-grid{grid-template-columns:1fr}
      .flow-bg{padding:26px;border-radius:26px}
      .cta-band{padding:30px;border-radius:26px}
      .cta-band::after{display:none}
      .copyright{display:grid}
    }

    @media (max-width:575.98px){
      .section{padding:50px 0}
      .section-tight{padding:48px 0}
      .brand-text{max-width:205px}
      .breadcrumb-wrap{border-radius:18px;align-items:flex-start}
      .panel-topline{display:grid}
      .compare-head{padding:22px}
      .compare-cell{padding:15px 16px;font-size:14px}
      .site-footer{padding:52px 0 24px}
    }
