/* roulang page: index */
:root{
      --ink:#15120f;
      --ink-2:#231f1b;
      --ink-soft:#36302a;
      --paper:#f7f1e8;
      --paper-2:#fffaf2;
      --warm:#e9dccb;
      --muted:#776c60;
      --muted-2:#a99b8b;
      --line:rgba(35,31,27,.12);
      --line-dark:rgba(255,250,242,.16);
      --orange:#d8752a;
      --orange-2:#b95b18;
      --copper:#eea15a;
      --cream:#fff4df;
      --green:#6d8b62;
      --shadow:0 22px 70px rgba(31,24,18,.12);
      --shadow-hover:0 28px 86px rgba(31,24,18,.18);
      --radius-sm:14px;
      --radius:24px;
      --radius-lg:34px;
      --nav-h:82px;
      --ease:all .28s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
      color:var(--ink);
      background:var(--paper);
      line-height:1.75;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:var(--orange);color:#fff}
    .site-shell{position:relative;min-height:100vh}
    .container{
      width:min(1180px, calc(100% - 40px));
      max-width:1180px;
      padding-left:0;
      padding-right:0;
    }
    .section{
      padding:96px 0;
      position:relative;
    }
    .section-tight{padding:72px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(216,117,42,.28);
      color:var(--orange-2);
      background:rgba(216,117,42,.08);
      border-radius:999px;
      font-size:13px;
      font-weight:800;
      letter-spacing:.08em;
      margin-bottom:18px;
    }
    .section-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--orange);
      box-shadow:0 0 0 5px rgba(216,117,42,.12);
    }
    .section-title{
      font-size:clamp(28px,4vw,42px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.04em;
      margin:0 0 16px;
      color:var(--ink);
    }
    .section-desc{
      color:var(--muted);
      max-width:720px;
      margin:0;
      font-size:17px;
    }
    .text-muted-custom{color:var(--muted)!important}
    .btn-brand,
    .btn-ghost,
    .btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:48px;
      padding:12px 22px;
      border-radius:999px;
      font-weight:900;
      border:1px solid transparent;
      transition:var(--ease);
      white-space:nowrap;
      line-height:1.2;
    }
    .btn-brand{
      background:linear-gradient(135deg,var(--orange),var(--copper));
      color:#1a120b;
      box-shadow:0 14px 34px rgba(216,117,42,.28);
    }
    .btn-brand:hover,.btn-brand:focus{
      transform:translateY(-2px);
      color:#120d08;
      background:linear-gradient(135deg,var(--orange-2),var(--orange));
      box-shadow:0 20px 48px rgba(216,117,42,.38);
    }
    .btn-ghost{
      background:rgba(255,250,242,.72);
      color:var(--ink);
      border-color:var(--line);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      background:#fff;
      border-color:rgba(216,117,42,.35);
      transform:translateY(-2px);
      box-shadow:0 16px 35px rgba(31,24,18,.1);
    }
    .btn-darkline{
      background:rgba(21,18,15,.04);
      color:var(--ink);
      border-color:rgba(21,18,15,.14);
    }
    .btn-darkline:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}
    .btn:focus,.btn-brand:focus,.btn-ghost:focus,.nav-link:focus,.form-control:focus,.form-select:focus{
      outline:3px solid rgba(216,117,42,.28);
      outline-offset:3px;
      box-shadow:none;
    }

    .site-header{
      height:var(--nav-h);
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(247,241,232,.9);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(35,31,27,.08);
      transition:var(--ease);
    }
    .site-header.is-scrolled{
      background:rgba(21,18,15,.94);
      border-color:rgba(255,250,242,.1);
      box-shadow:0 18px 48px rgba(0,0,0,.18);
    }
    .navbar{height:var(--nav-h);padding:0}
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:950;
      letter-spacing:-.05em;
      color:var(--ink);
      line-height:1.05;
    }
    .site-header.is-scrolled .brand-logo{color:#fff}
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      color:#1b120b;
      background:linear-gradient(135deg,var(--orange),var(--copper));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.25),0 16px 34px rgba(216,117,42,.25);
      font-size:18px;
      font-weight:950;
    }
    .brand-text{font-size:18px;max-width:220px}
    .navbar-nav{
      gap:8px;
      align-items:center;
      padding:8px;
      border-radius:999px;
      background:rgba(255,250,242,.62);
      border:1px solid rgba(35,31,27,.08);
    }
    .site-header.is-scrolled .navbar-nav{
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.1);
    }
    .navbar .nav-link{
      position:relative;
      color:var(--ink-soft);
      font-weight:850;
      border-radius:999px;
      padding:9px 16px!important;
      font-size:15px;
    }
    .site-header.is-scrolled .nav-link{color:rgba(255,255,255,.78)}
    .navbar .nav-link:hover{
      color:var(--orange-2);
      background:rgba(216,117,42,.1);
    }
    .site-header.is-scrolled .nav-link:hover{color:#fff;background:rgba(216,117,42,.22)}
    .navbar .nav-link.active{
      color:#160f09;
      background:var(--orange);
      box-shadow:0 10px 26px rgba(216,117,42,.25);
    }
    .nav-cta{display:flex;align-items:center;gap:10px}
    .age-pill{
      font-size:13px;
      font-weight:900;
      color:var(--muted);
      border:1px solid var(--line);
      border-radius:999px;
      padding:8px 12px;
      background:rgba(255,250,242,.7);
    }
    .site-header.is-scrolled .age-pill{color:rgba(255,255,255,.72);border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.06)}
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:8px 10px;
      background:rgba(255,250,242,.85);
    }
    .navbar-toggler:focus{box-shadow:0 0 0 3px rgba(216,117,42,.22)}
    .hamburger{
      width:22px;height:16px;display:block;position:relative;
    }
    .hamburger::before,.hamburger::after,.hamburger span{
      content:"";position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:var(--ink);transition:var(--ease);
    }
    .hamburger::before{top:0}.hamburger span{top:7px}.hamburger::after{bottom:0}

    .hero{
      min-height:calc(100vh - var(--nav-h));
      padding:58px 0 70px;
      background:
        radial-gradient(circle at 78% 22%, rgba(216,117,42,.34), transparent 32%),
        radial-gradient(circle at 20% 12%, rgba(238,161,90,.16), transparent 28%),
        linear-gradient(135deg,#17120e 0%,#282018 58%,#15120f 100%);
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:-40px;
      background:
        linear-gradient(118deg,transparent 0 46%,rgba(255,255,255,.07) 46.3% 47.2%,transparent 47.5%),
        linear-gradient(118deg,transparent 0 62%,rgba(216,117,42,.25) 62.2% 63%,transparent 63.3%);
      opacity:.72;
      pointer-events:none;
    }
    .hero-wrap{
      position:relative;
      display:grid;
      grid-template-columns:5fr 7fr;
      gap:36px;
      align-items:center;
    }
    .hero-copy{
      padding:28px 0;
      z-index:2;
    }
    .brand-chip{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:9px 14px;
      border-radius:999px;
      background:rgba(255,250,242,.1);
      border:1px solid rgba(255,250,242,.18);
      color:rgba(255,250,242,.9);
      font-weight:850;
      margin-bottom:24px;
    }
    .brand-chip span:first-child{
      width:26px;height:26px;border-radius:10px;
      background:var(--orange);
      color:#160f09;
      display:grid;place-items:center;
      font-weight:950;
    }
    h1{
      font-size:clamp(34px,5.2vw,62px);
      line-height:1.08;
      font-weight:950;
      letter-spacing:-.06em;
      margin:0 0 22px;
    }
    .hero-lead{
      font-size:18px;
      line-height:1.8;
      color:rgba(255,250,242,.78);
      max-width:580px;
      margin:0 0 28px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}
    .hero .btn-ghost{
      background:rgba(255,250,242,.08);
      color:#fff;
      border-color:rgba(255,250,242,.18);
    }
    .hero .btn-ghost:hover{background:rgba(255,250,242,.16);border-color:rgba(238,161,90,.45)}
    .kpi-row{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      max-width:560px;
    }
    .kpi{
      border:1px solid rgba(255,250,242,.14);
      background:rgba(255,250,242,.07);
      border-radius:18px;
      padding:14px 15px;
    }
    .kpi strong{
      display:block;
      color:var(--copper);
      font-size:22px;
      line-height:1.1;
      letter-spacing:-.03em;
    }
    .kpi span{display:block;font-size:13px;color:rgba(255,250,242,.68);margin-top:6px}
    .dp-cover{
      position:relative;
      min-height:520px;
      border-radius:36px;
      transform:skewX(-5deg) translateX(10px);
      background:
        linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
        radial-gradient(circle at 72% 20%,rgba(238,161,90,.45),transparent 34%),
        linear-gradient(145deg,#2c241d,#15110e);
      border:1px solid rgba(255,250,242,.16);
      box-shadow:0 36px 90px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.05);
      overflow:hidden;
    }
    .dp-cover > *{transform:skewX(5deg)}
    .dp-cover::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(112deg,transparent 0 39%,rgba(238,161,90,.18) 39.3% 42%,transparent 42.3%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 72px);
      opacity:.85;
    }
    .cover-inner{
      position:relative;
      padding:38px;
      height:100%;
      display:grid;
      align-content:space-between;
      gap:28px;
      min-height:520px;
    }
    .cover-no{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:16px;
    }
    .cover-no .number{
      font-size:92px;
      line-height:.82;
      font-weight:950;
      color:rgba(255,250,242,.08);
      letter-spacing:-.08em;
    }
    .cover-badge{
      border-radius:999px;
      padding:9px 13px;
      background:rgba(216,117,42,.18);
      color:var(--cream);
      border:1px solid rgba(238,161,90,.32);
      font-size:13px;
      font-weight:900;
    }
    .package-stack{
      display:grid;
      gap:14px;
      max-width:460px;
      margin-left:auto;
      width:100%;
    }
    .package-card{
      border-radius:22px;
      padding:18px;
      background:rgba(255,250,242,.1);
      border:1px solid rgba(255,250,242,.16);
      backdrop-filter:blur(12px);
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
    }
    .package-card.featured{
      background:linear-gradient(135deg,rgba(216,117,42,.95),rgba(238,161,90,.86));
      color:#1a120b;
      border-color:rgba(255,255,255,.25);
      box-shadow:0 18px 45px rgba(216,117,42,.28);
      transform:translateX(-26px);
    }
    .package-card h3{font-size:18px;font-weight:950;margin:0 0 4px;letter-spacing:-.03em}
    .package-card p{margin:0;font-size:13px;color:rgba(255,250,242,.65)}
    .package-card.featured p{color:rgba(26,18,11,.72)}
    .package-card .tag{
      flex:0 0 auto;
      border-radius:999px;
      padding:7px 11px;
      background:rgba(0,0,0,.18);
      color:#fff;
      font-size:12px;
      font-weight:900;
    }
    .package-card.featured .tag{background:rgba(26,18,11,.16);color:#1a120b}
    .cover-foot{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:14px;
    }
    .mini-panel{
      border-radius:24px;
      padding:20px;
      background:rgba(0,0,0,.2);
      border:1px solid rgba(255,250,242,.12);
    }
    .mini-panel b{display:block;color:#fff;font-size:17px;margin-bottom:8px}
    .mini-panel span{font-size:13px;color:rgba(255,250,242,.62)}

    .coupon-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-top:34px;
    }
    .coupon-card{
      position:relative;
      min-height:260px;
      border-radius:28px;
      background:var(--paper-2);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:24px;
      overflow:hidden;
      transition:var(--ease);
    }
    .coupon-card::before,.coupon-card::after{
      content:"";
      position:absolute;
      width:22px;height:22px;border-radius:50%;
      background:var(--paper);
      top:92px;
      box-shadow:inset 0 0 0 1px var(--line);
    }
    .coupon-card::before{left:-11px}.coupon-card::after{right:-11px}
    .coupon-card:hover{
      transform:translateY(-8px);
      border-color:rgba(216,117,42,.42);
      box-shadow:var(--shadow-hover);
    }
    .coupon-top{
      display:flex;justify-content:space-between;align-items:center;gap:12px;
      padding-bottom:18px;
      border-bottom:1px dashed rgba(35,31,27,.18);
      margin-bottom:20px;
    }
    .coupon-no{
      font-size:38px;
      line-height:1;
      font-weight:950;
      color:rgba(216,117,42,.24);
      letter-spacing:-.08em;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:900;
      background:rgba(216,117,42,.1);
      color:var(--orange-2);
      border:1px solid rgba(216,117,42,.18);
    }
    .coupon-card h3{font-size:22px;font-weight:950;letter-spacing:-.04em;margin:0 0 10px}
    .coupon-card p{color:var(--muted);font-size:15px;margin:0 0 18px}
    .coupon-price{
      display:flex;
      align-items:flex-end;
      gap:8px;
      margin-bottom:18px;
    }
    .coupon-price strong{font-size:30px;line-height:1;color:var(--ink);letter-spacing:-.06em}
    .coupon-price span{font-size:13px;color:var(--muted)}
    .coupon-card .btn-brand,.coupon-card .btn-darkline{min-height:42px;padding:10px 16px;font-size:14px;width:100%}

    .rules-wrap{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:34px;
      align-items:stretch;
    }
    .dark-card{
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 20% 10%,rgba(216,117,42,.22),transparent 34%),
        linear-gradient(135deg,#231d17,#13100d);
      color:#fff;
      padding:36px;
      border:1px solid rgba(255,250,242,.12);
      box-shadow:0 26px 80px rgba(0,0,0,.22);
      overflow:hidden;
      position:relative;
    }
    .dark-card::after{
      content:"";
      position:absolute;
      inset:auto -20% 0 auto;
      width:260px;height:260px;
      background:radial-gradient(circle,rgba(238,161,90,.18),transparent 64%);
      pointer-events:none;
    }
    .rule-list{display:grid;gap:14px;margin-top:24px}
    .rule-item{
      display:grid;
      grid-template-columns:46px 1fr;
      gap:14px;
      padding:18px;
      border-radius:22px;
      background:#fffaf2;
      border:1px solid var(--line);
      transition:var(--ease);
    }
    .rule-item:hover{transform:translateX(5px);border-color:rgba(216,117,42,.28);box-shadow:0 14px 36px rgba(31,24,18,.08)}
    .rule-num{
      width:46px;height:46px;border-radius:16px;
      background:var(--ink);
      color:var(--copper);
      display:grid;place-items:center;
      font-weight:950;
      letter-spacing:-.05em;
    }
    .rule-item h3{font-size:18px;font-weight:950;margin:0 0 5px}
    .rule-item p{margin:0;color:var(--muted);font-size:15px}

    .category-strip{
      background:var(--ink);
      color:#fff;
      border-radius:34px;
      padding:30px;
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:26px;
      align-items:center;
      box-shadow:0 28px 80px rgba(21,18,15,.22);
      overflow:hidden;
      position:relative;
    }
    .category-strip::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(115deg,transparent 0 55%,rgba(216,117,42,.22) 55.3% 56.3%,transparent 56.6%);
      pointer-events:none;
    }
    .category-cards{
      position:relative;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .category-card{
      border-radius:24px;
      padding:22px;
      background:rgba(255,250,242,.08);
      border:1px solid rgba(255,250,242,.15);
      min-height:174px;
      transition:var(--ease);
    }
    .category-card:hover{background:rgba(255,250,242,.13);transform:translateY(-4px);border-color:rgba(238,161,90,.4)}
    .category-card h3{font-size:21px;font-weight:950;margin:14px 0 8px}
    .category-card p{font-size:14px;color:rgba(255,250,242,.67);margin:0 0 14px}
    .category-card a{color:var(--copper);font-weight:950}

    .info-layout{
      display:grid;
      grid-template-columns:1.45fr .75fr;
      gap:24px;
      margin-top:34px;
    }
    .news-list,.side-reco{
      border-radius:28px;
      background:var(--paper-2);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:24px;
    }
    .news-item{
      display:grid;
      grid-template-columns:112px 1fr auto;
      gap:18px;
      align-items:center;
      padding:18px 0;
      border-bottom:1px solid rgba(35,31,27,.09);
    }
    .news-item:last-child{border-bottom:0}
    .news-date{
      border-radius:18px;
      padding:12px;
      background:rgba(21,18,15,.05);
      text-align:center;
      font-weight:950;
      color:var(--orange-2);
      line-height:1.15;
    }
    .news-date span{display:block;font-size:12px;color:var(--muted);font-weight:850;margin-top:4px}
    .news-item h3{font-size:18px;font-weight:950;margin:0 0 5px}
    .news-item p{font-size:14px;color:var(--muted);margin:0}
    .news-arrow{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      border:1px solid var(--line);
      color:var(--orange-2);
      font-weight:950;
      transition:var(--ease);
    }
    .news-item:hover h3{color:var(--orange-2)}
    .news-item:hover .news-arrow{background:var(--orange);color:#1a120b;transform:translateX(4px)}
    .rank-list{display:grid;gap:12px;margin-top:18px}
    .rank-item{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      border-radius:18px;
      padding:14px;
      background:rgba(21,18,15,.04);
      border:1px solid rgba(35,31,27,.06);
    }
    .rank-item b{font-size:15px}
    .rank-item span{font-size:13px;color:var(--orange-2);font-weight:900}

    .reviews{
      background:linear-gradient(180deg,var(--paper) 0%,#efe2d2 100%);
    }
    .review-shell{
      display:grid;
      grid-template-columns:.8fr 1.2fr;
      gap:30px;
      align-items:center;
      margin-top:34px;
    }
    .score-card{
      border-radius:32px;
      background:var(--ink);
      color:#fff;
      padding:34px;
      box-shadow:0 26px 70px rgba(21,18,15,.2);
      position:relative;
      overflow:hidden;
    }
    .score-card::before{
      content:"4.8";
      position:absolute;
      right:22px;
      bottom:-16px;
      font-size:112px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.09em;
      color:rgba(255,250,242,.06);
    }
    .score-card strong{display:block;font-size:58px;line-height:1;font-weight:950;color:var(--copper);letter-spacing:-.07em}
    .score-card p{color:rgba(255,250,242,.7);margin:12px 0 0}
    .carousel-card{
      border-radius:32px;
      background:var(--paper-2);
      border:1px solid var(--line);
      padding:30px;
      min-height:260px;
      box-shadow:var(--shadow);
    }
    .stars{color:var(--orange);letter-spacing:2px;font-size:18px;margin-bottom:14px}
    .quote{font-size:20px;line-height:1.75;font-weight:750;margin-bottom:20px;color:var(--ink)}
    .reviewer{
      display:flex;justify-content:space-between;gap:16px;align-items:center;
      border-top:1px solid rgba(35,31,27,.1);
      padding-top:18px;
    }
    .reviewer b{display:block;font-weight:950}
    .reviewer span{font-size:13px;color:var(--muted)}
    .satisfaction{
      width:110px;height:8px;border-radius:999px;background:rgba(21,18,15,.08);overflow:hidden;
    }
    .satisfaction i{display:block;height:100%;width:92%;background:linear-gradient(90deg,var(--orange),var(--copper));border-radius:999px}
    .carousel-indicators{position:static;margin:18px 0 0;justify-content:flex-start}
    .carousel-indicators [data-bs-target]{
      width:10px;height:10px;border-radius:50%;
      background:var(--orange);
      opacity:.25;
      border:0;
    }
    .carousel-indicators .active{opacity:1;width:28px;border-radius:999px}

    .guarantee-bar{
      border-radius:32px;
      background:#fffaf2;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:22px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .guarantee-item{
      padding:18px;
      border-radius:22px;
      background:linear-gradient(180deg,rgba(216,117,42,.06),rgba(255,255,255,.02));
      border:1px solid rgba(35,31,27,.06);
      position:relative;
    }
    .guarantee-item:not(:last-child)::after{
      content:"";
      position:absolute;
      right:-7px;top:22%;bottom:22%;
      width:1px;
      background:linear-gradient(transparent,rgba(216,117,42,.35),transparent);
    }
    .g-icon{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:var(--ink);
      color:var(--copper);
      font-weight:950;
      margin-bottom:12px;
    }
    .guarantee-item h3{font-size:17px;font-weight:950;margin:0 0 4px}
    .guarantee-item p{font-size:13px;color:var(--muted);margin:0;line-height:1.6}

    .compare-table-wrap{
      overflow-x:auto;
      margin-top:32px;
      border-radius:28px;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      background:var(--paper-2);
    }
    .compare-table{
      width:100%;
      min-width:760px;
      border-collapse:separate;
      border-spacing:0;
      margin:0;
    }
    .compare-table th,.compare-table td{
      padding:18px 20px;
      border-bottom:1px solid rgba(35,31,27,.08);
      vertical-align:middle;
    }
    .compare-table th{
      background:var(--ink);
      color:#fff;
      font-weight:950;
      font-size:15px;
    }
    .compare-table th:first-child{border-top-left-radius:28px}
    .compare-table th:last-child{border-top-right-radius:28px}
    .compare-table tr:last-child td{border-bottom:0}
    .compare-table td{color:var(--muted)}
    .compare-table td:first-child{font-weight:950;color:var(--ink)}

    .faq-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:34px;
      align-items:start;
    }
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:var(--paper-2);
      box-shadow:0 12px 34px rgba(31,24,18,.06);
    }
    .accordion-button{
      background:var(--paper-2)!important;
      color:var(--ink)!important;
      font-weight:950;
      padding:20px 22px;
      border-radius:22px!important;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--orange-2)!important;
      border-bottom:1px solid rgba(216,117,42,.12);
    }
    .accordion-button::after{
      width:28px;height:28px;
      border-radius:50%;
      background-color:rgba(216,117,42,.12);
      background-position:center;
      background-size:14px;
      border:1px solid rgba(216,117,42,.16);
    }
    .accordion-body{
      padding:18px 22px 22px;
      color:var(--muted);
      line-height:1.8;
    }

    .cta-section{padding-top:72px}
    .cta-box{
      position:relative;
      border-radius:38px;
      overflow:hidden;
      color:#fff;
      padding:44px;
      background:
        radial-gradient(circle at 82% 22%,rgba(216,117,42,.38),transparent 32%),
        linear-gradient(135deg,#201913,#12100d);
      box-shadow:0 32px 90px rgba(21,18,15,.28);
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:30px;
      align-items:center;
    }
    .cta-box::before{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(116deg,transparent 0 58%,rgba(238,161,90,.2) 58.2% 59.2%,transparent 59.5%);
    }
    .cta-box > *{position:relative}
    .cta-box h2{
      font-size:clamp(30px,4vw,48px);
      line-height:1.14;
      font-weight:950;
      letter-spacing:-.06em;
      margin:0 0 16px;
    }
    .cta-box p{color:rgba(255,250,242,.72);margin:0 0 24px}
    .benefit-mini{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
    }
    .benefit-mini div{
      border-radius:20px;
      padding:16px;
      background:rgba(255,250,242,.08);
      border:1px solid rgba(255,250,242,.12);
    }
    .benefit-mini b{display:block;color:var(--copper);margin-bottom:4px}
    .benefit-mini span{font-size:13px;color:rgba(255,250,242,.65)}
    .lead-form{
      border-radius:30px;
      padding:24px;
      background:rgba(255,250,242,.1);
      border:1px solid rgba(255,250,242,.16);
      backdrop-filter:blur(12px);
    }
    .form-label{font-weight:900;font-size:13px;color:rgba(255,250,242,.76)}
    .form-control,.form-select{
      border-radius:16px;
      min-height:46px;
      border:1px solid rgba(255,250,242,.16);
      background:rgba(255,250,242,.08);
      color:#fff;
    }
    .form-control::placeholder{color:rgba(255,250,242,.42)}
    .form-select option{color:var(--ink);background:#fff}
    .form-control:focus,.form-select:focus{
      border-color:rgba(238,161,90,.55);
      background:rgba(255,250,242,.12);
      color:#fff;
    }

    .site-footer{
      background:#110f0d;
      color:rgba(255,250,242,.74);
      padding:58px 0 34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr .7fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,250,242,.1);
    }
    .footer-brand .brand-logo{color:#fff;margin-bottom:16px}
    .footer-brand p{margin:0;max-width:520px;color:rgba(255,250,242,.62)}
    .footer-col h3{
      font-size:15px;
      color:#fff;
      font-weight:950;
      margin:0 0 14px;
    }
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:rgba(255,250,242,.62)}
    .footer-links a:hover{color:var(--copper);transform:translateX(3px)}
    .copyright{
      display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
      padding-top:24px;
      font-size:13px;
      color:rgba(255,250,242,.48);
    }

    .mobile-tabs{
      display:none;
      position:fixed;
      left:12px;right:12px;bottom:12px;
      z-index:1100;
      height:66px;
      border-radius:24px;
      background:rgba(21,18,15,.94);
      backdrop-filter:blur(18px);
      border:1px solid rgba(255,250,242,.12);
      box-shadow:0 18px 50px rgba(0,0,0,.28);
      padding:8px;
      padding-bottom:calc(8px + env(safe-area-inset-bottom));
    }
    .mobile-tabs a{
      flex:1;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:2px;
      color:rgba(255,250,242,.62);
      font-size:12px;
      font-weight:850;
      border-radius:18px;
      position:relative;
    }
    .mobile-tabs a i{font-style:normal;font-size:18px;line-height:1}
    .mobile-tabs a.active{
      color:var(--copper);
      background:rgba(216,117,42,.14);
    }
    .mobile-tabs a.active::after{
      content:"";
      position:absolute;
      bottom:4px;
      width:5px;height:5px;border-radius:50%;
      background:var(--orange);
    }

    @media (max-width: 1024px){
      .hero-wrap{grid-template-columns:1fr;gap:26px}
      .dp-cover{transform:none;min-height:430px}
      .dp-cover > *{transform:none}
      .cover-inner{min-height:430px}
      .coupon-grid{grid-template-columns:repeat(2,1fr)}
      .rules-wrap,.category-strip,.info-layout,.review-shell,.faq-wrap,.cta-box{grid-template-columns:1fr}
      .guarantee-bar{grid-template-columns:repeat(2,1fr)}
      .guarantee-item:not(:last-child)::after{display:none}
    }
    @media (max-width: 991.98px){
      body{padding-bottom:88px}
      .site-header{height:70px}
      .navbar{height:70px}
      :root{--nav-h:70px}
      .navbar-collapse{
        position:absolute;
        top:70px;
        left:20px;
        right:20px;
        background:rgba(255,250,242,.98);
        border:1px solid var(--line);
        border-radius:24px;
        box-shadow:var(--shadow);
        padding:16px;
      }
      .site-header.is-scrolled .navbar-collapse{background:rgba(21,18,15,.98)}
      .navbar-nav{
        border-radius:20px;
        background:transparent!important;
        border:0!important;
        align-items:stretch;
      }
      .navbar .nav-link{padding:12px 14px!important}
      .nav-cta{display:none}
      .mobile-tabs{display:flex}
    }
    @media (max-width: 768px){
      .container{width:min(100% - 28px,1180px)}
      .section{padding:68px 0}
      .section-tight{padding:54px 0}
      .hero{padding:42px 0 54px;min-height:auto}
      .hero-lead{font-size:16px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost{width:100%}
      .kpi-row{grid-template-columns:1fr}
      .dp-cover{border-radius:28px}
      .cover-inner{padding:24px}
      .cover-no .number{font-size:64px}
      .package-card.featured{transform:none}
      .cover-foot{grid-template-columns:1fr}
      .coupon-grid{grid-template-columns:1fr}
      .category-cards{grid-template-columns:1fr}
      .news-item{grid-template-columns:1fr;gap:10px}
      .news-arrow{display:none}
      .guarantee-bar{grid-template-columns:1fr}
      .benefit-mini{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .cta-box{padding:28px;border-radius:30px}
      .brand-text{font-size:16px;max-width:180px}
    }
    @media (max-width: 520px){
      h1{font-size:36px}
      .section-title{font-size:29px}
      .coupon-card,.news-list,.side-reco,.carousel-card,.score-card,.dark-card{border-radius:24px;padding:22px}
      .category-strip{padding:22px;border-radius:26px}
      .guarantee-bar{padding:14px;border-radius:24px}
      .mobile-tabs{left:8px;right:8px;bottom:8px}
    }

/* roulang page: category1 */
:root{
      --bg:#f6f1e9;
      --bg-soft:#fbf7ef;
      --ink:#171412;
      --muted:#776f66;
      --muted-2:#9b9288;
      --line:rgba(23,20,18,.12);
      --dark:#171412;
      --dark-2:#241f1b;
      --dark-3:#302922;
      --cream:#fff8ec;
      --orange:#d8752a;
      --orange-2:#f19a43;
      --orange-dark:#b95b1d;
      --copper:#a9653a;
      --green:#4d8b63;
      --white:#ffffff;
      --shadow:0 22px 60px rgba(32,24,18,.12);
      --shadow-soft:0 16px 42px rgba(32,24,18,.08);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:18px;
      --radius-pill:999px;
      --header-h:84px;
      --ease:all .25s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Helvetica Neue,Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 4%, rgba(216,117,42,.12), transparent 28%),
        linear-gradient(180deg, #fbf7ef 0%, var(--bg) 46%, #efe7dc 100%);
      line-height:1.75;
      font-size:16px;
      overflow-x:hidden;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(216,117,42,.36);
      outline-offset:3px;
      border-radius:12px;
    }
    ::selection{background:rgba(216,117,42,.28)}
    .container{max-width:1180px}
    .section{padding:96px 0}
    .section-tight{padding:72px 0}
    .section-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:var(--radius-pill);
      background:rgba(216,117,42,.12);
      color:var(--orange-dark);
      font-weight:800;
      font-size:13px;
      letter-spacing:.04em;
      margin-bottom:18px;
    }
    .section-title{
      font-size:42px;
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.04em;
      margin:0;
    }
    .section-desc{
      margin:16px 0 0;
      color:var(--muted);
      max-width:720px;
      font-size:17px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(246,241,233,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(23,20,18,.08);
      transition:var(--ease);
    }
    .site-header.is-scrolled{
      box-shadow:0 12px 38px rgba(23,20,18,.08);
      background:rgba(246,241,233,.96);
    }
    .site-header .navbar{
      min-height:var(--header-h);
      padding:0;
    }
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:15px;
      color:#fff;
      background:
        linear-gradient(135deg, var(--orange), var(--orange-2)),
        var(--orange);
      box-shadow:0 12px 26px rgba(216,117,42,.28);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      width:70px;
      height:16px;
      background:rgba(255,255,255,.25);
      transform:rotate(-28deg);
      top:8px;
      left:-28px;
    }
    .brand-text{
      font-size:19px;
      color:var(--ink);
      white-space:nowrap;
    }
    .navbar-nav{
      align-items:center;
      gap:8px;
      padding:8px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.58);
      border:1px solid rgba(23,20,18,.08);
    }
    .nav-link{
      position:relative;
      border-radius:var(--radius-pill);
      padding:9px 18px!important;
      color:#534b43;
      font-weight:800;
      font-size:15px;
    }
    .nav-link:hover{
      color:var(--orange-dark);
      background:rgba(216,117,42,.09);
    }
    .nav-link.active{
      color:#fff!important;
      background:var(--dark);
      box-shadow:inset 0 -2px 0 rgba(241,154,67,.9);
    }
    .nav-cta{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:12px;
      min-width:max-content;
    }
    .age-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      color:#675c52;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(23,20,18,.08);
      font-size:13px;
      font-weight:800;
    }
    .age-pill:before{
      content:"18+";
      color:var(--orange-dark);
      font-weight:900;
    }
    .btn-brand,.btn-ghost,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:none;
      border-radius:var(--radius-pill);
      min-height:46px;
      padding:12px 22px;
      font-weight:900;
      transition:var(--ease);
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg, var(--orange), var(--orange-2));
      box-shadow:0 14px 28px rgba(216,117,42,.28);
    }
    .btn-brand:hover{
      color:#fff;
      transform:translateY(-2px);
      background:linear-gradient(135deg, var(--orange-dark), var(--orange));
      box-shadow:0 18px 34px rgba(216,117,42,.34);
    }
    .btn-ghost{
      color:var(--ink);
      background:rgba(255,255,255,.66);
      border:1px solid rgba(23,20,18,.12);
    }
    .btn-ghost:hover{
      color:var(--orange-dark);
      transform:translateY(-2px);
      border-color:rgba(216,117,42,.4);
      box-shadow:var(--shadow-soft);
    }
    .btn-darkline{
      color:#fff;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16);
    }
    .btn-darkline:hover{
      color:#fff;
      background:rgba(255,255,255,.14);
      transform:translateY(-2px);
    }
    .navbar-toggler{
      border:0;
      padding:10px;
      border-radius:14px;
      background:#fff;
      box-shadow:0 8px 18px rgba(23,20,18,.08);
    }
    .hamburger{
      width:24px;
      height:18px;
      display:inline-flex;
      align-items:center;
      position:relative;
    }
    .hamburger span,.hamburger:before,.hamburger:after{
      content:"";
      position:absolute;
      width:24px;
      height:2px;
      background:var(--ink);
      border-radius:999px;
      left:0;
      transition:var(--ease);
    }
    .hamburger span{top:8px}
    .hamburger:before{top:0}
    .hamburger:after{bottom:0}

    .category-hero{
      position:relative;
      padding:72px 0 54px;
      background:
        radial-gradient(circle at 82% 0%, rgba(241,154,67,.24), transparent 30%),
        linear-gradient(135deg, var(--dark), var(--dark-2) 58%, #3a2b21);
      color:#fff;
      overflow:hidden;
    }
    .category-hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(114deg, transparent 0 53%, rgba(255,255,255,.05) 53.2% 54.5%, transparent 54.7%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 92px);
      opacity:.8;
      pointer-events:none;
    }
    .creator-cover{
      position:relative;
      z-index:1;
      border:1px solid rgba(255,255,255,.12);
      border-radius:var(--radius-xl);
      padding:34px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035)),
        rgba(23,20,18,.18);
      box-shadow:0 24px 80px rgba(0,0,0,.22);
      overflow:hidden;
    }
    .creator-cover:after{
      content:"";
      position:absolute;
      width:360px;
      height:360px;
      border-radius:50%;
      background:rgba(216,117,42,.2);
      filter:blur(26px);
      right:-140px;
      top:-160px;
      pointer-events:none;
    }
    .creator-row{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.22fr .78fr;
      gap:34px;
      align-items:end;
    }
    .creator-profile{
      display:flex;
      align-items:flex-start;
      gap:20px;
      margin-bottom:24px;
    }
    .creator-avatar{
      width:78px;
      height:78px;
      border-radius:24px;
      display:grid;
      place-items:center;
      color:#fff;
      font-size:34px;
      font-weight:900;
      background:linear-gradient(135deg, var(--orange), #8d4c2b);
      border:2px solid rgba(255,255,255,.18);
      box-shadow:0 18px 42px rgba(216,117,42,.28);
      flex:0 0 auto;
    }
    .creator-name{
      margin:0;
      font-size:15px;
      color:#f5d1ad;
      font-weight:900;
    }
    .creator-tagline{
      margin:4px 0 0;
      color:rgba(255,255,255,.68);
      max-width:560px;
    }
    .category-hero h1{
      margin:0;
      max-width:780px;
      font-size:56px;
      line-height:1.08;
      font-weight:900;
      letter-spacing:-.06em;
    }
    .hero-summary{
      margin:22px 0 0;
      max-width:720px;
      color:rgba(255,255,255,.76);
      font-size:18px;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:14px;
      margin-top:30px;
    }
    .data-panel{
      position:relative;
      border-radius:28px;
      padding:24px;
      background:rgba(255,248,236,.94);
      color:var(--ink);
      box-shadow:0 28px 70px rgba(0,0,0,.24);
      transform:rotate(-1deg);
    }
    .data-panel:before{
      content:"精选";
      position:absolute;
      right:18px;
      top:18px;
      color:rgba(23,20,18,.18);
      font-size:44px;
      font-weight:900;
      letter-spacing:-.08em;
    }
    .data-panel h2{
      position:relative;
      margin:0 0 18px;
      font-size:22px;
      font-weight:900;
    }
    .stat-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      position:relative;
    }
    .stat-card{
      padding:16px;
      border-radius:20px;
      background:#fff;
      border:1px solid rgba(23,20,18,.08);
    }
    .stat-card strong{
      display:block;
      font-size:28px;
      line-height:1;
      font-weight:900;
      color:var(--orange-dark);
    }
    .stat-card span{
      display:block;
      margin-top:8px;
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .follow-strip{
      margin-top:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:18px;
      background:var(--dark);
      color:#fff;
    }
    .follow-strip span{
      font-size:13px;
      color:rgba(255,255,255,.72);
    }

    .filter-wrap{
      margin-top:-30px;
      position:relative;
      z-index:5;
    }
    .filter-bar{
      border-radius:26px;
      padding:18px;
      background:rgba(255,255,255,.88);
      border:1px solid rgba(23,20,18,.08);
      box-shadow:var(--shadow);
      backdrop-filter:blur(18px);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      overflow:hidden;
    }
    .filter-title{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      min-width:max-content;
    }
    .filter-title i{color:var(--orange)}
    .filter-chips{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      padding-bottom:2px;
      scrollbar-width:none;
    }
    .filter-chips::-webkit-scrollbar{display:none}
    .chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border:1px solid rgba(23,20,18,.12);
      border-radius:var(--radius-pill);
      background:#fff;
      color:#514941;
      padding:9px 14px;
      font-size:14px;
      font-weight:900;
      white-space:nowrap;
      transition:var(--ease);
    }
    .chip:hover,.chip.active{
      color:#fff;
      background:var(--dark);
      border-color:var(--dark);
      transform:translateY(-1px);
    }
    .sort-select{
      min-width:150px;
      border-radius:var(--radius-pill);
      padding:10px 16px;
      border:1px solid rgba(23,20,18,.12);
      background:#fff;
      color:var(--ink);
      font-weight:800;
    }

    .offer-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:22px;
      margin-top:34px;
    }
    .offer-card{
      position:relative;
      min-height:100%;
      border-radius:var(--radius-lg);
      padding:22px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(23,20,18,.09);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:var(--ease);
    }
    .offer-card:hover{
      transform:translateY(-6px);
      border-color:rgba(216,117,42,.46);
      box-shadow:0 24px 56px rgba(32,24,18,.14);
    }
    .offer-top{
      height:128px;
      border-radius:24px;
      background:
        linear-gradient(135deg, rgba(216,117,42,.14), rgba(23,20,18,.07)),
        #f4eadf;
      position:relative;
      overflow:hidden;
      margin-bottom:20px;
    }
    .offer-top:before{
      content:attr(data-no);
      position:absolute;
      left:18px;
      top:12px;
      font-size:44px;
      line-height:1;
      color:rgba(23,20,18,.16);
      font-weight:900;
      letter-spacing:-.08em;
    }
    .offer-top:after{
      content:"";
      position:absolute;
      right:-34px;
      bottom:-42px;
      width:160px;
      height:160px;
      border-radius:48px;
      background:linear-gradient(135deg, var(--orange), transparent);
      transform:rotate(22deg);
      opacity:.8;
    }
    .offer-icon{
      position:absolute;
      right:22px;
      top:22px;
      width:52px;
      height:52px;
      display:grid;
      place-items:center;
      border-radius:18px;
      background:#fff;
      color:var(--orange-dark);
      font-size:24px;
      box-shadow:0 14px 28px rgba(23,20,18,.1);
      z-index:1;
    }
    .badges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:14px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      border-radius:var(--radius-pill);
      padding:6px 10px;
      background:rgba(216,117,42,.11);
      color:var(--orange-dark);
      font-size:12px;
      font-weight:900;
    }
    .badge-dark{
      display:inline-flex;
      align-items:center;
      border-radius:var(--radius-pill);
      padding:6px 10px;
      background:var(--dark);
      color:#fff;
      font-size:12px;
      font-weight:900;
    }
    .offer-card h3{
      margin:0;
      font-size:23px;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .offer-card p{
      margin:12px 0 18px;
      color:var(--muted);
      min-height:84px;
    }
    .price-line{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:12px;
      margin:18px 0;
      padding-top:16px;
      border-top:1px solid rgba(23,20,18,.08);
    }
    .price-line strong{
      font-size:26px;
      line-height:1;
      font-weight:900;
      color:var(--ink);
    }
    .price-line span{
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .card-actions{
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
      align-items:center;
    }
    .mini-link{
      width:46px;
      height:46px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:rgba(23,20,18,.06);
      color:var(--ink);
      transition:var(--ease);
    }
    .mini-link:hover{
      background:var(--dark);
      color:#fff;
    }

    .feature-split{
      display:grid;
      grid-template-columns:.88fr 1.12fr;
      gap:28px;
      align-items:stretch;
    }
    .dark-card{
      border-radius:var(--radius-xl);
      padding:34px;
      color:#fff;
      background:
        radial-gradient(circle at 84% 12%, rgba(216,117,42,.34), transparent 32%),
        linear-gradient(135deg, var(--dark), #2a241f);
      overflow:hidden;
      position:relative;
      min-height:100%;
    }
    .dark-card:after{
      content:"";
      position:absolute;
      inset:auto -40px -70px auto;
      width:260px;
      height:180px;
      border-radius:36px;
      background:rgba(255,255,255,.06);
      transform:rotate(-18deg);
    }
    .dark-card h2{
      margin:0;
      font-size:38px;
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.05em;
      position:relative;
      z-index:1;
    }
    .dark-card p{
      position:relative;
      z-index:1;
      margin:16px 0 0;
      color:rgba(255,255,255,.72);
    }
    .metric-list{
      position:relative;
      z-index:1;
      display:grid;
      gap:12px;
      margin-top:26px;
    }
    .metric-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:14px 0;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .metric-item b{font-size:28px;color:#ffc28a;line-height:1}
    .metric-item span{color:rgba(255,255,255,.72);font-size:14px}
    .compare-wrap{
      border-radius:var(--radius-xl);
      background:rgba(255,255,255,.82);
      border:1px solid rgba(23,20,18,.08);
      box-shadow:var(--shadow-soft);
      padding:22px;
      overflow:hidden;
    }
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 12px;
      min-width:620px;
    }
    .compare-table th{
      color:var(--muted);
      font-size:13px;
      font-weight:900;
      padding:0 14px 8px;
      white-space:nowrap;
    }
    .compare-table td{
      background:#fff;
      padding:18px 14px;
      border-top:1px solid rgba(23,20,18,.08);
      border-bottom:1px solid rgba(23,20,18,.08);
      color:#4f473f;
      font-weight:700;
    }
    .compare-table td:first-child{
      border-left:1px solid rgba(23,20,18,.08);
      border-radius:18px 0 0 18px;
      color:var(--ink);
      font-weight:900;
    }
    .compare-table td:last-child{
      border-right:1px solid rgba(23,20,18,.08);
      border-radius:0 18px 18px 0;
    }
    .check{color:var(--green);font-weight:900}
    .dash{color:var(--muted-2)}

    .review-section{
      background:linear-gradient(180deg, transparent 0%, rgba(255,255,255,.42) 100%);
    }
    .review-layout{
      display:grid;
      grid-template-columns:.75fr 1.25fr;
      gap:28px;
      align-items:center;
    }
    .score-card{
      border-radius:var(--radius-xl);
      padding:32px;
      background:#fff;
      border:1px solid rgba(23,20,18,.08);
      box-shadow:var(--shadow-soft);
    }
    .score-card strong{
      display:block;
      font-size:64px;
      line-height:1;
      letter-spacing:-.08em;
      font-weight:900;
      color:var(--orange-dark);
    }
    .stars{
      color:#f3a13e;
      letter-spacing:2px;
      margin:10px 0;
    }
    .score-card p{margin:0;color:var(--muted)}
    .review-card{
      border-radius:var(--radius-xl);
      padding:34px;
      background:var(--dark);
      color:#fff;
      min-height:278px;
      position:relative;
      overflow:hidden;
    }
    .review-card:before{
      content:"”";
      position:absolute;
      right:28px;
      top:-28px;
      font-size:150px;
      line-height:1;
      color:rgba(216,117,42,.18);
      font-weight:900;
    }
    .review-card p{
      position:relative;
      margin:0 0 24px;
      color:rgba(255,255,255,.78);
      font-size:18px;
    }
    .review-user{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      position:relative;
    }
    .review-user b{display:block;font-size:18px}
    .review-user span{display:block;color:rgba(255,255,255,.58);font-size:14px}
    .carousel-indicators{
      position:static;
      margin:18px 0 0;
      justify-content:flex-start;
    }
    .carousel-indicators [data-bs-target]{
      width:28px;
      height:6px;
      border:0;
      border-radius:999px;
      background:rgba(216,117,42,.55);
    }
    .carousel-indicators .active{background:var(--orange)}

    .security-strip{
      border-radius:var(--radius-xl);
      padding:24px;
      background:
        linear-gradient(135deg, rgba(23,20,18,.96), rgba(47,39,32,.96));
      color:#fff;
      box-shadow:0 22px 60px rgba(23,20,18,.18);
      overflow:hidden;
      position:relative;
    }
    .security-strip:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(110deg, transparent 0 30%, rgba(216,117,42,.14) 30.5% 31.8%, transparent 32.3%);
      pointer-events:none;
    }
    .security-grid{
      position:relative;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:0;
    }
    .security-item{
      padding:18px 22px;
      border-right:1px solid rgba(255,255,255,.12);
    }
    .security-item:last-child{border-right:0}
    .security-item i{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:16px;
      background:rgba(216,117,42,.18);
      color:#ffb879;
      font-size:21px;
      margin-bottom:12px;
    }
    .security-item h3{
      margin:0 0 6px;
      font-size:18px;
      font-weight:900;
    }
    .security-item p{
      margin:0;
      color:rgba(255,255,255,.62);
      font-size:14px;
      line-height:1.6;
    }

    .faq-wrap{
      max-width:920px;
      margin:34px auto 0;
    }
    .accordion{
      --bs-accordion-border-width:0;
      --bs-accordion-bg:transparent;
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid rgba(23,20,18,.08)!important;
      border-radius:22px!important;
      background:rgba(255,255,255,.78);
      box-shadow:0 12px 30px rgba(32,24,18,.06);
      overflow:hidden;
    }
    .accordion-button{
      padding:22px 24px;
      background:transparent;
      color:var(--ink);
      font-size:17px;
      font-weight:900;
      box-shadow:none!important;
      border-radius:22px!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--orange-dark);
      background:rgba(216,117,42,.08);
    }
    .accordion-button:after{
      background-size:16px;
      width:16px;
      height:16px;
      filter:sepia(1) saturate(2) hue-rotate(345deg);
    }
    .accordion-body{
      padding:0 24px 24px;
      color:var(--muted);
    }

    .cta-panel{
      border-radius:38px;
      padding:42px;
      background:
        radial-gradient(circle at 82% 20%, rgba(241,154,67,.28), transparent 30%),
        linear-gradient(135deg, var(--dark), #2b231e);
      color:#fff;
      position:relative;
      overflow:hidden;
      box-shadow:0 26px 80px rgba(23,20,18,.22);
    }
    .cta-panel:after{
      content:"";
      position:absolute;
      right:-60px;
      bottom:-74px;
      width:340px;
      height:230px;
      border-radius:42px;
      background:rgba(255,255,255,.06);
      transform:rotate(-16deg);
    }
    .cta-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1fr auto;
      gap:32px;
      align-items:center;
    }
    .cta-panel h2{
      margin:0;
      max-width:760px;
      font-size:42px;
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.05em;
    }
    .cta-panel p{
      max-width:700px;
      margin:16px 0 0;
      color:rgba(255,255,255,.72);
    }
    .cta-actions{
      display:flex;
      flex-direction:column;
      gap:12px;
      min-width:220px;
    }
    .mini-benefits{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .mini-benefits span{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:var(--radius-pill);
      padding:8px 12px;
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.82);
      font-size:13px;
      font-weight:800;
    }
    .mini-benefits i{color:#ffb879}

    .site-footer{
      padding:72px 0 28px;
      background:#120f0d;
      color:#fff;
      margin-top:0;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.45fr .7fr .7fr;
      gap:38px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand .brand-text{color:#fff}
    .footer-brand p{
      margin:18px 0 0;
      max-width:520px;
      color:rgba(255,255,255,.58);
    }
    .footer-col h3{
      margin:0 0 16px;
      font-size:16px;
      font-weight:900;
      color:#fff;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,255,255,.58);
      font-weight:700;
    }
    .footer-links a:hover{
      color:#ffb879;
      transform:translateX(2px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:20px;
      padding-top:24px;
      color:rgba(255,255,255,.46);
      font-size:14px;
    }

    .mobile-tabs{
      display:none;
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:1040;
      border-radius:24px;
      background:rgba(18,15,13,.94);
      backdrop-filter:blur(18px);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 20px 50px rgba(0,0,0,.25);
      padding:8px 8px calc(8px + env(safe-area-inset-bottom));
    }
    .mobile-tabs-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:6px;
    }
    .mobile-tab{
      min-height:54px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      color:rgba(255,255,255,.58);
      font-size:12px;
      font-weight:800;
    }
    .mobile-tab i{font-size:20px}
    .mobile-tab:hover,.mobile-tab.active{
      color:#ffb879;
      background:rgba(216,117,42,.16);
    }
    .mobile-tab.active:after{
      content:"";
      width:5px;
      height:5px;
      border-radius:50%;
      background:#ffb879;
    }

    @media (max-width: 991.98px){
      body{padding-bottom:88px}
      .site-header .navbar{min-height:72px}
      .navbar-collapse{
        margin-top:14px;
        padding:14px;
        background:#fff;
        border-radius:22px;
        box-shadow:var(--shadow-soft);
        border:1px solid rgba(23,20,18,.08);
      }
      .navbar-nav{
        align-items:stretch;
        background:transparent;
        border:0;
        padding:0;
        gap:6px;
      }
      .nav-link{padding:12px 14px!important}
      .nav-cta{display:none}
      .mobile-tabs{display:block}
      .category-hero{padding:46px 0 42px}
      .creator-row,.feature-split,.review-layout,.cta-inner{
        grid-template-columns:1fr;
      }
      .category-hero h1{font-size:42px}
      .data-panel{transform:none}
      .filter-bar{
        align-items:flex-start;
        flex-direction:column;
      }
      .sort-select{width:100%}
      .offer-grid{grid-template-columns:repeat(2,1fr)}
      .security-grid{grid-template-columns:repeat(2,1fr)}
      .security-item:nth-child(2){border-right:0}
      .security-item:nth-child(1),.security-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.12)}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-brand{grid-column:1/-1}
      .copyright{flex-direction:column}
    }

    @media (max-width: 767.98px){
      .section{padding:70px 0}
      .section-tight{padding:54px 0}
      .section-title{font-size:31px}
      .section-desc{font-size:16px}
      .creator-cover{padding:24px;border-radius:28px}
      .creator-profile{flex-direction:column;gap:14px}
      .creator-avatar{width:68px;height:68px;border-radius:22px}
      .category-hero h1{font-size:36px}
      .hero-summary{font-size:16px}
      .hero-actions .btn-brand,.hero-actions .btn-darkline{width:100%}
      .stat-grid{grid-template-columns:1fr 1fr}
      .offer-grid{grid-template-columns:1fr}
      .offer-card p{min-height:auto}
      .card-actions{grid-template-columns:1fr 46px}
      .dark-card,.score-card,.review-card,.cta-panel{padding:24px;border-radius:28px}
      .dark-card h2,.cta-panel h2{font-size:30px}
      .compare-wrap{overflow-x:auto}
      .security-grid{grid-template-columns:1fr}
      .security-item{
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.12);
      }
      .security-item:last-child{border-bottom:0}
      .cta-actions{min-width:0}
      .cta-actions .btn-brand,.cta-actions .btn-darkline{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .brand-text{font-size:16px}
    }

    @media (max-width: 520px){
      .container{padding-left:18px;padding-right:18px}
      .category-hero h1{font-size:33px}
      .filter-wrap{margin-top:-20px}
      .filter-bar{border-radius:22px;padding:14px}
      .stat-card strong{font-size:23px}
      .offer-top{height:112px}
      .price-line{align-items:flex-start;flex-direction:column}
      .mobile-tabs{left:8px;right:8px;bottom:8px}
    }

/* roulang page: category2 */
:root{
      --bg:#f6f1e9;
      --bg-soft:#fffaf1;
      --ink:#181716;
      --muted:#736d64;
      --deep:#11100f;
      --deep-2:#1d1a17;
      --line:rgba(24,23,22,.12);
      --line-dark:rgba(255,255,255,.13);
      --brand:#d97929;
      --brand-2:#f0a04b;
      --brand-dark:#a94f17;
      --cream:#fff2dc;
      --success:#6f9a58;
      --danger:#c85743;
      --shadow:0 22px 60px rgba(24,23,22,.12);
      --shadow-soft:0 12px 34px rgba(24,23,22,.08);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:18px;
      --radius-sm:12px;
      --header-h:82px;
      --font: PingFang SC, Microsoft YaHei, Noto Sans SC, Helvetica Neue, Arial, sans-serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font);
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 2%, rgba(217,121,41,.16), transparent 34%),
        linear-gradient(180deg, #fff8ee 0%, var(--bg) 42%, #f5efe6 100%);
      line-height:1.75;
      font-size:16px;
      overflow-x:hidden;
      padding-bottom:0;
    }
    a{color:inherit;text-decoration:none;transition:all .25s ease}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(217,121,41,.25)}
    .container{max-width:1180px}
    .section{
      padding:96px 0;
      position:relative;
    }
    .section-tight{padding:72px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(217,121,41,.28);
      border-radius:999px;
      background:rgba(217,121,41,.08);
      color:var(--brand-dark);
      font-size:13px;
      font-weight:800;
      letter-spacing:.05em;
      margin-bottom:18px;
    }
    .section-title{
      font-weight:900;
      letter-spacing:-.04em;
      line-height:1.15;
      font-size:clamp(30px,4vw,46px);
      margin:0 0 16px;
    }
    .section-lead{
      color:var(--muted);
      max-width:760px;
      margin:0;
      font-size:17px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      background:rgba(17,16,15,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line-dark);
      box-shadow:0 10px 32px rgba(0,0,0,.18);
    }
    .site-header .navbar{
      min-height:var(--header-h);
      padding:0;
    }
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#1a120b;
      font-weight:900;
      background:
        linear-gradient(135deg, var(--brand-2), var(--brand)),
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.85), transparent 28%);
      box-shadow:0 10px 28px rgba(217,121,41,.35);
      transform:skew(-5deg);
    }
    .brand-text{
      color:#fff7ea;
      font-weight:900;
      letter-spacing:-.04em;
      font-size:19px;
      line-height:1.1;
    }
    .navbar-nav{
      gap:8px;
      padding:8px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.07);
      border-radius:999px;
    }
    .nav-link{
      color:rgba(255,250,241,.72)!important;
      font-weight:800;
      padding:9px 18px!important;
      border-radius:999px;
      position:relative;
    }
    .nav-link:hover,
    .nav-link:focus{
      color:#fff!important;
      background:rgba(255,255,255,.08);
    }
    .nav-link.active{
      color:#1d1208!important;
      background:linear-gradient(135deg, var(--brand-2), var(--brand));
      box-shadow:0 10px 26px rgba(217,121,41,.28);
    }
    .nav-cta{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .age-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      color:#f7dfc0;
      font-size:12px;
      font-weight:800;
      border:1px solid rgba(240,160,75,.26);
      background:rgba(240,160,75,.08);
      white-space:nowrap;
    }
    .age-pill:before{
      content:"18+";
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:28px;
      height:20px;
      border-radius:999px;
      background:rgba(240,160,75,.18);
      color:var(--brand-2);
      font-size:11px;
    }
    .btn-brand,
    .btn-ghost,
    .btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:999px;
      min-height:48px;
      padding:12px 22px;
      border:1px solid transparent;
      font-weight:900;
      transition:all .25s ease;
      cursor:pointer;
      white-space:nowrap;
    }
    .btn-brand{
      color:#1a120b;
      background:linear-gradient(135deg, var(--brand-2), var(--brand));
      box-shadow:0 14px 30px rgba(217,121,41,.28);
    }
    .btn-brand:hover,
    .btn-brand:focus{
      transform:translateY(-2px);
      color:#110f0d;
      background:linear-gradient(135deg, #ffb35f, #c9651d);
      box-shadow:0 20px 42px rgba(217,121,41,.36);
    }
    .btn-ghost{
      color:var(--ink);
      background:rgba(255,255,255,.64);
      border-color:var(--line);
    }
    .btn-ghost:hover,
    .btn-ghost:focus{
      transform:translateY(-2px);
      border-color:rgba(217,121,41,.4);
      color:var(--brand-dark);
      box-shadow:var(--shadow-soft);
    }
    .btn-darkline{
      color:#fff4e6;
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.14);
    }
    .btn-darkline:hover,
    .btn-darkline:focus{
      color:#fff;
      transform:translateY(-2px);
      background:rgba(255,255,255,.11);
      border-color:rgba(240,160,75,.35);
    }
    .navbar-toggler{
      border:1px solid rgba(255,255,255,.15);
      border-radius:14px;
      width:46px;
      height:42px;
      padding:0;
      box-shadow:none!important;
    }
    .hamburger{
      position:relative;
      display:block;
      width:20px;
      height:14px;
      margin:auto;
    }
    .hamburger:before,
    .hamburger:after,
    .hamburger span{
      content:"";
      position:absolute;
      left:0;
      width:20px;
      height:2px;
      border-radius:999px;
      background:#fff4e6;
      transition:.25s ease;
    }
    .hamburger:before{top:0}
    .hamburger span{top:6px}
    .hamburger:after{bottom:0}

    .guide-hero{
      padding:78px 0 68px;
      background:
        radial-gradient(circle at 82% 18%, rgba(240,160,75,.26), transparent 28%),
        linear-gradient(135deg, var(--deep) 0%, #1b1713 48%, #2a1a10 100%);
      color:#fff7ea;
      position:relative;
      overflow:hidden;
    }
    .guide-hero:before{
      content:"";
      position:absolute;
      inset:-80px -120px auto auto;
      width:520px;
      height:520px;
      border:1px solid rgba(255,255,255,.06);
      border-radius:50%;
      background:repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 2px, transparent 2px 16px);
      transform:rotate(-10deg);
    }
    .guide-hero:after{
      content:"";
      position:absolute;
      left:0;
      right:0;
      bottom:0;
      height:6px;
      background:linear-gradient(90deg, transparent, var(--brand), var(--brand-2), transparent);
      opacity:.8;
    }
    .breadcrumb-line{
      display:flex;
      align-items:center;
      gap:10px;
      color:rgba(255,247,234,.68);
      font-size:14px;
      font-weight:700;
      margin-bottom:22px;
    }
    .breadcrumb-line a:hover{color:var(--brand-2)}
    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:10px;
      border-radius:999px;
      padding:8px 14px;
      background:rgba(240,160,75,.12);
      border:1px solid rgba(240,160,75,.28);
      color:#ffd9a9;
      font-weight:900;
      font-size:13px;
      margin-bottom:18px;
    }
    .guide-hero h1{
      font-size:clamp(34px,5.5vw,58px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.06em;
      margin:0 0 20px;
      max-width:760px;
    }
    .guide-hero .hero-sub{
      color:rgba(255,247,234,.76);
      font-size:18px;
      max-width:680px;
      margin:0 0 28px;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      margin-bottom:24px;
    }
    .group-strip{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      padding:12px 14px;
      border-radius:999px;
      width:max-content;
      max-width:100%;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.11);
      color:rgba(255,247,234,.74);
      font-weight:800;
      font-size:14px;
    }
    .avatar-stack{
      display:flex;
      align-items:center;
    }
    .avatar-stack span{
      width:30px;
      height:30px;
      border-radius:50%;
      display:grid;
      place-items:center;
      margin-left:-8px;
      border:2px solid #21170f;
      background:linear-gradient(135deg, #f7c27a, #d97929);
      color:#21170f;
      font-size:12px;
      font-weight:900;
    }
    .avatar-stack span:first-child{margin-left:0}
    .group-strip strong{color:#fff0dc}

    .hero-panel{
      position:relative;
      border-radius:var(--radius-xl);
      padding:28px;
      background:
        linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.05)),
        radial-gradient(circle at 18% 12%, rgba(240,160,75,.3), transparent 35%);
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 30px 90px rgba(0,0,0,.34);
      overflow:hidden;
    }
    .hero-panel:before{
      content:"GUIDE";
      position:absolute;
      right:-12px;
      top:16px;
      font-size:54px;
      line-height:1;
      font-weight:900;
      letter-spacing:.08em;
      color:rgba(255,255,255,.05);
    }
    .panel-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:20px;
      position:relative;
    }
    .panel-title{
      font-size:20px;
      font-weight:900;
      margin:0;
      color:#fff;
    }
    .panel-tag{
      border-radius:999px;
      padding:6px 10px;
      background:rgba(240,160,75,.16);
      color:#ffd5a0;
      border:1px solid rgba(240,160,75,.28);
      font-size:12px;
      font-weight:900;
    }
    .choice-matrix{
      display:grid;
      gap:12px;
      position:relative;
    }
    .choice-row{
      display:grid;
      grid-template-columns:58px 1fr auto;
      align-items:center;
      gap:14px;
      padding:16px;
      border-radius:20px;
      background:rgba(17,16,15,.48);
      border:1px solid rgba(255,255,255,.1);
    }
    .choice-no{
      width:46px;
      height:46px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:#fff0dc;
      color:#23170e;
      font-weight:900;
      font-size:18px;
      transform:skew(-4deg);
    }
    .choice-row h2,
    .choice-row h3{
      margin:0 0 2px;
      color:#fff8ec;
      font-weight:900;
      font-size:17px;
    }
    .choice-row p{
      margin:0;
      color:rgba(255,247,234,.66);
      font-size:14px;
      line-height:1.55;
    }
    .choice-status{
      font-size:12px;
      font-weight:900;
      color:#21170f;
      background:linear-gradient(135deg, var(--brand-2), var(--brand));
      border-radius:999px;
      padding:6px 10px;
      white-space:nowrap;
    }

    .summary-band{
      margin-top:-34px;
      position:relative;
      z-index:2;
    }
    .summary-card{
      background:rgba(255,250,241,.94);
      border:1px solid rgba(24,23,22,.08);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      padding:26px;
      display:grid;
      grid-template-columns:1.3fr repeat(3,1fr);
      gap:16px;
      align-items:stretch;
    }
    .summary-intro{
      padding:8px 18px 8px 4px;
    }
    .summary-intro h2{
      font-size:24px;
      font-weight:900;
      margin:0 0 8px;
      letter-spacing:-.04em;
    }
    .summary-intro p{
      margin:0;
      color:var(--muted);
    }
    .metric-tile{
      padding:18px;
      border-radius:22px;
      background:#fff;
      border:1px solid rgba(24,23,22,.08);
      box-shadow:0 10px 24px rgba(24,23,22,.05);
    }
    .metric-tile strong{
      display:block;
      font-size:28px;
      line-height:1.1;
      font-weight:900;
      color:var(--brand-dark);
      margin-bottom:8px;
    }
    .metric-tile span{
      display:block;
      color:var(--muted);
      font-size:14px;
      line-height:1.55;
      font-weight:700;
    }

    .scenario-layout{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:34px;
      align-items:start;
    }
    .sticky-note{
      position:sticky;
      top:112px;
      border-radius:var(--radius-xl);
      padding:30px;
      background:var(--deep);
      color:#fff7ea;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow);
    }
    .sticky-note:after{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      right:-80px;
      bottom:-80px;
      border-radius:50%;
      background:rgba(217,121,41,.2);
      filter:blur(6px);
    }
    .sticky-note h2{
      font-size:34px;
      line-height:1.15;
      font-weight:900;
      letter-spacing:-.05em;
      margin:0 0 14px;
      position:relative;
      z-index:1;
    }
    .sticky-note p{
      color:rgba(255,247,234,.7);
      margin:0 0 22px;
      position:relative;
      z-index:1;
    }
    .note-list{
      display:grid;
      gap:12px;
      position:relative;
      z-index:1;
      margin:0;
      padding:0;
      list-style:none;
    }
    .note-list li{
      display:flex;
      gap:10px;
      padding:12px 0;
      border-top:1px solid rgba(255,255,255,.1);
      color:rgba(255,247,234,.82);
      font-weight:700;
    }
    .note-list i{color:var(--brand-2)}
    .scenario-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .scenario-card{
      padding:26px;
      border-radius:var(--radius-lg);
      background:rgba(255,250,241,.86);
      border:1px solid rgba(24,23,22,.08);
      box-shadow:var(--shadow-soft);
      min-height:238px;
      transition:all .25s ease;
      position:relative;
      overflow:hidden;
    }
    .scenario-card:before{
      content:attr(data-no);
      position:absolute;
      right:18px;
      top:12px;
      color:rgba(217,121,41,.12);
      font-weight:900;
      font-size:58px;
      line-height:1;
      letter-spacing:-.06em;
    }
    .scenario-card:hover{
      transform:translateY(-5px);
      border-color:rgba(217,121,41,.34);
      box-shadow:0 22px 48px rgba(24,23,22,.12);
    }
    .icon-bubble{
      width:48px;
      height:48px;
      border-radius:17px;
      display:grid;
      place-items:center;
      background:rgba(217,121,41,.1);
      color:var(--brand-dark);
      font-size:22px;
      margin-bottom:18px;
      position:relative;
      z-index:1;
    }
    .scenario-card h3{
      position:relative;
      z-index:1;
      font-size:21px;
      line-height:1.28;
      font-weight:900;
      margin:0 0 10px;
      letter-spacing:-.03em;
    }
    .scenario-card p{
      position:relative;
      z-index:1;
      margin:0;
      color:var(--muted);
      line-height:1.68;
    }

    .process-section{
      background:
        linear-gradient(180deg, #fffaf1 0%, #f1e8dc 100%);
      border-top:1px solid rgba(24,23,22,.08);
      border-bottom:1px solid rgba(24,23,22,.08);
    }
    .process-header{
      display:grid;
      grid-template-columns:.72fr 1.28fr;
      gap:34px;
      align-items:end;
      margin-bottom:36px;
    }
    .process-rail{
      display:grid;
      gap:16px;
    }
    .step-card{
      display:grid;
      grid-template-columns:96px 1fr;
      gap:22px;
      align-items:center;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fffaf3;
      border:1px solid rgba(24,23,22,.08);
      box-shadow:var(--shadow-soft);
      transition:all .25s ease;
    }
    .step-card:hover{
      transform:translateX(4px);
      border-color:rgba(217,121,41,.34);
    }
    .step-number{
      height:92px;
      border-radius:24px;
      display:grid;
      place-items:center;
      color:#21170f;
      font-size:36px;
      font-weight:900;
      background:
        linear-gradient(135deg, rgba(240,160,75,.95), rgba(217,121,41,.95)),
        repeating-linear-gradient(45deg, transparent 0 8px, rgba(255,255,255,.18) 8px 10px);
      box-shadow:0 16px 34px rgba(217,121,41,.22);
      transform:skew(-5deg);
    }
    .step-content h3{
      font-size:24px;
      line-height:1.25;
      font-weight:900;
      letter-spacing:-.04em;
      margin:0 0 8px;
    }
    .step-content p{
      margin:0;
      color:var(--muted);
    }
    .step-tags{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:14px;
    }
    .mini-tag{
      padding:6px 10px;
      border-radius:999px;
      border:1px solid rgba(217,121,41,.2);
      background:rgba(217,121,41,.07);
      color:var(--brand-dark);
      font-size:12px;
      font-weight:900;
    }

    .rules-layout{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
    }
    .rule-card{
      border-radius:var(--radius-xl);
      padding:32px;
      border:1px solid rgba(24,23,22,.08);
      background:#fffaf3;
      box-shadow:var(--shadow-soft);
    }
    .rule-card.dark{
      background:
        radial-gradient(circle at 88% 12%, rgba(240,160,75,.2), transparent 28%),
        linear-gradient(135deg, #171411, #211912);
      color:#fff7ea;
      border-color:rgba(255,255,255,.1);
    }
    .rule-card h2{
      font-size:30px;
      font-weight:900;
      letter-spacing:-.05em;
      margin:0 0 18px;
    }
    .rule-card p{
      color:var(--muted);
      margin:0 0 18px;
    }
    .rule-card.dark p{color:rgba(255,247,234,.72)}
    .check-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:12px;
    }
    .check-list li{
      display:flex;
      gap:11px;
      align-items:flex-start;
      padding:13px 0;
      border-top:1px solid rgba(24,23,22,.08);
      color:#4d4740;
      font-weight:700;
    }
    .dark .check-list li{
      border-color:rgba(255,255,255,.1);
      color:rgba(255,247,234,.82);
    }
    .check-list i{
      color:var(--success);
      font-size:18px;
      margin-top:4px;
    }
    .dark .check-list i{color:var(--brand-2)}

    .comparison-wrap{
      border-radius:var(--radius-xl);
      overflow:hidden;
      background:#fffaf3;
      border:1px solid rgba(24,23,22,.08);
      box-shadow:var(--shadow);
      margin-top:34px;
    }
    .compare-table{
      margin:0;
      min-width:760px;
    }
    .compare-table th{
      background:#171411;
      color:#fff2dc;
      border-color:rgba(255,255,255,.12);
      padding:18px 20px;
      font-weight:900;
      white-space:nowrap;
    }
    .compare-table td{
      padding:18px 20px;
      border-color:rgba(24,23,22,.08);
      color:#5f574f;
      font-weight:700;
      vertical-align:middle;
    }
    .compare-table tbody tr:hover td{
      background:rgba(217,121,41,.06);
    }
    .compare-table .highlight{
      color:var(--brand-dark);
      font-weight:900;
    }

    .security-band{
      background:
        linear-gradient(135deg, var(--deep), #221710);
      color:#fff7ea;
      position:relative;
      overflow:hidden;
    }
    .security-band:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, transparent 0%, rgba(240,160,75,.07) 42%, transparent 72%),
        repeating-linear-gradient(110deg, transparent 0 18px, rgba(255,255,255,.025) 18px 20px);
      pointer-events:none;
    }
    .security-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
      position:relative;
    }
    .security-item{
      padding:22px;
      border-radius:22px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.11);
      min-height:168px;
      transition:all .25s ease;
    }
    .security-item:hover{
      transform:translateY(-4px);
      background:rgba(255,255,255,.09);
      border-color:rgba(240,160,75,.36);
    }
    .security-item i{
      display:grid;
      place-items:center;
      width:44px;
      height:44px;
      border-radius:16px;
      color:#21170f;
      background:linear-gradient(135deg, var(--brand-2), var(--brand));
      font-size:21px;
      margin-bottom:16px;
    }
    .security-item h3{
      font-size:18px;
      font-weight:900;
      margin:0 0 8px;
    }
    .security-item p{
      margin:0;
      color:rgba(255,247,234,.7);
      font-size:14px;
      line-height:1.62;
    }

    .faq-wrap{
      max-width:980px;
      margin:34px auto 0;
    }
    .accordion{
      display:grid;
      gap:14px;
    }
    .accordion-item{
      border:1px solid rgba(24,23,22,.08)!important;
      border-radius:22px!important;
      overflow:hidden;
      background:#fffaf3;
      box-shadow:0 10px 28px rgba(24,23,22,.06);
    }
    .accordion-button{
      padding:20px 24px;
      background:#fffaf3!important;
      color:var(--ink)!important;
      font-weight:900;
      font-size:17px;
      box-shadow:none!important;
      border:0!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--brand-dark)!important;
      background:rgba(217,121,41,.08)!important;
    }
    .accordion-button:focus{
      outline:3px solid rgba(217,121,41,.22);
      outline-offset:-3px;
    }
    .accordion-button::after{
      width:34px;
      height:34px;
      border-radius:50%;
      background-color:rgba(217,121,41,.12);
      background-position:center;
      padding:8px;
    }
    .accordion-body{
      padding:0 24px 22px;
      color:var(--muted);
      line-height:1.75;
    }

    .cta-panel{
      border-radius:40px;
      padding:48px;
      background:
        radial-gradient(circle at 12% 20%, rgba(240,160,75,.26), transparent 30%),
        radial-gradient(circle at 90% 16%, rgba(255,255,255,.1), transparent 22%),
        linear-gradient(135deg, #141210, #2a1b12);
      color:#fff7ea;
      box-shadow:0 34px 100px rgba(24,23,22,.24);
      border:1px solid rgba(255,255,255,.1);
      overflow:hidden;
      position:relative;
    }
    .cta-panel:after{
      content:"";
      position:absolute;
      right:36px;
      bottom:28px;
      width:230px;
      height:120px;
      border-radius:26px;
      border:1px solid rgba(240,160,75,.28);
      background:
        linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
      transform:rotate(-6deg);
    }
    .cta-content{
      position:relative;
      z-index:1;
      max-width:760px;
    }
    .cta-panel h2{
      font-size:clamp(30px,4vw,48px);
      line-height:1.14;
      font-weight:900;
      letter-spacing:-.06em;
      margin:0 0 14px;
    }
    .cta-panel p{
      color:rgba(255,247,234,.72);
      margin:0 0 24px;
      font-size:17px;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-bottom:22px;
    }
    .cta-mini{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
      color:rgba(255,247,234,.76);
      font-weight:800;
      font-size:14px;
    }
    .cta-mini li{
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.1);
    }

    .site-footer{
      background:#11100f;
      color:#fff7ea;
      padding:64px 0 28px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .65fr .65fr;
      gap:36px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand p{
      color:rgba(255,247,234,.62);
      margin:18px 0 0;
      max-width:480px;
      line-height:1.75;
    }
    .footer-col h3{
      color:#fff;
      font-size:16px;
      font-weight:900;
      margin:0 0 16px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,247,234,.62);
      font-weight:700;
    }
    .footer-links a:hover{
      color:var(--brand-2);
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding-top:22px;
      color:rgba(255,247,234,.48);
      font-size:13px;
      flex-wrap:wrap;
    }

    .mobile-tabs{
      position:fixed;
      left:12px;
      right:12px;
      bottom:12px;
      z-index:1040;
      display:none;
      grid-template-columns:repeat(3,1fr);
      gap:6px;
      padding:8px;
      border-radius:24px;
      background:rgba(17,16,15,.92);
      backdrop-filter:blur(18px);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 18px 48px rgba(0,0,0,.32);
    }
    .mobile-tabs a{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      min-height:54px;
      border-radius:18px;
      color:rgba(255,247,234,.62);
      font-size:12px;
      font-weight:900;
    }
    .mobile-tabs i{
      font-size:19px;
      line-height:1;
    }
    .mobile-tabs a:hover,
    .mobile-tabs a.active{
      color:#1a120b;
      background:linear-gradient(135deg, var(--brand-2), var(--brand));
    }

    @media (max-width: 991.98px){
      body{padding-bottom:86px}
      .site-header .navbar{min-height:72px;padding:10px 0}
      .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-radius:24px;
        background:rgba(255,255,255,.06);
        border:1px solid rgba(255,255,255,.1);
      }
      .navbar-nav{
        border-radius:20px;
        background:transparent;
        border:0;
        padding:0;
      }
      .nav-link{padding:12px 14px!important}
      .nav-cta{display:none}
      .mobile-tabs{display:grid}
      .guide-hero{padding:56px 0 52px}
      .hero-panel{margin-top:28px}
      .summary-card{
        grid-template-columns:1fr 1fr;
      }
      .summary-intro{grid-column:1/-1}
      .scenario-layout,
      .process-header,
      .rules-layout{
        grid-template-columns:1fr;
      }
      .sticky-note{position:relative;top:auto}
      .security-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .footer-grid{grid-template-columns:1fr 1fr}
      .footer-brand{grid-column:1/-1}
    }

    @media (max-width: 767.98px){
      .section{padding:68px 0}
      .section-tight{padding:56px 0}
      .brand-text{font-size:16px}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .guide-hero h1{letter-spacing:-.05em}
      .hero-actions .btn-brand,
      .hero-actions .btn-darkline,
      .cta-actions .btn-brand,
      .cta-actions .btn-darkline{
        width:100%;
      }
      .group-strip{
        width:100%;
        border-radius:22px;
        align-items:flex-start;
      }
      .choice-row{
        grid-template-columns:48px 1fr;
      }
      .choice-status{
        grid-column:1/-1;
        justify-self:start;
      }
      .summary-card,
      .scenario-grid{
        grid-template-columns:1fr;
      }
      .step-card{
        grid-template-columns:1fr;
        gap:16px;
      }
      .step-number{
        width:86px;
        height:76px;
        font-size:30px;
      }
      .security-grid{grid-template-columns:1fr}
      .cta-panel{
        padding:32px 24px;
        border-radius:30px;
      }
      .cta-panel:after{display:none}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:grid}
    }

    @media (max-width: 520px){
      .container{padding-left:18px;padding-right:18px}
      .section-title{font-size:30px}
      .guide-hero{padding-top:42px}
      .hero-panel{padding:20px;border-radius:26px}
      .panel-head{align-items:flex-start;flex-direction:column}
      .choice-row{padding:14px;border-radius:18px}
      .scenario-card,
      .rule-card,
      .sticky-note{padding:22px;border-radius:24px}
      .mobile-tabs{left:8px;right:8px;bottom:8px}
    }
