/* roulang page: index */
:root{
      --color-ink:#221025;
      --color-ink-2:#3b2140;
      --color-primary:#6b245f;
      --color-primary-dark:#2a102d;
      --color-secondary:#d9a85f;
      --color-accent:#ec4d90;
      --color-accent-2:#8d5cff;
      --color-bg:#fbf6f1;
      --color-bg-soft:#f4eae8;
      --color-card:#fffaf5;
      --color-muted:#765e76;
      --color-line:rgba(94,55,99,.16);
      --color-deep-line:rgba(217,168,95,.22);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-pill:999px;
      --shadow-soft:0 22px 70px rgba(42,16,45,.13);
      --shadow-card:0 16px 38px rgba(73,31,78,.12);
      --shadow-glow:0 0 0 1px rgba(217,168,95,.25),0 18px 55px rgba(236,77,144,.22);
      --container:1200px;
      --nav-h:76px;
      --transition:all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 6% 0%,rgba(236,77,144,.10),transparent 34%),
        radial-gradient(circle at 92% 10%,rgba(217,168,95,.10),transparent 30%),
        linear-gradient(180deg,#fff8f1 0%,var(--color-bg) 42%,#f8eff1 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover{color:var(--color-accent)}
    a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,.accordion-button:focus-visible{
      outline:3px solid rgba(236,77,144,.38);
      outline-offset:3px;
      box-shadow:none;
    }
    img{max-width:100%;display:block}
    button,input,textarea{font:inherit}
    .site-shell{position:relative;min-height:100vh}
    .container,.container-lg,.container-xl{max-width:var(--container)}
    .section{
      padding:92px 0;
      position:relative;
    }
    .section-sm{padding:72px 0}
    .section-title{
      max-width:760px;
      margin-bottom:34px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:var(--radius-pill);
      background:rgba(107,36,95,.08);
      color:var(--color-primary);
      font-size:13px;
      font-weight:700;
      margin-bottom:14px;
    }
    .eyebrow i{color:var(--color-secondary)}
    h1,h2,h3,h4{color:var(--color-ink);letter-spacing:-.02em}
    h1{
      font-size:clamp(38px,5.2vw,64px);
      line-height:1.13;
      font-weight:800;
      margin:0 0 22px;
    }
    h2{
      font-size:clamp(28px,3.2vw,38px);
      line-height:1.25;
      font-weight:760;
      margin:0 0 14px;
    }
    h3{font-size:22px;line-height:1.35;font-weight:730;margin:0 0 10px}
    p{margin:0;color:var(--color-muted)}
    .lead-text{
      font-size:18px;
      color:#f3dfe7;
      max-width:610px;
      line-height:1.85;
    }
    .text-soft{color:#8a7489}
    .gradient-text{
      background:linear-gradient(100deg,#fff6df 0%,#ff7cab 38%,#d9a85f 76%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      height:var(--nav-h);
      backdrop-filter:blur(18px);
      background:rgba(42,16,45,.88);
      border-bottom:1px solid rgba(217,168,95,.14);
      box-shadow:0 12px 36px rgba(19,5,23,.18);
    }
    .navbar{height:var(--nav-h);padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff!important;
      font-weight:800;
      max-width:480px;
      min-width:0;
    }
    .logo-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      background:
        radial-gradient(circle at 34% 28%,#ffe4a8 0 12%,transparent 13%),
        linear-gradient(135deg,var(--color-accent),var(--color-primary) 55%,#25102a);
      position:relative;
      box-shadow:0 0 0 1px rgba(255,255,255,.12),0 10px 26px rgba(236,77,144,.25);
      flex:0 0 auto;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      left:15px;top:11px;
      width:14px;height:18px;
      border-radius:5px;
      border:2px solid rgba(255,255,255,.86);
      box-shadow:7px 5px 0 rgba(217,168,95,.32);
    }
    .brand-text{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:17px;
      letter-spacing:-.03em;
    }
    .navbar-toggler{
      border:1px solid rgba(255,255,255,.18);
      border-radius:14px;
      padding:9px 11px;
      color:#fff;
      box-shadow:none!important;
    }
    .navbar-toggler i{font-size:22px}
    .navbar-collapse{
      justify-content:flex-end;
    }
    .navbar-nav{
      align-items:center;
      gap:8px;
    }
    .nav-link{
      color:rgba(255,255,255,.78)!important;
      font-weight:700;
      padding:10px 15px!important;
      border-radius:var(--radius-pill);
      position:relative;
    }
    .nav-link:hover{
      color:#fff!important;
      background:rgba(255,255,255,.08);
    }
    .nav-link.active{
      color:#2a102d!important;
      background:linear-gradient(135deg,#ffe2a9,#d9a85f);
      box-shadow:0 10px 22px rgba(217,168,95,.18);
    }
    .nav-cta{
      margin-left:8px;
      padding:10px 18px;
      border-radius:var(--radius-pill);
      color:#fff!important;
      font-weight:800;
      background:linear-gradient(135deg,var(--color-accent),var(--color-primary));
      border:1px solid rgba(217,168,95,.32);
      box-shadow:0 12px 30px rgba(236,77,144,.24);
    }
    .nav-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow);color:#fff!important}

    .hero{
      background:
        radial-gradient(circle at 13% 18%,rgba(236,77,144,.35),transparent 28%),
        radial-gradient(circle at 78% 12%,rgba(141,92,255,.24),transparent 32%),
        linear-gradient(135deg,#241027 0%,#401741 48%,#17091c 100%);
      padding:86px 0 92px;
      position:relative;
      overflow:hidden;
      color:#fff;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,#000 0%,transparent 78%);
      opacity:.55;
    }
    .hero .container{position:relative;z-index:2}
    .hero h1{color:#fff;max-width:690px}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:30px;
      align-items:center;
    }
    .btn-rou{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:var(--radius-pill);
      padding:13px 22px;
      font-weight:800;
      border:0;
      transition:var(--transition);
      min-height:50px;
      line-height:1;
      white-space:nowrap;
    }
    .btn-main{
      color:#fff;
      background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-primary) 70%);
      border:1px solid rgba(217,168,95,.48);
      box-shadow:0 18px 42px rgba(236,77,144,.25);
    }
    .btn-main:hover{transform:translateY(-2px);color:#fff;box-shadow:var(--shadow-glow)}
    .btn-ghost{
      color:#fff;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.18);
    }
    .btn-ghost:hover{transform:translateY(-2px);color:#fff;background:rgba(255,255,255,.14);border-color:rgba(217,168,95,.5)}
    .btn-light-rou{
      color:var(--color-primary-dark);
      background:#fff8ec;
      border:1px solid rgba(107,36,95,.14);
    }
    .btn-light-rou:hover{transform:translateY(-2px);color:var(--color-primary);box-shadow:var(--shadow-card)}
    .hero-note{
      margin-top:24px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .mini-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      color:#f6e8ef;
      font-size:13px;
      font-weight:700;
    }
    .mini-pill i{color:var(--color-secondary)}
    .phone-stage{
      min-height:560px;
      position:relative;
      display:flex;
      justify-content:center;
      align-items:center;
    }
    .phone-card{
      width:min(330px,82vw);
      height:540px;
      border-radius:34px;
      background:
        linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.02)),
        radial-gradient(circle at 50% 24%,rgba(255,198,117,.22),transparent 22%),
        linear-gradient(155deg,#4e194b 0%,#1d0c25 68%);
      border:1px solid rgba(255,255,255,.18);
      box-shadow:0 30px 90px rgba(0,0,0,.35),0 0 0 10px rgba(255,255,255,.04);
      position:relative;
      overflow:hidden;
      padding:20px;
    }
    .phone-card:before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:26px;
      background:
        radial-gradient(circle at 64% 32%,rgba(236,77,144,.38),transparent 18%),
        radial-gradient(circle at 32% 64%,rgba(217,168,95,.26),transparent 24%),
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0));
      border:1px solid rgba(255,255,255,.08);
    }
    .phone-top{
      position:relative;
      z-index:2;
      display:flex;
      justify-content:space-between;
      color:#fff;
      font-size:12px;
      font-weight:800;
    }
    .play-orb{
      position:absolute;
      z-index:3;
      left:50%;
      top:45%;
      transform:translate(-50%,-50%);
      width:72px;
      height:72px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.28);
      box-shadow:0 0 35px rgba(236,77,144,.38);
      color:#fff;
      font-size:30px;
    }
    .video-caption{
      position:absolute;
      z-index:3;
      left:24px;
      right:24px;
      bottom:24px;
      padding:18px;
      border-radius:24px;
      background:linear-gradient(180deg,rgba(23,9,28,.58),rgba(23,9,28,.88));
      border:1px solid rgba(217,168,95,.2);
    }
    .video-caption strong{display:block;color:#fff;font-size:20px;margin-bottom:8px}
    .video-caption span{display:block;color:#ead8e7;font-size:14px}
    .float-card{
      position:absolute;
      width:190px;
      border-radius:24px;
      padding:14px;
      background:rgba(255,248,236,.94);
      border:1px solid rgba(217,168,95,.35);
      box-shadow:var(--shadow-soft);
      z-index:4;
    }
    .float-card.one{left:0;top:82px;transform:rotate(-7deg)}
    .float-card.two{right:0;bottom:70px;transform:rotate(6deg)}
    .float-card .tag{margin-bottom:9px}
    .float-card b{display:block;color:var(--color-ink);line-height:1.35}
    .float-card small{color:var(--color-muted);font-weight:700}

    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      font-size:12px;
      font-weight:800;
      line-height:1;
      color:var(--color-primary);
      background:rgba(107,36,95,.09);
      border:1px solid rgba(107,36,95,.08);
    }
    .tag.hot{color:#5b3410;background:rgba(217,168,95,.22);border-color:rgba(217,168,95,.28)}
    .tag.new{color:#8d1647;background:rgba(236,77,144,.13);border-color:rgba(236,77,144,.18)}
    .tag.dark{color:#ffe4ad;background:rgba(255,255,255,.08);border-color:rgba(217,168,95,.25)}

    .stats-strip{
      margin-top:-38px;
      position:relative;
      z-index:5;
    }
    .stats-panel{
      background:rgba(255,250,245,.92);
      border:1px solid var(--color-line);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      padding:22px;
      backdrop-filter:blur(14px);
    }
    .stat-item{
      padding:12px 16px;
      border-radius:22px;
      background:linear-gradient(180deg,#fff,#fff8f3);
      border:1px solid rgba(107,36,95,.08);
      height:100%;
    }
    .stat-num{font-size:28px;font-weight:850;color:var(--color-primary);line-height:1}
    .stat-label{font-size:13px;color:var(--color-muted);font-weight:700;margin-top:7px}

    .reel-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:20px;
    }
    .reel-card{
      position:relative;
      border-radius:28px;
      overflow:hidden;
      background:#2b112f;
      min-height:380px;
      box-shadow:var(--shadow-card);
      border:1px solid rgba(107,36,95,.13);
      transition:var(--transition);
    }
    .reel-card:nth-child(2),.reel-card:nth-child(4){margin-top:34px}
    .reel-cover{
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 42% 22%,rgba(255,220,146,.35),transparent 16%),
        radial-gradient(circle at 70% 58%,rgba(236,77,144,.38),transparent 24%),
        linear-gradient(160deg,#6b245f,#211027 72%);
      transition:transform .42s ease;
    }
    .reel-card:nth-child(2) .reel-cover{background:radial-gradient(circle at 62% 18%,rgba(141,92,255,.32),transparent 18%),radial-gradient(circle at 35% 60%,rgba(217,168,95,.30),transparent 24%),linear-gradient(160deg,#481d57,#150919)}
    .reel-card:nth-child(3) .reel-cover{background:radial-gradient(circle at 50% 24%,rgba(236,77,144,.34),transparent 18%),radial-gradient(circle at 70% 66%,rgba(217,168,95,.28),transparent 20%),linear-gradient(160deg,#2e1534,#69215b)}
    .reel-card:nth-child(4) .reel-cover{background:radial-gradient(circle at 44% 26%,rgba(255,225,169,.34),transparent 16%),radial-gradient(circle at 74% 62%,rgba(141,92,255,.26),transparent 23%),linear-gradient(160deg,#35153c,#19091f)}
    .reel-cover:after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.58) 76%,rgba(0,0,0,.84) 100%);
    }
    .reel-content{
      position:absolute;
      inset:auto 16px 16px 16px;
      z-index:2;
      color:#fff;
    }
    .reel-content h3{color:#fff;font-size:20px;margin:12px 0 7px}
    .reel-meta{
      display:flex;
      justify-content:space-between;
      gap:10px;
      color:#eadde9;
      font-size:13px;
      font-weight:700;
    }
    .reel-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-glow)}
    .reel-card:hover .reel-cover{transform:scale(1.06)}

    .guide-wrap{
      background:linear-gradient(135deg,#fffaf5,#f7eceb);
      border:1px solid var(--color-line);
      border-radius:var(--radius-xl);
      padding:34px;
      box-shadow:var(--shadow-soft);
    }
    .pick-list{display:grid;gap:14px}
    .pick-item{
      display:grid;
      grid-template-columns:54px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(107,36,95,.09);
      transition:var(--transition);
    }
    .pick-item:hover{transform:translateX(4px);box-shadow:var(--shadow-card);border-color:rgba(236,77,144,.22)}
    .pick-no{
      width:54px;height:54px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--color-primary),var(--color-accent));
      color:#fff;
      font-weight:850;
      box-shadow:0 12px 24px rgba(107,36,95,.2);
    }
    .pick-item h3{font-size:20px;margin-bottom:4px}
    .pick-arrow{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(217,168,95,.18);
      color:var(--color-primary);
      font-size:18px;
    }

    .channel-card{
      min-height:320px;
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 76% 18%,rgba(217,168,95,.30),transparent 18%),
        radial-gradient(circle at 28% 70%,rgba(236,77,144,.28),transparent 22%),
        linear-gradient(135deg,#35153d,#1c0b22);
      color:#fff;
      border:1px solid rgba(217,168,95,.2);
      box-shadow:var(--shadow-soft);
      padding:30px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .channel-card h3{color:#fff;font-size:30px;max-width:520px}
    .channel-card p{color:#e9d8e6;max-width:620px}
    .channel-card:after{
      content:"";
      position:absolute;
      right:36px;
      top:38px;
      width:160px;
      height:250px;
      border-radius:28px;
      border:1px solid rgba(255,255,255,.15);
      background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.02));
      transform:rotate(8deg);
    }
    .channel-card .btn-rou{align-self:flex-start;position:relative;z-index:2}
    .channel-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px;position:relative;z-index:2}

    .ticker-section{
      background:var(--color-primary-dark);
      color:#fff;
      overflow:hidden;
    }
    .ticker-section h2{color:#fff}
    .ticker-section p{color:#ead9e9}
    .review-track{
      display:flex;
      gap:18px;
      overflow-x:auto;
      padding:8px 2px 16px;
      scroll-snap-type:x mandatory;
      scrollbar-width:none;
    }
    .review-track::-webkit-scrollbar{display:none}
    .review-card{
      flex:0 0 310px;
      scroll-snap-align:start;
      padding:20px;
      border-radius:24px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(217,168,95,.18);
      transition:var(--transition);
    }
    .review-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.10)}
    .review-head{
      display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;
    }
    .avatar{
      width:38px;height:38px;border-radius:50%;
      display:grid;place-items:center;
      color:#2a102d;font-weight:850;
      background:linear-gradient(135deg,#ffe2a9,#d9a85f);
    }
    .stars{color:var(--color-secondary);letter-spacing:1px;font-size:13px}
    .review-card p{color:#f3e7ef;font-size:15px}
    .review-time{display:block;margin-top:12px;color:#cdb9cc;font-size:12px;font-weight:700}

    .experience-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-card{
      padding:24px;
      border-radius:var(--radius-lg);
      background:var(--color-card);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-card);
      transition:var(--transition);
      height:100%;
    }
    .feature-card:hover{transform:translateY(-5px);border-color:rgba(236,77,144,.22);box-shadow:var(--shadow-soft)}
    .feature-icon{
      width:48px;height:48px;border-radius:18px;
      display:grid;place-items:center;
      margin-bottom:14px;
      background:rgba(107,36,95,.09);
      color:var(--color-primary);
      font-size:22px;
    }
    .feature-card h3{font-size:21px}

    .newsletter-card{
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        radial-gradient(circle at 92% 0%,rgba(236,77,144,.16),transparent 28%),
        linear-gradient(135deg,#fffaf5,#f7e9ea);
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
    }
    .form-control,.form-select{
      border-radius:18px;
      border:1px solid rgba(107,36,95,.14);
      padding:13px 16px;
      color:var(--color-ink);
      background:#fff;
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(236,77,144,.55);
      box-shadow:0 0 0 4px rgba(236,77,144,.10)!important;
    }
    .form-text{color:#8a7489;font-size:13px}

    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid var(--color-line)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fffaf5;
      box-shadow:0 10px 24px rgba(42,16,45,.06);
    }
    .accordion-button{
      padding:20px 22px;
      font-weight:800;
      color:var(--color-ink);
      background:#fffaf5;
      border:0;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--color-primary);
      background:linear-gradient(90deg,rgba(236,77,144,.10),rgba(217,168,95,.10));
    }
    .accordion-button::after{
      background-image:none;
      content:"\F4FE";
      font-family:"bootstrap-icons";
      transform:none;
      width:auto;height:auto;
      font-size:24px;
      color:var(--color-primary);
    }
    .accordion-button:not(.collapsed)::after{
      content:"\F2EA";
      transform:none;
      color:var(--color-accent);
    }
    .accordion-body{
      padding:0 22px 22px;
      color:var(--color-muted);
      line-height:1.86;
      background:#fffaf5;
      border-left:4px solid rgba(217,168,95,.55);
    }

    .cta-card{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      padding:44px;
      background:
        radial-gradient(circle at 78% 22%,rgba(236,77,144,.28),transparent 24%),
        radial-gradient(circle at 20% 86%,rgba(217,168,95,.23),transparent 24%),
        linear-gradient(135deg,#37143a 0%,#17091c 100%);
      border:1px solid var(--color-deep-line);
      box-shadow:0 30px 90px rgba(42,16,45,.23);
      color:#fff;
    }
    .cta-card h2{color:#fff}
    .cta-card p{color:#eddfe9}
    .cta-preview{
      position:absolute;
      right:42px;
      bottom:-42px;
      width:220px;
      height:300px;
      border-radius:30px;
      background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.03));
      border:1px solid rgba(255,255,255,.16);
      transform:rotate(-7deg);
    }
    .cta-card .hero-actions{position:relative;z-index:2}

    .site-footer{
      background:#17091c;
      color:#fff;
      padding:62px 0 28px;
      border-top:1px solid rgba(217,168,95,.16);
    }
    .footer-brand{
      display:flex;
      gap:12px;
      align-items:center;
      margin-bottom:16px;
      font-weight:850;
      font-size:18px;
    }
    .footer-text{color:#cdb9cc;max-width:520px}
    .footer-links{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .footer-links a{
      color:#e5d4e1;
      font-weight:700;
    }
    .footer-links a:hover{color:var(--color-secondary);transform:translateX(3px)}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.09);
      color:#a993aa;
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }

    .mobile-tab{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:1040;
      padding:8px;
      padding-bottom:calc(8px + env(safe-area-inset-bottom));
      border-radius:24px;
      background:rgba(42,16,45,.92);
      border:1px solid rgba(217,168,95,.18);
      box-shadow:0 18px 50px rgba(19,5,23,.35);
      backdrop-filter:blur(16px);
    }
    .mobile-tab a{
      flex:1;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      min-height:52px;
      border-radius:18px;
      color:rgba(255,255,255,.72);
      font-size:12px;
      font-weight:800;
    }
    .mobile-tab i{font-size:19px}
    .mobile-tab a.active{
      background:linear-gradient(135deg,#ffe2a9,#d9a85f);
      color:#2a102d;
    }
    .mobile-tab a:hover{color:#fff;background:rgba(255,255,255,.08)}
    .mobile-tab a.active:hover{color:#2a102d}

    @media (max-width:1199.98px){
      :root{--container:1040px}
      .phone-stage{min-height:520px}
      .float-card.one{left:-12px}
      .float-card.two{right:-10px}
      .reel-card{min-height:340px}
    }
    @media (max-width:991.98px){
      body{padding-bottom:86px}
      .navbar-collapse{
        position:absolute;
        left:12px;
        right:12px;
        top:calc(var(--nav-h) - 6px);
        background:rgba(42,16,45,.97);
        border:1px solid rgba(217,168,95,.16);
        border-radius:24px;
        padding:14px;
        box-shadow:0 20px 60px rgba(19,5,23,.30);
      }
      .navbar-nav{align-items:stretch}
      .nav-cta{margin-left:0;text-align:center}
      .hero{padding:58px 0 80px}
      .phone-stage{min-height:560px;margin-top:30px}
      .reel-row{grid-template-columns:repeat(2,1fr)}
      .reel-card:nth-child(2),.reel-card:nth-child(4){margin-top:0}
      .experience-grid{grid-template-columns:1fr}
      .cta-preview{opacity:.28}
      .mobile-tab{display:flex}
      .site-footer{padding-bottom:118px}
    }
    @media (max-width:767.98px){
      .section{padding:62px 0}
      .section-sm{padding:50px 0}
      .brand-text{max-width:260px;font-size:15px}
      .lead-text{font-size:16px}
      .hero-actions{width:100%}
      .hero-actions .btn-rou{flex:1 1 auto}
      .stats-strip{margin-top:-28px}
      .stats-panel{padding:14px;border-radius:26px}
      .stat-num{font-size:24px}
      .reel-row{
        display:flex;
        gap:16px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        padding:4px 2px 18px;
        scrollbar-width:none;
      }
      .reel-row::-webkit-scrollbar{display:none}
      .reel-card{flex:0 0 76%;min-height:390px;scroll-snap-align:start}
      .guide-wrap,.newsletter-card,.cta-card{padding:24px;border-radius:28px}
      .pick-item{grid-template-columns:46px 1fr;padding:15px}
      .pick-arrow{display:none}
      .pick-no{width:46px;height:46px;border-radius:16px}
      .channel-card{padding:24px;min-height:360px}
      .channel-card h3{font-size:26px}
      .channel-card:after{right:-22px;top:70px;opacity:.32}
      .review-card{flex-basis:282px}
      .footer-links{margin-top:24px}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width:575.98px){
      h1{font-size:36px}
      h2{font-size:27px}
      .hero{padding-top:44px}
      .phone-stage{min-height:500px}
      .phone-card{height:470px;border-radius:30px}
      .float-card{width:158px;padding:12px}
      .float-card.one{top:44px;left:0}
      .float-card.two{bottom:42px;right:0}
      .reel-card{flex-basis:84%;min-height:360px}
      .btn-rou{width:100%;padding:14px 18px}
      .hero-actions{gap:10px}
      .mini-pill{font-size:12px}
      .cta-card{padding:24px}
      .logo-mark{width:38px;height:38px;border-radius:14px}
    }

/* roulang page: category1 */
:root{
      --color-ink:#20101f;
      --color-ink-2:#331a34;
      --color-primary:#6d245f;
      --color-primary-dark:#32122f;
      --color-secondary:#e7b66b;
      --color-accent:#f0529c;
      --color-accent-2:#8c5cff;
      --color-bg:#fbf5f0;
      --color-bg-soft:#fff9f4;
      --color-card:#fffaf6;
      --color-muted:#796a78;
      --color-border:rgba(109,36,95,.16);
      --color-line:rgba(231,182,107,.26);
      --radius-lg:28px;
      --radius-md:18px;
      --radius-sm:12px;
      --shadow-soft:0 22px 60px rgba(43,18,42,.13);
      --shadow-card:0 14px 36px rgba(45,19,43,.10);
      --shadow-glow:0 0 0 1px rgba(231,182,107,.22),0 18px 48px rgba(240,82,156,.18);
      --container:1200px;
      --nav-height:76px;
      --transition:all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 12% 4%,rgba(240,82,156,.16),transparent 30%),
        radial-gradient(circle at 86% 12%,rgba(231,182,107,.14),transparent 28%),
        linear-gradient(180deg,#241124 0%,#fbf5f0 390px,#fbf5f0 100%);
      line-height:1.82;
      overflow-x:hidden;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover{color:var(--color-secondary)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(240,82,156,.24);color:#2b1028}
    .container{max-width:var(--container)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1040;
      background:rgba(36,17,36,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(231,182,107,.14);
      box-shadow:0 12px 34px rgba(12,5,16,.22);
    }
    .navbar{
      min-height:var(--nav-height);
      padding:12px 0;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff!important;
      font-weight:800;
      letter-spacing:-.02em;
      max-width:520px;
    }
    .logo-mark{
      width:42px;
      height:42px;
      flex:0 0 42px;
      border-radius:16px;
      position:relative;
      background:
        radial-gradient(circle at 68% 28%,#ffd98c 0 12%,transparent 13%),
        linear-gradient(135deg,#f0529c 0%,#6d245f 52%,#241124 100%);
      box-shadow:0 0 0 1px rgba(255,255,255,.14),0 12px 28px rgba(240,82,156,.28);
    }
    .logo-mark:before{
      content:"";
      position:absolute;
      left:13px;
      top:10px;
      width:13px;
      height:20px;
      border:2px solid rgba(255,255,255,.86);
      border-radius:9px;
      transform:rotate(-8deg);
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      right:9px;
      bottom:9px;
      width:10px;
      height:10px;
      border-radius:50%;
      background:rgba(231,182,107,.9);
      box-shadow:0 0 16px rgba(231,182,107,.72);
    }
    .brand-text{
      font-size:17px;
      line-height:1.25;
      text-wrap:balance;
    }
    .navbar-toggler{
      border:1px solid rgba(231,182,107,.34);
      color:#fff;
      border-radius:14px;
      padding:8px 11px;
      box-shadow:none!important;
    }
    .navbar-toggler:focus-visible,
    .nav-link:focus-visible,
    .nav-cta:focus-visible,
    .btn-rou:focus-visible,
    .chip:focus-visible,
    .mobile-tab a:focus-visible,
    .filter-search input:focus-visible{
      outline:3px solid rgba(231,182,107,.46);
      outline-offset:3px;
    }
    .navbar-toggler i{font-size:24px}
    .navbar-nav{
      margin-left:auto;
      align-items:center;
      gap:8px;
    }
    .nav-link{
      color:rgba(255,255,255,.78)!important;
      font-weight:650;
      padding:10px 16px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover{
      color:#fff!important;
      background:rgba(255,255,255,.08);
    }
    .nav-link.active{
      color:#241124!important;
      background:linear-gradient(135deg,#f4c979,#e7b66b);
      box-shadow:0 10px 26px rgba(231,182,107,.22);
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:11px 18px;
      border-radius:999px;
      color:#fff!important;
      font-weight:750;
      background:linear-gradient(135deg,#f0529c 0%,#6d245f 68%,#421642 100%);
      border:1px solid rgba(231,182,107,.42);
      box-shadow:0 14px 34px rgba(240,82,156,.22);
      white-space:nowrap;
    }
    .nav-cta:hover{
      transform:translateY(-2px);
      color:#fff!important;
      box-shadow:var(--shadow-glow);
    }
    .page-hero{
      position:relative;
      padding:56px 0 36px;
      color:#fff;
      overflow:hidden;
    }
    .page-hero:before{
      content:"";
      position:absolute;
      inset:-140px -80px auto auto;
      width:430px;
      height:430px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(240,82,156,.34),transparent 62%);
      pointer-events:none;
    }
    .breadcrumb-rou{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      margin-bottom:20px;
      color:rgba(255,255,255,.72);
      font-size:14px;
    }
    .breadcrumb-rou a:hover{color:var(--color-secondary)}
    .crumb-dot{
      width:5px;
      height:5px;
      border-radius:50%;
      background:rgba(231,182,107,.72);
    }
    .channel-head{
      display:grid;
      grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);
      gap:34px;
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(231,182,107,.28);
      color:#f8d9a2;
      font-size:14px;
      font-weight:700;
      margin-bottom:16px;
    }
    .eyebrow i{color:var(--color-accent)}
    h1{
      font-size:clamp(36px,5vw,58px);
      line-height:1.14;
      letter-spacing:-.05em;
      font-weight:850;
      margin:0 0 18px;
      text-wrap:balance;
    }
    .lead{
      color:rgba(255,255,255,.82);
      max-width:670px;
      font-size:18px;
      line-height:1.85;
      margin-bottom:24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-top:24px;
    }
    .btn-rou{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:12px 21px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:780;
      transition:var(--transition);
      cursor:pointer;
    }
    .btn-main{
      color:#fff;
      background:linear-gradient(135deg,#f0529c 0%,#7b2868 58%,#351331 100%);
      border-color:rgba(231,182,107,.45);
      box-shadow:0 16px 38px rgba(240,82,156,.24);
    }
    .btn-main:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:var(--shadow-glow);
    }
    .btn-soft{
      color:#fff;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.18);
    }
    .btn-soft:hover{
      color:#241124;
      background:#f4c979;
      border-color:#f4c979;
      transform:translateY(-2px);
    }
    .btn-light-rou{
      color:var(--color-primary-dark);
      background:#fff7ef;
      border-color:rgba(109,36,95,.12);
      box-shadow:0 10px 26px rgba(43,18,42,.08);
    }
    .btn-light-rou:hover{
      color:#fff;
      background:linear-gradient(135deg,#6d245f,#f0529c);
      transform:translateY(-2px);
    }
    .hero-panel{
      position:relative;
      min-height:360px;
      border-radius:32px;
      padding:18px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04)),
        radial-gradient(circle at 70% 18%,rgba(231,182,107,.22),transparent 36%);
      border:1px solid rgba(231,182,107,.22);
      box-shadow:0 28px 70px rgba(9,4,12,.34);
    }
    .phone-stack{
      position:relative;
      height:100%;
      min-height:330px;
    }
    .video-tile{
      position:absolute;
      border-radius:28px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.18);
      box-shadow:0 20px 44px rgba(0,0,0,.28);
      background:#2b122b;
    }
    .video-tile.main{
      inset:0 84px 0 48px;
      background:
        linear-gradient(180deg,rgba(21,8,25,.18),rgba(21,8,25,.82)),
        radial-gradient(circle at 50% 22%,rgba(240,82,156,.78),transparent 24%),
        linear-gradient(145deg,#8c5cff,#2c1231 52%,#110811);
    }
    .video-tile.small-a{
      width:132px;
      height:210px;
      right:0;
      top:28px;
      transform:rotate(5deg);
      background:
        linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72)),
        radial-gradient(circle at 40% 30%,rgba(231,182,107,.72),transparent 30%),
        linear-gradient(145deg,#6d245f,#1b0d1d);
    }
    .video-tile.small-b{
      width:128px;
      height:190px;
      left:0;
      bottom:24px;
      transform:rotate(-7deg);
      background:
        linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.72)),
        radial-gradient(circle at 55% 28%,rgba(240,82,156,.68),transparent 28%),
        linear-gradient(145deg,#27102b,#8c5cff);
    }
    .play-dot{
      position:absolute;
      left:50%;
      top:46%;
      transform:translate(-50%,-50%);
      width:66px;
      height:66px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.38);
      backdrop-filter:blur(12px);
      color:#fff;
      font-size:30px;
    }
    .tile-caption{
      position:absolute;
      left:16px;
      right:16px;
      bottom:16px;
      display:flex;
      flex-direction:column;
      gap:8px;
      color:#fff;
    }
    .tile-caption strong{font-size:18px}
    .tile-caption span{font-size:13px;color:rgba(255,255,255,.72)}
    .section{
      padding:78px 0;
      position:relative;
    }
    .section.tight{padding-top:38px}
    .section-dark{
      background:
        radial-gradient(circle at 84% 20%,rgba(240,82,156,.16),transparent 32%),
        linear-gradient(180deg,#2a122a,#190b1c);
      color:#fff;
    }
    .section-title{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:24px;
      margin-bottom:30px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--color-primary);
      font-weight:800;
      font-size:14px;
      margin-bottom:9px;
    }
    .section-kicker:before{
      content:"";
      width:22px;
      height:3px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--color-accent),var(--color-secondary));
    }
    .section-dark .section-kicker{color:#f6d59b}
    h2{
      font-size:clamp(28px,3vw,38px);
      line-height:1.25;
      letter-spacing:-.035em;
      font-weight:820;
      margin:0;
      text-wrap:balance;
    }
    .section-desc{
      color:var(--color-muted);
      max-width:620px;
      margin:12px 0 0;
      font-size:16px;
    }
    .section-dark .section-desc{color:rgba(255,255,255,.72)}
    .filter-shell{
      padding:18px;
      border-radius:24px;
      background:rgba(255,250,246,.92);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-card);
      margin-bottom:26px;
      position:sticky;
      top:92px;
      z-index:20;
    }
    .filter-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .chips{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }
    .chip{
      border:1px solid rgba(109,36,95,.16);
      background:#fff;
      color:#5d435b;
      border-radius:999px;
      padding:9px 14px;
      font-size:14px;
      font-weight:720;
      display:inline-flex;
      align-items:center;
      gap:7px;
      transition:var(--transition);
      white-space:nowrap;
    }
    .chip:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:rgba(109,36,95,.24);
      transition:var(--transition);
    }
    .chip:hover{
      border-color:rgba(240,82,156,.42);
      color:var(--color-primary);
      transform:translateY(-1px);
      box-shadow:0 10px 24px rgba(109,36,95,.10);
    }
    .chip.active{
      color:#fff;
      background:linear-gradient(135deg,#6d245f,#32122f);
      border-color:rgba(231,182,107,.42);
      box-shadow:0 12px 28px rgba(109,36,95,.22);
    }
    .chip.active:before{background:var(--color-secondary);box-shadow:0 0 12px rgba(231,182,107,.78)}
    .filter-search{
      min-width:230px;
      position:relative;
    }
    .filter-search i{
      position:absolute;
      left:14px;
      top:50%;
      transform:translateY(-50%);
      color:var(--color-primary);
      opacity:.65;
    }
    .filter-search input{
      width:100%;
      border:1px solid rgba(109,36,95,.16);
      border-radius:999px;
      padding:10px 14px 10px 39px;
      background:#fff;
      color:var(--color-ink);
      outline:none;
      transition:var(--transition);
    }
    .filter-search input:focus{
      border-color:rgba(240,82,156,.48);
      box-shadow:0 0 0 4px rgba(240,82,156,.10);
    }
    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 330px;
      gap:26px;
      align-items:start;
    }
    .masonry-flow{
      columns:3 230px;
      column-gap:18px;
    }
    .pick-card{
      display:inline-block;
      width:100%;
      margin:0 0 18px;
      break-inside:avoid;
      border-radius:26px;
      overflow:hidden;
      background:var(--color-card);
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-card);
      transition:var(--transition);
    }
    .pick-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-glow);
      border-color:rgba(231,182,107,.48);
    }
    .cover{
      position:relative;
      min-height:280px;
      overflow:hidden;
      background:
        linear-gradient(180deg,rgba(24,8,28,.04),rgba(24,8,28,.78)),
        radial-gradient(circle at 58% 28%,rgba(240,82,156,.62),transparent 27%),
        linear-gradient(145deg,#381839,#8c5cff 54%,#20101f);
    }
    .pick-card:nth-child(2n) .cover{
      min-height:340px;
      background:
        linear-gradient(180deg,rgba(24,8,28,.02),rgba(24,8,28,.78)),
        radial-gradient(circle at 46% 22%,rgba(231,182,107,.64),transparent 25%),
        linear-gradient(145deg,#6d245f,#251025 58%,#120814);
    }
    .pick-card:nth-child(3n) .cover{
      min-height:245px;
      background:
        linear-gradient(180deg,rgba(24,8,28,.02),rgba(24,8,28,.78)),
        radial-gradient(circle at 62% 32%,rgba(240,82,156,.54),transparent 28%),
        linear-gradient(145deg,#211025,#6d245f 58%,#e7b66b);
    }
    .cover:after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(110deg,transparent 0 42%,rgba(255,255,255,.12) 48%,transparent 54%),
        radial-gradient(circle at 50% 110%,rgba(0,0,0,.5),transparent 45%);
      transform:scale(1.02);
      transition:var(--transition);
    }
    .pick-card:hover .cover:after{transform:scale(1.08)}
    .cover-badge{
      position:absolute;
      left:14px;
      top:14px;
      z-index:2;
      display:flex;
      gap:7px;
      flex-wrap:wrap;
    }
    .badge-rou{
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:800;
      line-height:1;
      border:1px solid rgba(255,255,255,.22);
      backdrop-filter:blur(10px);
    }
    .badge-hot{background:rgba(231,182,107,.88);color:#241124}
    .badge-new{background:rgba(240,82,156,.86);color:#fff}
    .badge-calm{background:rgba(255,255,255,.16);color:#fff}
    .cover-meta{
      position:absolute;
      left:14px;
      right:14px;
      bottom:14px;
      z-index:3;
      color:#fff;
      display:flex;
      justify-content:space-between;
      gap:10px;
      font-size:13px;
      font-weight:700;
    }
    .card-body-rou{padding:18px}
    .card-body-rou h3{
      font-size:20px;
      line-height:1.35;
      font-weight:820;
      margin:0 0 9px;
      letter-spacing:-.02em;
      transition:var(--transition);
    }
    .pick-card:hover h3{color:var(--color-primary)}
    .card-body-rou p{
      color:var(--color-muted);
      margin:0 0 14px;
      font-size:14.5px;
      line-height:1.75;
    }
    .card-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding-top:12px;
      border-top:1px solid rgba(109,36,95,.10);
      color:#6d5b6b;
      font-size:13px;
      font-weight:700;
    }
    .mini-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--color-primary);
      font-weight:820;
    }
    .mini-link:hover{color:var(--color-accent)}
    .side-stack{
      position:sticky;
      top:182px;
      display:flex;
      flex-direction:column;
      gap:16px;
    }
    .side-card{
      background:#fffaf6;
      border:1px solid var(--color-border);
      border-radius:24px;
      padding:20px;
      box-shadow:var(--shadow-card);
    }
    .side-card.dark{
      color:#fff;
      background:
        radial-gradient(circle at 86% 10%,rgba(240,82,156,.22),transparent 38%),
        linear-gradient(145deg,#2b122b,#160a18);
      border-color:rgba(231,182,107,.22);
    }
    .side-card h3{
      font-size:20px;
      font-weight:820;
      margin:0 0 14px;
    }
    .rank-list{
      display:flex;
      flex-direction:column;
      gap:12px;
      padding:0;
      margin:0;
      list-style:none;
    }
    .rank-item{
      display:grid;
      grid-template-columns:34px 48px minmax(0,1fr);
      gap:10px;
      align-items:center;
      padding:10px;
      border-radius:16px;
      background:rgba(109,36,95,.05);
      transition:var(--transition);
    }
    .rank-item:hover{
      background:rgba(240,82,156,.08);
      transform:translateX(3px);
    }
    .rank-num{
      width:30px;
      height:30px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,#e7b66b,#f8d99a);
      color:#241124;
      font-weight:900;
    }
    .rank-thumb{
      width:48px;
      height:58px;
      border-radius:14px;
      background:
        radial-gradient(circle at 50% 30%,rgba(240,82,156,.72),transparent 30%),
        linear-gradient(145deg,#6d245f,#211025);
    }
    .rank-text strong{
      display:block;
      font-size:14px;
      line-height:1.4;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .rank-text span{
      color:var(--color-muted);
      font-size:12px;
    }
    .side-card.dark .rank-item{background:rgba(255,255,255,.07)}
    .side-card.dark .rank-text span{color:rgba(255,255,255,.62)}
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .tag-cloud span{
      padding:8px 10px;
      border-radius:999px;
      background:rgba(109,36,95,.07);
      color:#594156;
      font-size:13px;
      font-weight:720;
    }
    .notice-list{
      margin:0;
      padding:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .notice-list li{
      display:flex;
      gap:9px;
      color:rgba(255,255,255,.76);
      font-size:14px;
      line-height:1.7;
    }
    .notice-list i{color:var(--color-secondary);margin-top:4px}
    .guide-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .guide-card{
      position:relative;
      padding:22px;
      border-radius:24px;
      background:#fffaf6;
      border:1px solid var(--color-border);
      box-shadow:var(--shadow-card);
      overflow:hidden;
      transition:var(--transition);
    }
    .guide-card:before{
      content:"";
      position:absolute;
      right:-30px;
      top:-30px;
      width:92px;
      height:92px;
      border-radius:50%;
      background:rgba(240,82,156,.10);
    }
    .guide-card:hover{
      transform:translateY(-4px);
      border-color:rgba(231,182,107,.48);
      box-shadow:var(--shadow-glow);
    }
    .guide-num{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
      background:linear-gradient(135deg,#6d245f,#f0529c);
      margin-bottom:16px;
      box-shadow:0 12px 24px rgba(240,82,156,.18);
    }
    .guide-card h3{
      font-size:19px;
      font-weight:820;
      margin:0 0 8px;
    }
    .guide-card p{
      color:var(--color-muted);
      margin:0;
      font-size:14.5px;
    }
    .proof-strip{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .comment-wall{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .comment{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(231,182,107,.18);
      transition:var(--transition);
    }
    .comment:hover{
      transform:translateY(-3px);
      background:rgba(255,255,255,.11);
    }
    .stars{
      color:var(--color-secondary);
      letter-spacing:2px;
      margin-bottom:9px;
      font-size:14px;
    }
    .comment p{
      color:rgba(255,255,255,.78);
      margin:0 0 12px;
      font-size:14.5px;
    }
    .comment small{color:rgba(255,255,255,.55)}
    .status-board{
      padding:24px;
      border-radius:28px;
      background:
        radial-gradient(circle at 80% 16%,rgba(231,182,107,.20),transparent 35%),
        rgba(255,255,255,.07);
      border:1px solid rgba(231,182,107,.20);
    }
    .status-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:15px 0;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .status-item:last-child{border-bottom:0}
    .status-item strong{
      font-size:24px;
      color:#f8d99a;
      line-height:1;
    }
    .status-item span{color:rgba(255,255,255,.72)}
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .accordion-item{
      border:1px solid var(--color-border)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fffaf6;
      box-shadow:0 10px 28px rgba(43,18,42,.07);
    }
    .accordion-button{
      background:#fffaf6!important;
      color:var(--color-ink)!important;
      font-weight:820;
      font-size:17px;
      padding:20px 22px;
      box-shadow:none!important;
      line-height:1.55;
    }
    .accordion-button:after{
      display:none;
    }
    .accordion-button:before{
      content:"+";
      width:28px;
      height:28px;
      border-radius:50%;
      margin-right:12px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,#6d245f,#f0529c);
      flex:0 0 28px;
      transition:var(--transition);
      font-weight:900;
    }
    .accordion-button:not(.collapsed):before{
      content:"−";
      background:linear-gradient(135deg,#e7b66b,#f8d99a);
      color:#241124;
    }
    .accordion-button:not(.collapsed){
      border-left:5px solid var(--color-accent);
    }
    .accordion-body{
      color:var(--color-muted);
      padding:0 24px 22px 62px;
      line-height:1.85;
    }
    .cta-panel{
      position:relative;
      border-radius:34px;
      padding:42px;
      color:#fff;
      overflow:hidden;
      background:
        radial-gradient(circle at 84% 18%,rgba(231,182,107,.28),transparent 32%),
        radial-gradient(circle at 12% 74%,rgba(240,82,156,.22),transparent 34%),
        linear-gradient(135deg,#32122f,#160a18);
      border:1px solid rgba(231,182,107,.25);
      box-shadow:0 28px 70px rgba(43,18,42,.24);
    }
    .cta-panel:after{
      content:"";
      position:absolute;
      right:38px;
      bottom:-54px;
      width:220px;
      height:220px;
      border-radius:48px;
      transform:rotate(12deg);
      background:
        linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.03)),
        radial-gradient(circle at 50% 28%,rgba(240,82,156,.38),transparent 32%);
      border:1px solid rgba(255,255,255,.13);
    }
    .cta-content{position:relative;z-index:2;max-width:720px}
    .cta-content p{color:rgba(255,255,255,.76);margin:14px 0 24px;max-width:620px}
    .site-footer{
      background:#160a18;
      color:rgba(255,255,255,.76);
      padding:64px 0 34px;
      border-top:1px solid rgba(231,182,107,.18);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-size:20px;
      font-weight:850;
      margin-bottom:16px;
    }
    .footer-text{
      max-width:650px;
      color:rgba(255,255,255,.66);
      margin:0;
    }
    .footer-links{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.66);
      font-weight:650;
    }
    .footer-links a:hover{color:var(--color-secondary);transform:translateX(3px)}
    .copyright{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.52);
      font-size:14px;
    }
    .mobile-tab{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:1050;
      padding:8px;
      border-radius:24px;
      background:rgba(36,17,36,.88);
      backdrop-filter:blur(18px);
      border:1px solid rgba(231,182,107,.20);
      box-shadow:0 18px 50px rgba(0,0,0,.32);
      padding-bottom:calc(8px + env(safe-area-inset-bottom));
    }
    .mobile-tab a{
      flex:1;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      min-height:52px;
      border-radius:18px;
      color:rgba(255,255,255,.66);
      font-size:12px;
      font-weight:750;
    }
    .mobile-tab i{font-size:20px}
    .mobile-tab a.active{
      color:#241124;
      background:linear-gradient(135deg,#e7b66b,#f8d99a);
    }
    .mobile-tab a:hover{color:#fff;background:rgba(255,255,255,.08)}
    .mobile-tab a.active:hover{color:#241124}
    @media (max-width:1199.98px){
      :root{--container:1080px}
      .channel-head{grid-template-columns:1fr .82fr}
      .content-layout{grid-template-columns:minmax(0,1fr) 300px}
      .masonry-flow{columns:2 240px}
      .guide-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:991.98px){
      body{background:linear-gradient(180deg,#241124 0%,#fbf5f0 520px,#fbf5f0 100%)}
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-radius:22px;
        background:rgba(255,255,255,.07);
        border:1px solid rgba(231,182,107,.15);
      }
      .navbar-nav{align-items:stretch;gap:8px}
      .nav-cta{width:100%}
      .channel-head{grid-template-columns:1fr}
      .hero-panel{max-width:560px;margin:0 auto}
      .content-layout{grid-template-columns:1fr}
      .side-stack{position:static;display:grid;grid-template-columns:repeat(2,1fr)}
      .proof-strip{grid-template-columns:1fr}
      .filter-shell{position:relative;top:auto}
      .filter-row{align-items:stretch;flex-direction:column}
      .filter-search{min-width:0}
    }
    @media (max-width:767.98px){
      body{padding-bottom:92px}
      .site-header .container{padding-left:16px;padding-right:16px}
      .brand-text{font-size:14px;max-width:230px}
      .logo-mark{width:38px;height:38px;flex-basis:38px;border-radius:14px}
      .page-hero{padding:38px 0 28px}
      .lead{font-size:16px}
      .hero-actions .btn-rou{width:100%}
      .section{padding:56px 0}
      .section-title{align-items:flex-start;flex-direction:column;margin-bottom:22px}
      .chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}
      .chip{scroll-snap-align:start}
      .masonry-flow{columns:1}
      .cover,.pick-card:nth-child(2n) .cover,.pick-card:nth-child(3n) .cover{min-height:310px}
      .side-stack{grid-template-columns:1fr}
      .guide-grid{grid-template-columns:1fr}
      .comment-wall{grid-template-columns:1fr}
      .cta-panel{padding:30px 22px;border-radius:28px}
      .cta-panel:after{opacity:.32;right:-40px}
      .mobile-tab{display:flex}
      .site-footer{padding-bottom:118px}
      .copyright{flex-direction:column}
    }
    @media (max-width:575.98px){
      h1{font-size:34px}
      .page-hero .container,.section .container,.site-footer .container{padding-left:18px;padding-right:18px}
      .hero-panel{min-height:310px;padding:14px;border-radius:26px}
      .phone-stack{min-height:288px}
      .video-tile.main{inset:0 54px 0 32px}
      .video-tile.small-a{width:96px;height:158px}
      .video-tile.small-b{width:92px;height:142px}
      .play-dot{width:54px;height:54px;font-size:24px}
      .tile-caption strong{font-size:16px}
      .filter-shell{padding:14px;border-radius:20px}
      .card-body-rou{padding:16px}
      .accordion-button{padding:18px 16px;font-size:16px}
      .accordion-body{padding:0 18px 20px 56px}
    }
