/* roulang page: index */
:root{
      --color-ink:#24111c;
      --color-muted:#765a68;
      --color-primary:#692041;
      --color-primary-dark:#3c1028;
      --color-rose:#d94f78;
      --color-coral:#ff774f;
      --color-gold:#f8d99a;
      --color-cream:#fff5e8;
      --color-blush:#ffe3e8;
      --color-paper:#fffaf4;
      --color-card:#ffffff;
      --color-line:rgba(105,32,65,.16);
      --shadow-soft:0 16px 42px rgba(80,20,55,.12);
      --shadow-strong:0 24px 68px rgba(80,20,55,.20);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --radius-pill:999px;
      --container:1220px;
      --ease:180ms ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 8% 8%, rgba(255,119,79,.16), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(217,79,120,.18), transparent 30%),
        linear-gradient(180deg,#fff5e8 0%,#fffaf4 42%,#ffeef1 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--ease),background var(--ease),transform var(--ease),box-shadow var(--ease),border-color var(--ease)}
    img{max-width:100%;height:auto;display:block}
    button,input{font:inherit}
    button{cursor:pointer}
    input:focus,button:focus,a:focus{
      outline:3px solid rgba(255,119,79,.28);
      outline-offset:3px;
    }

    .site-container{
      width:min(calc(100% - 40px),var(--container));
      margin-inline:auto;
    }
    .section{
      padding:92px 0;
      position:relative;
    }
    .section-tight{padding:64px 0}
    .section-title{
      font-size:clamp(28px,3.2vw,42px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.03em;
      margin:0 0 18px;
      color:var(--color-primary-dark);
    }
    .section-copy{
      max-width:760px;
      font-size:17px;
      color:var(--color-muted);
      margin:0;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:var(--radius-pill);
      background:rgba(217,79,120,.12);
      color:var(--color-primary);
      font-size:13px;
      font-weight:800;
      letter-spacing:.08em;
      margin-bottom:16px;
    }
    .eyebrow:before{
      content:"";
      width:18px;height:9px;
      border-radius:9px;
      background:repeating-linear-gradient(90deg,var(--color-coral) 0 3px,transparent 3px 6px);
    }

    .top-strip{
      background:linear-gradient(90deg,#ff6b44 0%,#d94f78 45%,#692041 100%);
      color:#fff;
      min-height:46px;
      display:flex;
      align-items:center;
      box-shadow:0 8px 24px rgba(105,32,65,.22);
      position:relative;
      z-index:30;
    }
    .top-strip:after{
      content:"";
      position:absolute;
      inset:0;
      background-image:repeating-linear-gradient(105deg,rgba(255,255,255,.16) 0 1px,transparent 1px 15px);
      opacity:.5;
      pointer-events:none;
    }
    .top-strip-inner{
      width:min(calc(100% - 32px),var(--container));
      margin:auto;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      position:relative;
      z-index:1;
      font-size:14px;
      font-weight:700;
    }
    .strip-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 12px;
      border:1px solid rgba(255,255,255,.45);
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.15);
      white-space:nowrap;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:25;
      background:rgba(255,250,244,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(105,32,65,.10);
    }
    .nav-shell{
      width:min(calc(100% - 40px),var(--container));
      margin:auto;
      min-height:82px;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:26px;
    }
    .nav-side{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-side.left{justify-content:flex-end}
    .nav-side.right{justify-content:flex-start}
    .nav-link{
      padding:10px 15px;
      border-radius:var(--radius-pill);
      font-size:15px;
      font-weight:800;
      color:var(--color-primary-dark);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link.active{
      background:var(--color-blush);
      border-color:rgba(217,79,120,.22);
      color:var(--color-primary);
      transform:translateY(-1px);
    }
    .brand-logo{
      display:flex;
      align-items:center;
      justify-content:center;
      min-width:238px;
      padding:12px 18px;
      border-radius:var(--radius-pill);
      background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));
      color:#fff;
      box-shadow:0 14px 34px rgba(60,16,40,.24);
      font-weight:900;
      letter-spacing:-.03em;
      line-height:1.1;
      text-align:center;
    }
    .brand-logo .mark{
      width:30px;height:30px;
      border-radius:50%;
      margin-right:9px;
      background:
        radial-gradient(circle at center,var(--color-gold) 0 4px,transparent 5px),
        repeating-radial-gradient(circle at center,rgba(255,255,255,.95) 0 2px,transparent 2px 5px);
      box-shadow:0 0 0 6px rgba(248,217,154,.14);
      flex:0 0 auto;
    }
    .mobile-nav-row{display:none}
    .menu-toggle{
      border:0;
      border-radius:16px;
      background:var(--color-primary);
      color:#fff;
      padding:10px 14px;
      font-weight:900;
      min-height:44px;
    }
    .mobile-menu{
      display:none;
      width:min(calc(100% - 32px),var(--container));
      margin:0 auto 16px;
      padding:14px;
      background:#fff;
      border:1px solid var(--color-line);
      border-radius:24px;
      box-shadow:var(--shadow-soft);
    }
    .mobile-menu.open{display:grid;gap:8px}
    .mobile-menu a{
      padding:13px 16px;
      border-radius:16px;
      font-weight:800;
      background:var(--color-cream);
    }
    .mobile-menu a.active{background:var(--color-blush);color:var(--color-primary)}

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:13px 22px;
      border-radius:var(--radius-pill);
      font-weight:900;
      border:1px solid transparent;
      line-height:1;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-coral),var(--color-rose));
      box-shadow:0 14px 30px rgba(217,79,120,.28);
    }
    .btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(217,79,120,.36);
      background:linear-gradient(135deg,var(--color-rose),var(--color-coral));
    }
    .btn-secondary{
      color:var(--color-primary);
      background:rgba(255,255,255,.76);
      border-color:rgba(105,32,65,.22);
    }
    .btn-secondary:hover{
      background:var(--color-blush);
      color:var(--color-primary-dark);
      transform:translateY(-2px);
    }
    .btn-dark{
      background:var(--color-primary-dark);
      color:#fff;
      box-shadow:0 12px 26px rgba(36,17,28,.22);
    }
    .btn-dark:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}

    .hero{
      padding:54px 0 80px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(255,227,232,.72),rgba(255,245,232,.9) 48%,rgba(248,217,154,.38)),
        radial-gradient(circle at 50% 18%,rgba(255,119,79,.20),transparent 34%);
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      width:680px;height:680px;
      left:50%;top:40px;
      transform:translateX(-50%);
      background:repeating-radial-gradient(circle,rgba(105,32,65,.16) 0 2px,transparent 2px 18px);
      border-radius:50%;
      opacity:.45;
      pointer-events:none;
    }
    .hero-stage{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr minmax(340px,520px) 1fr;
      align-items:center;
      gap:28px;
      min-height:560px;
    }
    .hero-point{
      background:rgba(255,255,255,.82);
      border:1px solid var(--color-line);
      border-radius:var(--radius-lg);
      padding:26px;
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .hero-point:after,.stage-card:after,.feature-card:after{
      content:"";
      position:absolute;
      left:20px;right:20px;bottom:18px;height:16px;
      background:repeating-linear-gradient(90deg,rgba(217,79,120,.22) 0 4px,transparent 4px 10px);
      border-radius:999px;
      opacity:.38;
      transition:transform var(--ease),opacity var(--ease);
    }
    .hero-point:hover:after,.stage-card:hover:after,.feature-card:hover:after{
      transform:translateX(8px);
      opacity:.58;
    }
    .hero-point h2{
      font-size:22px;
      margin:0 0 10px;
      font-weight:900;
      color:var(--color-primary-dark);
    }
    .hero-point p{
      margin:0 0 20px;
      color:var(--color-muted);
      font-size:16px;
    }
    .metric-row{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-top:20px;
    }
    .metric{
      padding:14px;
      border-radius:18px;
      background:var(--color-cream);
      border:1px solid rgba(248,217,154,.72);
    }
    .metric strong{
      display:block;
      font-size:26px;
      line-height:1;
      color:var(--color-primary);
      font-weight:900;
    }
    .metric span{
      color:var(--color-muted);
      font-size:13px;
      font-weight:700;
    }
    .stage-card{
      position:relative;
      min-height:520px;
      border-radius:38px;
      padding:30px;
      background:
        linear-gradient(160deg,var(--color-primary-dark),var(--color-primary) 58%,#a62f5d),
        radial-gradient(circle at 80% 20%,rgba(255,119,79,.45),transparent 30%);
      color:#fff;
      box-shadow:0 34px 84px rgba(60,16,40,.34);
      overflow:hidden;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .stage-card:before{
      content:"";
      position:absolute;
      inset:-80px;
      background:
        radial-gradient(circle at 50% 38%,rgba(248,217,154,.20),transparent 28%),
        repeating-radial-gradient(circle at center,rgba(255,255,255,.10) 0 2px,transparent 2px 22px);
      pointer-events:none;
    }
    .stage-content{position:relative;z-index:1}
    .hero h1{
      font-size:clamp(36px,4.8vw,62px);
      line-height:1.08;
      letter-spacing:-.06em;
      margin:14px 0 22px;
      font-weight:900;
    }
    .hero-intro{
      font-size:18px;
      color:rgba(255,255,255,.86);
      margin:0 0 26px;
      max-width:470px;
    }
    .stage-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.24);
      font-size:13px;
      font-weight:800;
      color:inherit;
    }
    .tag.light{
      background:rgba(255,255,255,.78);
      color:var(--color-primary);
      border-color:rgba(105,32,65,.12);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .hero-actions .btn-secondary{background:rgba(255,255,255,.13);color:#fff;border-color:rgba(255,255,255,.34)}
    .mini-panel{
      position:relative;
      z-index:1;
      padding:18px;
      border-radius:24px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.22);
    }
    .mini-line{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.16);
      font-weight:800;
    }
    .mini-line:last-child{border-bottom:0}
    .sticker{
      position:absolute;
      right:24px;top:24px;
      transform:rotate(7deg);
      padding:9px 14px;
      border-radius:16px;
      color:var(--color-primary-dark);
      background:var(--color-gold);
      font-weight:900;
      box-shadow:0 10px 22px rgba(0,0,0,.18);
      z-index:2;
    }

    .vertical-seeding{
      background:linear-gradient(180deg,#fffaf4 0%,#ffe3e8 100%);
    }
    .poster-scroll{
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:28px;
      align-items:stretch;
      margin-top:34px;
    }
    .poster-large{
      min-height:460px;
      border-radius:34px;
      padding:32px;
      background:
        linear-gradient(135deg,rgba(105,32,65,.92),rgba(217,79,120,.72)),
        radial-gradient(circle at 80% 20%,rgba(248,217,154,.45),transparent 28%);
      color:#fff;
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow-strong);
    }
    .poster-large:before{
      content:"";
      position:absolute;
      width:360px;height:360px;right:-90px;bottom:-90px;
      border-radius:50%;
      background:repeating-radial-gradient(circle,rgba(255,255,255,.18) 0 3px,transparent 3px 15px);
    }
    .poster-large h3{
      font-size:34px;
      line-height:1.2;
      margin:16px 0 14px;
      font-weight:900;
      max-width:560px;
    }
    .poster-large p{
      max-width:600px;
      color:rgba(255,255,255,.86);
      margin:0 0 24px;
      font-size:17px;
    }
    .poster-stack{
      display:grid;
      gap:18px;
    }
    .poster-mini{
      min-height:140px;
      border-radius:28px;
      padding:24px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
    }
    .poster-mini:nth-child(2){background:#fff0d8}
    .poster-mini:nth-child(3){background:#f7d6df}
    .poster-mini h3{
      margin:0 0 8px;
      font-size:21px;
      font-weight:900;
      color:var(--color-primary-dark);
    }
    .poster-mini p{margin:0;color:var(--color-muted)}

    .hot-list{
      background:
        linear-gradient(8deg,transparent 0 84%,rgba(255,119,79,.12) 84% 100%),
        var(--color-paper);
    }
    .bento-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:22px;
      margin-top:34px;
    }
    .feature-card{
      min-height:260px;
      border-radius:28px;
      padding:26px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .feature-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-strong);
      border-color:rgba(217,79,120,.38);
    }
    .feature-card.wide{
      grid-row:span 2;
      min-height:542px;
      background:
        radial-gradient(circle at 72% 18%,rgba(255,119,79,.24),transparent 28%),
        linear-gradient(160deg,#fff,#ffe8d8);
    }
    .feature-card.dark{
      background:linear-gradient(145deg,var(--color-primary-dark),var(--color-primary));
      color:#fff;
    }
    .feature-card.dark h3,.feature-card.dark p{color:#fff}
    .feature-card h3{
      font-size:24px;
      line-height:1.2;
      font-weight:900;
      margin:12px 0 10px;
      color:var(--color-primary-dark);
    }
    .feature-card p{color:var(--color-muted);margin:0 0 18px}
    .card-bottom{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-top:auto;
      padding-top:24px;
    }
    .entry-link{
      width:42px;height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      background:var(--color-primary);
      color:#fff;
      font-weight:900;
      flex:0 0 auto;
    }
    .entry-link:hover{background:var(--color-coral);color:#fff;transform:translateX(3px)}
    .category-badge{
      display:inline-flex;
      align-items:center;
      width:max-content;
      padding:6px 11px;
      border-radius:999px;
      background:rgba(255,119,79,.14);
      color:var(--color-primary);
      font-size:13px;
      font-weight:900;
    }

    .trust-band{
      background:var(--color-primary-dark);
      color:#fff;
      overflow:hidden;
    }
    .trust-band .section-title{color:#fff}
    .trust-band .section-copy{color:rgba(255,255,255,.72)}
    .trust-row{
      margin-top:34px;
      border-radius:32px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16);
      overflow:hidden;
    }
    .trust-cell{
      padding:28px;
      border-right:1px solid rgba(255,255,255,.12);
    }
    .trust-cell:last-child{border-right:0}
    .trust-num{
      font-size:36px;
      line-height:1;
      font-weight:900;
      color:var(--color-gold);
      display:block;
      margin-bottom:8px;
    }
    .trust-cell p{margin:0;color:rgba(255,255,255,.78)}
    .logo-wall{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .logo-pill{
      padding:10px 15px;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      color:rgba(255,255,255,.82);
      font-weight:800;
      font-size:14px;
    }

    .review-wall{
      background:linear-gradient(180deg,#ffe3e8,#fffaf4);
    }
    .reviews-layout{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:26px;
      margin-top:34px;
      align-items:start;
    }
    .review-highlight{
      border-radius:34px;
      padding:32px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      position:sticky;
      top:118px;
    }
    .stars{
      color:#ff9b4a;
      font-size:22px;
      letter-spacing:2px;
      margin-bottom:14px;
    }
    .review-list{
      display:grid;
      gap:18px;
    }
    .review-card{
      padding:24px;
      border-radius:26px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(105,32,65,.12);
      box-shadow:0 10px 26px rgba(80,20,55,.08);
    }
    .review-card p{margin:0;color:var(--color-muted)}
    .review-card strong{
      display:block;
      margin-bottom:8px;
      color:var(--color-primary-dark);
      font-weight:900;
    }

    .live-preview{
      background:
        linear-gradient(180deg,#fffaf4,#fff0d8);
    }
    .preview-box{
      margin-top:34px;
      border-radius:36px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-strong);
      display:grid;
      grid-template-columns:1fr 1fr;
    }
    .preview-cover{
      min-height:360px;
      padding:34px;
      background:
        linear-gradient(135deg,rgba(255,119,79,.88),rgba(105,32,65,.94)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.12) 0 3px,transparent 3px 13px);
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .preview-cover:after{
      content:"";
      position:absolute;
      inset:auto -60px -100px auto;
      width:300px;height:300px;
      border-radius:50%;
      background:repeating-radial-gradient(circle,rgba(248,217,154,.28) 0 4px,transparent 4px 18px);
    }
    .countdown{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .time-chip{
      min-width:72px;
      padding:12px 10px;
      text-align:center;
      border-radius:18px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.24);
    }
    .time-chip strong{display:block;font-size:24px;line-height:1;font-weight:900}
    .time-chip span{font-size:12px;color:rgba(255,255,255,.72)}
    .preview-detail{
      padding:34px;
    }
    .check-list{
      list-style:none;
      margin:22px 0 0;
      padding:0;
      display:grid;
      gap:14px;
    }
    .check-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:15px;
      border-radius:18px;
      background:var(--color-cream);
      color:var(--color-muted);
      font-weight:600;
    }
    .check-list li:before{
      content:"✓";
      width:24px;height:24px;
      border-radius:50%;
      background:var(--color-rose);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      font-weight:900;
      line-height:1;
    }

    .news-section{
      background:#fffaf4;
    }
    .news-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:28px;
      margin-top:34px;
    }
    .news-list{
      background:#fff;
      border-radius:32px;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:18px;
      align-items:center;
      padding:22px 24px;
      border-bottom:1px solid rgba(105,32,65,.10);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{
      min-width:72px;
      padding:8px 10px;
      border-radius:16px;
      background:var(--color-blush);
      color:var(--color-primary);
      text-align:center;
      font-weight:900;
      line-height:1.2;
    }
    .news-item a{
      font-size:18px;
      font-weight:900;
      color:var(--color-primary-dark);
    }
    .news-item a:hover{color:var(--color-rose)}
    .news-item p{margin:4px 0 0;color:var(--color-muted);font-size:15px}
    .recommend-card{
      border-radius:32px;
      padding:28px;
      background:linear-gradient(155deg,var(--color-primary),var(--color-primary-dark));
      color:#fff;
      box-shadow:var(--shadow-soft);
      position:sticky;
      top:118px;
    }
    .recommend-card p{color:rgba(255,255,255,.78)}
    .recommend-card .tag{margin-bottom:10px}

    .faq-section{
      background:linear-gradient(180deg,#fffaf4,#ffe3e8);
    }
    .accordion{
      margin-top:34px;
      background:transparent;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:24px;
      overflow:hidden;
      border:1px solid var(--color-line);
      background:#fff;
      box-shadow:0 10px 28px rgba(80,20,55,.08);
    }
    .accordion-title{
      border:0 !important;
      color:var(--color-primary-dark);
      font-size:17px;
      font-weight:900;
      padding:20px 54px 20px 22px;
      border-radius:24px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--color-blush);
      color:var(--color-primary);
    }
    .accordion-content{
      border:0 !important;
      background:#fffaf4;
      color:var(--color-muted);
      padding:0 22px 22px;
      line-height:1.85;
    }

    .cart-cta{
      padding:88px 0;
      background:
        linear-gradient(135deg,var(--color-coral),var(--color-rose) 45%,var(--color-primary-dark)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.15) 0 2px,transparent 2px 18px);
      color:#fff;
      position:relative;
      overflow:hidden;
    }
    .cart-cta:before{
      content:"";
      position:absolute;
      left:-120px;top:-120px;
      width:360px;height:360px;
      border-radius:50%;
      background:rgba(248,217,154,.24);
    }
    .cart-box{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:30px;
      align-items:center;
    }
    .cart-cta h2{
      font-size:clamp(30px,4vw,48px);
      line-height:1.15;
      margin:0 0 14px;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .cart-cta p{
      margin:0;
      color:rgba(255,255,255,.84);
      max-width:720px;
      font-size:17px;
    }
    .notify-form{
      display:flex;
      gap:12px;
      min-width:430px;
      padding:8px;
      border-radius:999px;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.28);
    }
    .notify-form input{
      flex:1;
      min-width:0;
      border:0;
      border-radius:999px;
      padding:0 18px;
      background:#fff;
      color:var(--color-ink);
      min-height:48px;
      box-shadow:none;
      margin:0;
    }
    .notify-form input::placeholder{color:#9b7b89}
    .privacy-note{
      margin-top:10px;
      font-size:13px;
      color:rgba(255,255,255,.72);
    }

    .site-footer{
      background:#1f0d17;
      color:#fff;
      padding:62px 0 28px;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 15% 20%,rgba(217,79,120,.22),transparent 26%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 2px,transparent 2px 20px);
      opacity:.65;
      pointer-events:none;
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:34px;
    }
    .footer-brand{
      font-size:22px;
      font-weight:900;
      margin-bottom:14px;
      display:flex;
      align-items:center;
      gap:10px;
    }
    .footer-brand:before{
      content:"";
      width:30px;height:30px;
      border-radius:50%;
      background:repeating-radial-gradient(circle,var(--color-gold) 0 3px,transparent 3px 8px);
    }
    .footer-text{
      color:rgba(255,255,255,.70);
      max-width:460px;
      margin:0;
    }
    .footer-col h3{
      margin:0 0 14px;
      font-size:16px;
      color:var(--color-gold);
      font-weight:900;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.74);
      font-weight:700;
    }
    .footer-links a:hover{color:#fff}
    .copyright{
      position:relative;
      z-index:1;
      margin-top:42px;
      padding-top:22px;
      border-top:1px solid rgba(255,255,255,.12);
      color:rgba(255,255,255,.58);
      font-size:14px;
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }

    @media (max-width:1023px){
      .section{padding:72px 0}
      .nav-shell{display:none}
      .mobile-nav-row{
        display:flex;
        width:min(calc(100% - 32px),var(--container));
        min-height:74px;
        margin:auto;
        align-items:center;
        justify-content:space-between;
        gap:14px;
      }
      .mobile-nav-row .brand-logo{
        min-width:0;
        max-width:calc(100% - 86px);
        font-size:15px;
        padding:10px 14px;
      }
      .hero-stage{
        grid-template-columns:1fr;
        min-height:auto;
      }
      .stage-card{order:-1;min-height:480px}
      .poster-scroll,.reviews-layout,.preview-box,.news-layout,.cart-box,.footer-grid{
        grid-template-columns:1fr;
      }
      .bento-grid{grid-template-columns:1fr 1fr}
      .feature-card.wide{grid-row:auto;grid-column:span 2;min-height:360px}
      .review-highlight,.recommend-card{position:relative;top:auto}
      .notify-form{min-width:0;width:100%}
      .trust-cell{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
      .trust-cell:last-child{border-bottom:0}
    }

    @media (max-width:639px){
      .site-container{width:min(calc(100% - 28px),var(--container))}
      .top-strip-inner{
        width:calc(100% - 24px);
        font-size:13px;
        gap:10px;
        overflow:hidden;
      }
      .strip-badge{padding:5px 9px}
      .hero{padding:34px 0 56px}
      .stage-card{min-height:430px;border-radius:30px;padding:24px}
      .hero h1{font-size:36px}
      .hero-intro{font-size:16px}
      .hero-actions,.cart-box{align-items:stretch}
      .hero-actions .btn,.cart-box .btn{width:100%}
      .metric-row{grid-template-columns:1fr}
      .poster-large{min-height:360px;padding:24px}
      .poster-large h3{font-size:28px}
      .bento-grid{grid-template-columns:1fr}
      .feature-card.wide{grid-column:auto;min-height:320px}
      .news-item{grid-template-columns:1fr;gap:10px}
      .news-date{width:max-content}
      .preview-cover,.preview-detail{padding:24px}
      .countdown{display:grid;grid-template-columns:repeat(2,1fr)}
      .notify-form{
        flex-direction:column;
        border-radius:26px;
      }
      .notify-form input{min-height:50px}
      .notify-form .btn{width:100%}
      .footer-grid{gap:26px}
      .copyright{display:block}
    }

/* roulang page: category2 */
:root{
      --berry:#5b173f;
      --berry-dark:#260818;
      --plum:#3b102b;
      --rose:#ee5d93;
      --coral:#ff714d;
      --gold:#f8d88c;
      --cream:#fff7ec;
      --cream-2:#ffefe3;
      --pink-soft:#ffe1ec;
      --ink:#26131f;
      --muted:#735b68;
      --line:rgba(91,23,63,.16);
      --white:#ffffff;
      --shadow:0 16px 42px rgba(80,20,55,.12);
      --shadow-hover:0 24px 64px rgba(80,20,55,.2);
      --radius:26px;
      --radius-lg:34px;
      --speed:.22s ease;
      --container:1220px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 6%, rgba(255,113,77,.16), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(238,93,147,.16), transparent 32%),
        linear-gradient(180deg,var(--cream) 0%,#fff 42%,var(--cream-2) 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),background var(--speed),transform var(--speed),box-shadow var(--speed)}
    a:hover,a:focus{color:inherit}
    button,input{font:inherit}
    button{cursor:pointer}
    input{outline:none}
    img{max-width:100%;height:auto;display:block}
    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }

    .campaign-bar{
      position:relative;
      z-index:30;
      background:linear-gradient(105deg,var(--coral),var(--rose) 48%,var(--gold));
      color:#fff;
      overflow:hidden;
    }
    .campaign-bar:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(115deg,rgba(255,255,255,.12) 0 2px,transparent 2px 18px),
        radial-gradient(circle at 15% 50%,rgba(255,255,255,.25),transparent 28%);
      pointer-events:none;
    }
    .campaign-inner{
      position:relative;
      min-height:42px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:18px;
      font-weight:700;
      letter-spacing:.02em;
      font-size:14px;
      text-align:center;
      padding:8px 16px;
    }
    .campaign-pill{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:4px 13px;
      border-radius:999px;
      background:rgba(38,8,24,.9);
      color:#fff;
      box-shadow:0 8px 20px rgba(38,8,24,.18);
      white-space:nowrap;
      font-size:13px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:25;
      background:rgba(255,247,236,.92);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line);
      box-shadow:0 10px 32px rgba(91,23,63,.06);
    }
    .header-inner{position:relative}
    .nav-shell{
      min-height:82px;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:22px;
    }
    .nav-side{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-side.left{justify-content:flex-end}
    .nav-side.right{justify-content:flex-start}
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 16px;
      border-radius:999px;
      color:var(--plum);
      font-weight:700;
      font-size:15px;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .nav-link:hover,.nav-link:focus{
      background:var(--pink-soft);
      border-color:rgba(238,93,147,.26);
      transform:translateY(-1px);
    }
    .nav-link.active{
      background:linear-gradient(135deg,rgba(238,93,147,.18),rgba(255,216,140,.24));
      border-color:rgba(238,93,147,.28);
      color:var(--berry);
      box-shadow:0 8px 20px rgba(91,23,63,.08);
    }
    .brand-logo{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 18px;
      border-radius:999px;
      background:var(--berry-dark);
      color:#fff;
      font-weight:900;
      font-size:18px;
      letter-spacing:.01em;
      box-shadow:0 14px 34px rgba(38,8,24,.22);
      max-width:420px;
      text-align:center;
    }
    .brand-logo:hover,.brand-logo:focus{color:#fff;transform:translateY(-1px)}
    .brand-logo .mark{
      width:28px;
      height:28px;
      border-radius:50%;
      display:inline-block;
      background:
        radial-gradient(circle at 50% 50%, var(--gold) 0 22%, transparent 23%),
        conic-gradient(from 20deg,var(--rose),var(--coral),var(--gold),var(--rose));
      box-shadow:0 0 0 5px rgba(255,255,255,.09);
      flex:0 0 auto;
    }
    .mobile-toggle{
      display:none;
      border:0;
      border-radius:999px;
      background:var(--berry);
      color:#fff;
      min-width:46px;
      height:46px;
      align-items:center;
      justify-content:center;
      font-weight:900;
      box-shadow:0 12px 26px rgba(91,23,63,.18);
    }
    .mobile-menu{
      display:none;
      padding:0 0 16px;
    }
    .mobile-menu-panel{
      display:grid;
      gap:10px;
      border:1px solid var(--line);
      background:linear-gradient(145deg,#fff,var(--cream-2));
      border-radius:22px;
      padding:14px;
      box-shadow:var(--shadow);
    }

    .section{padding:86px 0}
    .section-tight{padding:62px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(255,216,140,.34);
      border:1px solid rgba(91,23,63,.12);
      color:var(--berry);
      font-weight:800;
      font-size:13px;
      letter-spacing:.04em;
      margin-bottom:16px;
    }
    .eyebrow:before{
      content:"";
      width:24px;
      height:9px;
      border-radius:999px;
      background:repeating-linear-gradient(90deg,var(--rose) 0 3px,transparent 3px 6px);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(36px,5vw,62px);
      line-height:1.08;
      letter-spacing:-.045em;
      font-weight:900;
      margin-bottom:22px;
      color:#fff;
    }
    h2{
      font-size:clamp(28px,3.2vw,42px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.025em;
      color:var(--berry-dark);
      margin-bottom:16px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:850;
      color:var(--berry-dark);
      margin-bottom:10px;
    }
    .lead{
      font-size:18px;
      color:rgba(255,255,255,.82);
      max-width:680px;
      line-height:1.9;
      margin-bottom:28px;
    }
    .section-intro{
      max-width:720px;
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
      margin-bottom:30px;
    }
    .btn-group{display:flex;flex-wrap:wrap;gap:13px;align-items:center}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:0 22px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:850;
      line-height:1;
      transition:transform var(--speed),box-shadow var(--speed),background var(--speed),border-color var(--speed);
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--coral),var(--rose));
      box-shadow:0 16px 34px rgba(238,93,147,.26);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 20px 48px rgba(238,93,147,.34);
      background:linear-gradient(135deg,var(--rose),var(--coral));
    }
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.1);
      border-color:rgba(255,255,255,.24);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:#fff;
      background:rgba(255,255,255,.18);
      transform:translateY(-2px);
    }
    .btn-light{
      background:#fff;
      color:var(--berry);
      border-color:rgba(91,23,63,.12);
      box-shadow:0 12px 28px rgba(91,23,63,.08);
    }
    .btn-light:hover,.btn-light:focus{
      color:var(--berry);
      background:var(--pink-soft);
      transform:translateY(-2px);
      box-shadow:var(--shadow);
    }

    .category-hero{
      position:relative;
      padding:58px 0 36px;
      background:
        linear-gradient(112deg,var(--berry-dark) 0 55%, var(--coral) 55% 72%, var(--rose) 72% 100%);
      overflow:hidden;
    }
    .category-hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 14% 20%,rgba(255,216,140,.24),transparent 24%),
        radial-gradient(circle at 86% 12%,rgba(255,255,255,.24),transparent 18%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 2px,transparent 2px 18px);
      opacity:.82;
    }
    .category-hero:after{
      content:"";
      position:absolute;
      left:-8%;
      right:-8%;
      bottom:-72px;
      height:140px;
      background:var(--cream);
      transform:rotate(-2.5deg);
      transform-origin:left top;
    }
    .hero-content{position:relative;z-index:1;padding:38px 0 78px}
    .hero-panel{
      background:rgba(38,8,24,.8);
      border:1px solid rgba(255,255,255,.16);
      border-radius:var(--radius-lg);
      padding:34px;
      box-shadow:0 30px 80px rgba(38,8,24,.28);
      overflow:hidden;
      position:relative;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      border-radius:50%;
      right:-80px;
      top:-70px;
      background:repeating-radial-gradient(circle,rgba(248,216,140,.3) 0 3px, transparent 3px 15px);
      opacity:.65;
    }
    .hero-actions-row{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
    }
    .mini-note{
      color:rgba(255,255,255,.72);
      font-size:14px;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .mini-note span{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 0 6px rgba(248,216,140,.16);
    }
    .ranking-board{
      position:relative;
      background:linear-gradient(160deg,#fff7ec,#ffe2ef);
      border-radius:var(--radius-lg);
      padding:24px;
      box-shadow:0 24px 70px rgba(38,8,24,.22);
      border:1px solid rgba(255,255,255,.65);
      transform:rotate(1.2deg);
    }
    .ranking-board:before{
      content:"会员权益";
      position:absolute;
      right:22px;
      top:-15px;
      background:var(--gold);
      color:var(--berry-dark);
      border-radius:999px;
      padding:6px 14px;
      font-size:13px;
      font-weight:900;
      box-shadow:0 12px 24px rgba(38,8,24,.16);
      transform:rotate(3deg);
    }
    .board-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .board-title strong{
      color:var(--berry-dark);
      font-size:20px;
      font-weight:900;
    }
    .signal{
      width:78px;
      height:28px;
      border-radius:999px;
      background:repeating-linear-gradient(90deg,var(--rose) 0 4px,transparent 4px 9px);
      opacity:.75;
    }
    .rank-item{
      display:grid;
      grid-template-columns:36px 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px 0;
      border-top:1px dashed rgba(91,23,63,.18);
    }
    .rank-no{
      width:34px;
      height:34px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--berry);
      color:#fff;
      font-weight:900;
      font-size:14px;
    }
    .rank-copy b{
      display:block;
      color:var(--berry-dark);
      line-height:1.35;
      margin-bottom:3px;
    }
    .rank-copy span{color:var(--muted);font-size:13px}
    .rank-tag{
      border-radius:999px;
      padding:6px 10px;
      background:#fff;
      color:var(--berry);
      font-weight:800;
      font-size:12px;
      border:1px solid rgba(91,23,63,.12);
      white-space:nowrap;
    }

    .topic-strip{
      margin-top:-46px;
      position:relative;
      z-index:3;
    }
    .strip-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:999px;
      padding:12px;
      box-shadow:var(--shadow);
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .strip-card::-webkit-scrollbar{display:none}
    .topic-chip{
      flex:0 0 auto;
      border-radius:999px;
      padding:10px 16px;
      font-weight:850;
      color:var(--berry);
      background:var(--cream);
      border:1px solid rgba(91,23,63,.1);
      white-space:nowrap;
    }
    .topic-chip.active,.topic-chip:hover{
      background:linear-gradient(135deg,var(--berry),var(--plum));
      color:#fff;
      border-color:transparent;
    }

    .split-section{
      position:relative;
      background:var(--cream);
    }
    .content-block{
      border-radius:var(--radius-lg);
      padding:34px;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      min-height:100%;
      overflow:hidden;
      position:relative;
    }
    .content-block.warm{background:linear-gradient(145deg,#fff,#ffe7d7)}
    .content-block.rose{background:linear-gradient(145deg,#fff,#ffe3ef)}
    .content-block.dark{
      background:
        radial-gradient(circle at 88% 10%,rgba(255,216,140,.18),transparent 30%),
        linear-gradient(145deg,var(--berry-dark),var(--berry));
      color:#fff;
    }
    .content-block.dark h2,.content-block.dark h3{color:#fff}
    .content-block.dark p,.content-block.dark .block-list li{color:rgba(255,255,255,.78)}
    .content-block:after{
      content:"";
      position:absolute;
      right:18px;
      bottom:14px;
      width:120px;
      height:34px;
      border-radius:999px;
      background:repeating-linear-gradient(90deg,rgba(238,93,147,.38) 0 5px,transparent 5px 12px);
      opacity:.32;
    }
    .block-list{
      list-style:none;
      margin:22px 0 0;
      padding:0;
      display:grid;
      gap:14px;
    }
    .block-list li{
      position:relative;
      padding-left:34px;
      color:var(--muted);
      font-weight:550;
    }
    .block-list li:before{
      content:"";
      position:absolute;
      left:0;
      top:.56em;
      width:20px;
      height:10px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--coral),var(--rose));
      box-shadow:0 0 0 5px rgba(238,93,147,.1);
    }
    .segment-label{
      display:inline-flex;
      border-radius:999px;
      padding:6px 12px;
      margin-bottom:14px;
      color:var(--berry);
      background:rgba(255,216,140,.32);
      border:1px solid rgba(91,23,63,.1);
      font-size:13px;
      font-weight:900;
    }
    .dark .segment-label{
      background:rgba(255,216,140,.18);
      color:var(--gold);
      border-color:rgba(255,255,255,.16);
    }

    .matrix-wrap{
      background:linear-gradient(180deg,#fff,var(--cream-2));
    }
    .matrix-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:24px;
      box-shadow:var(--shadow);
      transition:transform var(--speed),box-shadow var(--speed),border-color var(--speed);
      min-height:100%;
      position:relative;
      overflow:hidden;
    }
    .matrix-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(238,93,147,.32);
    }
    .matrix-card:before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:7px;
      background:linear-gradient(90deg,var(--coral),var(--rose),var(--gold));
    }
    .badge{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:6px 11px;
      margin-bottom:14px;
      background:var(--pink-soft);
      color:var(--berry);
      font-size:13px;
      font-weight:900;
    }
    .matrix-card p{color:var(--muted);margin-bottom:18px}
    .card-meta{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      color:var(--muted);
      font-size:13px;
      border-top:1px dashed rgba(91,23,63,.16);
      padding-top:14px;
      margin-top:8px;
    }
    .small-link{
      color:var(--berry);
      font-weight:900;
    }
    .small-link:hover{color:var(--rose)}

    .notice-band{
      background:
        linear-gradient(120deg,rgba(91,23,63,.96),rgba(38,8,24,.96)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 2px,transparent 2px 14px);
      color:#fff;
      border-radius:var(--radius-lg);
      padding:28px;
      box-shadow:0 22px 60px rgba(38,8,24,.2);
      position:relative;
      overflow:hidden;
    }
    .notice-band:before{
      content:"";
      position:absolute;
      width:210px;
      height:210px;
      border-radius:50%;
      right:-70px;
      top:-90px;
      background:repeating-radial-gradient(circle,rgba(255,216,140,.36) 0 4px,transparent 4px 18px);
    }
    .notice-item{
      display:flex;
      gap:14px;
      align-items:flex-start;
      position:relative;
      z-index:1;
    }
    .notice-icon{
      flex:0 0 auto;
      width:42px;
      height:42px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--coral),var(--gold));
      box-shadow:0 10px 24px rgba(255,113,77,.24);
    }
    .notice-item h3{color:#fff;font-size:18px;margin-bottom:4px}
    .notice-item p{color:rgba(255,255,255,.72);margin-bottom:0;font-size:15px}

    .faq-section{background:var(--cream)}
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--line);
      background:#fff;
      box-shadow:0 10px 30px rgba(91,23,63,.07);
    }
    .accordion-title{
      border:0 !important;
      color:var(--berry-dark);
      font-weight:900;
      font-size:17px;
      padding:20px 54px 20px 22px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:var(--pink-soft);
      color:var(--berry-dark);
    }
    .accordion-title:before{
      right:22px;
      margin-top:-11px;
      font-size:22px;
      color:var(--rose);
    }
    .accordion-content{
      border:0 !important;
      padding:0 22px 22px;
      color:var(--muted);
      line-height:1.85;
      background:#fff;
    }

    .cta-section{
      padding:86px 0;
      background:
        linear-gradient(111deg,var(--coral) 0 18%,var(--rose) 18% 58%,var(--berry) 58% 100%);
      position:relative;
      overflow:hidden;
    }
    .cta-section:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 12% 18%,rgba(255,255,255,.24),transparent 24%),
        repeating-linear-gradient(115deg,rgba(255,255,255,.12) 0 2px,transparent 2px 18px);
      opacity:.72;
    }
    .cta-card{
      position:relative;
      z-index:1;
      background:rgba(255,247,236,.96);
      border-radius:var(--radius-lg);
      padding:38px;
      box-shadow:0 30px 80px rgba(38,8,24,.22);
      border:1px solid rgba(255,255,255,.7);
    }
    .cta-card h2{max-width:760px}
    .cta-card p{color:var(--muted);font-size:17px;max-width:720px}
    .update-form{
      display:flex;
      gap:12px;
      margin-top:24px;
      max-width:680px;
      background:#fff;
      border:1px solid rgba(91,23,63,.14);
      border-radius:999px;
      padding:8px;
      box-shadow:0 12px 34px rgba(91,23,63,.09);
    }
    .update-form input{
      flex:1;
      min-width:0;
      border:0;
      background:transparent;
      padding:0 18px;
      color:var(--ink);
      min-height:48px;
    }
    .update-form input:focus{
      box-shadow:inset 0 0 0 2px rgba(238,93,147,.18);
      border-radius:999px;
    }
    .form-tip{
      color:var(--muted);
      font-size:13px;
      margin-top:12px;
    }

    .site-footer{
      background:
        radial-gradient(circle at 10% 20%,rgba(238,93,147,.18),transparent 30%),
        linear-gradient(145deg,var(--berry-dark),#15050e);
      color:#fff;
      padding:62px 0 22px;
      position:relative;
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      left:0;
      right:0;
      top:0;
      height:9px;
      background:linear-gradient(90deg,var(--coral),var(--rose),var(--gold));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:minmax(0,1.5fr) minmax(160px,.7fr) minmax(180px,.8fr);
      gap:36px;
      position:relative;
      z-index:1;
    }
    .footer-brand{
      font-size:22px;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-text{
      color:rgba(255,255,255,.68);
      max-width:520px;
      margin-bottom:0;
    }
    .footer-col h3{
      color:#fff;
      font-size:16px;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.68);
      font-weight:650;
    }
    .footer-links a:hover,.footer-links a:focus{
      color:var(--gold);
      padding-left:4px;
    }
    .copyright{
      margin-top:42px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.14);
      display:flex;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,255,255,.56);
      font-size:13px;
      position:relative;
      z-index:1;
    }

    @media screen and (max-width:1023px){
      .nav-shell{
        grid-template-columns:1fr auto;
        min-height:72px;
      }
      .nav-side{display:none}
      .brand-logo{
        justify-self:start;
        font-size:16px;
        max-width:calc(100vw - 108px);
      }
      .mobile-toggle{display:inline-flex;justify-self:end}
      .mobile-menu.is-open{display:block}
      .mobile-menu .nav-link{
        justify-content:flex-start;
        width:100%;
        background:#fff;
        border-color:rgba(91,23,63,.1);
      }
      .hero-content{padding:28px 0 70px}
      .ranking-board{transform:none;margin-top:26px}
      .section{padding:70px 0}
      .footer-grid{grid-template-columns:1fr 1fr}
    }

    @media screen and (max-width:639px){
      .site-container{width:min(100% - 26px,var(--container))}
      .campaign-inner{
        justify-content:flex-start;
        overflow-x:auto;
        white-space:nowrap;
        font-size:13px;
      }
      .brand-logo{
        padding:10px 12px;
        font-size:14px;
        gap:8px;
      }
      .brand-logo .mark{width:24px;height:24px}
      .category-hero{padding-top:28px}
      .hero-panel{padding:24px;border-radius:26px}
      h1{font-size:36px}
      .lead{font-size:16px}
      .btn-group,.hero-actions-row{align-items:stretch}
      .btn{width:100%;min-height:48px}
      .strip-card{border-radius:22px}
      .content-block,.cta-card,.notice-band{padding:24px;border-radius:24px}
      .update-form{
        flex-direction:column;
        border-radius:24px;
      }
      .update-form .btn{width:100%}
      .footer-grid{grid-template-columns:1fr;gap:26px}
      .copyright{flex-direction:column}
      .rank-item{grid-template-columns:34px 1fr}
      .rank-tag{grid-column:2}
      .section{padding:56px 0}
      .section-tight{padding:46px 0}
    }

/* roulang page: category1 */
:root{
      --color-plum:#4b1438;
      --color-plum-dark:#26101f;
      --color-berry:#7a1e54;
      --color-rose:#f45f8f;
      --color-coral:#ff784f;
      --color-gold:#ffe0a6;
      --color-cream:#fff7ed;
      --color-blush:#ffeaf0;
      --color-paper:#fffdf8;
      --color-text:#2b1724;
      --color-muted:#765d6b;
      --color-line:rgba(122,30,84,.16);
      --shadow-soft:0 16px 42px rgba(80,20,55,.12);
      --shadow-hover:0 24px 66px rgba(80,20,55,.2);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --radius-pill:999px;
      --site-width:1220px;
      --transition:220ms ease;
    }

    *{box-sizing:border-box;}
    html{scroll-behavior:smooth;}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 10% 4%, rgba(244,95,143,.22) 0 230px, transparent 231px),
        radial-gradient(circle at 92% 16%, rgba(255,120,79,.18) 0 280px, transparent 281px),
        linear-gradient(180deg,var(--color-cream),#fff 38%,#fff7f0 100%);
      line-height:1.78;
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none;transition:color var(--transition),background var(--transition),transform var(--transition),box-shadow var(--transition),border-color var(--transition);}
    img{max-width:100%;height:auto;display:block;}
    button,input{font:inherit;}
    button{cursor:pointer;}
    ::selection{background:rgba(244,95,143,.25);color:var(--color-plum-dark);}

    .site-container{
      width:min(calc(100% - 40px),var(--site-width));
      margin:0 auto;
    }

    .promo-bar{
      position:relative;
      z-index:30;
      background:linear-gradient(100deg,var(--color-coral),var(--color-rose) 48%,var(--color-gold));
      color:#fff;
      font-weight:700;
      letter-spacing:.02em;
      box-shadow:0 12px 30px rgba(255,120,79,.25);
    }
    .promo-inner{
      min-height:44px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:18px;
      text-align:center;
      padding:8px 20px;
    }
    .promo-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 12px;
      border-radius:var(--radius-pill);
      background:rgba(75,20,56,.9);
      color:#fff7ed;
      font-size:13px;
      white-space:nowrap;
      box-shadow:0 8px 20px rgba(38,16,31,.18);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:25;
      background:rgba(255,247,237,.88);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(122,30,84,.12);
    }

    .desktop-nav-wrap{
      display:block;
    }

    .nav-shell{
      height:84px;
      display:grid;
      grid-template-columns:1fr auto 1fr;
      align-items:center;
      gap:24px;
      width:min(calc(100% - 40px),var(--site-width));
      margin:0 auto;
    }
    .nav-side{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-side.left{justify-content:flex-end;}
    .nav-side.right{justify-content:flex-start;}
    .nav-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:8px 16px;
      border-radius:var(--radius-pill);
      color:var(--color-plum);
      font-weight:700;
      font-size:15px;
      border:1px solid transparent;
    }
    .nav-link:hover,
    .nav-link:focus{
      background:rgba(244,95,143,.12);
      border-color:rgba(244,95,143,.22);
      color:var(--color-berry);
      outline:none;
    }
    .nav-link.active{
      background:#ffe6ee;
      border-color:rgba(244,95,143,.28);
      color:var(--color-berry);
      box-shadow:0 8px 22px rgba(244,95,143,.14);
    }
    .brand-logo{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      color:var(--color-plum);
      font-size:20px;
      font-weight:900;
      letter-spacing:.01em;
      white-space:nowrap;
      padding:10px 16px;
      border-radius:var(--radius-pill);
      background:linear-gradient(180deg,#fff,#fff2e9);
      border:1px solid rgba(122,30,84,.12);
      box-shadow:0 14px 36px rgba(80,20,55,.1);
    }
    .brand-logo .mark{
      width:28px;
      height:28px;
      border-radius:50%;
      background:
        repeating-linear-gradient(90deg,rgba(255,255,255,.88) 0 2px,transparent 2px 5px),
        linear-gradient(135deg,var(--color-rose),var(--color-coral));
      box-shadow:inset 0 0 0 4px rgba(255,255,255,.32),0 8px 18px rgba(244,95,143,.28);
    }

    .mobile-header{
      display:none;
      width:min(calc(100% - 28px),var(--site-width));
      margin:0 auto;
      min-height:72px;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .menu-toggle{
      width:46px;
      height:46px;
      border:0;
      border-radius:16px;
      background:var(--color-plum);
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 22px rgba(75,20,56,.22);
    }
    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after{
      display:block;
      width:18px;
      height:2px;
      background:#fff;
      border-radius:2px;
      content:"";
      position:relative;
    }
    .menu-toggle span::before{position:absolute;top:-6px;left:0;}
    .menu-toggle span::after{position:absolute;top:6px;left:0;}
    .mobile-panel{
      display:none;
      width:min(calc(100% - 28px),var(--site-width));
      margin:0 auto 14px;
      padding:14px;
      border-radius:24px;
      background:linear-gradient(135deg,#fff,#ffeaf0);
      border:1px solid rgba(244,95,143,.18);
      box-shadow:var(--shadow-soft);
    }
    .mobile-panel.is-open{display:grid;gap:8px;}
    .mobile-panel .nav-link{
      width:100%;
      justify-content:flex-start;
      min-height:46px;
    }

    main{position:relative;}
    .section{
      padding:92px 0;
      position:relative;
    }
    .section.tight{padding:68px 0;}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:var(--radius-pill);
      padding:7px 13px;
      background:rgba(244,95,143,.12);
      color:var(--color-berry);
      border:1px solid rgba(244,95,143,.2);
      font-weight:800;
      font-size:13px;
      letter-spacing:.06em;
    }
    .eyebrow::before{
      content:"";
      width:26px;
      height:10px;
      border-radius:20px;
      background:repeating-linear-gradient(90deg,var(--color-rose) 0 3px,transparent 3px 6px);
    }
    h1,h2,h3,p{margin-top:0;}
    h1{
      font-size:clamp(34px,5vw,60px);
      line-height:1.12;
      font-weight:900;
      color:var(--color-plum-dark);
      margin:18px 0 18px;
      letter-spacing:-.04em;
    }
    h2{
      font-size:clamp(28px,3.4vw,42px);
      line-height:1.22;
      font-weight:900;
      color:var(--color-plum);
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:900;
      color:var(--color-plum);
      margin-bottom:10px;
    }
    .lead{
      font-size:18px;
      color:var(--color-muted);
      max-width:720px;
      line-height:1.9;
      margin-bottom:0;
    }

    .hero-category{
      padding:74px 0 48px;
      background:
        linear-gradient(120deg,rgba(255,234,240,.78),rgba(255,247,237,.8) 44%,rgba(255,224,166,.45)),
        radial-gradient(circle at 72% 20%,rgba(255,120,79,.18),transparent 320px);
      border-bottom:1px solid rgba(122,30,84,.12);
      overflow:hidden;
    }
    .hero-category::before{
      content:"";
      position:absolute;
      right:-120px;
      top:76px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:
        radial-gradient(circle,transparent 42%,rgba(75,20,56,.12) 43% 45%,transparent 46%),
        conic-gradient(from 120deg,rgba(244,95,143,.16),rgba(255,120,79,.08),rgba(255,224,166,.2),rgba(244,95,143,.16));
      pointer-events:none;
    }
    .hero-panel{
      position:relative;
      z-index:1;
      padding:28px;
      border-radius:var(--radius-lg);
      background:var(--color-plum-dark);
      color:#fff;
      box-shadow:var(--shadow-hover);
      overflow:hidden;
      min-height:410px;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(90deg,rgba(255,255,255,.14) 0 3px,transparent 3px 12px),
        radial-gradient(circle at 16% 10%,rgba(244,95,143,.42),transparent 180px),
        radial-gradient(circle at 86% 86%,rgba(255,120,79,.3),transparent 220px);
      opacity:.8;
    }
    .hero-panel > *{position:relative;z-index:1;}
    .status-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:24px;
    }
    .status-item{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.18);
      font-size:13px;
      font-weight:800;
      color:#fff7ed;
    }
    .status-dot{
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--color-coral);
      box-shadow:0 0 0 5px rgba(255,120,79,.18);
    }
    .icon-matrix{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
      margin-top:22px;
    }
    .matrix-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
      min-height:130px;
      transition:transform var(--transition),background var(--transition),border-color var(--transition);
    }
    .matrix-card:hover{
      transform:translateY(-4px);
      background:rgba(255,255,255,.16);
      border-color:rgba(255,224,166,.44);
    }
    .matrix-icon{
      width:42px;
      height:42px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--color-coral),var(--color-rose));
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      margin-bottom:12px;
      box-shadow:0 12px 24px rgba(255,120,79,.24);
    }
    .matrix-card strong{display:block;font-size:17px;margin-bottom:4px;color:#fff;}
    .matrix-card span{display:block;color:#f7d9e1;font-size:14px;line-height:1.65;}

    .hero-actions{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:12px 22px;
      border-radius:var(--radius-pill);
      border:1px solid transparent;
      font-weight:900;
      line-height:1;
      transition:transform var(--transition),box-shadow var(--transition),background var(--transition),border-color var(--transition),color var(--transition);
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--color-coral),var(--color-rose));
      box-shadow:0 14px 32px rgba(255,120,79,.28);
    }
    .btn-primary:hover,
    .btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(244,95,143,.34);
      background:linear-gradient(135deg,var(--color-rose),var(--color-coral));
      outline:none;
    }
    .btn-secondary{
      color:var(--color-plum);
      background:#fff7ed;
      border-color:rgba(122,30,84,.16);
    }
    .btn-secondary:hover,
    .btn-secondary:focus{
      color:var(--color-berry);
      background:#ffeaf0;
      transform:translateY(-2px);
      outline:none;
    }
    .btn-dark{
      color:#fff;
      background:var(--color-plum);
      box-shadow:0 14px 32px rgba(75,20,56,.25);
    }
    .btn-dark:hover,
    .btn-dark:focus{
      color:#fff;
      background:var(--color-berry);
      transform:translateY(-2px);
      outline:none;
    }

    .filter-band{
      margin-top:-28px;
      position:relative;
      z-index:5;
    }
    .filter-shell{
      padding:18px;
      border-radius:28px;
      background:rgba(255,253,248,.94);
      border:1px solid rgba(122,30,84,.14);
      box-shadow:var(--shadow-soft);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .filter-tags{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--radius-pill);
      padding:8px 13px;
      background:#fff;
      border:1px solid rgba(122,30,84,.14);
      color:var(--color-plum);
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
    }
    .tag.hot{
      color:#fff;
      background:linear-gradient(135deg,var(--color-rose),var(--color-coral));
      border-color:transparent;
      box-shadow:0 10px 24px rgba(244,95,143,.24);
    }
    .tag:hover{
      transform:translateY(-2px);
      border-color:rgba(244,95,143,.36);
      background:#fff2f5;
    }

    .main-layout{
      align-items:flex-start;
    }
    .content-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:22px;
    }
    .entry-card{
      position:relative;
      overflow:hidden;
      min-height:278px;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:var(--shadow-soft);
      transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);
    }
    .entry-card::after{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-80px;
      width:220px;
      height:160px;
      opacity:.42;
      background:
        repeating-linear-gradient(90deg,var(--color-rose) 0 4px,transparent 4px 10px);
      border-radius:999px;
      transform:rotate(-14deg);
      transition:transform var(--transition),opacity var(--transition);
    }
    .entry-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(244,95,143,.34);
    }
    .entry-card:hover::after{
      transform:translateX(-12px) rotate(-14deg);
      opacity:.56;
    }
    .entry-card.featured{
      grid-column:1 / -1;
      min-height:260px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      background:
        linear-gradient(135deg,#fff,var(--color-blush) 62%,rgba(255,224,166,.64));
    }
    .entry-card > *{position:relative;z-index:1;}
    .card-meta{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:14px;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      border-radius:var(--radius-pill);
      padding:5px 10px;
      font-size:13px;
      font-weight:900;
      color:var(--color-berry);
      background:rgba(244,95,143,.12);
    }
    .mini-badge.gold{
      color:#7a4212;
      background:rgba(255,224,166,.58);
    }
    .entry-card p{
      color:var(--color-muted);
      margin-bottom:18px;
      max-width:620px;
    }
    .entry-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .entry-list li{
      display:flex;
      gap:10px;
      color:var(--color-muted);
      align-items:flex-start;
    }
    .entry-list li::before{
      content:"";
      flex:0 0 auto;
      width:18px;
      height:18px;
      margin-top:5px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--color-coral),var(--color-rose));
      box-shadow:inset 0 0 0 5px rgba(255,255,255,.56);
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-top:6px;
      color:var(--color-berry);
      font-weight:900;
    }
    .card-link:hover{color:var(--color-coral);transform:translateX(3px);}

    .sticky-card{
      position:sticky;
      top:120px;
      padding:24px;
      border-radius:var(--radius-lg);
      background:var(--color-plum);
      color:#fff;
      box-shadow:var(--shadow-hover);
      overflow:hidden;
    }
    .sticky-card::before{
      content:"";
      position:absolute;
      inset:-40px -80px auto auto;
      width:220px;
      height:220px;
      border-radius:50%;
      background:rgba(255,120,79,.2);
    }
    .sticky-card > *{position:relative;z-index:1;}
    .sticky-card h3{color:#fff;}
    .sticky-card p{color:#f3d8e3;}
    .info-row{
      display:flex;
      gap:12px;
      padding:14px 0;
      border-top:1px solid rgba(255,255,255,.12);
    }
    .info-row:first-of-type{border-top:0;}
    .info-num{
      flex:0 0 auto;
      width:34px;
      height:34px;
      border-radius:50%;
      background:rgba(255,255,255,.12);
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--color-gold);
      font-weight:900;
      border:1px solid rgba(255,255,255,.16);
    }
    .info-row strong{display:block;color:#fff;margin-bottom:2px;}
    .info-row span{display:block;color:#f3d8e3;font-size:14px;line-height:1.6;}

    .notice-section{
      background:
        linear-gradient(100deg,rgba(75,20,56,.96),rgba(122,30,84,.92)),
        radial-gradient(circle at 20% 20%,rgba(255,120,79,.28),transparent 260px);
      color:#fff;
      overflow:hidden;
    }
    .notice-section h2{color:#fff;}
    .notice-section .lead{color:#f3d8e3;}
    .notice-grid{
      margin-top:30px;
    }
    .notice-card{
      height:100%;
      padding:22px;
      border-radius:26px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.16);
      transition:transform var(--transition),background var(--transition);
    }
    .notice-card:hover{
      transform:translateY(-4px);
      background:rgba(255,255,255,.14);
    }
    .notice-card h3{color:#fff;font-size:19px;}
    .notice-card p{color:#f6dce6;margin-bottom:0;}

    .process-wrap{
      display:grid;
      gap:16px;
    }
    .process-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:16px;
      align-items:flex-start;
      padding:20px;
      border-radius:26px;
      background:#fff;
      border:1px solid var(--color-line);
      box-shadow:0 12px 30px rgba(80,20,55,.08);
    }
    .process-step{
      width:46px;
      height:46px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--color-coral),var(--color-rose));
      color:#fff;
      font-weight:900;
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 12px 24px rgba(244,95,143,.22);
    }
    .process-item p{margin-bottom:0;color:var(--color-muted);}

    .faq-section{
      background:linear-gradient(180deg,#fff,var(--color-cream));
    }
    .accordion{
      background:transparent;
      margin-top:26px;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--color-line);
      background:#fff;
      box-shadow:0 12px 30px rgba(80,20,55,.07);
    }
    .accordion-title{
      border:0!important;
      color:var(--color-plum)!important;
      font-weight:900;
      font-size:18px;
      padding:20px 56px 20px 22px;
      background:#fff;
    }
    .accordion-title:hover,
    .accordion-title:focus{
      background:#fff0f4;
      outline:none;
    }
    .accordion-title::before{
      color:var(--color-rose);
      font-size:22px;
      right:22px;
      margin-top:-14px;
    }
    .accordion-content{
      border:0!important;
      color:var(--color-muted);
      line-height:1.85;
      padding:0 22px 22px;
      background:#fff;
    }

    .cta-section{
      padding:88px 0;
      background:
        linear-gradient(135deg,var(--color-coral),var(--color-rose) 52%,var(--color-plum)),
        radial-gradient(circle at 12% 30%,rgba(255,224,166,.35),transparent 260px);
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .cta-section::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(110deg,rgba(255,255,255,.14) 0 2px,transparent 2px 16px);
      opacity:.44;
      pointer-events:none;
    }
    .cta-box{
      position:relative;
      z-index:1;
      text-align:center;
      max-width:880px;
      margin:0 auto;
    }
    .cta-box h2{color:#fff;}
    .cta-box p{color:#fff6f0;font-size:18px;margin-bottom:26px;}
    .update-form{
      display:flex;
      gap:12px;
      max-width:680px;
      margin:0 auto 14px;
      padding:8px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.2);
      border:1px solid rgba(255,255,255,.24);
      backdrop-filter:blur(8px);
    }
    .update-form input{
      flex:1;
      min-width:0;
      height:52px;
      border:0;
      border-radius:var(--radius-pill);
      padding:0 18px;
      color:var(--color-text);
      background:#fff;
      outline:none;
      box-shadow:none;
    }
    .update-form input:focus{
      box-shadow:0 0 0 4px rgba(255,224,166,.36);
    }
    .update-form button{
      border:0;
      white-space:nowrap;
    }
    .form-note{
      color:#fff8f2;
      font-size:13px;
      margin:0;
      opacity:.92;
    }
    .form-result{
      display:none;
      margin:12px auto 0;
      max-width:520px;
      padding:10px 14px;
      border-radius:var(--radius-pill);
      background:rgba(38,16,31,.22);
      color:#fff;
      font-weight:800;
    }
    .form-result.is-show{display:block;}

    .site-footer{
      background:var(--color-plum-dark);
      color:#fff;
      padding:66px 0 24px;
      position:relative;
      overflow:hidden;
    }
    .site-footer::before{
      content:"";
      position:absolute;
      left:-90px;
      top:-120px;
      width:320px;
      height:320px;
      border-radius:50%;
      background:rgba(244,95,143,.18);
    }
    .footer-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.35fr .8fr .8fr;
      gap:36px;
      padding-bottom:34px;
    }
    .footer-brand{
      font-size:22px;
      font-weight:900;
      color:#fff;
      margin-bottom:14px;
    }
    .footer-text{
      color:#e7cad6;
      max-width:520px;
      margin-bottom:0;
    }
    .footer-col h3{
      color:#fff;
      font-size:17px;
      margin-bottom:12px;
    }
    .footer-links{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:8px;
    }
    .footer-links a{
      color:#e7cad6;
      display:inline-flex;
      padding:3px 0;
    }
    .footer-links a:hover,
    .footer-links a:focus{
      color:var(--color-gold);
      transform:translateX(3px);
      outline:none;
    }
    .copyright{
      position:relative;
      z-index:1;
      border-top:1px solid rgba(255,255,255,.12);
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:18px;
      color:#cbaebb;
      font-size:13px;
    }

    @media screen and (max-width:1023px){
      .desktop-nav-wrap{display:none;}
      .mobile-header{display:flex;}
      .brand-logo{font-size:17px;white-space:normal;text-align:left;padding:8px 12px;}
      .brand-logo .mark{width:24px;height:24px;}
      .hero-category{padding:54px 0 42px;}
      .hero-panel{margin-top:28px;min-height:auto;}
      .filter-shell{align-items:flex-start;flex-direction:column;}
      .content-grid{grid-template-columns:1fr;}
      .entry-card.featured{grid-template-columns:1fr;}
      .sticky-card{position:relative;top:auto;margin-top:24px;}
      .footer-grid{grid-template-columns:1fr 1fr;}
      .footer-grid > div:first-child{grid-column:1 / -1;}
    }

    @media screen and (max-width:639px){
      .site-container{width:min(calc(100% - 28px),var(--site-width));}
      .promo-inner{
        justify-content:flex-start;
        overflow-x:auto;
        white-space:nowrap;
        padding:8px 14px;
      }
      .promo-inner::-webkit-scrollbar{display:none;}
      .section{padding:60px 0;}
      .section.tight{padding:50px 0;}
      .hero-actions{align-items:stretch;}
      .btn{width:100%;min-height:46px;}
      .hero-panel{padding:20px;border-radius:26px;}
      .icon-matrix{grid-template-columns:1fr;}
      .filter-shell{
        border-radius:24px;
        padding:14px;
      }
      .filter-tags{
        width:100%;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:4px;
      }
      .filter-tags::-webkit-scrollbar{display:none;}
      .entry-card{
        min-height:auto;
        padding:20px;
        border-radius:26px;
      }
      .process-item{
        grid-template-columns:1fr;
        gap:12px;
      }
      .update-form{
        flex-direction:column;
        border-radius:28px;
        padding:10px;
      }
      .update-form input,
      .update-form button{
        width:100%;
      }
      .footer-grid{grid-template-columns:1fr;gap:26px;}
      .copyright{flex-direction:column;}
      .accordion-title{font-size:16px;line-height:1.5;}
    }
