/* roulang page: index */
:root{
      --bg:#faf7f2;
      --bg-2:#f3efe8;
      --surface:rgba(255,255,255,.86);
      --surface-strong:#ffffff;
      --text:#1f1b2e;
      --muted:#6d6780;
      --line:rgba(76,53,129,.12);
      --brand-1:#5a31f4;
      --brand-2:#eb4b9b;
      --brand-3:#ffb66b;
      --brand-grad:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-2) 54%,var(--brand-3) 100%);
      --shadow:0 18px 50px rgba(56,33,98,.12);
      --shadow-soft:0 10px 26px rgba(56,33,98,.08);
      --radius-xl:30px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --space:clamp(18px,2vw,28px);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 10% 10%, rgba(90,49,244,.08), transparent 24%),
        radial-gradient(circle at 90% 20%, rgba(235,75,155,.08), transparent 20%),
        radial-gradient(circle at 75% 85%, rgba(255,182,107,.12), transparent 22%),
        linear-gradient(180deg, #fff 0%, var(--bg) 12%, #fbf9f5 100%);
      line-height:1.7;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    ::selection{background:rgba(90,49,244,.18)}
    .container{max-width:1180px}
    section[id]{scroll-margin-top:120px}

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      padding:12px 0 0;
      background:linear-gradient(180deg, rgba(250,247,242,.88), rgba(250,247,242,.65));
      backdrop-filter:saturate(160%) blur(16px);
    }
    .topbar-pill{
      display:flex;
      align-items:center;
      gap:14px;
      padding:12px 14px;
      border:1px solid rgba(90,49,244,.12);
      border-radius:999px;
      background:rgba(255,255,255,.72);
      box-shadow:var(--shadow-soft);
    }
    .brand{
      display:flex;
      flex-direction:column;
      min-width:0;
      padding:4px 14px 4px 10px;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(90,49,244,.08), rgba(235,75,155,.06));
    }
    .brand-mark{
      font-size:1rem;
      font-weight:800;
      letter-spacing:.02em;
      line-height:1.15;
      color:var(--text);
      white-space:nowrap;
    }
    .brand-sub{
      font-size:.78rem;
      color:var(--muted);
      white-space:nowrap;
    }
    .nav-pills{
      display:flex;
      align-items:center;
      gap:8px;
      flex:1;
      min-width:0;
      justify-content:center;
    }
    .nav-pills .nav-link{
      border:1px solid transparent;
      color:var(--muted);
      border-radius:999px;
      padding:10px 16px;
      line-height:1;
      background:transparent;
      transition:all .25s ease;
      white-space:nowrap;
    }
    .nav-pills .nav-link:hover,
    .nav-pills .nav-link:focus-visible{
      color:var(--text);
      border-color:rgba(90,49,244,.18);
      background:rgba(90,49,244,.06);
      box-shadow:0 10px 18px rgba(90,49,244,.08);
      transform:translateY(-1px);
      outline:none;
    }
    .nav-pills .nav-link.active{
      color:#fff;
      background:var(--brand-grad);
      box-shadow:0 12px 24px rgba(90,49,244,.22);
    }
    .btn{
      border:0;
      border-radius:999px;
      padding:12px 18px;
      transition:all .25s ease;
      font-weight:700;
    }
    .btn:focus-visible{
      outline:3px solid rgba(90,49,244,.22);
      outline-offset:2px;
    }
    .btn-brand{
      color:#fff;
      background:var(--brand-grad);
      box-shadow:0 14px 30px rgba(90,49,244,.22);
    }
    .btn-brand:hover,.btn-brand:focus-visible{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(90,49,244,.28);
      filter:saturate(1.04) brightness(1.02);
    }
    .btn-ghost{
      color:var(--text);
      background:rgba(255,255,255,.8);
      border:1px solid rgba(90,49,244,.16);
      box-shadow:0 12px 24px rgba(56,33,98,.06);
    }
    .btn-ghost:hover,.btn-ghost:focus-visible{
      color:var(--text);
      transform:translateY(-2px);
      border-color:rgba(90,49,244,.26);
      background:#fff;
    }
    .btn-soft{
      color:var(--brand-1);
      background:rgba(90,49,244,.08);
      border:1px solid rgba(90,49,244,.14);
    }
    .btn-soft:hover{transform:translateY(-2px);background:rgba(90,49,244,.12)}

    .hero{
      position:relative;
      padding:42px 0 28px;
    }
    .hero::before,
    .hero::after{
      content:"";
      position:absolute;
      inset:auto;
      pointer-events:none;
      border-radius:50%;
      filter:blur(6px);
    }
    .hero::before{
      width:210px;height:210px;
      left:-60px;top:30px;
      background:radial-gradient(circle, rgba(90,49,244,.14), transparent 68%);
    }
    .hero::after{
      width:260px;height:260px;
      right:-70px;bottom:10px;
      background:radial-gradient(circle, rgba(235,75,155,.12), transparent 68%);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:28px;
      align-items:stretch;
    }
    .hero-copy{
      padding:34px 0 8px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      margin-bottom:18px;
      border-radius:999px;
      color:var(--brand-1);
      background:rgba(90,49,244,.08);
      border:1px solid rgba(90,49,244,.12);
      font-size:.92rem;
      font-weight:700;
    }
    .hero h1{
      margin:0;
      font-size:clamp(2.45rem,6vw,5rem);
      line-height:1.02;
      letter-spacing:-.04em;
      font-weight:900;
      max-width:11ch;
    }
    .hero h1 .grad{
      background:var(--brand-grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-lead{
      margin:18px 0 0;
      max-width:58ch;
      color:var(--muted);
      font-size:1.06rem;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-stats{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .stat-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:0 10px 22px rgba(56,33,98,.06);
      color:var(--text);
      font-weight:700;
      font-size:.92rem;
    }
    .dot{
      width:9px;height:9px;border-radius:50%;
      background:var(--brand-grad);
      box-shadow:0 0 0 4px rgba(90,49,244,.08);
      flex:0 0 auto;
    }
    .section-jump{
      display:flex;
      gap:10px;
      margin-top:26px;
      overflow-x:auto;
      padding-bottom:6px;
      scrollbar-width:none;
    }
    .section-jump::-webkit-scrollbar{display:none}
    .section-jump a{
      white-space:nowrap;
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(90,49,244,.14);
      background:rgba(255,255,255,.72);
      color:var(--muted);
      transition:all .25s ease;
      flex:0 0 auto;
      font-size:.94rem;
    }
    .section-jump a:hover{
      color:var(--text);
      transform:translateY(-1px);
      box-shadow:0 10px 18px rgba(90,49,244,.08);
      border-color:rgba(90,49,244,.22);
    }

    .hero-panel{
      position:relative;
      padding:18px;
      border-radius:var(--radius-xl);
      background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.76));
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(145deg, rgba(90,49,244,.07), transparent 36%),
        linear-gradient(320deg, rgba(235,75,155,.06), transparent 38%);
      pointer-events:none;
    }
    .panel-badges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:14px;
      position:relative;
      z-index:1;
    }
    .panel-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(90,49,244,.12);
      color:var(--muted);
      font-size:.88rem;
      font-weight:700;
    }
    .visual-card{
      position:relative;
      z-index:1;
      border-radius:26px;
      padding:20px;
      background:linear-gradient(180deg, #ffffff, #fcf9ff);
      border:1px solid rgba(90,49,244,.14);
      box-shadow:0 18px 34px rgba(56,33,98,.08);
    }
    .visual-title{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:16px;
    }
    .visual-title h3{
      margin:0;
      font-size:1.25rem;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .visual-title p{
      margin:6px 0 0;
      color:var(--muted);
      font-size:.95rem;
    }
    .mini-stats{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin:16px 0;
    }
    .mini-stat{
      padding:14px 12px;
      border-radius:18px;
      background:rgba(90,49,244,.05);
      border:1px solid rgba(90,49,244,.12);
    }
    .mini-stat strong{
      display:block;
      font-size:1.1rem;
      margin-bottom:2px;
      color:var(--text);
    }
    .mini-stat span{
      color:var(--muted);
      font-size:.86rem;
    }
    .apply-box{
      margin-top:10px;
      padding:16px;
      border-radius:22px;
      background:rgba(255,255,255,.9);
      border:1px solid rgba(90,49,244,.12);
      position:relative;
      z-index:1;
    }
    .apply-box h4{
      margin:0 0 8px;
      font-size:1.08rem;
      font-weight:800;
    }
    .apply-box p{
      margin:0 0 14px;
      color:var(--muted);
      font-size:.92rem;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .form-control,
    .form-select{
      border-radius:16px;
      border:1px solid rgba(90,49,244,.14);
      background:#fff;
      box-shadow:none;
      padding:12px 14px;
    }
    .form-control:focus,
    .form-select:focus{
      border-color:rgba(90,49,244,.3);
      box-shadow:0 0 0 .2rem rgba(90,49,244,.12);
    }
    .form-note{
      margin-top:10px;
      color:var(--muted);
      font-size:.84rem;
    }
    .panel-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      margin-top:12px;
      position:relative;
      z-index:1;
    }
    .panel-mini{
      padding:14px 12px;
      border-radius:18px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:0 12px 24px rgba(56,33,98,.06);
    }
    .panel-mini .mark{
      width:40px;height:40px;border-radius:14px;
      display:grid;place-items:center;
      margin-bottom:10px;
      color:#fff;
      background:var(--brand-grad);
      font-size:1.08rem;
      font-weight:800;
    }
    .panel-mini h5{
      margin:0 0 5px;
      font-size:.98rem;
      font-weight:800;
    }
    .panel-mini p{
      margin:0;
      color:var(--muted);
      font-size:.86rem;
      line-height:1.55;
    }

    .section{
      padding:74px 0;
      position:relative;
    }
    .section.alt{
      background:linear-gradient(180deg, rgba(255,255,255,.4), rgba(243,239,232,.6));
      border-top:1px solid rgba(90,49,244,.06);
      border-bottom:1px solid rgba(90,49,244,.06);
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:20px;
      margin-bottom:26px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      border:1px solid rgba(90,49,244,.12);
      background:rgba(255,255,255,.76);
      color:var(--brand-1);
      font-size:.88rem;
      font-weight:700;
      margin-bottom:10px;
    }
    .section-head h2{
      margin:0;
      font-size:clamp(1.6rem,3vw,2.35rem);
      font-weight:900;
      letter-spacing:-.03em;
    }
    .section-head p{
      margin:10px 0 0;
      max-width:64ch;
      color:var(--muted);
    }
    .section-link{
      color:var(--brand-1);
      font-weight:700;
      white-space:nowrap;
    }
    .card-surface{
      position:relative;
      height:100%;
      border-radius:var(--radius-lg);
      background:var(--surface);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .card-surface:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow);
      border-color:rgba(90,49,244,.22);
    }
    .card-surface .surface-inner{
      padding:22px;
    }
    .icon-mark{
      width:54px;height:54px;border-radius:18px;
      display:grid;place-items:center;
      margin-bottom:16px;
      background:var(--brand-grad);
      color:#fff;
      font-size:1.4rem;
      font-weight:900;
      box-shadow:0 14px 26px rgba(90,49,244,.2);
      user-select:none;
    }
    .card-surface h3,
    .card-surface h4{
      margin:0 0 10px;
      font-size:1.15rem;
      font-weight:850;
      letter-spacing:-.02em;
    }
    .card-surface p{
      margin:0;
      color:var(--muted);
    }
    .card-actions{
      margin-top:16px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(90,49,244,.07);
      border:1px solid rgba(90,49,244,.12);
      color:var(--brand-1);
      font-weight:700;
      font-size:.84rem;
      line-height:1;
    }
    .benefit-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
    }
    .benefit-grid .item-1{grid-column:span 4}
    .benefit-grid .item-2{grid-column:span 4;margin-top:18px}
    .benefit-grid .item-3{grid-column:span 4}
    .benefit-grid .item-4{grid-column:span 12}
    .benefit-grid .item-4 .surface-inner{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:center;
    }
    .benefit-list{
      display:grid;
      gap:10px;
      margin-top:14px;
    }
    .benefit-list div{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--text);
      padding:11px 12px;
      border-radius:16px;
      background:rgba(90,49,244,.05);
      border:1px solid rgba(90,49,244,.08);
    }
    .benefit-list span{
      width:24px;height:24px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--brand-grad);
      color:#fff;
      font-size:.78rem;
      flex:0 0 auto;
      margin-top:1px;
    }

    .news-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
    }
    .news-list{
      display:grid;
      gap:14px;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:14px;
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:0 10px 20px rgba(56,33,98,.05);
      transition:transform .25s ease, box-shadow .25s ease;
    }
    .news-item:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-soft);
    }
    .news-date{
      min-width:78px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      align-self:flex-start;
      padding:8px 10px;
      border-radius:16px;
      background:rgba(90,49,244,.08);
      color:var(--brand-1);
      font-weight:800;
      font-size:.84rem;
    }
    .news-item h3{
      margin:0 0 8px;
      font-size:1.04rem;
      font-weight:850;
    }
    .news-item p{
      margin:0 0 12px;
      color:var(--muted);
      font-size:.94rem;
    }
    .news-side{
      height:100%;
      position:relative;
    }
    .news-side .card-surface{
      position:sticky;
      top:108px;
    }
    .news-side ul{
      list-style:none;
      padding:0;
      margin:14px 0 18px;
      display:grid;
      gap:10px;
    }
    .news-side li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--text);
      padding:10px 12px;
      border-radius:14px;
      background:rgba(90,49,244,.05);
    }
    .news-side li i{
      width:24px;height:24px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--brand-grad);
      color:#fff;
      flex:0 0 auto;
      font-size:.78rem;
      font-style:normal;
      font-weight:800;
    }

    .steps-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .step-card{
      padding:22px;
      border-radius:26px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow-soft);
      position:relative;
    }
    .step-no{
      width:52px;height:52px;border-radius:18px;
      display:grid;place-items:center;
      background:var(--brand-grad);
      color:#fff;
      font-size:1.15rem;
      font-weight:900;
      box-shadow:0 14px 24px rgba(90,49,244,.2);
      margin-bottom:14px;
    }
    .step-card h3{margin:0 0 10px;font-size:1.1rem;font-weight:850}
    .step-card p{margin:0;color:var(--muted)}
    .step-card .step-line{
      position:absolute;
      right:18px;
      top:18px;
      width:48px;
      height:6px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(90,49,244,.18), rgba(235,75,155,.18));
    }

    .service-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .service-card .surface-inner{
      min-height:100%;
      display:flex;
      flex-direction:column;
    }
    .service-card .push{
      margin-top:auto;
      padding-top:16px;
    }
    .service-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:14px 0 0;
    }

    .proof-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
      align-items:stretch;
    }
    .proof-grid .score-box{grid-column:span 4}
    .proof-grid .quote-box{grid-column:span 4}
    .proof-grid .mini-table{grid-column:span 4}
    .score-wrap{
      display:grid;
      gap:12px;
    }
    .big-score{
      padding:22px;
      border-radius:26px;
      background:linear-gradient(180deg, rgba(90,49,244,.08), rgba(235,75,155,.06));
      border:1px solid rgba(90,49,244,.12);
    }
    .big-score strong{
      display:block;
      font-size:2.3rem;
      line-height:1;
      margin-bottom:8px;
      font-weight:900;
      color:var(--text);
    }
    .big-score span{
      color:var(--muted);
    }
    .score-points{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .score-points div{
      padding:14px 12px;
      border-radius:18px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(90,49,244,.12);
      text-align:center;
    }
    .score-points strong{
      display:block;
      font-size:1.08rem;
      font-weight:900;
    }
    .score-points span{
      color:var(--muted);
      font-size:.84rem;
    }
    .quote-box blockquote{
      margin:0;
      padding:22px;
      border-radius:26px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow-soft);
      height:100%;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:16px;
    }
    .quote-box blockquote p{
      margin:0;
      font-size:1.02rem;
      color:var(--text);
    }
    .quote-box cite{
      font-style:normal;
      color:var(--muted);
    }
    .comparison{
      height:100%;
      padding:22px;
      border-radius:26px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow-soft);
    }
    .comparison h3{
      margin:0 0 16px;
      font-size:1.1rem;
      font-weight:850;
    }
    .comparison-table{
      width:100%;
      margin:0;
      border-collapse:separate;
      border-spacing:0 10px;
    }
    .comparison-table th,
    .comparison-table td{
      padding:10px 12px;
      font-size:.92rem;
    }
    .comparison-table thead th{
      color:var(--muted);
      font-weight:700;
      border-bottom:1px solid rgba(90,49,244,.08);
    }
    .comparison-table tbody tr{
      background:rgba(90,49,244,.05);
    }
    .comparison-table tbody td:first-child{
      border-top-left-radius:16px;
      border-bottom-left-radius:16px;
      font-weight:700;
    }
    .comparison-table tbody td:last-child{
      border-top-right-radius:16px;
      border-bottom-right-radius:16px;
    }

    .plan-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      align-items:stretch;
    }
    .plan-card{
      position:relative;
      padding:22px;
      border-radius:28px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      display:flex;
      flex-direction:column;
      height:100%;
    }
    .plan-card.featured{
      transform:translateY(-10px);
      box-shadow:var(--shadow);
      border-color:rgba(90,49,244,.22);
    }
    .plan-card.featured::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:5px;
      background:var(--brand-grad);
    }
    .plan-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:14px;
    }
    .plan-top h3{
      margin:0 0 6px;
      font-size:1.15rem;
      font-weight:900;
    }
    .plan-price{
      font-size:2rem;
      font-weight:900;
      line-height:1;
      color:var(--text);
    }
    .plan-price small{
      font-size:.9rem;
      color:var(--muted);
      font-weight:700;
    }
    .plan-features{
      list-style:none;
      margin:16px 0 20px;
      padding:0;
      display:grid;
      gap:10px;
      color:var(--text);
    }
    .plan-features li{
      display:flex;
      align-items:flex-start;
      gap:10px;
    }
    .plan-features li span{
      width:20px;height:20px;
      border-radius:50%;
      display:grid;place-items:center;
      background:rgba(90,49,244,.08);
      color:var(--brand-1);
      flex:0 0 auto;
      font-size:.75rem;
      font-weight:900;
      margin-top:2px;
    }
    .plan-note{
      margin-top:auto;
      color:var(--muted);
      font-size:.9rem;
    }

    .faq-wrap{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(90,49,244,.12);
      border-radius:28px;
      overflow:hidden;
      box-shadow:var(--shadow-soft);
    }
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-bg:transparent;
      --bs-accordion-btn-focus-box-shadow:none;
      --bs-accordion-active-color:var(--text);
      --bs-accordion-active-bg:transparent;
      --bs-accordion-btn-color:var(--text);
    }
    .accordion-item{
      border:0;
      border-bottom:1px solid rgba(90,49,244,.08);
      background:transparent;
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-button{
      padding:20px 22px;
      font-weight:800;
      background:transparent;
      box-shadow:none;
    }
    .accordion-button::after{
      background-image:none;
      content:"+";
      display:grid;
      place-items:center;
      width:28px;
      height:28px;
      border-radius:50%;
      background:rgba(90,49,244,.08);
      color:var(--brand-1);
      font-size:1rem;
      font-weight:900;
      transform:none;
    }
    .accordion-button:not(.collapsed)::after{
      content:"–";
    }
    .accordion-button:not(.collapsed){
      color:var(--text);
    }
    .accordion-body{
      padding:0 22px 22px;
      color:var(--muted);
    }

    .footer{
      padding:30px 0 95px;
      border-top:1px solid rgba(90,49,244,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.6), rgba(243,239,232,.76));
    }
    .footer-shell{
      padding:24px;
      border-radius:28px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(90,49,244,.12);
      box-shadow:var(--shadow-soft);
    }
    .footer-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
    }
    .footer-brand h2{
      margin:0 0 8px;
      font-size:1.4rem;
      font-weight:900;
    }
    .footer-brand p{
      margin:0;
      color:var(--muted);
      max-width:60ch;
    }
    .footer-links{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .footer-links a{
      padding:9px 14px;
      border-radius:999px;
      border:1px solid rgba(90,49,244,.12);
      color:var(--muted);
      background:rgba(255,255,255,.66);
    }
    .footer-links a:hover{
      color:var(--text);
      border-color:rgba(90,49,244,.22);
      transform:translateY(-1px);
    }
    .footer-meta{
      margin-top:18px;
      padding-top:16px;
      border-top:1px solid rgba(90,49,244,.08);
      color:var(--muted);
      font-size:.92rem;
      display:flex;
      flex-wrap:wrap;
      gap:10px 18px;
      align-items:center;
      justify-content:space-between;
    }

    .floating-cta{
      position:fixed;
      right:18px;
      bottom:18px;
      z-index:1040;
      display:flex;
      align-items:center;
      gap:12px;
      padding:12px 14px;
      border-radius:999px;
      background:rgba(255,255,255,.9);
      border:1px solid rgba(90,49,244,.14);
      box-shadow:var(--shadow);
      backdrop-filter:blur(14px);
    }
    .floating-cta .mini{
      color:var(--muted);
      font-size:.88rem;
      white-space:nowrap;
    }
    .floating-cta .btn{padding:10px 16px}
    .mobile-bar{
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:1040;
      display:none;
      align-items:center;
      gap:10px;
      padding:10px;
      border-radius:22px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(90,49,244,.14);
      box-shadow:var(--shadow);
      backdrop-filter:blur(14px);
    }
    .mobile-bar .btn{flex:1}
    .mobile-bar span{
      color:var(--muted);
      font-size:.82rem;
      white-space:nowrap;
    }

    @media (max-width: 1199.98px){
      .hero-grid{grid-template-columns:1fr}
      .news-grid{grid-template-columns:1fr}
      .news-side .card-surface{position:relative;top:auto}
      .benefit-grid .item-1,
      .benefit-grid .item-2,
      .benefit-grid .item-3,
      .benefit-grid .item-4{grid-column:span 12}
      .benefit-grid .item-2{margin-top:0}
      .service-grid,
      .steps-grid,
      .plan-grid{grid-template-columns:repeat(2,1fr)}
      .proof-grid .score-box,
      .proof-grid .quote-box,
      .proof-grid .mini-table{grid-column:span 12}
      .proof-grid .quote-box{order:2}
      .proof-grid .mini-table{order:3}
    }
    @media (max-width: 991.98px){
      .topbar-pill{border-radius:24px;flex-wrap:wrap}
      .nav-pills{order:3;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}
      .nav-pills::-webkit-scrollbar{display:none}
      .nav-cta{margin-left:auto}
      .section{padding:60px 0}
      .footer{padding-bottom:110px}
    }
    @media (max-width: 767.98px){
      .hero{padding-top:26px}
      .hero h1{max-width:100%}
      .hero-actions .btn{width:100%}
      .form-grid{grid-template-columns:1fr}
      .panel-grid,
      .mini-stats,
      .score-points,
      .service-grid,
      .steps-grid,
      .plan-grid{grid-template-columns:1fr}
      .section-head{flex-direction:column;align-items:flex-start}
      .news-item{grid-template-columns:1fr}
      .benefit-grid .item-4 .surface-inner{grid-template-columns:1fr}
      .floating-cta{display:none}
      .mobile-bar{display:flex}
      .site-header{padding-top:8px}
      .topbar-pill{border-radius:22px;padding:10px}
      .brand{padding:3px 10px 3px 8px}
      .nav-pills{width:100%;justify-content:flex-start}
      .hero-panel{padding:14px}
    }
    @media (prefers-reduced-motion: reduce){
      html{scroll-behavior:auto}
      *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
    }

/* roulang page: category1 */
:root {
      --brand-a: #5b1b7a;
      --brand-b: #d61f69;
      --brand-c: #f97316;
      --ink: #201922;
      --muted: #6f6572;
      --soft: #fff8f3;
      --paper: #ffffff;
      --mist: #f4eff4;
      --line: rgba(88, 42, 78, .13);
      --shadow: 0 22px 60px rgba(68, 27, 61, .13);
      --shadow-sm: 0 12px 30px rgba(68, 27, 61, .10);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 16px;
      --radius-pill: 999px;
      --container: 1180px;
      --gradient: linear-gradient(135deg, var(--brand-a), var(--brand-b) 58%, var(--brand-c));
      --gradient-soft: linear-gradient(135deg, rgba(91, 27, 122, .10), rgba(214, 31, 105, .10), rgba(249, 115, 22, .10));
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
      color: var(--ink);
      line-height: 1.75;
      background:
        radial-gradient(circle at 15% 5%, rgba(214, 31, 105, .12), transparent 28%),
        linear-gradient(180deg, #fff8f3 0%, #f7f3f6 46%, #fffaf6 100%);
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease, border-color .22s ease;
    }

    a:hover {
      color: var(--brand-b);
    }

    button,
    input {
      font: inherit;
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible {
      outline: 3px solid rgba(214, 31, 105, .28);
      outline-offset: 3px;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(100% - 32px, var(--container));
      max-width: var(--container);
      margin-inline: auto;
      padding-inline: 0;
    }

    .site-header {
      position: sticky;
      top: 16px;
      z-index: 1000;
      padding: 14px 0 8px;
    }

    .topbar-pill {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 10px;
      border: 1px solid rgba(91, 27, 122, .14);
      border-radius: var(--radius-pill);
      background: rgba(255, 255, 255, .86);
      box-shadow: 0 16px 45px rgba(65, 29, 58, .12);
      backdrop-filter: blur(18px);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      padding-left: 8px;
      color: var(--ink);
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 8px 15px;
      border-radius: var(--radius-pill);
      color: #fff;
      font-weight: 900;
      letter-spacing: 0;
      background: var(--gradient);
      box-shadow: 0 12px 26px rgba(214, 31, 105, .24);
      white-space: nowrap;
    }

    .brand-sub {
      color: var(--muted);
      font-size: 13px;
      white-space: nowrap;
    }

    .nav-pills {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex: 1;
      min-width: 0;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 8px 17px;
      border-radius: var(--radius-pill);
      color: #4b3d4e;
      font-weight: 800;
      white-space: nowrap;
      border: 1px solid transparent;
    }

    .nav-link:hover,
    .nav-link.active {
      color: #fff;
      background: var(--gradient);
      box-shadow: 0 12px 28px rgba(214, 31, 105, .20);
    }

    .btn {
      border: 0;
      border-radius: var(--radius-pill);
      font-weight: 900;
      min-height: 46px;
      padding: 11px 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
    }

    .btn-brand {
      color: #fff !important;
      background: var(--gradient);
      box-shadow: 0 15px 34px rgba(214, 31, 105, .25);
    }

    .btn-brand:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 42px rgba(214, 31, 105, .32);
      filter: saturate(1.08);
    }

    .btn-soft {
      color: var(--brand-a);
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .14);
      box-shadow: var(--shadow-sm);
    }

    .btn-soft:hover {
      transform: translateY(-2px);
      background: #fff7fb;
      border-color: rgba(214, 31, 105, .28);
    }

    .nav-cta {
      white-space: nowrap;
      padding-inline: 22px;
    }

    main {
      overflow: hidden;
    }

    .section {
      padding: 72px 0;
    }

    .section-tight {
      padding: 48px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      padding: 7px 13px;
      border: 1px solid rgba(214, 31, 105, .16);
      border-radius: var(--radius-pill);
      color: var(--brand-b);
      background: rgba(255, 255, 255, .72);
      font-size: 13px;
      font-weight: 900;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gradient);
      box-shadow: 0 0 0 5px rgba(214, 31, 105, .10);
    }

    .category-hero {
      padding: 74px 0 44px;
    }

    .hero-shell {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
      gap: 34px;
      align-items: stretch;
    }

    .hero-copy {
      padding: 34px 0;
    }

    h1 {
      margin: 0;
      color: var(--ink);
      font-size: clamp(34px, 5vw, 60px);
      line-height: 1.12;
      font-weight: 950;
      letter-spacing: 0;
    }

    .hero-copy .lead {
      max-width: 760px;
      margin: 20px 0 0;
      color: #5e5361;
      font-size: 18px;
      line-height: 1.9;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .status-board {
      position: relative;
      padding: 24px;
      border-radius: 34px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(255, 247, 241, .84));
      border: 1px solid rgba(91, 27, 122, .12);
      box-shadow: var(--shadow);
    }

    .status-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 18px;
    }

    .status-title strong {
      font-size: 19px;
      font-weight: 950;
    }

    .status-dot {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #167653;
      font-weight: 900;
      font-size: 13px;
      padding: 7px 11px;
      border-radius: var(--radius-pill);
      background: rgba(22, 118, 83, .10);
    }

    .status-dot::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #16a36a;
    }

    .icon-matrix {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }

    .matrix-cell {
      min-height: 112px;
      padding: 16px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .10);
      box-shadow: 0 10px 24px rgba(78, 35, 68, .08);
    }

    .matrix-cell:nth-child(2),
    .matrix-cell:nth-child(5) {
      background: var(--gradient);
      color: #fff;
    }

    .matrix-icon {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 11px;
      border-radius: 15px;
      background: rgba(214, 31, 105, .11);
      color: var(--brand-b);
      font-size: 20px;
      font-weight: 950;
    }

    .matrix-cell:nth-child(2) .matrix-icon,
    .matrix-cell:nth-child(5) .matrix-icon {
      background: rgba(255, 255, 255, .18);
      color: #fff;
    }

    .matrix-cell strong {
      display: block;
      font-weight: 950;
      line-height: 1.35;
    }

    .matrix-cell span {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .matrix-cell:nth-child(2) span,
    .matrix-cell:nth-child(5) span {
      color: rgba(255, 255, 255, .78);
    }

    .filter-shell {
      margin-top: 26px;
      padding: 14px;
      border-radius: var(--radius-xl);
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(91, 27, 122, .12);
      box-shadow: var(--shadow-sm);
    }

    .filter-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .filter-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 8px 15px;
      border-radius: var(--radius-pill);
      color: #574858;
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .10);
      font-size: 14px;
      font-weight: 900;
      cursor: pointer;
    }

    .filter-pill:hover,
    .filter-pill.active {
      color: #fff;
      background: var(--gradient);
      box-shadow: 0 12px 28px rgba(214, 31, 105, .18);
      transform: translateY(-1px);
    }

    .summary-row {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr .8fr;
      gap: 16px;
      margin-top: 26px;
    }

    .data-badge {
      padding: 18px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .12);
      box-shadow: 0 10px 26px rgba(78, 35, 68, .07);
      position: relative;
      overflow: hidden;
    }

    .data-badge::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 4px;
      background: var(--gradient);
    }

    .data-badge b {
      display: block;
      color: var(--ink);
      font-size: 24px;
      line-height: 1.1;
      font-weight: 950;
    }

    .data-badge span {
      display: block;
      margin-top: 7px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: end;
      margin-bottom: 28px;
    }

    .section-head h2 {
      margin: 0;
      font-size: clamp(26px, 3.2vw, 42px);
      line-height: 1.18;
      font-weight: 950;
      letter-spacing: 0;
    }

    .section-head p {
      max-width: 680px;
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 16px;
    }

    .card-flow {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 18px;
      align-items: start;
    }

    .update-card {
      grid-column: span 6;
      padding: 24px;
      min-height: 252px;
      border-radius: var(--radius-xl);
      background: var(--paper);
      border: 1px solid rgba(91, 27, 122, .11);
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .update-card:hover {
      transform: translateY(-4px);
      border-color: rgba(214, 31, 105, .24);
      box-shadow: var(--shadow);
    }

    .update-card.wide {
      grid-column: span 7;
      min-height: 286px;
      background: linear-gradient(145deg, #fff, #fff5ee);
    }

    .update-card.compact {
      grid-column: span 5;
      min-height: 230px;
    }

    .update-card.tall {
      min-height: 318px;
    }

    .card-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 16px;
    }

    .tag-group {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 5px 10px;
      border-radius: var(--radius-pill);
      background: rgba(91, 27, 122, .07);
      color: #6c2d74;
      font-size: 12px;
      font-weight: 900;
      line-height: 1.2;
    }

    .tag.hot {
      color: #9d174d;
      background: rgba(214, 31, 105, .10);
    }

    .mini-stat {
      flex: 0 0 auto;
      padding: 7px 10px;
      border-radius: 14px;
      color: var(--brand-b);
      background: rgba(214, 31, 105, .08);
      font-size: 12px;
      font-weight: 950;
      white-space: nowrap;
    }

    .update-card h3 {
      margin: 0 0 12px;
      font-size: 23px;
      line-height: 1.32;
      font-weight: 950;
      letter-spacing: 0;
    }

    .update-card p {
      margin: 0;
      color: #675b69;
      font-size: 15px;
      line-height: 1.85;
    }

    .card-meta {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin: 20px 0;
    }

    .meta-item {
      padding: 12px;
      border-radius: 16px;
      background: #fbf7fb;
      border: 1px solid rgba(91, 27, 122, .08);
    }

    .meta-item b {
      display: block;
      font-size: 18px;
      line-height: 1.1;
      font-weight: 950;
    }

    .meta-item span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }

    .card-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      align-self: flex-start;
      min-height: 42px;
      padding: 9px 15px;
      border-radius: var(--radius-pill);
      color: #fff;
      background: var(--gradient);
      font-size: 14px;
      font-weight: 950;
      box-shadow: 0 12px 26px rgba(214, 31, 105, .20);
    }

    .card-action:hover {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(214, 31, 105, .28);
    }

    .quick-band {
      border-radius: 34px;
      padding: 30px;
      background: #211321;
      color: #fff;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .quick-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 26px;
      align-items: center;
    }

    .quick-band h2 {
      margin: 0 0 12px;
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.2;
      font-weight: 950;
    }

    .quick-band p {
      margin: 0;
      color: rgba(255, 255, 255, .74);
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .entry-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 16px;
      min-height: 82px;
      border-radius: 20px;
      background: rgba(255, 255, 255, .09);
      border: 1px solid rgba(255, 255, 255, .12);
    }

    .entry-item:hover {
      color: #fff;
      background: rgba(255, 255, 255, .14);
      transform: translateY(-2px);
    }

    .entry-item strong {
      display: block;
      font-weight: 950;
      line-height: 1.35;
    }

    .entry-item span {
      color: rgba(255, 255, 255, .65);
      font-size: 13px;
    }

    .process-wrap {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 22px;
      align-items: start;
    }

    .process-rail {
      position: sticky;
      top: 110px;
      padding: 24px;
      border-radius: var(--radius-xl);
      background: var(--gradient);
      color: #fff;
      box-shadow: var(--shadow);
    }

    .process-rail h2 {
      margin: 0 0 12px;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 950;
    }

    .process-rail p {
      color: rgba(255, 255, 255, .78);
      margin: 0 0 20px;
    }

    .process-list {
      display: grid;
      gap: 14px;
    }

    .process-card {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 16px;
      padding: 22px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .10);
      box-shadow: var(--shadow-sm);
    }

    .step-no {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: var(--gradient);
      font-weight: 950;
      font-size: 18px;
    }

    .process-card h3 {
      margin: 0 0 8px;
      font-size: 20px;
      font-weight: 950;
    }

    .process-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .proof-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .proof-card {
      padding: 22px;
      border-radius: var(--radius-xl);
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .11);
      box-shadow: var(--shadow-sm);
    }

    .proof-card b {
      display: block;
      margin-bottom: 8px;
      font-size: 28px;
      line-height: 1;
      font-weight: 950;
      background: var(--gradient);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .proof-card strong {
      display: block;
      margin-bottom: 8px;
      font-size: 16px;
      font-weight: 950;
    }

    .proof-card span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .plan-row {
      display: grid;
      grid-template-columns: .9fr 1.15fr .95fr;
      gap: 18px;
      align-items: stretch;
    }

    .plan-card {
      padding: 24px;
      border-radius: 30px;
      background: #fff;
      border: 1px solid rgba(91, 27, 122, .12);
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
    }

    .plan-card.featured {
      transform: translateY(-10px);
      background: linear-gradient(145deg, #fff, #fff2f6);
      border-color: rgba(214, 31, 105, .24);
      box-shadow: var(--shadow);
    }

    .plan-card h3 {
      margin: 0 0 10px;
      font-size: 22px;
      font-weight: 950;
    }

    .plan-card .price {
      margin: 4px 0 16px;
      font-size: 30px;
      line-height: 1;
      font-weight: 950;
      color: var(--brand-b);
    }

    .plan-card p {
      color: var(--muted);
      margin: 0 0 18px;
    }

    .check-list {
      display: grid;
      gap: 10px;
      margin: 0 0 22px;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: #4f4651;
      font-size: 14px;
    }

    .check-list li::before {
      content: "✓";
      flex: 0 0 auto;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: var(--gradient);
      font-size: 12px;
      font-weight: 950;
      margin-top: 2px;
    }

    .plan-card .btn {
      margin-top: auto;
      width: 100%;
    }

    .faq-shell {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 24px;
      align-items: start;
    }

    .faq-intro {
      padding: 26px;
      border-radius: var(--radius-xl);
      background: var(--gradient-soft);
      border: 1px solid rgba(91, 27, 122, .12);
    }

    .faq-intro h2 {
      margin: 0 0 12px;
      font-size: 34px;
      font-weight: 950;
      line-height: 1.2;
    }

    .faq-intro p {
      margin: 0;
      color: var(--muted);
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      overflow: hidden;
      border: 1px solid rgba(91, 27, 122, .10);
      border-radius: 22px !important;
      background: #fff;
      box-shadow: 0 10px 24px rgba(78, 35, 68, .06);
    }

    .accordion-button {
      padding: 19px 22px;
      color: var(--ink);
      background: #fff;
      font-weight: 950;
      line-height: 1.55;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: var(--brand-b);
      background: #fff7fb;
    }

    .accordion-button::after {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: rgba(214, 31, 105, .10);
      background-size: 14px;
      background-position: center;
      border: 1px solid rgba(214, 31, 105, .18);
    }

    .accordion-body {
      padding: 0 22px 20px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.85;
    }

    .cta-panel {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 22px;
      align-items: center;
      padding: 34px;
      border-radius: 34px;
      background: var(--gradient);
      color: #fff;
      box-shadow: 0 26px 60px rgba(214, 31, 105, .26);
    }

    .cta-panel h2 {
      margin: 0 0 10px;
      font-size: clamp(26px, 3.2vw, 40px);
      line-height: 1.2;
      font-weight: 950;
    }

    .cta-panel p {
      margin: 0;
      color: rgba(255, 255, 255, .78);
    }

    .cta-panel .btn-soft {
      color: var(--brand-b);
      box-shadow: none;
      white-space: nowrap;
    }

    .apply-form {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      margin-top: 18px;
      max-width: 620px;
    }

    .apply-form input {
      min-height: 50px;
      padding: 12px 16px;
      border-radius: var(--radius-pill);
      border: 1px solid rgba(255, 255, 255, .32);
      background: rgba(255, 255, 255, .16);
      color: #fff;
      outline: none;
    }

    .apply-form input::placeholder {
      color: rgba(255, 255, 255, .66);
    }

    .footer {
      padding: 58px 0 34px;
      background: #1f151f;
      color: #fff;
    }

    .footer-shell {
      padding: 30px;
      border-radius: 30px;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .10);
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: start;
    }

    .footer-brand h2 {
      margin: 0 0 12px;
      font-size: 26px;
      line-height: 1.2;
      font-weight: 950;
    }

    .footer-brand p {
      max-width: 680px;
      margin: 0;
      color: rgba(255, 255, 255, .70);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .footer-links a {
      padding: 8px 12px;
      border-radius: var(--radius-pill);
      color: rgba(255, 255, 255, .82);
      background: rgba(255, 255, 255, .08);
      font-size: 13px;
      font-weight: 850;
    }

    .footer-links a:hover {
      color: #fff;
      background: rgba(255, 255, 255, .14);
      transform: translateY(-1px);
    }

    .footer-meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      margin-top: 26px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, .10);
      color: rgba(255, 255, 255, .62);
      font-size: 13px;
    }

    .mobile-sticky {
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 14px;
      z-index: 999;
      display: none;
      justify-content: center;
    }

    .mobile-sticky .btn {
      width: 100%;
      box-shadow: 0 18px 42px rgba(91, 27, 122, .30);
    }

    @media (max-width: 1024px) {
      .topbar-pill {
        align-items: stretch;
        border-radius: 30px;
        flex-wrap: wrap;
      }

      .brand {
        flex: 1 1 100%;
        justify-content: space-between;
      }

      .nav-pills {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .nav-pills::-webkit-scrollbar {
        display: none;
      }

      .hero-shell,
      .quick-grid,
      .process-wrap,
      .faq-shell {
        grid-template-columns: 1fr;
      }

      .process-rail {
        position: relative;
        top: auto;
      }

      .summary-row,
      .proof-strip {
        grid-template-columns: repeat(2, 1fr);
      }

      .plan-row {
        grid-template-columns: 1fr;
      }

      .plan-card.featured {
        transform: none;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(100% - 24px, var(--container));
      }

      .site-header {
        top: 8px;
      }

      .topbar-pill {
        padding: 8px;
        gap: 10px;
      }

      .brand {
        gap: 8px;
      }

      .brand-mark {
        max-width: 100%;
        min-height: 38px;
        padding: 8px 12px;
        font-size: 14px;
        white-space: normal;
      }

      .brand-sub {
        display: none;
      }

      .nav-link {
        min-height: 38px;
        padding: 7px 13px;
        font-size: 14px;
      }

      .nav-cta {
        flex: 1 1 100%;
        min-height: 42px;
      }

      .category-hero {
        padding: 42px 0 28px;
      }

      .hero-copy {
        padding: 18px 0;
      }

      h1 {
        font-size: 34px;
      }

      .hero-copy .lead {
        font-size: 16px;
      }

      .icon-matrix,
      .summary-row,
      .proof-strip,
      .entry-grid,
      .card-meta {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 50px 0;
      }

      .section-tight {
        padding: 36px 0;
      }

      .section-head,
      .cta-panel {
        grid-template-columns: 1fr;
      }

      .card-flow {
        display: grid;
        grid-template-columns: 1fr;
      }

      .update-card,
      .update-card.wide,
      .update-card.compact {
        grid-column: auto;
        min-height: auto;
      }

      .process-card {
        grid-template-columns: 48px 1fr;
        padding: 18px;
      }

      .step-no {
        width: 48px;
        height: 48px;
        border-radius: 16px;
      }

      .quick-band,
      .cta-panel,
      .status-board {
        border-radius: 26px;
        padding: 22px;
      }

      .apply-form {
        grid-template-columns: 1fr;
      }

      .footer-top {
        grid-template-columns: 1fr;
      }

      .footer-brand.text-md-end {
        text-align: left !important;
      }

      .mobile-sticky {
        display: flex;
      }

      body {
        padding-bottom: 78px;
      }
    }

    @media (max-width: 520px) {
      .hero-actions .btn,
      .section-head .btn {
        width: 100%;
      }

      .filter-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
      }

      .filter-pills::-webkit-scrollbar {
        display: none;
      }

      .filter-pill {
        flex: 0 0 auto;
      }

      .update-card h3 {
        font-size: 20px;
      }

      .footer-shell {
        padding: 22px;
        border-radius: 24px;
      }
    }
