/* roulang page: index */
:root{
      --primary:#7C2D8F;
      --primary-2:#8B2FA3;
      --secondary:#EF5A6F;
      --accent:#F6B45D;
      --bg:#FFF7F2;
      --bg-soft:#FAF2F7;
      --surface:#ffffff;
      --surface-warm:#FFFBF8;
      --text:#241627;
      --muted:#6F5D72;
      --border:rgba(124,45,143,.14);
      --border-strong:rgba(124,45,143,.24);
      --shadow:0 18px 50px rgba(64,24,71,.10);
      --shadow-hover:0 24px 70px rgba(64,24,71,.16);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --grad:linear-gradient(135deg,#7C2D8F 0%,#EF5A6F 55%,#F6B45D 100%);
      --soft-grad:radial-gradient(circle at top left,rgba(239,90,111,.16),transparent 36%),radial-gradient(circle at top right,rgba(124,45,143,.14),transparent 40%),linear-gradient(180deg,#FFF7F2 0%,#FAF2F7 100%);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
      color:var(--text);
      background:var(--soft-grad);
      line-height:1.75;
      overflow-x:hidden;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:all .22s ease}
    button,input,select,textarea{font:inherit}
    input,select,textarea{outline:none}
    ::selection{background:rgba(239,90,111,.22)}
    .site-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
    .focus-ring:focus-visible,
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible{
      outline:3px solid rgba(246,180,93,.55);
      outline-offset:3px;
    }
    .top-notice{
      background:linear-gradient(90deg,rgba(124,45,143,.08),rgba(239,90,111,.08),rgba(246,180,93,.12));
      border-bottom:1px solid var(--border);
      color:var(--muted);
      font-size:13px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(160%) blur(18px);
      background:rgba(255,251,248,.88);
      border-bottom:1px solid var(--border);
    }
    .brand-row{
      min-height:68px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:14px;
      background:var(--grad);
      box-shadow:0 10px 28px rgba(124,45,143,.24);
      display:grid;place-items:center;
      color:#fff;font-weight:800;
      position:relative;
      flex:0 0 auto;
    }
    .logo-mark:after{
      content:"";
      width:18px;height:3px;border-radius:999px;
      background:rgba(255,255,255,.8);
      position:absolute;bottom:10px;right:9px;
    }
    .logo-title{
      font-weight:800;
      letter-spacing:-.02em;
      font-size:18px;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .logo-sub{display:block;font-size:12px;color:var(--muted);font-weight:500;margin-top:1px}
    .brand-actions{display:flex;align-items:center;gap:10px}
    .brand-actions a{
      padding:9px 13px;
      border-radius:999px;
      color:var(--muted);
      font-weight:650;
      font-size:14px;
    }
    .brand-actions a:hover{background:rgba(124,45,143,.08);color:var(--primary)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:48px;
      padding:13px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:760;
      line-height:1.2;
      cursor:pointer;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:var(--grad);
      box-shadow:0 14px 30px rgba(124,45,143,.22);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(124,45,143,.30);filter:brightness(1.04)}
    .btn-secondary{
      color:var(--primary);
      background:rgba(255,255,255,.76);
      border-color:var(--border-strong);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(250,242,247,.96);border-color:rgba(124,45,143,.34)}
    .btn-text{
      display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-weight:760;
    }
    .btn-text span{transition:transform .22s ease}
    .btn-text:hover span{transform:translateX(4px)}
    .channel-row{
      border-top:1px solid rgba(124,45,143,.08);
      background:rgba(250,242,247,.72);
    }
    .channel-scroll{
      height:48px;
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-link{
      flex:0 0 auto;
      padding:8px 15px;
      border-radius:999px;
      font-weight:760;
      font-size:14px;
      color:var(--muted);
      border:1px solid transparent;
    }
    .channel-link:hover{color:var(--primary);border-color:var(--border);background:rgba(255,255,255,.75)}
    .channel-link.active{
      color:#fff;
      background:var(--grad);
      box-shadow:0 10px 24px rgba(124,45,143,.20);
    }
    .hero{
      position:relative;
      padding:82px 0 54px;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:20px auto auto 50%;
      width:620px;height:620px;
      transform:translateX(-8%);
      border-radius:50%;
      background:radial-gradient(circle,rgba(246,180,93,.18),transparent 58%);
      pointer-events:none;
      z-index:-1;
    }
    .eyebrow,.badge{
      display:inline-flex;align-items:center;gap:7px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid var(--border);
      background:rgba(255,255,255,.72);
      color:var(--primary);
      font-size:13px;
      font-weight:760;
    }
    .hero h1{
      margin:18px 0 18px;
      font-size:clamp(32px,5vw,56px);
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:850;
    }
    .hero-lead{
      max-width:680px;
      color:var(--muted);
      font-size:18px;
      line-height:1.82;
    }
    .gradient-text{
      background:var(--grad);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
    .dashboard-card,.card{
      background:rgba(255,255,255,.82);
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
    }
    .card:hover,.dashboard-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:rgba(124,45,143,.24)}
    .dashboard-card{
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .dashboard-card:before,.decor-line:before{
      content:"";
      position:absolute;
      top:0;left:0;right:0;height:4px;
      background:var(--grad);
    }
    .metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .metric{
      padding:16px;
      border-radius:20px;
      background:linear-gradient(180deg,rgba(255,247,242,.88),rgba(250,242,247,.78));
      border:1px solid rgba(124,45,143,.10);
    }
    .metric b{display:block;font-size:24px;line-height:1.1;color:var(--text)}
    .metric span{display:block;margin-top:6px;font-size:13px;color:var(--muted);line-height:1.45}
    .trend-bar{
      height:10px;border-radius:999px;background:rgba(124,45,143,.10);overflow:hidden;
    }
    .trend-bar i{display:block;height:100%;border-radius:999px;background:var(--grad)}
    .section{padding:72px 0}
    .section-tight{padding:46px 0}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
    .section-title{font-size:clamp(26px,3.4vw,38px);line-height:1.22;font-weight:840;letter-spacing:-.035em;margin:0}
    .section-desc{color:var(--muted);max-width:620px;margin-top:12px}
    .stat-strip{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
    }
    .stat-badge{
      position:relative;
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.78);
      border:1px solid var(--border);
      box-shadow:0 10px 34px rgba(64,24,71,.07);
      overflow:hidden;
    }
    .stat-badge:after{
      content:"";
      position:absolute;right:-34px;top:-34px;width:90px;height:90px;border-radius:50%;
      background:rgba(239,90,111,.10);
    }
    .stat-num{font-size:28px;font-weight:850;color:var(--primary);line-height:1}
    .stat-name{font-weight:800;margin-top:10px}
    .stat-note{font-size:14px;color:var(--muted);margin-top:5px;line-height:1.55}
    .bento{
      display:grid;
      grid-template-columns:1.1fr .9fr 1fr;
      grid-template-rows:auto auto;
      gap:16px;
    }
    .bento .large{grid-column:span 1;grid-row:span 2;min-height:360px}
    .bento .wide{grid-column:span 2}
    .service-card{
      padding:28px;
      position:relative;
      overflow:hidden;
    }
    .service-card h3{font-size:22px;font-weight:830;margin:14px 0 10px}
    .service-card p{color:var(--muted);margin:0 0 18px}
    .icon-pill{
      width:48px;height:48px;border-radius:16px;display:grid;place-items:center;
      background:linear-gradient(135deg,rgba(124,45,143,.12),rgba(239,90,111,.12));
      color:var(--primary);
      font-weight:850;
    }
    .tag-cloud{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
    .tag{
      display:inline-flex;align-items:center;
      border-radius:999px;
      padding:7px 11px;
      background:rgba(124,45,143,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:720;
      border:1px solid rgba(124,45,143,.10);
    }
    .compare-wrap{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      align-items:stretch;
    }
    .compare-card{padding:30px;border-radius:var(--radius-xl);border:1px solid var(--border)}
    .compare-card.soft{background:rgba(111,93,114,.08)}
    .compare-card.brand{background:linear-gradient(135deg,rgba(124,45,143,.10),rgba(239,90,111,.10),rgba(246,180,93,.14))}
    .compare-card h3{font-size:23px;font-weight:840;margin:0 0 18px}
    .compare-list{display:grid;gap:13px}
    .compare-item{display:flex;gap:10px;align-items:flex-start;color:var(--muted)}
    .dot{
      width:22px;height:22px;border-radius:999px;flex:0 0 auto;margin-top:3px;
      display:grid;place-items:center;
      background:rgba(124,45,143,.10);
      color:var(--primary);
      font-size:12px;
      font-weight:800;
    }
    .channel-cards{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .channel-card{
      padding:24px;
      min-height:220px;
      position:relative;
      overflow:hidden;
    }
    .channel-card:after{
      content:"";
      position:absolute;right:-70px;bottom:-70px;width:170px;height:170px;border-radius:50%;
      background:radial-gradient(circle,rgba(246,180,93,.20),transparent 62%);
    }
    .channel-card h3{font-size:22px;font-weight:830;margin:16px 0 8px}
    .channel-meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
    .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    details.faq{
      background:rgba(255,255,255,.82);
      border:1px solid var(--border);
      border-radius:22px;
      padding:0;
      box-shadow:0 8px 28px rgba(64,24,71,.06);
      overflow:hidden;
    }
    details.faq summary{
      list-style:none;
      cursor:pointer;
      padding:19px 22px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      font-weight:800;
    }
    details.faq summary::-webkit-details-marker{display:none}
    details.faq summary:after{
      content:"+";
      width:26px;height:26px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(124,45,143,.08);
      color:var(--primary);
      transition:transform .22s ease;
      flex:0 0 auto;
    }
    details.faq[open] summary:after{transform:rotate(45deg)}
    details.faq p{padding:0 22px 20px;margin:0;color:var(--muted)}
    .cta-panel{
      background:linear-gradient(135deg,rgba(36,22,39,.98),rgba(80,31,92,.96));
      color:#fff;
      border-radius:34px;
      overflow:hidden;
      position:relative;
      box-shadow:0 24px 70px rgba(36,22,39,.22);
    }
    .cta-panel:before{
      content:"";
      position:absolute;inset:0;
      background:radial-gradient(circle at 20% 20%,rgba(239,90,111,.22),transparent 28%),radial-gradient(circle at 90% 0%,rgba(246,180,93,.20),transparent 32%);
      pointer-events:none;
    }
    .cta-content{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;padding:36px}
    .form-card{
      background:rgba(255,255,255,.96);
      color:var(--text);
      border-radius:26px;
      padding:24px;
      border:1px solid rgba(255,255,255,.5);
    }
    .field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .form-field{display:grid;gap:7px;margin-bottom:12px}
    .form-field label{font-size:13px;color:var(--muted);font-weight:760}
    .form-field input,.form-field select,.form-field textarea{
      width:100%;
      min-height:46px;
      border-radius:15px;
      border:1px solid rgba(124,45,143,.18);
      background:#fff;
      padding:11px 13px;
      color:var(--text);
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .form-field textarea{min-height:104px;resize:vertical}
    .form-field input:focus,.form-field select:focus,.form-field textarea:focus{
      border-color:rgba(124,45,143,.52);
      box-shadow:0 0 0 4px rgba(124,45,143,.10);
      background:#fffdfc;
    }
    .privacy-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.18);
      color:rgba(255,255,255,.82);
    }
    .privacy-card strong{color:#fff}
    .site-footer{
      margin-top:72px;
      background:#241627;
      color:rgba(255,247,242,.82);
      position:relative;
    }
    .site-footer:before{content:"";display:block;height:4px;background:var(--grad)}
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr .9fr .8fr;
      gap:28px;
      padding:46px 0 34px;
    }
    .footer-title{font-weight:850;color:#fff;font-size:18px;margin-bottom:12px}
    .footer-text{color:rgba(255,247,242,.68);font-size:14px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:rgba(255,247,242,.70);font-size:14px}
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .copyright{
      border-top:1px solid rgba(255,255,255,.10);
      padding:18px 0;
      color:rgba(255,247,242,.58);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .mobile-menu-btn{display:none}
    @media (max-width:1024px){
      .brand-actions .hide-md{display:none}
      .hero{padding-top:58px}
      .bento{grid-template-columns:1fr 1fr}
      .bento .large{grid-column:span 1;grid-row:span 1;min-height:auto}
      .bento .wide{grid-column:span 2}
      .stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
      .cta-content{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,1180px)}
      .brand-row{min-height:64px}
      .logo-title{font-size:16px;max-width:64vw}
      .brand-actions a:not(.btn-primary){display:none}
      .brand-actions .btn{min-height:40px;padding:10px 13px;font-size:13px}
      .hero-actions{display:grid;grid-template-columns:1fr;max-width:420px}
      .metric-grid,.compare-wrap,.channel-cards,.faq-grid,.field-grid{grid-template-columns:1fr}
      .section{padding:54px 0}
      .section-head{display:block}
      .bento{grid-template-columns:1fr}
      .bento .wide{grid-column:span 1}
      .cta-content{padding:24px}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      .stat-strip{grid-template-columns:1fr}
      .dashboard-card,.card,.stat-badge,.compare-card{border-radius:22px}
      .service-card{padding:22px}
      .channel-scroll{gap:7px}
      .channel-link{padding:7px 12px;font-size:13px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:6px}
    }

/* roulang page: category1 */
:root{
      --primary:#7C2D8F;
      --primary-2:#8B2FA3;
      --secondary:#EF5A6F;
      --accent:#F6B45D;
      --bg:#FFF7F2;
      --bg-soft:#FAF2F7;
      --bg-warm:#F7F2EF;
      --text:#241627;
      --muted:#6F5D72;
      --line:rgba(124,45,143,.14);
      --line-strong:rgba(124,45,143,.24);
      --white:#fffdfb;
      --footer:#241627;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 18px 50px rgba(64,24,71,.10);
      --shadow-strong:0 24px 70px rgba(64,24,71,.16);
      --gradient:linear-gradient(135deg,#7C2D8F 0%,#EF5A6F 55%,#F6B45D 100%);
      --soft-gradient:radial-gradient(circle at top left,rgba(239,90,111,.18),transparent 34%),radial-gradient(circle at top right,rgba(124,45,143,.16),transparent 42%),linear-gradient(180deg,#FFF7F2 0%,#FAF2F7 100%);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:var(--soft-gradient);
      font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
      line-height:1.75;
      overflow-x:hidden;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(239,90,111,.22);color:var(--text)}
    body::-webkit-scrollbar{width:10px}
    body::-webkit-scrollbar-track{background:#fff3ef}
    body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8B2FA3,#EF5A6F);border-radius:999px}
    .site-container{
      width:min(1180px,calc(100% - 40px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,247,242,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
      box-shadow:0 8px 28px rgba(64,24,71,.05);
    }
    .brand-row{
      min-height:68px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }
    .logo-mark{
      width:44px;
      height:44px;
      border-radius:15px;
      background:var(--gradient);
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:800;
      box-shadow:0 12px 30px rgba(124,45,143,.24);
      position:relative;
      overflow:hidden;
      flex:0 0 auto;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      inset:9px -8px auto auto;
      width:30px;
      height:30px;
      border:1px solid rgba(255,255,255,.5);
      border-radius:50%;
    }
    .logo-text{
      display:flex;
      flex-direction:column;
      line-height:1.2;
      min-width:0;
    }
    .logo-text strong{
      font-size:17px;
      font-weight:800;
      letter-spacing:-.02em;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
      max-width:420px;
    }
    .logo-text span{
      font-size:12px;
      color:var(--muted);
      margin-top:3px;
    }
    .brand-actions{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:14px;
      color:var(--muted);
      white-space:nowrap;
    }
    .brand-actions a:not(.btn){
      padding:8px 10px;
      border-radius:999px;
      transition:.25s ease;
    }
    .brand-actions a:not(.btn):hover{
      background:rgba(124,45,143,.08);
      color:var(--primary);
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.72);
      border-radius:14px;
      color:var(--primary);
      align-items:center;
      justify-content:center;
      transition:.25s ease;
    }
    .menu-toggle:hover,.menu-toggle:focus{
      border-color:var(--line-strong);
      box-shadow:0 10px 24px rgba(64,24,71,.10);
      outline:none;
    }
    .channel-row{
      height:48px;
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      border-top:1px solid rgba(124,45,143,.08);
    }
    .channel-row::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      gap:7px;
      height:34px;
      padding:0 16px;
      border-radius:999px;
      color:var(--muted);
      font-weight:650;
      font-size:14px;
      flex:0 0 auto;
      border:1px solid transparent;
      transition:.25s ease;
    }
    .channel-link:hover{
      color:var(--primary);
      background:rgba(255,255,255,.70);
      border-color:var(--line);
      transform:translateY(-1px);
    }
    .channel-link.active{
      color:#fff;
      background:var(--gradient);
      box-shadow:0 12px 26px rgba(124,45,143,.18);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 18px;
      border-radius:999px;
      font-weight:750;
      transition:.25s ease;
      border:1px solid transparent;
      user-select:none;
    }
    .btn-primary{
      color:#fff;
      background:var(--gradient);
      box-shadow:0 14px 34px rgba(124,45,143,.22);
    }
    .btn-primary:hover{
      transform:translateY(-2px);
      filter:brightness(1.04);
      box-shadow:0 18px 44px rgba(124,45,143,.30);
    }
    .btn-secondary{
      color:var(--primary);
      background:rgba(255,255,255,.72);
      border-color:var(--line);
    }
    .btn-secondary:hover{
      background:#fff;
      border-color:var(--line-strong);
      transform:translateY(-2px);
      box-shadow:0 12px 28px rgba(64,24,71,.08);
    }
    .btn:focus,.channel-link:focus,a:focus,input:focus,textarea:focus,select:focus,button:focus{
      outline:3px solid rgba(246,180,93,.45);
      outline-offset:3px;
    }
    .section{
      padding:76px 0;
      position:relative;
    }
    .section-tight{padding:52px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.68);
      border:1px solid var(--line);
      color:var(--primary);
      font-size:13px;
      font-weight:800;
      box-shadow:0 10px 28px rgba(64,24,71,.06);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(124,45,143,.08);
      color:var(--primary);
      font-size:13px;
      font-weight:750;
      border:1px solid rgba(124,45,143,.10);
      white-space:nowrap;
    }
    .badge.hot{
      background:linear-gradient(135deg,rgba(239,90,111,.14),rgba(246,180,93,.18));
      color:#9b3344;
      border-color:rgba(239,90,111,.18);
    }
    .badge.dark{
      background:rgba(36,22,39,.08);
      color:var(--text);
    }
    .hero{
      padding:70px 0 48px;
      position:relative;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      width:560px;
      height:560px;
      right:-210px;
      top:-220px;
      background:radial-gradient(circle,rgba(239,90,111,.22),transparent 64%);
      pointer-events:none;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.04fr .72fr;
      gap:42px;
      align-items:center;
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:14px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }
    .breadcrumb a{
      color:var(--primary);
      font-weight:700;
    }
    h1{
      margin:18px 0 18px;
      font-size:clamp(34px,5vw,54px);
      line-height:1.14;
      letter-spacing:-.045em;
      font-weight:850;
    }
    .lead{
      color:var(--muted);
      font-size:17px;
      max-width:720px;
      line-height:1.85;
    }
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:30px;
    }
    .status-card{
      position:relative;
      border-radius:32px;
      background:rgba(255,255,255,.78);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:28px;
      overflow:hidden;
    }
    .status-card:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      right:0;
      height:4px;
      background:var(--gradient);
    }
    .status-card:after{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      right:-60px;
      bottom:-70px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(246,180,93,.28),transparent 68%);
    }
    .status-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:22px;
      position:relative;
      z-index:1;
    }
    .status-title{
      font-size:20px;
      font-weight:850;
      line-height:1.3;
    }
    .pulse{
      width:14px;
      height:14px;
      border-radius:50%;
      background:var(--secondary);
      box-shadow:0 0 0 7px rgba(239,90,111,.14);
      margin-top:6px;
      flex:0 0 auto;
    }
    .status-metrics{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      position:relative;
      z-index:1;
    }
    .metric{
      padding:16px;
      border-radius:20px;
      background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(250,242,247,.75));
      border:1px solid rgba(124,45,143,.10);
    }
    .metric strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      font-weight:850;
      background:var(--gradient);
      -webkit-background-clip:text;
      color:transparent;
    }
    .metric span{
      display:block;
      margin-top:7px;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }
    .filter-wrap{
      background:rgba(255,255,255,.55);
      border-block:1px solid rgba(124,45,143,.10);
      padding:18px 0;
    }
    .filters{
      display:flex;
      gap:12px;
      overflow-x:auto;
      scrollbar-width:none;
      padding:4px 0;
    }
    .filters::-webkit-scrollbar{display:none}
    .filter-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      flex:0 0 auto;
      padding:11px 16px;
      border-radius:999px;
      background:rgba(255,255,255,.82);
      border:1px solid var(--line);
      color:var(--muted);
      font-weight:750;
      box-shadow:0 8px 22px rgba(64,24,71,.05);
      transition:.25s ease;
    }
    .filter-pill.active,.filter-pill:hover{
      color:#fff;
      background:var(--gradient);
      border-color:transparent;
      transform:translateY(-2px);
      box-shadow:0 14px 28px rgba(124,45,143,.20);
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-head h2{
      margin:12px 0 0;
      font-size:clamp(28px,4vw,38px);
      line-height:1.22;
      font-weight:850;
      letter-spacing:-.035em;
    }
    .section-head p{
      color:var(--muted);
      max-width:560px;
      margin:10px 0 0;
    }
    .editor-grid{
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
      gap:22px;
      align-items:stretch;
    }
    .feature-card{
      min-height:520px;
      border-radius:32px;
      background:
        linear-gradient(135deg,rgba(124,45,143,.92),rgba(239,90,111,.86) 58%,rgba(246,180,93,.88)),
        radial-gradient(circle at 22% 22%,rgba(255,255,255,.28),transparent 30%);
      color:#fff;
      padding:34px;
      box-shadow:var(--shadow-strong);
      position:relative;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .feature-card:before{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border:1px solid rgba(255,255,255,.22);
      border-radius:50%;
      right:-130px;
      top:-90px;
    }
    .feature-card:after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border-radius:46px;
      left:-80px;
      bottom:-100px;
      background:rgba(255,255,255,.10);
      transform:rotate(18deg);
    }
    .feature-card > *{position:relative;z-index:1}
    .feature-card h3{
      font-size:31px;
      line-height:1.24;
      font-weight:850;
      letter-spacing:-.03em;
      margin:22px 0 14px;
    }
    .feature-card p{
      color:rgba(255,255,255,.86);
      font-size:16px;
      max-width:560px;
    }
    .cover-lines{
      display:grid;
      gap:12px;
      margin-top:30px;
    }
    .cover-line{
      height:12px;
      border-radius:999px;
      background:rgba(255,255,255,.20);
      overflow:hidden;
    }
    .cover-line span{
      display:block;
      height:100%;
      border-radius:999px;
      background:rgba(255,255,255,.58);
    }
    .compact-list{
      display:grid;
      gap:14px;
    }
    .compact-card{
      border-radius:24px;
      padding:20px;
      background:rgba(255,255,255,.76);
      border:1px solid var(--line);
      box-shadow:0 12px 34px rgba(64,24,71,.07);
      transition:.25s ease;
    }
    .compact-card:hover{
      transform:translateY(-4px);
      border-color:rgba(124,45,143,.26);
      box-shadow:var(--shadow);
    }
    .compact-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:10px;
    }
    .compact-card h3{
      font-size:19px;
      line-height:1.35;
      margin:0;
      font-weight:850;
    }
    .compact-card p{
      color:var(--muted);
      margin:7px 0 14px;
      font-size:15px;
      line-height:1.65;
    }
    .meta-row{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--primary);
      font-weight:800;
      transition:.25s ease;
    }
    .text-link span{transition:.25s ease}
    .text-link:hover span{transform:translateX(4px)}
    .trend-panel{
      border-radius:32px;
      padding:30px;
      background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(255,247,242,.70));
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }
    .trend-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }
    .trend-item{
      padding:20px;
      border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(124,45,143,.10);
    }
    .trend-label{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:var(--text);
      font-weight:800;
      margin-bottom:12px;
    }
    .trend-label span:last-child{
      color:var(--primary);
    }
    .progress{
      height:11px;
      border-radius:999px;
      background:rgba(124,45,143,.10);
      overflow:hidden;
    }
    .progress i{
      display:block;
      height:100%;
      border-radius:999px;
      background:var(--gradient);
      box-shadow:0 8px 20px rgba(239,90,111,.22);
    }
    .explain-wrap{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:28px;
      align-items:start;
    }
    .notice-card{
      border-radius:30px;
      padding:28px;
      background:#241627;
      color:#fff;
      box-shadow:var(--shadow-strong);
      position:sticky;
      top:132px;
      overflow:hidden;
    }
    .notice-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at top right,rgba(239,90,111,.28),transparent 38%);
      pointer-events:none;
    }
    .notice-card > *{position:relative;z-index:1}
    .notice-card h2{
      font-size:28px;
      font-weight:850;
      line-height:1.25;
      margin:16px 0 12px;
    }
    .notice-card p{
      color:rgba(255,255,255,.74);
    }
    .explain-list{
      display:grid;
      gap:16px;
    }
    .explain-item{
      display:grid;
      grid-template-columns:52px 1fr;
      gap:16px;
      padding:24px;
      border-radius:24px;
      background:rgba(255,255,255,.72);
      border:1px solid var(--line);
      transition:.25s ease;
    }
    .explain-item:hover{
      transform:translateY(-3px);
      box-shadow:0 14px 36px rgba(64,24,71,.08);
    }
    .num{
      width:52px;
      height:52px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:850;
      background:var(--gradient);
      box-shadow:0 12px 26px rgba(124,45,143,.18);
    }
    .explain-item h3{
      margin:0 0 6px;
      font-size:20px;
      font-weight:850;
    }
    .explain-item p{
      margin:0;
      color:var(--muted);
      font-size:15.5px;
    }
    .faq-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    details.faq-item{
      border-radius:22px;
      background:rgba(255,255,255,.74);
      border:1px solid var(--line);
      box-shadow:0 10px 30px rgba(64,24,71,.05);
      overflow:hidden;
      transition:.25s ease;
    }
    details.faq-item:hover{
      border-color:rgba(124,45,143,.25);
      box-shadow:0 14px 36px rgba(64,24,71,.08);
    }
    .faq-item summary{
      list-style:none;
      padding:20px 22px;
      font-weight:850;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:after{
      content:"+";
      width:28px;
      height:28px;
      border-radius:50%;
      background:rgba(124,45,143,.08);
      display:grid;
      place-items:center;
      color:var(--primary);
      font-weight:850;
      flex:0 0 auto;
      transition:.25s ease;
    }
    .faq-item[open] summary:after{
      content:"−";
      background:var(--gradient);
      color:#fff;
    }
    .faq-answer{
      padding:0 22px 22px;
      color:var(--muted);
      font-size:15.5px;
    }
    .cta-band{
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 8% 10%,rgba(246,180,93,.25),transparent 35%),
        linear-gradient(135deg,rgba(124,45,143,.96),rgba(239,90,111,.86));
      color:#fff;
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
    }
    .cta-band:after{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      right:-170px;
      top:-170px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.22);
    }
    .cta-content{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:28px;
      position:relative;
      z-index:1;
    }
    .cta-band h2{
      margin:0 0 10px;
      font-size:32px;
      line-height:1.25;
      font-weight:850;
      letter-spacing:-.03em;
    }
    .cta-band p{
      margin:0;
      color:rgba(255,255,255,.80);
      max-width:690px;
    }
    .cta-band .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.14);
      border-color:rgba(255,255,255,.28);
    }
    .cta-band .btn-secondary:hover{
      background:rgba(255,255,255,.22);
    }
    .site-footer{
      margin-top:42px;
      background:var(--footer);
      color:#fff;
      position:relative;
      padding:58px 0 28px;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:4px;
      background:var(--gradient);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr .9fr .7fr;
      gap:32px;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-title{
      font-weight:850;
      font-size:17px;
      margin-bottom:12px;
    }
    .footer-text{
      color:rgba(255,255,255,.68);
      font-size:14.5px;
      line-height:1.8;
      margin:0;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.70);
      font-size:14.5px;
      transition:.25s ease;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .copyright{
      padding-top:22px;
      display:flex;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,255,255,.58);
      font-size:13.5px;
      flex-wrap:wrap;
    }
    @media (max-width:1024px){
      .hide-md{display:none!important}
      .hero-grid,.editor-grid,.explain-wrap{
        grid-template-columns:1fr;
      }
      .notice-card{position:relative;top:auto}
      .footer-grid{
        grid-template-columns:1fr 1fr;
      }
      .cta-content{
        align-items:flex-start;
        flex-direction:column;
      }
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,1180px)}
      .brand-row{min-height:64px}
      .logo-text strong{max-width:230px;font-size:15px}
      .logo-text span{display:none}
      .brand-actions{
        position:absolute;
        top:68px;
        left:14px;
        right:14px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        padding:14px;
        border-radius:22px;
        background:rgba(255,253,251,.96);
        border:1px solid var(--line);
        box-shadow:var(--shadow);
      }
      .brand-actions.open{display:flex}
      .brand-actions .btn{width:100%}
      .menu-toggle{display:flex}
      .hero{padding:46px 0 30px}
      .section{padding:54px 0}
      .section-tight{padding:38px 0}
      .section-head{
        align-items:flex-start;
        flex-direction:column;
      }
      .status-card,.feature-card,.trend-panel,.notice-card,.cta-band{
        border-radius:26px;
        padding:24px;
      }
      .feature-card{min-height:440px}
      .trend-grid,.faq-grid{
        grid-template-columns:1fr;
      }
      .footer-grid{
        grid-template-columns:1fr;
      }
      .copyright{
        flex-direction:column;
      }
    }
    @media (max-width:520px){
      .logo-mark{width:40px;height:40px;border-radius:14px}
      .channel-row{height:46px}
      .channel-link{height:32px;padding:0 13px;font-size:13px}
      .hero-actions .btn{width:100%;min-height:50px}
      .status-metrics{grid-template-columns:1fr}
      .compact-top{
        flex-direction:column;
        align-items:flex-start;
      }
      .explain-item{
        grid-template-columns:1fr;
      }
      .num{
        width:46px;
        height:46px;
      }
      .cta-band h2{font-size:26px}
    }

/* roulang page: category2 */
:root{
      --bg: #FFF7F2;
      --bg-soft: #FAF2F7;
      --surface: rgba(255,255,255,.94);
      --surface-strong: #ffffff;
      --brand: #7C2D8F;
      --brand-2: #EF5A6F;
      --accent: #F6B45D;
      --text: #241627;
      --muted: #6F5D72;
      --line: rgba(124,45,143,.14);
      --line-strong: rgba(124,45,143,.22);
      --shadow: 0 18px 50px rgba(64, 24, 71, .10);
      --shadow-strong: 0 24px 68px rgba(64, 24, 71, .16);
      --radius-xl: 30px;
      --radius-lg: 24px;
      --radius-md: 16px;
      --radius-sm: 12px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
      background:
        radial-gradient(circle at top left, rgba(239,90,111,.13), transparent 28%),
        radial-gradient(circle at top right, rgba(124,45,143,.14), transparent 32%),
        linear-gradient(180deg, #FFF7F2 0%, #FAF2F7 54%, #FFF9F4 100%);
      min-height: 100vh;
      line-height: 1.75;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }
    ::selection { background: rgba(124,45,143,.18); color: #1f1025; }
    a {
      color: inherit;
      text-decoration: none;
      transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease, opacity .22s ease;
    }
    img { max-width: 100%; display: block; }
    button, input, select, textarea {
      font: inherit;
    }
    .site-container {
      width: min(1200px, calc(100% - 32px));
      margin-inline: auto;
    }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      backdrop-filter: blur(18px);
      background: rgba(255,247,242,.88);
      border-bottom: 1px solid rgba(124,45,143,.10);
      box-shadow: 0 8px 30px rgba(64,24,71,.05);
    }
    .header-inner {
      padding: 14px 0 10px;
    }
    .brand-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      min-height: 68px;
    }
    .brand-mark {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      background: linear-gradient(135deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 800;
      letter-spacing: .06em;
      box-shadow: 0 14px 32px rgba(124,45,143,.25);
      flex: 0 0 auto;
    }
    .brand-lockup {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }
    .brand-copy {
      min-width: 0;
    }
    .brand-title {
      font-size: 1.06rem;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: .01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand-subtitle {
      font-size: .86rem;
      color: var(--muted);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      flex-wrap: wrap;
    }
    .hide-md {
      display: inline-flex;
    }
    .btn,
    .brand-actions a,
    .channel-nav a,
    .footer-links a,
    .mini-link {
      border-radius: 999px;
      font-weight: 700;
      outline: none;
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .45rem;
      padding: 0.92rem 1.15rem;
      border: 1px solid transparent;
      line-height: 1;
      box-shadow: 0 12px 28px rgba(64,24,71,.08);
      transform: translateY(0);
      transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, border-color .22s ease, background-color .22s ease, color .22s ease;
    }
    .btn:hover,
    .brand-actions a:hover,
    .channel-nav a:hover,
    .footer-links a:hover,
    .mini-link:hover {
      transform: translateY(-2px);
    }
    .btn:active,
    .brand-actions a:active,
    .channel-nav a:active,
    .footer-links a:active,
    .mini-link:active {
      transform: translateY(0);
    }
    .btn:focus-visible,
    .brand-actions a:focus-visible,
    .channel-nav a:focus-visible,
    .footer-links a:focus-visible,
    .mini-link:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible,
    summary:focus-visible {
      outline: none;
      box-shadow: 0 0 0 4px rgba(124,45,143,.16), 0 12px 28px rgba(64,24,71,.10);
    }
    .btn-primary {
      color: #fff !important;
      background: linear-gradient(135deg, #7C2D8F 0%, #EF5A6F 56%, #F6B45D 100%);
      border-color: transparent;
    }
    .btn-primary:hover { filter: brightness(1.03); box-shadow: 0 18px 42px rgba(124,45,143,.24); }
    .btn-secondary {
      color: var(--brand);
      background: rgba(255,255,255,.86);
      border-color: rgba(124,45,143,.18);
    }
    .btn-secondary:hover {
      background: rgba(250,242,247,.98);
      border-color: rgba(124,45,143,.26);
      box-shadow: 0 16px 34px rgba(64,24,71,.10);
    }
    .channel-strip {
      padding: 10px 0 0;
      border-top: 1px solid rgba(124,45,143,.10);
      margin-top: 10px;
    }
    .channel-nav {
      display: flex;
      align-items: center;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 6px;
      scrollbar-width: none;
    }
    .channel-nav::-webkit-scrollbar { display: none; }
    .channel-nav a {
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: .72rem 1rem;
      border: 1px solid rgba(124,45,143,.14);
      background: rgba(255,255,255,.76);
      color: var(--muted);
      box-shadow: 0 10px 24px rgba(64,24,71,.05);
    }
    .channel-nav a:hover {
      color: var(--text);
      border-color: rgba(124,45,143,.22);
      background: rgba(255,255,255,.95);
    }
    .channel-nav a.active,
    .channel-nav a[aria-current="page"] {
      color: #fff;
      border-color: transparent;
      background: linear-gradient(135deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
      box-shadow: 0 16px 36px rgba(124,45,143,.20);
    }
    .page-shell {
      padding: 34px 0 0;
    }
    .hero {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(124,45,143,.12);
      background:
        radial-gradient(circle at top left, rgba(239,90,111,.18), transparent 26%),
        radial-gradient(circle at top right, rgba(124,45,143,.14), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,248,.93));
      box-shadow: var(--shadow);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(120deg, rgba(124,45,143,.05), transparent 28%),
        linear-gradient(300deg, rgba(246,180,93,.08), transparent 24%);
      pointer-events: none;
    }
    .hero-grid {
      position: relative;
      display: grid;
      gap: 28px;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
      padding: 30px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .55rem .85rem;
      border-radius: 999px;
      background: rgba(124,45,143,.10);
      color: var(--brand);
      border: 1px solid rgba(124,45,143,.14);
      font-size: .88rem;
      font-weight: 700;
      letter-spacing: .02em;
    }
    .breadcrumb {
      color: var(--muted);
      font-size: .92rem;
      margin-top: 10px;
    }
    .hero h1 {
      margin: 0;
      font-size: clamp(2.1rem, 5vw, 3.5rem);
      line-height: 1.1;
      letter-spacing: -.02em;
      font-weight: 800;
    }
    .hero p {
      color: var(--muted);
      font-size: 1.02rem;
      margin: 0;
      max-width: 46rem;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }
    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .chip {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      padding: .54rem .78rem;
      border-radius: 999px;
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(124,45,143,.12);
      color: var(--muted);
      font-size: .88rem;
      box-shadow: 0 10px 20px rgba(64,24,71,.05);
    }
    .chip strong { color: var(--text); font-weight: 800; }
    .soft-card {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      border: 1px solid rgba(124,45,143,.12);
      background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,250,248,.96));
      box-shadow: var(--shadow);
    }
    .soft-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 3px;
      background: linear-gradient(90deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
    }
    .card-pad {
      padding: 24px;
    }
    .label {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      padding: .44rem .7rem;
      border-radius: 999px;
      background: rgba(239,90,111,.10);
      color: #B83B57;
      border: 1px solid rgba(239,90,111,.16);
      font-size: .8rem;
      font-weight: 700;
    }
    .label.soft {
      background: rgba(124,45,143,.08);
      color: var(--brand);
      border-color: rgba(124,45,143,.14);
    }
    .metric-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .metric {
      border-radius: 20px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.84);
      padding: 16px;
      box-shadow: 0 10px 24px rgba(64,24,71,.05);
    }
    .metric-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      color: var(--muted);
      font-size: .86rem;
      margin-bottom: 8px;
    }
    .metric-value {
      font-size: 1.45rem;
      line-height: 1.15;
      font-weight: 800;
      letter-spacing: -.02em;
      color: var(--text);
    }
    .metric-note {
      color: var(--muted);
      font-size: .86rem;
      margin-top: 6px;
    }
    .meter {
      margin-top: 10px;
      height: 10px;
      border-radius: 999px;
      background: rgba(124,45,143,.08);
      overflow: hidden;
    }
    .meter > span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
    }
    .panel {
      border-radius: 24px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.88);
      box-shadow: 0 14px 34px rgba(64,24,71,.08);
    }
    .panel-pad {
      padding: 22px;
    }
    .section {
      margin-top: 56px;
    }
    .section-head {
      margin-bottom: 22px;
    }
    .section-kicker {
      font-size: .88rem;
      font-weight: 800;
      color: var(--brand);
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .section-title {
      margin: 0;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      line-height: 1.18;
      font-weight: 800;
      letter-spacing: -.02em;
      color: var(--text);
    }
    .section-desc {
      margin-top: 10px;
      max-width: 50rem;
      color: var(--muted);
      font-size: 1rem;
    }
    .stat-banner {
      display: grid;
      gap: 16px;
      grid-template-columns: 1.2fr .8fr;
      align-items: center;
      padding: 22px;
    }
    .stat-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }
    .stat-pill {
      border-radius: 18px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.88);
      padding: 16px 14px;
    }
    .stat-pill .num {
      font-size: 1.1rem;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 6px;
    }
    .stat-pill .txt {
      color: var(--muted);
      font-size: .88rem;
    }
    .channel-rail {
      display: grid;
      gap: 16px;
      grid-template-columns: 1.25fr .875fr .875fr;
    }
    .channel-card {
      display: flex;
      flex-direction: column;
      gap: 14px;
      min-height: 100%;
      padding: 24px;
    }
    .channel-card.active {
      background:
        radial-gradient(circle at top right, rgba(239,90,111,.14), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,242,247,.96));
      border-color: rgba(124,45,143,.18);
      box-shadow: var(--shadow-strong);
    }
    .channel-card h3 {
      margin: 0;
      font-size: 1.2rem;
      line-height: 1.25;
      font-weight: 800;
    }
    .channel-card p {
      color: var(--muted);
      margin: 0;
      font-size: .96rem;
    }
    .channel-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: auto;
    }
    .mini-link {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      color: var(--brand);
      font-size: .94rem;
      font-weight: 800;
    }
    .mini-link:hover { color: #9A3AB4; }
    .timeline-wrap {
      display: grid;
      gap: 18px;
      grid-template-columns: minmax(0, 1.05fr) minmax(290px, .95fr);
      align-items: start;
    }
    .timeline {
      position: relative;
      padding-left: 26px;
      display: grid;
      gap: 14px;
    }
    .timeline::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 6px;
      bottom: 6px;
      width: 2px;
      background: linear-gradient(180deg, rgba(124,45,143,.34), rgba(239,90,111,.34), rgba(246,180,93,.34));
    }
    .step {
      position: relative;
      border-radius: 22px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.90);
      padding: 22px 22px 22px 24px;
      box-shadow: 0 12px 28px rgba(64,24,71,.06);
    }
    .step::before {
      content: attr(data-step);
      position: absolute;
      left: -26px;
      top: 22px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      font-size: .9rem;
      font-weight: 800;
      background: linear-gradient(135deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
      box-shadow: 0 10px 24px rgba(124,45,143,.22);
    }
    .step h3 {
      margin: 0 0 8px;
      font-size: 1.08rem;
      font-weight: 800;
    }
    .step p {
      margin: 0;
      color: var(--muted);
      font-size: .95rem;
    }
    .tips-list {
      display: grid;
      gap: 12px;
    }
    .tip-item {
      display: flex;
      gap: 12px;
      padding: 16px;
      border-radius: 20px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.84);
    }
    .tip-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-top: .55rem;
      background: linear-gradient(135deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
      flex: 0 0 auto;
    }
    .tip-item strong {
      display: block;
      font-size: .98rem;
      margin-bottom: 4px;
      color: var(--text);
    }
    .tip-item span {
      display: block;
      color: var(--muted);
      font-size: .92rem;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }
    .stats-card {
      border-radius: 22px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.86);
      padding: 18px;
      box-shadow: 0 12px 26px rgba(64,24,71,.05);
    }
    .stats-card h3 {
      margin: 0 0 8px;
      font-size: 1rem;
      font-weight: 800;
    }
    .stats-card p {
      margin: 0;
      color: var(--muted);
      font-size: .92rem;
    }
    .stats-num {
      margin-top: 10px;
      font-size: 1.55rem;
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1;
    }
    .stats-progress {
      margin-top: 12px;
      height: 10px;
      border-radius: 999px;
      background: rgba(124,45,143,.08);
      overflow: hidden;
    }
    .stats-progress > span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
    }
    .device-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .device-card {
      border-radius: 24px;
      border: 1px solid rgba(124,45,143,.12);
      background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,242,247,.94));
      padding: 22px;
      box-shadow: 0 14px 30px rgba(64,24,71,.07);
      min-height: 100%;
    }
    .device-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }
    .device-icon {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, rgba(124,45,143,.12), rgba(239,90,111,.10));
      color: var(--brand);
      border: 1px solid rgba(124,45,143,.12);
      flex: 0 0 auto;
      font-size: 1.2rem;
      font-weight: 800;
    }
    .device-card h3 {
      margin: 0;
      font-size: 1.1rem;
      font-weight: 800;
    }
    .device-card p {
      margin: 0;
      color: var(--muted);
      font-size: .94rem;
    }
    .device-card ul {
      margin: 14px 0 0;
      padding-left: 1.15rem;
      color: var(--text);
      display: grid;
      gap: 8px;
    }
    .device-card li {
      color: var(--muted);
      font-size: .93rem;
    }
    details.faq {
      border-radius: 20px;
      border: 1px solid rgba(124,45,143,.12);
      background: rgba(255,255,255,.88);
      box-shadow: 0 12px 28px rgba(64,24,71,.05);
      overflow: hidden;
    }
    details.faq + details.faq { margin-top: 12px; }
    details.faq summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 18px 20px;
      font-weight: 800;
      color: var(--text);
    }
    details.faq summary::-webkit-details-marker { display: none; }
    details.faq .faq-body {
      padding: 0 20px 18px;
      color: var(--muted);
      font-size: .95rem;
    }
    .faq-arrow {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(124,45,143,.08);
      color: var(--brand);
      flex: 0 0 auto;
      transition: transform .22s ease, background-color .22s ease;
    }
    details[open] .faq-arrow {
      transform: rotate(180deg);
      background: rgba(124,45,143,.12);
    }
    .form-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
      gap: 18px;
      align-items: start;
    }
    .field {
      display: grid;
      gap: 8px;
    }
    .field label {
      font-size: .92rem;
      font-weight: 700;
      color: var(--text);
    }
    .field input,
    .field select,
    .field textarea {
      width: 100%;
      border-radius: 14px;
      border: 1px solid rgba(124,45,143,.16);
      background: rgba(255,255,255,.96);
      color: var(--text);
      padding: 14px 16px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
      transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .field input::placeholder,
    .field textarea::placeholder {
      color: rgba(111,93,114,.68);
    }
    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: rgba(124,45,143,.42);
      box-shadow: 0 0 0 4px rgba(124,45,143,.12);
      outline: none;
    }
    .privacy-card {
      border-radius: 24px;
      border: 1px solid rgba(124,45,143,.12);
      background:
        radial-gradient(circle at top right, rgba(246,180,93,.16), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,242,247,.94));
      box-shadow: 0 14px 32px rgba(64,24,71,.07);
    }
    .privacy-card ul {
      display: grid;
      gap: 12px;
      margin: 0;
      padding-left: 1.05rem;
      color: var(--muted);
    }
    .privacy-card li strong {
      color: var(--text);
    }
    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }
    .site-footer {
      margin-top: 72px;
      background: #241627;
      color: #f9f2ee;
      position: relative;
    }
    .site-footer::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #7C2D8F 0%, #EF5A6F 58%, #F6B45D 100%);
    }
    .footer-inner {
      padding: 56px 0 28px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr .9fr .9fr .9fr;
      gap: 28px;
    }
    .footer-title {
      font-size: 1.05rem;
      font-weight: 800;
      margin-bottom: 16px;
      color: #fff;
    }
    .footer-text {
      color: #ddcfdf;
      margin: 0;
      font-size: .96rem;
    }
    .footer-links {
      display: grid;
      gap: 10px;
    }
    .footer-links a {
      color: #eadcee;
      display: inline-flex;
      width: fit-content;
      padding: 6px 0;
    }
    .footer-links a:hover {
      color: #fff;
      opacity: .95;
    }
    .copyright {
      margin-top: 32px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,.12);
      display: flex;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      color: #d8c8df;
      font-size: .92rem;
    }
    .support-note {
      color: var(--muted);
      font-size: .92rem;
    }
    .muted {
      color: var(--muted);
    }
    .stack-gap > * + * {
      margin-top: 14px;
    }
    @media (max-width: 1100px) {
      .hero-grid,
      .timeline-wrap,
      .form-grid {
        grid-template-columns: 1fr;
      }
      .channel-rail,
      .stats-grid,
      .device-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .stat-banner {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 24px, 1200px);
      }
      .header-inner {
        padding: 12px 0 8px;
      }
      .brand-row {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
      }
      .brand-actions {
        justify-content: flex-start;
      }
      .hide-md {
        display: none !important;
      }
      .hero-grid {
        padding: 22px;
      }
      .card-pad,
      .panel-pad {
        padding: 20px;
      }
      .stats-grid,
      .device-grid,
      .channel-rail,
      .stat-list,
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .section {
        margin-top: 46px;
      }
      .channel-nav a {
        padding: .64rem .9rem;
      }
      .copyright {
        flex-direction: column;
      }
    }
    @media (max-width: 520px) {
      .hero h1 {
        font-size: 2.05rem;
      }
      .hero p,
      .section-desc,
      .support-note,
      .footer-text {
        font-size: .95rem;
      }
      .hero-actions,
      .cta-row {
        flex-direction: column;
        align-items: stretch;
      }
      .btn {
        width: 100%;
        min-height: 48px;
      }
      .brand-title {
        white-space: normal;
      }
      .brand-subtitle {
        white-space: normal;
      }
      .metric-grid {
        grid-template-columns: 1fr;
      }
    }
