/* roulang page: index */
:root{
      --bg:#08060f;
      --bg-2:#100a1d;
      --panel:#171025;
      --panel-2:#21142f;
      --text:#fff7ff;
      --muted:#cdbfd6;
      --soft:#9d8bad;
      --line:rgba(255,255,255,.12);
      --line-hot:rgba(244,114,182,.58);
      --pink:#ff4fb8;
      --violet:#a855f7;
      --lilac:#d8b4fe;
      --orange:#fb7185;
      --mint:#5eead4;
      --yellow:#fde68a;
      --radius:28px;
      --shadow:0 24px 90px rgba(0,0,0,.42);
      --glow:0 0 34px rgba(255,79,184,.28),0 0 70px rgba(168,85,247,.18);
      --font:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 18% 8%, rgba(255,79,184,.22), transparent 32%),
        radial-gradient(circle at 82% 12%, rgba(251,113,133,.16), transparent 34%),
        radial-gradient(circle at 74% 62%, rgba(94,234,212,.11), transparent 30%),
        linear-gradient(180deg,#08060f 0%,#12091b 46%,#08060f 100%);
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 78%);
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:linear-gradient(115deg,transparent 0 18%,rgba(255,79,184,.08) 18.2%,transparent 18.8% 55%,rgba(216,180,254,.08) 55.2%,transparent 56%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:var(--pink);color:#130915}
    .site-container{width:min(1280px,calc(100% - 40px));margin-inline:auto}
    .neon-line{height:1px;background:linear-gradient(90deg,transparent,var(--pink),var(--lilac),var(--mint),transparent)}
    .gradient-text{
      background:linear-gradient(92deg,#fff 0%,#ffd1ec 28%,#d8b4fe 58%,#fb7185 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .glass-card{
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      box-shadow:var(--shadow);
      backdrop-filter:blur(18px);
      border-radius:var(--radius);
      position:relative;
      overflow:hidden;
    }
    .glass-card:before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:radial-gradient(circle at top left,rgba(255,79,184,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(94,234,212,.08),transparent 30%);
      opacity:.85;
    }
    .glass-card > *{position:relative}
    .card-hover{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}
    .card-hover:hover{transform:translateY(-5px);border-color:var(--line-hot);box-shadow:var(--shadow),var(--glow);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045))}
    .badge{
      display:inline-flex;align-items:center;gap:.45rem;
      border:1px solid rgba(216,180,254,.35);
      color:#f8d6ff;
      background:rgba(255,255,255,.055);
      border-radius:999px;
      padding:.42rem .75rem;
      font-size:.78rem;
      line-height:1;
      white-space:nowrap;
    }
    .badge .dot{width:.48rem;height:.48rem;border-radius:999px;background:var(--mint);box-shadow:0 0 16px rgba(94,234,212,.85)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
      border-radius:999px;
      padding:.9rem 1.25rem;
      font-weight:800;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
      min-height:48px;
    }
    .btn-primary{
      background:linear-gradient(110deg,var(--pink),var(--violet) 55%,var(--orange));
      color:#fff;
      box-shadow:0 14px 38px rgba(255,79,184,.32);
    }
    .btn-primary:hover,.btn-primary:focus{transform:translateY(-2px);box-shadow:0 18px 55px rgba(255,79,184,.46)}
    .btn-secondary{
      border:1px solid rgba(216,180,254,.42);
      background:rgba(255,255,255,.045);
      color:#fff;
    }
    .btn-secondary:hover,.btn-secondary:focus{transform:translateY(-2px);border-color:rgba(255,79,184,.75);box-shadow:0 0 34px rgba(255,79,184,.18)}
    .focus-ring:focus{outline:2px solid rgba(94,234,212,.8);outline-offset:3px}
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(8,6,15,.82);
      backdrop-filter:blur(20px);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .site-header:after{
      content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;
      background:linear-gradient(90deg,transparent,rgba(255,79,184,.8),rgba(216,180,254,.65),rgba(94,234,212,.55),transparent);
    }
    .nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}
    .brand{display:flex;align-items:center;gap:.7rem;font-weight:900;letter-spacing:.02em}
    .brand-mark{
      width:38px;height:38px;border-radius:16px;
      background:radial-gradient(circle at 32% 30%,#fff 0 7%,transparent 8%),linear-gradient(135deg,var(--pink),var(--violet),var(--orange));
      box-shadow:0 0 28px rgba(255,79,184,.42);
      position:relative;
    }
    .brand-mark:after{
      content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.55);border-radius:12px;transform:rotate(18deg);
    }
    .desktop-nav{display:flex;align-items:center;gap:.35rem}
    .nav-link{
      position:relative;
      padding:.72rem .95rem;
      border-radius:999px;
      color:#ddcde8;
      font-weight:700;
      font-size:.94rem;
      transition:color .2s ease,background .2s ease,text-shadow .2s ease;
    }
    .nav-link:hover{color:#fff;background:rgba(255,255,255,.06);text-shadow:0 0 16px rgba(255,79,184,.42)}
    .nav-link.active{color:#fff;background:rgba(255,79,184,.12)}
    .nav-link.active:after{
      content:"";position:absolute;left:22%;right:22%;bottom:.28rem;height:2px;border-radius:99px;
      background:linear-gradient(90deg,var(--pink),var(--mint));
      box-shadow:0 0 12px rgba(255,79,184,.85);
    }
    .mobile-panel{
      display:none;
      border-top:1px solid rgba(255,255,255,.08);
      background:rgba(12,7,20,.96);
      padding:1rem 0 1.2rem;
    }
    .mobile-panel.open{display:block}
    .mobile-panel a{display:flex;margin:.35rem 0;padding:.82rem 1rem;border-radius:18px;border-left:3px solid transparent;background:rgba(255,255,255,.04)}
    .mobile-panel a.active{border-left-color:var(--pink);box-shadow:inset 0 0 22px rgba(255,79,184,.08)}
    .hero{
      padding:82px 0 72px;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;left:50%;top:42px;transform:translateX(-50%);
      width:min(980px,92vw);height:360px;
      background:radial-gradient(circle,rgba(255,79,184,.20),transparent 62%);
      filter:blur(4px);
      pointer-events:none;
    }
    .search-shell{
      max-width:920px;margin:0 auto;
      border:1px solid rgba(255,255,255,.14);
      background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
      border-radius:34px;
      padding:12px;
      box-shadow:var(--shadow),0 0 80px rgba(168,85,247,.16);
      position:relative;
    }
    .search-box{display:flex;gap:.7rem;align-items:center}
    .search-box input{
      flex:1;
      min-width:0;
      border:0;
      outline:0;
      background:rgba(0,0,0,.28);
      color:#fff;
      border-radius:999px;
      padding:1rem 1.15rem;
      border:1px solid rgba(255,255,255,.1);
    }
    .search-box input:focus{border-color:rgba(94,234,212,.65);box-shadow:0 0 0 4px rgba(94,234,212,.1)}
    .quick-chip{
      display:inline-flex;align-items:center;justify-content:center;
      padding:.72rem .95rem;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.05);
      color:#eadcf2;
      transition:all .22s ease;
      font-weight:700;
    }
    .quick-chip:hover{border-color:rgba(255,79,184,.65);box-shadow:0 0 22px rgba(255,79,184,.18);transform:translateY(-2px)}
    .matrix-tile{
      min-height:142px;
      border-radius:26px;
      border:1px solid rgba(255,255,255,.12);
      background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
      padding:1.1rem;
      transition:all .25s ease;
      overflow:hidden;
      position:relative;
    }
    .matrix-tile:after{content:"";position:absolute;right:-28px;top:-28px;width:90px;height:90px;border-radius:99px;background:rgba(255,79,184,.16);filter:blur(5px)}
    .matrix-tile:hover{transform:translateY(-4px);border-color:rgba(94,234,212,.42);box-shadow:0 0 34px rgba(94,234,212,.12)}
    .section{padding:82px 0}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}
    .section-head p{max-width:680px;color:var(--muted)}
    .compare-row{
      display:grid;
      grid-template-columns:1.2fr repeat(3,.8fr);
      align-items:stretch;
      border-bottom:1px solid rgba(255,255,255,.09);
    }
    .compare-cell{padding:1.15rem;border-right:1px solid rgba(255,255,255,.08)}
    .compare-row .compare-cell:last-child{border-right:0}
    .compare-head{background:rgba(255,255,255,.06);font-weight:900;color:#fff}
    .check{color:var(--mint);font-weight:900}
    .warn{color:var(--yellow);font-weight:900}
    .news-link{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:1rem;
      align-items:center;
      padding:1rem 0;
      border-bottom:1px solid rgba(255,255,255,.09);
      transition:color .2s ease,transform .2s ease;
    }
    .news-link:hover{color:#fff;transform:translateX(4px)}
    .timeline-item{position:relative;padding-left:1.5rem}
    .timeline-item:before{
      content:"";position:absolute;left:0;top:.5rem;width:.7rem;height:.7rem;border-radius:99px;background:var(--pink);box-shadow:0 0 18px rgba(255,79,184,.9)
    }
    .price-card{
      border-radius:30px;
      border:1px solid rgba(255,255,255,.13);
      background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
      padding:1.4rem;
      position:relative;
      overflow:hidden;
    }
    .price-card.featured{border-color:rgba(255,79,184,.65);box-shadow:var(--glow);transform:translateY(-6px)}
    .price-card.featured:before{content:"推荐";position:absolute;right:1.2rem;top:1.2rem;border-radius:999px;padding:.32rem .65rem;background:linear-gradient(90deg,var(--pink),var(--orange));font-size:.78rem;font-weight:900}
    details{
      border:1px solid rgba(255,255,255,.12);
      border-radius:22px;
      background:rgba(255,255,255,.045);
      padding:0;
      overflow:hidden;
      transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    details:hover,details[open]{border-color:rgba(255,79,184,.48);box-shadow:0 0 28px rgba(255,79,184,.12);background:rgba(255,255,255,.065)}
    summary{list-style:none;cursor:pointer;padding:1.12rem 1.25rem;font-weight:850;display:flex;align-items:center;justify-content:space-between;gap:1rem}
    summary::-webkit-details-marker{display:none}
    summary:after{content:"＋";color:var(--lilac);font-size:1.2rem}
    details[open] summary:after{content:"－"}
    details p{padding:0 1.25rem 1.2rem;color:var(--muted);margin:0}
    .floating-cta{
      position:fixed;right:22px;bottom:24px;z-index:60;
      width:210px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(13,8,22,.82);
      backdrop-filter:blur(16px);
      border-radius:26px;
      padding:.9rem;
      box-shadow:var(--shadow),0 0 38px rgba(255,79,184,.18);
    }
    .to-top{width:100%;margin-top:.55rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);padding:.55rem;color:#eadcf2}
    .to-top:hover{border-color:rgba(94,234,212,.55)}
    .footer{
      background:#07050c;
      border-top:1px solid rgba(255,255,255,.1);
      position:relative;
      padding:56px 0 92px;
    }
    .footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--pink),var(--lilac),var(--mint),transparent)}
    .footer-link{color:#cdbfd6;transition:color .2s ease}
    .footer-link:hover{color:#fff}
    @media (max-width:1024px){
      .desktop-nav,.header-cta{display:none}
      .compare-row{grid-template-columns:1fr}
      .compare-cell{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
      .section-head{display:block}
      .floating-cta{width:auto;left:16px;right:16px;bottom:14px;display:flex;align-items:center;gap:.7rem;border-radius:999px}
      .floating-cta .badge{display:none}
      .floating-cta .btn{flex:1;padding:.78rem 1rem;min-height:44px}
      .floating-cta .to-top{width:48px;height:44px;margin:0;padding:0}
    }
    @media (max-width:640px){
      .site-container{width:min(100% - 28px,1280px)}
      .nav-wrap{min-height:66px}
      .hero{padding:54px 0 48px}
      .section{padding:58px 0}
      .search-shell{border-radius:26px;padding:9px}
      .search-box{flex-direction:column}
      .search-box input,.search-box .btn{width:100%}
      .news-link{grid-template-columns:1fr;gap:.25rem}
      .price-card.featured{transform:none}
      h1{font-size:2.35rem!important}
    }

/* roulang page: category2 */
:root{
      --bg:#08060f;
      --bg-2:#120b1c;
      --panel:#171021;
      --panel-2:#21152f;
      --text:#fff7ff;
      --muted:#cdbfd6;
      --weak:#9d8bad;
      --line:rgba(255,255,255,.12);
      --line-hot:rgba(244,114,182,.5);
      --pink:#f472b6;
      --fuchsia:#d946ef;
      --violet:#a78bfa;
      --orange:#fb7185;
      --mint:#5eead4;
      --yellow:#fde68a;
      --radius:28px;
      --radius-sm:18px;
      --shadow:0 24px 80px rgba(0,0,0,.45);
      --glow:0 0 38px rgba(217,70,239,.22),0 0 70px rgba(244,114,182,.12);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      background:
        radial-gradient(circle at 8% 6%, rgba(217,70,239,.28), transparent 28rem),
        radial-gradient(circle at 88% 12%, rgba(251,113,133,.18), transparent 30rem),
        radial-gradient(circle at 50% 70%, rgba(94,234,212,.08), transparent 32rem),
        linear-gradient(180deg,#08060f 0%,#100919 45%,#08060f 100%);
      color:var(--text);
      line-height:1.75;
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      opacity:.28;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:46px 46px;
      mask-image:linear-gradient(to bottom,black,transparent 85%);
    }
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    input,select,textarea{outline:none}
    ::selection{background:var(--pink);color:#120717}
    .site-container{width:min(100% - 32px,1240px);margin-inline:auto}
    .focus-ring:focus-visible{
      outline:2px solid var(--mint);
      outline-offset:4px;
      box-shadow:0 0 0 6px rgba(94,234,212,.12);
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(8,6,15,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .site-header:after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      bottom:-1px;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--pink),var(--violet),var(--mint),transparent);
      opacity:.72;
    }
    .nav-wrap{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:15px;
      background:
        radial-gradient(circle at 34% 28%, #fff 0 5px, transparent 6px),
        conic-gradient(from 140deg, var(--pink), var(--violet), var(--mint), var(--orange), var(--pink));
      box-shadow:0 0 26px rgba(217,70,239,.45);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:8px;
      border:1px solid rgba(255,255,255,.72);
      border-radius:11px;
      transform:rotate(12deg);
    }
    .desktop-nav{
      display:none;
      align-items:center;
      gap:8px;
      padding:7px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .nav-link{
      position:relative;
      padding:10px 15px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:750;
      transition:color .25s ease, background .25s ease, box-shadow .25s ease;
    }
    .nav-link:hover,.nav-link.active{
      color:#fff;
      background:rgba(244,114,182,.12);
      box-shadow:inset 0 0 0 1px rgba(244,114,182,.22),0 0 24px rgba(217,70,239,.12);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:5px;
      height:2px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--pink),var(--mint));
      box-shadow:0 0 12px rgba(244,114,182,.8);
    }
    .header-cta{display:none}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      padding:12px 20px;
      font-weight:850;
      line-height:1;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-1px)}
    .btn:active{transform:translateY(0)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--fuchsia),var(--pink) 45%,var(--orange));
      box-shadow:0 14px 36px rgba(244,114,182,.28), inset 0 1px 0 rgba(255,255,255,.28);
    }
    .btn-primary:hover{box-shadow:0 18px 48px rgba(244,114,182,.42),0 0 36px rgba(217,70,239,.2)}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.055);
      border-color:rgba(255,255,255,.14);
    }
    .btn-secondary:hover{
      border-color:rgba(244,114,182,.55);
      background:rgba(244,114,182,.1);
      box-shadow:0 0 26px rgba(217,70,239,.16);
    }
    .mobile-panel{
      display:none;
      padding:0 0 18px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .mobile-panel.open{display:grid;gap:10px}
    .mobile-panel a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:14px 16px;
      color:var(--muted);
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
      font-weight:800;
    }
    .mobile-panel a.active{
      color:#fff;
      border-color:rgba(244,114,182,.42);
      box-shadow:inset 4px 0 0 var(--pink),0 0 22px rgba(217,70,239,.13);
    }
    .neon-line{height:1px;background:linear-gradient(90deg,transparent,var(--pink),var(--violet),var(--mint),transparent)}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#f5e9ff;
      padding:7px 11px;
      font-size:12px;
      font-weight:850;
      letter-spacing:.02em;
    }
    .badge:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:99px;
      background:var(--mint);
      box-shadow:0 0 12px rgba(94,234,212,.9);
    }
    .section{padding:76px 0}
    .section-title{
      font-size:clamp(28px,4vw,48px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.04em;
    }
    .gradient-text{
      background:linear-gradient(120deg,#fff 5%,#f0abfc 35%,#fb7185 66%,#fde68a 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .card{
      border:1px solid rgba(255,255,255,.1);
      background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .card:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 20% 0%,rgba(244,114,182,.13),transparent 34%),
                 radial-gradient(circle at 90% 20%,rgba(94,234,212,.08),transparent 32%);
      pointer-events:none;
    }
    .card > *{position:relative}
    .card-hover{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease}
    .card-hover:hover{
      transform:translateY(-4px);
      border-color:rgba(244,114,182,.45);
      box-shadow:var(--shadow),var(--glow);
      background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));
    }
    .hero{
      padding:70px 0 52px;
      position:relative;
    }
    .hero:after{
      content:"";
      position:absolute;
      right:-10%;
      top:20%;
      width:480px;
      height:480px;
      border-radius:999px;
      background:radial-gradient(circle,rgba(217,70,239,.18),transparent 68%);
      filter:blur(6px);
      z-index:-1;
    }
    .hero-grid{
      display:grid;
      gap:28px;
      align-items:stretch;
    }
    .hero-kicker{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:20px;
    }
    .hero h1{
      font-size:clamp(36px,7vw,68px);
      line-height:1.06;
      font-weight:950;
      letter-spacing:-.055em;
      max-width:920px;
    }
    .hero-summary{
      margin-top:22px;
      max-width:780px;
      color:var(--muted);
      font-size:17px;
    }
    .status-board{
      display:grid;
      gap:14px;
      padding:22px;
      min-height:100%;
    }
    .status-row{
      display:grid;
      grid-template-columns:auto 1fr auto;
      align-items:center;
      gap:12px;
      padding:15px;
      border-radius:20px;
      background:rgba(0,0,0,.22);
      border:1px solid rgba(255,255,255,.1);
    }
    .icon-tile{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,rgba(244,114,182,.24),rgba(167,139,250,.16));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 0 22px rgba(217,70,239,.12);
      font-weight:950;
    }
    .meter{
      height:8px;
      border-radius:99px;
      background:rgba(255,255,255,.09);
      overflow:hidden;
    }
    .meter span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--pink),var(--violet),var(--mint));
      box-shadow:0 0 18px rgba(244,114,182,.55);
    }
    .guide-list li{
      display:flex;
      gap:12px;
      padding:15px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:var(--muted);
    }
    .guide-list li:last-child{border-bottom:0}
    .guide-list strong{color:#fff}
    .dot{
      width:22px;
      height:22px;
      border-radius:999px;
      margin-top:4px;
      flex:0 0 auto;
      background:linear-gradient(135deg,var(--pink),var(--violet));
      box-shadow:0 0 16px rgba(244,114,182,.45);
    }
    .compare-wrap{
      border-radius:var(--radius);
      border:1px solid rgba(255,255,255,.1);
      overflow:hidden;
      background:rgba(255,255,255,.04);
      box-shadow:var(--shadow);
    }
    .compare-row{
      display:grid;
      grid-template-columns:1.1fr 1fr 1fr;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .compare-row:last-child{border-bottom:0}
    .compare-cell{
      padding:20px;
      border-right:1px solid rgba(255,255,255,.08);
      color:var(--muted);
    }
    .compare-cell:last-child{border-right:0}
    .compare-head{
      background:linear-gradient(90deg,rgba(217,70,239,.18),rgba(94,234,212,.07));
      color:#fff;
      font-weight:950;
    }
    .timeline{
      position:relative;
      display:grid;
      gap:18px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:23px;
      top:18px;
      bottom:18px;
      width:2px;
      background:linear-gradient(var(--pink),var(--violet),var(--mint));
      opacity:.55;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:48px 1fr;
      gap:18px;
      align-items:start;
    }
    .step-num{
      width:48px;
      height:48px;
      border-radius:18px;
      display:grid;
      place-items:center;
      font-weight:950;
      color:#fff;
      background:#130c1d;
      border:1px solid rgba(244,114,182,.45);
      box-shadow:0 0 22px rgba(244,114,182,.16);
      z-index:1;
    }
    .form-field{
      width:100%;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(0,0,0,.24);
      color:#fff;
      padding:14px 15px;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .form-field::placeholder{color:#8d7e9b}
    .form-field:focus{
      border-color:rgba(244,114,182,.7);
      box-shadow:0 0 0 4px rgba(244,114,182,.1),0 0 22px rgba(217,70,239,.12);
      background:rgba(0,0,0,.32);
    }
    details{
      border-radius:22px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.045);
      overflow:hidden;
      transition:border-color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    details:hover,details[open]{
      border-color:rgba(244,114,182,.38);
      background:rgba(255,255,255,.065);
      box-shadow:0 0 28px rgba(217,70,239,.1);
    }
    summary{
      list-style:none;
      cursor:pointer;
      padding:20px 22px;
      font-weight:900;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    summary::-webkit-details-marker{display:none}
    summary:after{
      content:"+";
      display:grid;
      place-items:center;
      width:28px;
      height:28px;
      border-radius:999px;
      background:rgba(244,114,182,.13);
      color:#fff;
      flex:0 0 auto;
    }
    details[open] summary:after{content:"−"}
    details p{
      padding:0 22px 22px;
      margin:0;
      color:var(--muted);
    }
    .footer{
      padding:58px 0 38px;
      background:linear-gradient(180deg,rgba(18,11,28,.75),rgba(8,6,15,.98));
      border-top:1px solid rgba(255,255,255,.08);
      position:relative;
    }
    .footer:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--pink),var(--violet),var(--mint),transparent);
    }
    .footer-link{
      color:var(--muted);
      transition:color .2s ease,transform .2s ease;
      width:max-content;
    }
    .footer-link:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .floating-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:45;
      display:grid;
      gap:10px;
      width:230px;
      padding:14px;
      border-radius:24px;
      background:rgba(10,7,17,.78);
      backdrop-filter:blur(16px);
      border:1px solid rgba(244,114,182,.28);
      box-shadow:0 18px 60px rgba(0,0,0,.42),0 0 28px rgba(217,70,239,.16);
    }
    .float-status{
      display:flex;
      align-items:center;
      justify-content:space-between;
      color:var(--muted);
      font-size:12px;
      font-weight:800;
    }
    .float-status span:first-child:before{
      content:"";
      display:inline-block;
      width:7px;
      height:7px;
      margin-right:6px;
      border-radius:99px;
      background:var(--mint);
      box-shadow:0 0 12px rgba(94,234,212,.9);
    }
    @media (min-width:1024px){
      .desktop-nav{display:flex}
      .header-cta{display:block}
      .hero-grid{grid-template-columns:1.1fr .9fr}
      .section{padding:96px 0}
    }
    @media (max-width:900px){
      .compare-row{grid-template-columns:1fr}
      .compare-cell{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
      .compare-cell:last-child{border-bottom:0}
    }
    @media (max-width:768px){
      .nav-wrap{min-height:68px}
      .brand-mark{width:34px;height:34px;border-radius:13px}
      .section{padding:64px 0}
      .status-row{grid-template-columns:auto 1fr}
      .status-row .text-right{grid-column:2}
      .floating-cta{
        left:12px;
        right:12px;
        bottom:12px;
        width:auto;
        grid-template-columns:1fr auto;
        align-items:center;
        border-radius:22px;
      }
      .floating-cta .float-status{display:none}
      body{padding-bottom:88px}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 24px,1240px)}
      .hero{padding-top:46px}
      .btn{width:100%;padding-inline:16px}
      .hero-kicker{gap:8px}
      .badge{font-size:11px}
      .timeline-item{grid-template-columns:40px 1fr;gap:14px}
      .step-num{width:40px;height:40px;border-radius:15px}
      .timeline:before{left:19px}
      summary{padding:18px}
      details p{padding:0 18px 18px}
    }

/* roulang page: category1 */
:root{
      --bg:#08060f;
      --bg-2:#100817;
      --panel:#171020;
      --panel-2:#21142d;
      --text:#fff7ff;
      --muted:#cdbfd6;
      --soft:#9d8bad;
      --line:rgba(255,255,255,.12);
      --line-strong:rgba(244,114,182,.48);
      --pink:#f472b6;
      --fuchsia:#d946ef;
      --violet:#a78bfa;
      --orange:#fb7185;
      --mint:#5eead4;
      --yellow:#fde68a;
      --radius-xl:22px;
      --radius-2xl:28px;
      --radius-3xl:34px;
      --shadow:0 22px 80px rgba(0,0,0,.42);
      --glow:0 0 42px rgba(217,70,239,.26);
      --glow-strong:0 0 48px rgba(244,114,182,.34),0 0 18px rgba(94,234,212,.14);
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 15% 5%, rgba(217,70,239,.24), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(251,113,133,.16), transparent 30%),
        radial-gradient(circle at 65% 62%, rgba(94,234,212,.08), transparent 28%),
        linear-gradient(180deg,#08060f 0%,#100817 46%,#08060f 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.22;
      background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 75%);
      z-index:-2;
    }
    body:after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:linear-gradient(120deg, transparent 0 48%, rgba(244,114,182,.08) 49%, transparent 51% 100%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:#f0abfc;color:#13051b}
    .site-container{
      width:min(100% - 32px,var(--container));
      margin-inline:auto;
    }
    .focus-ring:focus-visible,
    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    textarea:focus-visible{
      outline:2px solid var(--mint);
      outline-offset:4px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(8,6,15,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .site-header:after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      bottom:-1px;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--pink),var(--violet),var(--mint),transparent);
      opacity:.72;
    }
    .nav-wrap{
      height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      letter-spacing:.01em;
      color:#fff;
      white-space:nowrap;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      position:relative;
      background:
        radial-gradient(circle at 30% 25%, #fff 0 8%, transparent 9%),
        conic-gradient(from 180deg, var(--pink), var(--violet), var(--orange), var(--mint), var(--pink));
      box-shadow:0 0 24px rgba(244,114,182,.42);
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:8px;
      border-radius:10px;
      background:#120817;
      border:1px solid rgba(255,255,255,.18);
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:6px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .nav-link{
      position:relative;
      display:inline-flex;
      align-items:center;
      height:38px;
      padding:0 15px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
      transition:color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
    }
    .nav-link:hover{
      color:#fff;
      background:rgba(244,114,182,.1);
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(217,70,239,.24),rgba(251,113,133,.16));
      box-shadow:0 0 22px rgba(244,114,182,.24) inset,0 0 18px rgba(217,70,239,.18);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:4px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--pink),var(--mint));
      box-shadow:0 0 12px rgba(244,114,182,.8);
    }
    .header-cta{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      border-radius:999px;
      padding:11px 18px;
      border:1px solid transparent;
      font-weight:850;
      line-height:1;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:active{transform:translateY(0) scale(.99)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,#e879f9 0%,#f472b6 48%,#fb7185 100%);
      box-shadow:0 14px 34px rgba(244,114,182,.26), inset 0 1px 0 rgba(255,255,255,.3);
    }
    .btn-primary:hover{box-shadow:var(--glow-strong)}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.055);
      border-color:rgba(244,114,182,.35);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .btn-secondary:hover{
      border-color:rgba(94,234,212,.5);
      background:rgba(94,234,212,.08);
      box-shadow:0 0 28px rgba(94,234,212,.16);
    }
    .mobile-panel{
      display:none;
      padding:0 0 18px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .mobile-panel.open{display:grid;gap:10px}
    .mobile-panel a{
      display:flex;
      align-items:center;
      min-height:46px;
      padding:0 14px;
      color:var(--muted);
      border:1px solid rgba(255,255,255,.08);
      border-left:3px solid rgba(244,114,182,.5);
      border-radius:16px;
      background:rgba(255,255,255,.04);
      font-weight:800;
    }
    .mobile-panel a.active{
      color:#fff;
      border-left-color:var(--mint);
      background:linear-gradient(135deg,rgba(217,70,239,.18),rgba(94,234,212,.08));
      box-shadow:0 0 24px rgba(217,70,239,.14);
    }
    .section{padding:86px 0}
    .hero{
      position:relative;
      padding:80px 0 62px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      width:540px;
      height:540px;
      right:-160px;
      top:20px;
      border-radius:999px;
      background:radial-gradient(circle,rgba(244,114,182,.26),transparent 66%);
      filter:blur(4px);
      pointer-events:none;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      width:max-content;
      max-width:100%;
      border:1px solid rgba(244,114,182,.34);
      border-radius:999px;
      padding:7px 12px;
      color:#ffe4f5;
      background:rgba(244,114,182,.08);
      box-shadow:0 0 24px rgba(244,114,182,.12);
      font-size:13px;
      font-weight:800;
    }
    .eyebrow:before,
    .status-dot{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--mint);
      box-shadow:0 0 12px rgba(94,234,212,.85);
      flex:0 0 auto;
    }
    .gradient-text{
      color:transparent;
      background:linear-gradient(100deg,#fff 0%,#f9a8d4 30%,#c4b5fd 62%,#5eead4 100%);
      -webkit-background-clip:text;
      background-clip:text;
    }
    .hero h1{
      margin:22px 0 0;
      max-width:850px;
      font-size:clamp(2.45rem,7vw,4.8rem);
      line-height:1.06;
      letter-spacing:-.055em;
      font-weight:950;
    }
    .lead{
      margin-top:22px;
      max-width:780px;
      color:var(--muted);
      font-size:clamp(1rem,1.5vw,1.16rem);
      line-height:1.9;
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
      gap:32px;
      align-items:center;
    }
    .hero-actions{
      margin-top:30px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:14px;
    }
    .badge-row{
      margin-top:28px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      color:#eadff0;
      padding:8px 12px;
      font-size:13px;
      font-weight:750;
    }
    .badge strong{color:#fff}
    .neon-card{
      border:1px solid rgba(255,255,255,.11);
      background:
        linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)),
        radial-gradient(circle at 15% 10%,rgba(244,114,182,.12),transparent 38%),
        var(--panel);
      border-radius:var(--radius-3xl);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .neon-card:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      padding:1px;
      background:linear-gradient(135deg,rgba(244,114,182,.68),rgba(167,139,250,.1),rgba(94,234,212,.42));
      -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
      -webkit-mask-composite:xor;
      mask-composite:exclude;
      pointer-events:none;
      opacity:.55;
    }
    .entry-panel{padding:24px}
    .panel-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:flex-start;
      margin-bottom:18px;
    }
    .panel-title{font-size:21px;font-weight:950;letter-spacing:-.02em}
    .panel-sub{color:var(--soft);font-size:14px;margin-top:2px}
    .micro-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:6px 10px;
      border:1px solid rgba(94,234,212,.34);
      background:rgba(94,234,212,.08);
      color:#ccfbf1;
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
    }
    .entry-grid{display:grid;gap:12px}
    .entry-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(0,0,0,.18);
      transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    .entry-item:hover{
      transform:translateY(-2px);
      border-color:rgba(244,114,182,.44);
      background:rgba(244,114,182,.07);
      box-shadow:0 0 28px rgba(244,114,182,.12);
    }
    .entry-index{
      width:36px;
      height:36px;
      display:grid;
      place-items:center;
      border-radius:14px;
      background:linear-gradient(135deg,rgba(244,114,182,.32),rgba(167,139,250,.14));
      color:#fff;
      font-weight:950;
      border:1px solid rgba(255,255,255,.1);
    }
    .entry-title{font-weight:900}
    .entry-desc{color:var(--soft);font-size:13px;line-height:1.55}
    .entry-pill{color:#fff;font-size:12px;font-weight:850;border-radius:999px;padding:5px 9px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
    .section-head{
      display:grid;
      grid-template-columns:minmax(0,.82fr) minmax(260px,.38fr);
      gap:24px;
      align-items:end;
      margin-bottom:30px;
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-bottom:12px;
      color:#f9a8d4;
      font-weight:950;
      font-size:13px;
    }
    .kicker:before{
      content:"";
      width:28px;
      height:2px;
      border-radius:99px;
      background:linear-gradient(90deg,var(--pink),var(--mint));
      box-shadow:0 0 12px rgba(244,114,182,.8);
    }
    .section-title{
      font-size:clamp(2rem,4.4vw,3.2rem);
      line-height:1.12;
      letter-spacing:-.045em;
      font-weight:950;
    }
    .section-desc{color:var(--muted);line-height:1.85}
    .tag-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
      padding:14px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:24px;
      background:rgba(255,255,255,.035);
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:7px 13px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.045);
      color:#eadff0;
      font-size:13px;
      font-weight:800;
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease;
    }
    .tag:hover{
      transform:translateY(-1px);
      color:#fff;
      border-color:rgba(94,234,212,.46);
      box-shadow:0 0 22px rgba(94,234,212,.14);
    }
    .bento{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
    }
    .feature-big{
      min-height:100%;
      padding:28px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .feature-big h2{font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.16;font-weight:950;letter-spacing:-.035em}
    .feature-big p{margin-top:15px;color:var(--muted)}
    .metric-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:28px;
    }
    .metric{
      padding:16px 12px;
      border-radius:20px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.1);
    }
    .metric strong{
      display:block;
      color:#fff;
      font-size:28px;
      line-height:1;
      font-weight:950;
      background:linear-gradient(100deg,#f9a8d4,#5eead4);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .metric span{display:block;margin-top:8px;color:var(--soft);font-size:12px;font-weight:750}
    .side-list{display:grid;gap:18px}
    .list-card{
      padding:22px;
      border-radius:var(--radius-2xl);
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.045);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    .list-card:hover{
      transform:translateY(-4px);
      border-color:rgba(244,114,182,.5);
      background:rgba(244,114,182,.065);
      box-shadow:var(--glow);
    }
    .card-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:12px;
    }
    .card-icon{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,rgba(244,114,182,.28),rgba(94,234,212,.12));
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 0 22px rgba(244,114,182,.12);
      font-weight:950;
    }
    .list-card h3{font-size:20px;font-weight:950;letter-spacing:-.02em}
    .list-card p{margin-top:8px;color:var(--muted);font-size:15px}
    .card-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
    .mini-tag{font-size:12px;color:#e9d5ff;background:rgba(167,139,250,.1);border:1px solid rgba(167,139,250,.22);border-radius:999px;padding:5px 9px;font-weight:800}
    .compare-wrap{
      overflow:hidden;
      border-radius:var(--radius-3xl);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.04);
      box-shadow:var(--shadow);
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
    }
    .compare-col{
      padding:26px;
      border-right:1px solid rgba(255,255,255,.09);
      min-height:280px;
    }
    .compare-col:last-child{border-right:0}
    .compare-col.highlight{
      background:
        radial-gradient(circle at 20% 10%,rgba(244,114,182,.18),transparent 34%),
        linear-gradient(180deg,rgba(244,114,182,.11),rgba(255,255,255,.035));
    }
    .compare-col h3{font-size:22px;font-weight:950}
    .compare-col p{margin-top:10px;color:var(--muted);font-size:15px}
    .check-list{display:grid;gap:11px;margin-top:20px}
    .check-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#efe7f3;
      font-size:15px;
    }
    .check-list li:before{
      content:"";
      width:18px;
      height:18px;
      flex:0 0 auto;
      margin-top:4px;
      border-radius:7px;
      background:linear-gradient(135deg,var(--pink),var(--mint));
      box-shadow:0 0 14px rgba(94,234,212,.18);
    }
    .process{
      display:grid;
      grid-template-columns:.42fr 1fr;
      gap:20px;
      align-items:stretch;
    }
    .process-aside{
      padding:26px;
      border-radius:var(--radius-3xl);
      background:linear-gradient(135deg,rgba(217,70,239,.18),rgba(251,113,133,.08));
      border:1px solid rgba(244,114,182,.24);
    }
    .process-aside h2{font-size:32px;line-height:1.18;font-weight:950;letter-spacing:-.035em}
    .process-aside p{margin-top:14px;color:var(--muted)}
    .steps{display:grid;gap:14px}
    .step{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:14px;
      padding:20px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:24px;
      background:rgba(255,255,255,.04);
      transition:transform .22s ease,border-color .22s ease,background .22s ease;
    }
    .step:hover{
      transform:translateX(4px);
      border-color:rgba(94,234,212,.42);
      background:rgba(94,234,212,.055);
    }
    .step-num{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:#0f0716;
      border:1px solid rgba(244,114,182,.35);
      color:#f9a8d4;
      font-weight:950;
    }
    .step h3{font-size:19px;font-weight:950}
    .step p{color:var(--muted);font-size:15px;margin-top:4px}
    .pricing-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      align-items:stretch;
    }
    .price-card{
      padding:26px;
      border-radius:var(--radius-3xl);
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.04);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
      position:relative;
      overflow:hidden;
    }
    .price-card:hover{transform:translateY(-5px);border-color:rgba(244,114,182,.42);box-shadow:var(--glow)}
    .price-card.featured{
      border-color:rgba(244,114,182,.58);
      background:
        radial-gradient(circle at 20% 0%,rgba(244,114,182,.24),transparent 42%),
        rgba(255,255,255,.055);
      box-shadow:0 0 42px rgba(244,114,182,.16);
    }
    .price-label{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:950;
      background:rgba(244,114,182,.12);
      border:1px solid rgba(244,114,182,.24);
      color:#fbcfe8;
    }
    .price-card h3{margin-top:14px;font-size:23px;font-weight:950}
    .price{
      margin-top:12px;
      font-size:32px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.03em;
    }
    .price small{font-size:14px;color:var(--soft);font-weight:800}
    .price-card p{margin-top:12px;color:var(--muted);font-size:15px}
    .price-card .btn{width:100%;margin-top:22px}
    .faq-list{display:grid;gap:12px}
    details{
      border:1px solid rgba(255,255,255,.1);
      border-radius:22px;
      background:rgba(255,255,255,.04);
      overflow:hidden;
      transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    details:hover{border-color:rgba(244,114,182,.38);box-shadow:0 0 22px rgba(244,114,182,.1)}
    details[open]{background:rgba(244,114,182,.06);border-color:rgba(244,114,182,.38)}
    summary{
      list-style:none;
      cursor:pointer;
      padding:20px 22px;
      font-weight:950;
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
    }
    summary::-webkit-details-marker{display:none}
    summary:after{
      content:"+";
      width:30px;
      height:30px;
      border-radius:999px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.1);
      color:#f9a8d4;
      flex:0 0 auto;
    }
    details[open] summary:after{content:"−";color:#ccfbf1}
    details p{
      padding:0 22px 20px;
      color:var(--muted);
      margin:0;
    }
    .cta-card{
      position:relative;
      overflow:hidden;
      padding:34px;
      border-radius:var(--radius-3xl);
      background:
        radial-gradient(circle at 15% 15%,rgba(255,255,255,.28),transparent 22%),
        linear-gradient(135deg,#d946ef 0%,#f472b6 45%,#fb7185 100%);
      color:#fff;
      box-shadow:0 30px 90px rgba(244,114,182,.28);
    }
    .cta-card:after{
      content:"";
      position:absolute;
      inset:auto -80px -120px auto;
      width:320px;
      height:320px;
      border-radius:999px;
      background:rgba(255,255,255,.16);
      pointer-events:none;
    }
    .cta-card h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;font-weight:950;letter-spacing:-.045em;max-width:760px}
    .cta-card p{margin-top:16px;max-width:720px;color:rgba(255,255,255,.86)}
    .cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;position:relative;z-index:1}
    .cta-card .btn-secondary{background:rgba(0,0,0,.18);border-color:rgba(255,255,255,.35)}
    .footer{
      padding:56px 0 36px;
      background:#07040d;
      border-top:1px solid rgba(255,255,255,.08);
      position:relative;
    }
    .footer:before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:1px;
      background:linear-gradient(90deg,transparent,var(--pink),var(--violet),var(--mint),transparent);
    }
    .footer-link{
      color:#cdbfd6;
      transition:color .22s ease,transform .22s ease;
      width:max-content;
    }
    .footer-link:hover{color:#fff;transform:translateX(3px)}
    .neon-line{
      height:1px;
      background:linear-gradient(90deg,rgba(244,114,182,.02),rgba(244,114,182,.75),rgba(94,234,212,.45),rgba(244,114,182,.02));
      box-shadow:0 0 18px rgba(244,114,182,.24);
    }
    .floating-cta{
      position:fixed;
      right:22px;
      bottom:22px;
      z-index:45;
      display:grid;
      gap:10px;
      width:190px;
      padding:12px;
      border-radius:24px;
      border:1px solid rgba(244,114,182,.32);
      background:rgba(8,6,15,.82);
      backdrop-filter:blur(16px);
      box-shadow:0 18px 50px rgba(0,0,0,.36),0 0 26px rgba(244,114,182,.18);
    }
    .floating-cta .status{
      display:flex;
      align-items:center;
      gap:8px;
      color:#e9d5ff;
      font-size:12px;
      font-weight:850;
      padding:3px 6px;
    }
    .floating-cta .btn{min-height:40px;padding:10px 12px;font-size:13px}
    .top-btn{
      min-height:34px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.04);
      transition:all .22s ease;
      font-weight:800;
    }
    .top-btn:hover{color:#fff;border-color:rgba(94,234,212,.42);transform:translateY(-1px)}
    @media (max-width:1024px){
      .desktop-nav,.header-cta{display:none}
      .hero-grid,.section-head,.bento,.process{grid-template-columns:1fr}
      .hero{padding-top:54px}
      .metric-row,.pricing-grid,.compare-grid{grid-template-columns:1fr}
      .compare-col{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
      .compare-col:last-child{border-bottom:0}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 28px,var(--container))}
      .nav-wrap{height:68px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .section{padding:62px 0}
      .hero-actions,.cta-actions{align-items:stretch}
      .hero-actions .btn,.cta-actions .btn{width:100%}
      .entry-item{grid-template-columns:auto 1fr}
      .entry-pill{grid-column:2}
      .feature-big,.entry-panel,.process-aside,.price-card,.compare-col,.cta-card{padding:22px}
      .floating-cta{
        left:12px;
        right:12px;
        bottom:12px;
        width:auto;
        grid-template-columns:1fr auto;
        align-items:center;
        border-radius:22px;
      }
      .floating-cta .status{display:none}
      .top-btn{height:40px;padding:0 12px}
      body{padding-bottom:78px}
    }
    @media (max-width:520px){
      .site-container{width:min(100% - 24px,var(--container))}
      .badge-row,.tag-strip{gap:8px}
      .badge,.tag{font-size:12px}
      .panel-top{flex-direction:column}
      .metric-row{grid-template-columns:1fr}
      summary{padding:18px}
      details p{padding:0 18px 18px}
    }
