/* roulang page: index */
:root{
      --bg:#12100E;
      --bg-2:#191512;
      --paper:#FFF8F1;
      --paper-2:#F7EDE3;
      --line:#E8DED2;
      --text:#24201C;
      --muted:#70675E;
      --brand:#E93818;
      --brand-2:#FF4B1F;
      --accent:#FF8A00;
      --gold:#FFD166;
      --shadow:0 12px 36px rgba(36,24,12,.10);
      --shadow-strong:0 18px 48px rgba(36,24,12,.16);
      --radius:14px;
      --radius-sm:10px;
      --nav-h:58px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        linear-gradient(180deg, rgba(255,248,241,.98) 0%, rgba(255,248,241,.96) 100%),
        radial-gradient(circle at top left, rgba(233,56,24,.06), transparent 24%),
        radial-gradient(circle at top right, rgba(255,138,0,.05), transparent 22%);
      font-family:system-ui,-apple-system,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.75;
      letter-spacing:0;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(233,56,24,.16);color:var(--text)}
    .container-xxl{max-width:1240px}
    .site-header{
      position:sticky;
      top:0;
      z-index:1035;
      backdrop-filter:none;
      background:rgba(255,248,241,.92);
      border-bottom:1px solid rgba(232,222,210,.9);
      box-shadow:0 6px 24px rgba(36,24,12,.04);
    }
    .topbar{
      min-height:var(--nav-h);
      display:flex;
      align-items:center;
      gap:14px;
      padding:8px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      white-space:nowrap;
    }
    .brand-mark{
      width:38px;height:38px;
      border-radius:12px;
      background:
        linear-gradient(135deg, var(--brand), var(--brand-2));
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 18px rgba(233,56,24,.22);
      flex:0 0 auto;
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      min-width:0;
      line-height:1.1;
    }
    .brand-text strong{
      font-size:1.02rem;
      font-weight:800;
      letter-spacing:0;
    }
    .brand-text span{
      font-size:.78rem;
      color:var(--muted);
      margin-top:4px;
    }
    .search-wrap{
      flex:1 1 auto;
      display:flex;
      justify-content:center;
    }
    .search-form{
      width:min(520px,100%);
      display:flex;
      align-items:center;
      gap:8px;
      background:rgba(247,237,227,.82);
      border:1px solid rgba(232,222,210,.95);
      border-radius:999px;
      padding:6px;
      box-shadow:none;
    }
    .search-form .form-control{
      border:none;
      background:transparent;
      box-shadow:none;
      padding:8px 14px;
      min-height:42px;
      color:var(--text);
    }
    .search-form .form-control::placeholder{color:#8b8277}
    .search-form .form-control:focus{background:transparent}
    .search-form .btn{
      min-width:96px;
      min-height:42px;
      border:none;
      border-radius:999px;
      font-weight:700;
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 10px 18px rgba(233,56,24,.18);
      transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
    }
    .search-form .btn:hover{transform:translateY(-1px);box-shadow:0 14px 22px rgba(233,56,24,.22);filter:saturate(1.03)}
    .header-meta{
      display:flex;
      align-items:center;
      gap:10px;
      white-space:nowrap;
      color:var(--muted);
      font-size:.9rem;
    }
    .meta-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 12px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(232,222,210,.95);
      color:var(--text);
      font-size:.82rem;
    }
    .channelbar{
      border-top:1px solid rgba(232,222,210,.82);
      background:linear-gradient(180deg, rgba(255,248,241,.98), rgba(255,248,241,.94));
    }
    .channelbar .inner{
      min-height:44px;
      display:flex;
      align-items:center;
      gap:12px;
      overflow:auto;
      scrollbar-width:thin;
      padding:8px 0;
    }
    .channelbar .inner::-webkit-scrollbar{height:6px}
    .channelbar .inner::-webkit-scrollbar-thumb{background:rgba(112,103,94,.25);border-radius:999px}
    .channel-link{
      flex:0 0 auto;
      padding:9px 14px;
      border-radius:999px;
      border:1px solid transparent;
      color:var(--muted);
      font-weight:700;
      font-size:.94rem;
      transition:all .18s ease;
      background:transparent;
      position:relative;
    }
    .channel-link:hover,
    .channel-link.active{
      color:var(--text);
      background:rgba(233,56,24,.08);
      border-color:rgba(233,56,24,.2);
    }
    .channel-link.active::after{
      content:"";
      position:absolute;
      left:14px;
      right:14px;
      bottom:4px;
      height:2px;
      background:linear-gradient(90deg,var(--brand),var(--accent));
      border-radius:99px;
    }
    .hot-tags{
      display:flex;
      align-items:center;
      gap:8px;
      margin-left:auto;
      white-space:nowrap;
      flex:0 0 auto;
    }
    .hot-tags a{
      color:var(--muted);
      font-size:.86rem;
      padding:6px 0;
    }
    .hot-tags a:hover{color:var(--brand)}
    .menu-btn{
      display:none;
      width:42px;height:42px;
      border-radius:12px;
      border:1px solid rgba(232,222,210,.95);
      background:#fff;
      color:var(--text);
      align-items:center;
      justify-content:center;
    }
    .menu-btn i{font-size:1.2rem}
    main{padding:18px 0 0}
    .band{
      padding:78px 0;
      position:relative;
    }
    .band.compact{padding:56px 0}
    .band-dark{
      background:
        linear-gradient(180deg, rgba(18,16,14,.98), rgba(25,21,18,.98));
      color:#f6eee6;
      border-top:1px solid rgba(232,222,210,.08);
      border-bottom:1px solid rgba(232,222,210,.08);
    }
    .band-cream{
      background:
        linear-gradient(180deg, rgba(255,248,241,.92), rgba(247,237,227,.78));
      border-top:1px solid rgba(232,222,210,.6);
      border-bottom:1px solid rgba(232,222,210,.6);
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:6px 12px;
      border-radius:999px;
      border:1px solid rgba(233,56,24,.18);
      background:rgba(233,56,24,.06);
      color:var(--brand);
      font-size:.82rem;
      font-weight:800;
      letter-spacing:0;
      margin-bottom:16px;
    }
    .band-dark .section-kicker{
      color:#ffd9cf;
      border-color:rgba(255,138,0,.22);
      background:rgba(255,138,0,.08);
    }
    .section-title{
      margin:0;
      font-size:clamp(1.65rem,2.6vw,2.6rem);
      line-height:1.15;
      font-weight:800;
      letter-spacing:0;
    }
    .section-lead{
      margin:16px 0 0;
      color:var(--muted);
      font-size:1rem;
      line-height:1.8;
      max-width:760px;
    }
    .band-dark .section-lead{color:rgba(246,238,230,.78)}
    .hero{
      overflow:hidden;
      background:
        linear-gradient(135deg, rgba(18,16,14,.98), rgba(25,21,18,.96)),
        radial-gradient(circle at 20% 20%, rgba(233,56,24,.16), transparent 26%),
        radial-gradient(circle at 80% 10%, rgba(255,138,0,.10), transparent 22%);
      color:#f7efe8;
      border-bottom:1px solid rgba(232,222,210,.08);
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 84px),
        repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 84px);
      opacity:.2;
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:42px;
      align-items:center;
      min-height:calc(100vh - 120px);
      padding:58px 0 46px;
    }
    .hero-copy{
      max-width:650px;
    }
    .hero h1{
      margin:0;
      font-size:clamp(2.1rem,4vw,3.65rem);
      line-height:1.08;
      font-weight:900;
      letter-spacing:0;
    }
    .hero-sub{
      margin:18px 0 0;
      font-size:1.05rem;
      line-height:1.9;
      color:rgba(247,239,232,.82);
      max-width:620px;
    }
    .hero-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.10);
      color:#fff;
      background:rgba(255,255,255,.05);
      font-size:.88rem;
      font-weight:700;
    }
    .tag.hot{
      background:linear-gradient(135deg, rgba(233,56,24,.86), rgba(255,138,0,.88));
      border-color:transparent;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .btn-hero{
      border:none;
      border-radius:999px;
      padding:14px 20px;
      font-weight:800;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .btn-hero.primary{
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      box-shadow:0 14px 30px rgba(233,56,24,.28);
    }
    .btn-hero.secondary{
      color:#f7eee8;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.04);
    }
    .btn-hero:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(36,24,12,.18)}
    .hero-note{
      margin-top:16px;
      color:rgba(247,239,232,.66);
      font-size:.88rem;
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:24px;
    }
    .hero-stat{
      min-width:132px;
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      backdrop-filter:none;
    }
    .hero-stat strong{
      display:block;
      font-size:1.22rem;
      color:#fff;
      line-height:1.1;
    }
    .hero-stat span{
      display:block;
      margin-top:6px;
      color:rgba(247,239,232,.66);
      font-size:.84rem;
    }
    .hero-display{
      position:relative;
      min-height:540px;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .stack{
      position:relative;
      width:min(100%, 470px);
      min-height:540px;
    }
    .stack-card{
      position:absolute;
      left:0;
      right:0;
      border-radius:22px;
      padding:18px;
      background:rgba(255,248,241,.95);
      color:var(--text);
      border:1px solid rgba(255,255,255,.5);
      box-shadow:var(--shadow-strong);
    }
    .stack-card:nth-child(1){top:0;left:12%;right:8%;transform:rotate(-1.4deg)}
    .stack-card:nth-child(2){top:92px;left:0;right:18%;transform:rotate(1.2deg)}
    .stack-card:nth-child(3){top:208px;left:16%;right:0;transform:rotate(-.8deg)}
    .stack-card:nth-child(4){top:340px;left:8%;right:10%;transform:rotate(1deg)}
    .stack-card .mini-kicker{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(233,56,24,.08);
      color:var(--brand);
      font-size:.78rem;
      font-weight:800;
    }
    .stack-card h3{
      margin:12px 0 8px;
      font-size:1.14rem;
      font-weight:800;
      line-height:1.3;
    }
    .stack-card p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
      line-height:1.7;
    }
    .stack-card .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .stack-card .meta-line span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(247,237,227,.95);
      border:1px solid rgba(232,222,210,.95);
      color:var(--text);
      font-size:.78rem;
      font-weight:700;
    }
    .hero-scroller{
      position:relative;
      margin-top:38px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .hero-scroller .hint{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      margin-bottom:12px;
      color:rgba(247,239,232,.72);
      font-size:.92rem;
    }
    .timer{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
      color:#fff;
      font-weight:800;
      letter-spacing:0;
    }
    .promo-rail{
      display:flex;
      gap:14px;
      overflow-x:auto;
      padding-bottom:10px;
      scrollbar-width:thin;
    }
    .promo-rail::-webkit-scrollbar{height:7px}
    .promo-rail::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:999px}
    .promo-card{
      flex:0 0 272px;
      border-radius:18px;
      padding:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      color:#fff;
      scroll-snap-align:start;
      transition:transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .promo-card:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,.08);
      border-color:rgba(255,138,0,.26);
    }
    .poster{
      aspect-ratio:4/5;
      border-radius:16px;
      background:
        linear-gradient(180deg, rgba(18,16,14,.05), rgba(18,16,14,.38)),
        radial-gradient(circle at 26% 26%, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(135deg, #201916, #4a2019 48%, #7d291a 100%);
      border:1px solid rgba(255,255,255,.09);
      position:relative;
      overflow:hidden;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
    }
    .poster::before{
      content:"";
      position:absolute;
      inset:12px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:12px;
    }
    .poster::after{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:42%;
      background:linear-gradient(180deg, transparent, rgba(0,0,0,.5));
    }
    .poster-badge{
      position:absolute;
      top:14px;left:14px;
      z-index:1;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      color:#fff;
      font-size:.77rem;
      font-weight:800;
      border:1px solid rgba(255,255,255,.12);
    }
    .poster-num{
      position:absolute;
      right:14px;top:14px;
      z-index:1;
      color:rgba(255,255,255,.9);
      font-size:1.2rem;
      font-weight:900;
    }
    .poster-copy{
      position:absolute;
      left:14px;
      right:14px;
      bottom:14px;
      z-index:1;
    }
    .poster-copy strong{
      display:block;
      font-size:1.02rem;
      line-height:1.35;
      margin-bottom:8px;
    }
    .poster-copy span{
      color:rgba(255,255,255,.74);
      font-size:.84rem;
      line-height:1.6;
      display:block;
    }
    .card-foot{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      margin-top:14px;
    }
    .rate{
      color:var(--gold);
      font-size:1.28rem;
      font-weight:900;
      line-height:1;
    }
    .promo-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#fff;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      font-weight:700;
      font-size:.88rem;
    }
    .promo-link:hover{background:rgba(255,138,0,.22)}
    .band-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:28px;
      align-items:start;
    }
    .panel{
      background:#fff;
      border:1px solid rgba(232,222,210,.95);
      border-radius:18px;
      box-shadow:var(--shadow);
      padding:22px;
    }
    .dark-panel{
      background:#171310;
      color:#f7eee6;
      border-color:rgba(255,255,255,.08);
    }
    .list-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
      margin-top:20px;
    }
    .list-item{
      padding:16px;
      border-radius:16px;
      background:rgba(247,237,227,.66);
      border:1px solid rgba(232,222,210,.95);
      min-height:128px;
    }
    .dark-panel .list-item{
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.08);
    }
    .list-item .num{
      width:30px;height:30px;
      border-radius:10px;
      background:rgba(233,56,24,.10);
      color:var(--brand);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      margin-bottom:10px;
      font-size:.88rem;
    }
    .dark-panel .list-item .num{background:rgba(255,138,0,.14);color:#ffd8bf}
    .list-item h3{
      margin:0;
      font-size:1rem;
      font-weight:800;
      line-height:1.35;
    }
    .list-item p{
      margin:8px 0 0;
      color:var(--muted);
      font-size:.94rem;
      line-height:1.7;
    }
    .status-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:12px;
    }
    .status{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:.77rem;
      font-weight:700;
      border:1px solid rgba(232,222,210,.95);
      background:#fff;
      color:var(--text);
    }
    .status.hot{background:rgba(233,56,24,.08);border-color:rgba(233,56,24,.18);color:var(--brand)}
    .status.warn{background:rgba(255,138,0,.10);border-color:rgba(255,138,0,.18);color:#a65f00}
    .status.ok{background:rgba(33,156,84,.08);border-color:rgba(33,156,84,.16);color:#1f7a42}
    .side-card{
      position:sticky;
      top:128px;
    }
    .side-card .deal{
      border-radius:18px;
      background:linear-gradient(135deg, rgba(233,56,24,.98), rgba(255,138,0,.94));
      color:#fff;
      padding:20px;
      box-shadow:0 18px 36px rgba(233,56,24,.24);
    }
    .deal strong{
      display:block;
      font-size:1.08rem;
      line-height:1.35;
    }
    .deal p{
      margin:10px 0 0;
      color:rgba(255,255,255,.84);
      font-size:.96rem;
      line-height:1.7;
    }
    .price-row{
      display:flex;
      align-items:baseline;
      gap:10px;
      margin-top:14px;
    }
    .price-row .label{
      padding:6px 10px;
      background:rgba(255,255,255,.14);
      border-radius:999px;
      border:1px solid rgba(255,255,255,.16);
      font-size:.8rem;
      font-weight:700;
    }
    .price-row .amount{
      font-size:2.1rem;
      font-weight:900;
      line-height:1;
      font-family:system-ui,-apple-system,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
    }
    .side-list{
      margin:16px 0 0;
      padding:0;
      list-style:none;
    }
    .side-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:10px 0;
      border-bottom:1px solid rgba(232,222,210,.9);
      color:var(--text);
      font-size:.94rem;
    }
    .side-list li:last-child{border-bottom:none}
    .side-list i{
      color:var(--brand);
      margin-top:2px;
      flex:0 0 auto;
    }
    .side-links{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }
    .side-links a{
      padding:8px 10px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(232,222,210,.95);
      color:var(--text);
      font-size:.8rem;
      font-weight:700;
    }
    .side-links a:hover{
      color:var(--brand);
      border-color:rgba(233,56,24,.2);
      background:rgba(233,56,24,.06);
    }
    .quote-rail{
      display:flex;
      gap:14px;
      overflow-x:auto;
      padding-bottom:10px;
      scrollbar-width:thin;
    }
    .quote-rail::-webkit-scrollbar{height:7px}
    .quote-rail::-webkit-scrollbar-thumb{background:rgba(112,103,94,.22);border-radius:999px}
    .quote{
      flex:0 0 310px;
      background:#fff;
      border:1px solid rgba(232,222,210,.95);
      border-radius:18px;
      padding:16px 16px 14px;
      box-shadow:var(--shadow);
    }
    .quote-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
    }
    .avatar{
      width:36px;height:36px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, rgba(233,56,24,.12), rgba(255,138,0,.14));
      border:1px solid rgba(233,56,24,.15);
      color:var(--brand);
      font-weight:900;
    }
    .quote-head strong{
      display:block;
      line-height:1.2;
      font-size:.96rem;
    }
    .quote-head span{
      color:var(--muted);
      font-size:.78rem;
    }
    .quote p{
      margin:0;
      color:var(--text);
      line-height:1.78;
      font-size:.95rem;
    }
    .stars{
      display:flex;
      gap:3px;
      color:#f0a61e;
      margin-top:12px;
      font-size:.86rem;
    }
    .compare-wrap{
      margin-top:20px;
      border:1px solid rgba(232,222,210,.95);
      border-radius:20px;
      overflow:hidden;
      box-shadow:var(--shadow);
      background:#fff;
    }
    .compare-head,
    .compare-row{
      display:grid;
      grid-template-columns:1.15fr 1fr 1fr 1fr;
      align-items:stretch;
    }
    .compare-head{
      background:rgba(247,237,227,.92);
      font-weight:800;
      color:var(--text);
      border-bottom:1px solid rgba(232,222,210,.95);
    }
    .compare-cell{
      padding:16px 18px;
      border-right:1px solid rgba(232,222,210,.92);
      font-size:.94rem;
    }
    .compare-cell:last-child{border-right:none}
    .compare-row{
      border-bottom:1px solid rgba(232,222,210,.72);
    }
    .compare-row:last-child{border-bottom:none}
    .compare-row .feature{
      font-weight:800;
    }
    .compare-row .yes{
      color:#1f7a42;
      font-weight:800;
    }
    .compare-row .maybe{
      color:#9a6200;
      font-weight:800;
    }
    .compare-row .price{
      color:var(--brand);
      font-weight:900;
      font-size:1.02rem;
    }
    .compare-row .btn{
      border-radius:999px;
      padding:8px 14px;
      font-weight:800;
      border:1px solid rgba(233,56,24,.18);
      background:rgba(233,56,24,.06);
      color:var(--brand);
      transition:all .18s ease;
    }
    .compare-row .btn:hover{
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      color:#fff;
      box-shadow:0 10px 20px rgba(233,56,24,.20);
      transform:translateY(-1px);
    }
    .article-loop{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:26px;
      align-items:start;
    }
    .loop-list{
      margin:0;
      padding:0;
      list-style:none;
    }
    .loop-list li{
      padding:16px 0;
      border-bottom:1px solid rgba(232,222,210,.9);
    }
    .loop-list li:first-child{padding-top:0}
    .loop-list li:last-child{border-bottom:none;padding-bottom:0}
    .loop-link{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      transition:transform .18s ease;
    }
    .loop-link:hover{transform:translateX(2px)}
    .loop-index{
      width:34px;height:34px;
      border-radius:12px;
      background:rgba(233,56,24,.09);
      color:var(--brand);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      flex:0 0 auto;
    }
    .loop-copy strong{
      display:block;
      font-size:1rem;
      line-height:1.42;
      font-weight:800;
    }
    .loop-copy span{
      display:block;
      margin-top:6px;
      color:var(--muted);
      font-size:.92rem;
      line-height:1.68;
    }
    .loop-meta{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:8px;
      color:var(--muted);
      font-size:.82rem;
      white-space:nowrap;
    }
    .loop-meta .tag{
      color:var(--text);
      background:rgba(247,237,227,.9);
      border-color:rgba(232,222,210,.95);
      padding:6px 10px;
      font-size:.77rem;
    }
    .news-aside .mini-box{
      padding:18px;
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,248,241,.94), rgba(247,237,227,.82));
      border:1px solid rgba(232,222,210,.95);
      box-shadow:var(--shadow);
    }
    .mini-box h3{
      margin:0;
      font-size:1.02rem;
      font-weight:800;
      line-height:1.35;
    }
    .mini-box p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:.93rem;
      line-height:1.75;
    }
    .mini-box .mini-list{
      margin:14px 0 0;
      padding:0;
      list-style:none;
    }
    .mini-box .mini-list li{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:10px;
      padding:10px 0;
      border-bottom:1px dashed rgba(232,222,210,.95);
      font-size:.92rem;
    }
    .mini-box .mini-list li:last-child{border-bottom:none}
    .mini-box .mini-list span{
      color:var(--muted);
      font-size:.82rem;
      white-space:nowrap;
    }
    .faq .accordion-item{
      border:1px solid rgba(232,222,210,.95);
      border-radius:16px;
      overflow:hidden;
      background:#fff;
      box-shadow:var(--shadow);
      margin-bottom:12px;
    }
    .faq .accordion-button{
      font-weight:800;
      color:var(--text);
      background:#fff;
      box-shadow:none;
      padding:18px 18px;
      line-height:1.45;
    }
    .faq .accordion-button:not(.collapsed){
      color:var(--brand);
      background:rgba(233,56,24,.05);
      box-shadow:none;
    }
    .faq .accordion-button:focus{
      border-color:rgba(233,56,24,.24);
      box-shadow:0 0 0 .2rem rgba(233,56,24,.1);
    }
    .faq .accordion-body{
      padding:0 18px 18px;
      color:var(--muted);
      line-height:1.8;
    }
    .cta-band{
      background:
        linear-gradient(135deg, rgba(18,16,14,.98), rgba(25,21,18,.98));
      color:#f8efe7;
      border-top:1px solid rgba(232,222,210,.08);
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
    }
    .cta-box{
      border-radius:22px;
      padding:24px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
    }
    .cta-price{
      display:flex;
      align-items:flex-end;
      gap:14px;
      margin:14px 0 8px;
    }
    .cta-price .label{
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      font-size:.8rem;
      font-weight:700;
    }
    .cta-price .value{
      font-size:2.5rem;
      font-weight:900;
      line-height:1;
      color:#fff;
    }
    .cta-price small{
      color:rgba(248,239,231,.72);
      font-size:.88rem;
    }
    .choice-row{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      margin-top:18px;
    }
    .choice{
      padding:14px;
      border-radius:16px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
      min-height:152px;
    }
    .choice strong{
      display:block;
      font-size:1rem;
      line-height:1.35;
      margin-bottom:8px;
    }
    .choice ul{
      margin:0;
      padding-left:18px;
      color:rgba(248,239,231,.76);
      line-height:1.74;
      font-size:.92rem;
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:20px;
    }
    .btn-wide{
      padding:14px 20px;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      display:inline-flex;
      align-items:center;
      gap:8px;
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .btn-wide.primary{
      background:linear-gradient(135deg,var(--brand),var(--brand-2));
      color:#fff;
      box-shadow:0 14px 30px rgba(233,56,24,.24);
    }
    .btn-wide.secondary{
      background:rgba(255,255,255,.05);
      color:#fff;
      border-color:rgba(255,255,255,.14);
    }
    .btn-wide:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(36,24,12,.16)}
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .trust{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.10);
      color:rgba(248,239,231,.86);
      font-size:.85rem;
      font-weight:700;
    }
    .footer{
      background:#12100E;
      color:#d8cec2;
      padding:52px 0 28px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-top{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr .9fr;
      gap:24px;
      align-items:start;
    }
    .footer h3{
      margin:0 0 14px;
      font-size:1rem;
      color:#fff;
      font-weight:800;
    }
    .footer p,
    .footer a{
      color:#c8bfb4;
      font-size:.92rem;
      line-height:1.8;
    }
    .footer a:hover{color:#fff}
    .footer-links{
      display:grid;
      gap:8px;
    }
    .footer-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .footer-tags a{
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.08);
    }
    .footer-bottom{
      margin-top:24px;
      padding-top:16px;
      border-top:1px solid rgba(255,255,255,.08);
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:12px;
      color:#aa9f93;
      font-size:.85rem;
    }
    .breadcrumb-mini{
      font-size:.83rem;
      color:var(--muted);
      margin-bottom:12px;
    }
    .breadcrumb-mini a{color:var(--muted)}
    .breadcrumb-mini a:hover{color:var(--brand)}
    .section-spacer{padding-top:20px}
    .hidden-md-up{display:none}
    .accordion-button::after{background-size:1rem}
    .focus-ring:focus{
      outline:none;
      box-shadow:0 0 0 .2rem rgba(233,56,24,.12);
      border-color:rgba(233,56,24,.35);
    }
    .mobile-only-search{display:none}
    @media (max-width: 1199.98px){
      .hero-inner{grid-template-columns:1fr .95fr;gap:28px}
      .band-grid,.article-loop,.cta-grid,.footer-top{grid-template-columns:1fr}
      .side-card{position:static}
      .footer-top{gap:18px}
    }
    @media (max-width: 991.98px){
      .search-wrap,.header-meta,.channelbar .hot-tags{display:none}
      .menu-btn{display:inline-flex}
      .hero-inner{grid-template-columns:1fr;min-height:auto;padding:38px 0 26px}
      .hero-display{min-height:500px}
      .hero h1{font-size:clamp(2rem,7vw,3rem)}
      .band{padding:64px 0}
      .choice-row{grid-template-columns:1fr}
      .compare-head,.compare-row{grid-template-columns:1fr}
      .compare-cell{border-right:none;border-bottom:1px solid rgba(232,222,210,.72)}
      .compare-cell:last-child{border-bottom:none}
      .compare-head{display:none}
      .compare-row{padding:0 0 6px}
      .compare-row .compare-cell:first-child{background:rgba(247,237,227,.82);font-weight:800}
      .loop-link{grid-template-columns:auto 1fr}
      .loop-meta{grid-column:2;align-items:flex-start}
    }
    @media (max-width: 767.98px){
      .topbar{gap:10px}
      .brand-text span{display:none}
      .stack{min-height:480px;width:100%}
      .stack-card:nth-child(1){left:0;right:14%;top:0}
      .stack-card:nth-child(2){left:8%;right:0;top:110px}
      .stack-card:nth-child(3){left:0;right:10%;top:228px}
      .stack-card:nth-child(4){left:10%;right:0;top:346px}
      .list-grid{grid-template-columns:1fr}
      .promo-card{flex-basis:248px}
      .quote{flex-basis:286px}
      .hero-stat{min-width:calc(50% - 7px)}
      .section-title{font-size:1.9rem}
      .cta-price .value{font-size:2.15rem}
      .footer-bottom{flex-direction:column}
      .mobile-only-search{
        display:block;
        margin-top:12px;
      }
      .mobile-only-search .search-form{width:100%}
      .hero-actions,.cta-actions{flex-direction:column}
      .btn-hero,.btn-wide{width:100%;justify-content:center}
      .meta-row-mobile{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
      .meta-row-mobile .meta-pill{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10);color:#fff}
    }
    @media (max-width: 575.98px){
      .band{padding:54px 0}
      .hero-inner{padding:30px 0 20px}
      .hero-display{min-height:450px}
      .stack-card{padding:16px;border-radius:18px}
      .stack-card h3{font-size:1rem}
      .hero-stat{min-width:100%}
      .promo-card{flex-basis:240px}
      .quote{flex-basis:270px}
      .compare-wrap{border-radius:18px}
      .panel,.cta-box,.quote,.promo-card,.list-item,.mini-box{border-radius:16px}
      .topbar{padding:12px 0}
      .navbar-brand{font-size:1rem}
      .section-lead,.hero-sub,.section-kicker{font-size:.95rem}
    }

/* roulang page: category1 */
:root {
      --ink: #12100e;
      --ink-2: #191512;
      --paper: #fff8f1;
      --paper-2: #f7efe5;
      --card: #ffffff;
      --text: #24201c;
      --muted: #70675e;
      --line: #e8ded2;
      --line-dark: rgba(255, 248, 241, .16);
      --red: #e93818;
      --orange: #ff8a00;
      --yellow: #ffd166;
      --soft-red: #fff0e8;
      --radius: 14px;
      --radius-sm: 10px;
      --shadow: 0 12px 36px rgba(36, 24, 12, .10);
      --shadow-strong: 0 18px 48px rgba(233, 56, 24, .20);
      --container: 1200px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--text);
      background:
        linear-gradient(90deg, rgba(232, 222, 210, .30) 1px, transparent 1px) 0 0 / 48px 48px,
        linear-gradient(180deg, #fff8f1 0%, #ffffff 34%, #fff8f1 100%);
      line-height: 1.75;
      font-size: 16px;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select {
      font: inherit;
    }

    .container {
      max-width: var(--container);
      padding-left: 20px;
      padding-right: 20px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1030;
      background: rgba(255, 248, 241, .98);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 10px 30px rgba(36, 24, 12, .07);
    }

    .brand-row {
      min-height: 58px;
      display: flex;
      align-items: center;
      gap: 18px;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .brand-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: fit-content;
      font-weight: 800;
      color: var(--ink);
      line-height: 1.15;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      background: linear-gradient(135deg, var(--red), var(--orange));
      position: relative;
      box-shadow: 0 10px 24px rgba(233, 56, 24, .26);
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      left: 8px;
      right: 8px;
      height: 3px;
      border-radius: 99px;
      background: #fff8f1;
    }

    .brand-mark::before {
      top: 10px;
    }

    .brand-mark::after {
      bottom: 10px;
    }

    .brand-text {
      font-size: 20px;
      letter-spacing: 0;
    }

    .top-search {
      flex: 1;
      max-width: 520px;
      margin-left: auto;
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 4px;
      box-shadow: 0 8px 22px rgba(36, 24, 12, .06);
    }

    .top-search input {
      border: 0;
      outline: 0;
      flex: 1;
      min-width: 0;
      padding: 9px 14px;
      background: transparent;
      color: var(--text);
    }

    .top-search input::placeholder {
      color: #978a7e;
    }

    .top-search button,
    .nav-action,
    .menu-btn {
      border: 0;
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--orange));
      border-radius: 999px;
      padding: 9px 18px;
      font-weight: 700;
      white-space: nowrap;
      box-shadow: 0 10px 24px rgba(233, 56, 24, .18);
    }

    .top-search button:hover,
    .nav-action:hover,
    .menu-btn:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-strong);
    }

    .nav-action {
      background: var(--ink);
      box-shadow: none;
    }

    .menu-btn {
      display: none;
      padding: 8px 13px;
      background: var(--ink);
    }

    .channelbar {
      border-top: 1px solid rgba(232, 222, 210, .75);
      background: #fff8f1;
    }

    .channelbar-inner {
      min-height: 44px;
      display: flex;
      align-items: center;
      gap: 8px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .channelbar-inner::-webkit-scrollbar {
      display: none;
    }

    .channel-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      color: var(--muted);
      font-weight: 700;
      white-space: nowrap;
    }

    .channel-link:hover {
      color: var(--red);
      background: var(--soft-red);
    }

    .channel-link.active {
      color: #fff;
      background: var(--ink);
    }

    .channel-link.active::after {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: -4px;
      height: 3px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--red), var(--orange));
    }

    .hot-tags {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
    }

    .hot-tags a {
      font-size: 13px;
      color: var(--muted);
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 999px;
      padding: 5px 10px;
    }

    .hot-tags a:hover {
      color: var(--red);
      border-color: rgba(233, 56, 24, .35);
      background: var(--soft-red);
    }

    .offcanvas {
      background: var(--paper);
    }

    .offcanvas-title {
      font-weight: 800;
    }

    .mobile-menu-links a {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px solid var(--line);
      font-weight: 700;
    }

    .breadcrumb-wrap {
      padding: 22px 0 0;
    }

    .breadcrumb {
      margin: 0;
      font-size: 14px;
    }

    .breadcrumb-item a {
      color: var(--muted);
    }

    .breadcrumb-item.active {
      color: var(--red);
      font-weight: 700;
    }

    .section {
      padding: 76px 0;
    }

    .section-tight {
      padding: 54px 0;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 11px;
      border: 1px solid rgba(233, 56, 24, .25);
      color: var(--red);
      background: var(--soft-red);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
    }

    .kicker::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 4px rgba(255, 138, 0, .16);
    }

    .section-title {
      margin: 12px 0 12px;
      font-size: 30px;
      line-height: 1.25;
      font-weight: 800;
      color: var(--ink);
    }

    .section-lead {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .channel-hero {
      padding: 38px 0 34px;
      background:
        radial-gradient(circle at 82% 15%, rgba(255, 138, 0, .16), transparent 34%),
        linear-gradient(135deg, var(--ink) 0%, #211915 58%, #3a160d 100%);
      color: #fff8f1;
      position: relative;
      overflow: hidden;
    }

    .channel-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .08;
      background-image:
        linear-gradient(90deg, #fff 1px, transparent 1px),
        linear-gradient(0deg, #fff 1px, transparent 1px);
      background-size: 42px 42px;
      pointer-events: none;
    }

    .channel-hero .container {
      position: relative;
      z-index: 1;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
      gap: 30px;
      align-items: stretch;
    }

    .hero-copy {
      padding: 18px 0;
    }

    h1 {
      margin: 16px 0 14px;
      max-width: 760px;
      font-size: 42px;
      line-height: 1.18;
      font-weight: 800;
      color: #fff;
    }

    .hero-copy p {
      max-width: 720px;
      margin: 0 0 20px;
      color: rgba(255, 248, 241, .78);
      font-size: 17px;
    }

    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin: 22px 0 0;
    }

    .hero-tags span,
    .tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      border: 1px solid rgba(255, 248, 241, .20);
      background: rgba(255, 248, 241, .08);
      color: #fff8f1;
      padding: 6px 11px;
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
    }

    .coupon-wall {
      display: grid;
      grid-template-columns: 1fr .72fr;
      gap: 14px;
      align-items: stretch;
    }

    .main-coupon,
    .mini-coupon {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 248, 241, .18);
      background: linear-gradient(145deg, #fff8f1, #ffe8d2);
      color: var(--ink);
      border-radius: 16px;
      box-shadow: var(--shadow-strong);
    }

    .main-coupon {
      min-height: 312px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .main-coupon::before,
    .mini-coupon::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 22px;
      width: 8px;
      background: radial-gradient(circle, transparent 4px, rgba(233, 56, 24, .22) 5px) 0 0 / 8px 18px;
    }

    .coupon-note {
      display: inline-flex;
      width: fit-content;
      padding: 5px 10px;
      border-radius: 999px;
      background: var(--ink);
      color: #fff8f1;
      font-size: 12px;
      font-weight: 800;
    }

    .coupon-value {
      margin: 18px 0 8px;
      font-size: 54px;
      line-height: 1;
      font-weight: 900;
      color: var(--red);
    }

    .coupon-value small {
      font-size: 18px;
      color: var(--muted);
      font-weight: 800;
    }

    .coupon-title {
      font-size: 22px;
      font-weight: 800;
      line-height: 1.28;
    }

    .coupon-text {
      margin-top: 8px;
      color: var(--muted);
    }

    .btn-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .btn-brand,
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 800;
      line-height: 1.2;
    }

    .btn-brand {
      color: #fff;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 12px 28px rgba(233, 56, 24, .25);
    }

    .btn-brand:hover {
      color: #fff;
     我先接上已经写到一半的页面，确认当前文件里到底停在哪儿，再把后半段补完整，避免把前面的导航和首屏重复一遍。我在看现有页面尾部的实际落点，重点是把分类页的主体、FAQ、页脚和脚本补齐，保持和前文的结构一致。我会先定位那个 PHP 文件和它当前的末尾内容，再接着往后写。我这边先把文件名和最后几行抓出来，确认从哪里续写最稳。transform: translateY(-1px);
    }

    .btn-ghost {
      background: #fff;
      color: var(--text);
      border-color: var(--line);
    }

    .btn-ghost:hover {
      color: var(--red);
      border-color: rgba(233, 56, 24, .30);
      background: var(--soft-red);
      transform: translateY(-1px);
    }

    .hero-side {
      display: grid;
      gap: 14px;
      align-content: start;
    }

    .coupon-stack {
      display: grid;
      gap: 14px;
    }

    .mini-coupon {
      min-height: 92px;
      padding: 18px 18px 18px 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .mini-coupon strong {
      display: block;
      font-size: 16px;
      line-height: 1.35;
    }

    .mini-coupon span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      margin-top: 4px;
    }

    .mini-badge {
      min-width: 70px;
      text-align: center;
      border-radius: 12px;
      padding: 8px 10px;
      background: var(--ink);
      color: #fff;
      font-weight: 800;
      line-height: 1.2;
    }

    .mini-badge em {
      display: block;
      font-style: normal;
      font-size: 12px;
      opacity: .75;
      margin-top: 2px;
    }

    .hero-footline {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .hero-footline .foot-item {
      border-radius: 14px;
      border: 1px solid rgba(255, 248, 241, .16);
      background: rgba(255, 248, 241, .06);
      padding: 12px 14px;
      min-height: 78px;
    }

    .foot-item strong {
      display: block;
      font-size: 15px;
      color: #fff;
      margin-bottom: 4px;
    }

    .foot-item span {
      color: rgba(255, 248, 241, .70);
      font-size: 13px;
      line-height: 1.55;
    }

    .preview-strip {
      margin-top: -18px;
      position: relative;
      z-index: 2;
    }

    .preview-shell {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255, 255, 255, .92);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .strip-head {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: end;
      padding: 18px 20px 12px;
      border-bottom: 1px solid var(--line);
    }

    .strip-head h2 {
      margin: 0;
      font-size: 22px;
      font-weight: 800;
      color: var(--ink);
    }

    .strip-head p {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .strip-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(260px, 1fr);
      gap: 14px;
      overflow-x: auto;
      padding: 18px 20px 20px;
      scrollbar-width: thin;
    }

    .strip-track::-webkit-scrollbar {
      height: 8px;
    }

    .strip-track::-webkit-scrollbar-thumb {
      background: #d9c9b8;
      border-radius: 99px;
    }

    .story-card {
      position: relative;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
      overflow: hidden;
      box-shadow: 0 10px 24px rgba(36, 24, 12, .06);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .story-card:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow);
      border-color: rgba(233, 56, 24, .22);
    }

    .story-cover {
      aspect-ratio: 4 / 5;
      background:
        linear-gradient(180deg, rgba(18, 16, 14, .08), rgba(18, 16, 14, .38)),
        radial-gradient(circle at 30% 18%, rgba(255, 138, 0, .75), transparent 28%),
        linear-gradient(135deg, #3d2b1f 0%, #120f0d 100%);
      position: relative;
      overflow: hidden;
    }

    .story-cover::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(90deg, rgba(255, 248, 241, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 248, 241, .08) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: .55;
    }

    .story-cover .label {
      position: absolute;
      left: 14px;
      top: 14px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(255, 248, 241, .94);
      color: var(--ink);
      font-size: 12px;
      font-weight: 800;
      box-shadow: 0 10px 20px rgba(18, 16, 14, .12);
    }

    .story-cover .label::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--red);
    }

    .story-cover .price-tag {
      position: absolute;
      right: 14px;
      bottom: 14px;
      padding: 8px 12px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--red), var(--orange));
      color: #fff;
      font-weight: 900;
      box-shadow: 0 12px 24px rgba(233, 56, 24, .22);
    }

    .story-body {
      padding: 16px 16px 18px;
    }

    .story-body h3 {
      margin: 0 0 8px;
      font-size: 18px;
      line-height: 1.35;
      font-weight: 800;
      color: var(--ink);
    }

    .story-body p {
      margin: 0 0 12px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
      min-height: 46px;
    }

    .meta-line {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 14px;
    }

    .meta-line .mini {
      font-size: 12px;
      color: var(--muted);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 4px 8px;
      background: #fff;
    }

    .story-body .btn-brand,
    .story-body .btn-ghost {
      width: 100%;
      min-height: 42px;
      padding-inline: 14px;
    }

    .compare-wrap {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 18px;
      align-items: start;
    }

    .panel {
      border-radius: 18px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .panel-head {
      padding: 18px 18px 12px;
      border-bottom: 1px solid var(--line);
    }

    .panel-head h2,
    .panel-head h3 {
      margin: 0;
      font-size: 24px;
      font-weight: 800;
      color: var(--ink);
    }

    .panel-head p {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .filter-bar {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 14px 18px 0;
      scrollbar-width: none;
    }

    .filter-bar::-webkit-scrollbar {
      display: none;
    }

    .filter {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: var(--paper);
      color: var(--text);
      font-size: 13px;
      font-weight: 700;
    }

    .filter.active {
      background: var(--ink);
      color: #fff;
      border-color: var(--ink);
    }

    .entry-list {
      padding: 8px 18px 18px;
      display: grid;
      gap: 12px;
    }

    .entry-card {
      display: grid;
      grid-template-columns: 128px minmax(0, 1fr);
      gap: 14px;
      align-items: stretch;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: linear-gradient(180deg, #fff, #fffaf6);
      overflow: hidden;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .entry-card:hover {
      transform: translateY(-2px);
      border-color: rgba(233, 56, 24, .22);
      box-shadow: 0 14px 32px rgba(36, 24, 12, .08);
    }

    .entry-media {
      background:
        linear-gradient(180deg, rgba(18, 16, 14, .10), rgba(18, 16, 14, .52)),
        linear-gradient(135deg, #6f4a32, #1e1713);
      position: relative;
      min-height: 100%;
    }

    .entry-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 18px 18px;
      opacity: .55;
    }

    .entry-content {
      padding: 14px 14px 14px 0;
    }

    .entry-topline {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin-bottom: 8px;
    }

    .entry-topline .chip {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 4px 8px;
      border-radius: 999px;
      background: var(--soft-red);
      color: var(--red);
      font-size: 12px;
      font-weight: 800;
    }

    .entry-topline .chip.gray {
      background: #f6f1eb;
      color: var(--muted);
    }

    .entry-content h3 {
      margin: 0 0 8px;
      font-size: 19px;
      line-height: 1.4;
      font-weight: 800;
      color: var(--ink);
    }

    .entry-content p {
      margin: 0 0 12px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .entry-footer {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
    }

    .entry-footer .amount {
      font-size: 22px;
      font-weight: 900;
      color: var(--red);
    }

    .entry-footer .amount small {
      font-size: 12px;
      color: var(--muted);
      font-weight: 700;
    }

    .entry-footer .btn-brand {
      min-height: 40px;
      padding: 8px 15px;
    }

    .side-panel {
      display: grid;
      gap: 16px;
      position: sticky;
      top: 126px;
    }

    .side-box {
      border: 1px solid var(--line);
      border-radius: 16px;
      background: linear-gradient(180deg, #fff 0%, #fff8f1 100%);
      box-shadow: var(--shadow);
      padding: 18px;
    }

    .side-box h3 {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 800;
      color: var(--ink);
    }

    .checklist {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .checklist li {
      position: relative;
      padding-left: 24px;
      color: var(--text);
      font-size: 14px;
      line-height: 1.6;
    }

    .checklist li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red), var(--orange));
      box-shadow: 0 0 0 4px rgba(233, 56, 24, .12);
    }

    .price-box {
      padding: 18px;
      border-radius: 16px;
      background: linear-gradient(145deg, var(--ink), #261712);
      color: #fff8f1;
    }

    .price-box .small {
      color: rgba(255, 248, 241, .72);
      font-size: 13px;
      margin-bottom: 8px;
    }

    .price-box .big {
      display: flex;
      align-items: end;
      gap: 8px;
      margin-bottom: 12px;
    }

    .price-box .big strong {
      font-size: 38px;
      line-height: 1;
      color: #fff;
      font-weight: 900;
    }

    .price-box .big span {
      color: rgba(255, 248, 241, .72);
      font-size: 13px;
      padding-bottom: 5px;
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .badge-soft {
      border-radius: 999px;
      padding: 6px 10px;
      background: rgba(255, 248, 241, .08);
      border: 1px solid rgba(255, 248, 241, .16);
      color: #fff8f1;
      font-size: 12px;
      font-weight: 700;
    }

    .quote-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .quote {
      border: 1px solid var(--line);
      border-radius: 16px;
      background: #fff;
      padding: 16px;
      box-shadow: 0 8px 20px rgba(36, 24, 12, .06);
    }

    .quote .stars {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      color: var(--yellow);
      font-size: 13px;
      margin-bottom: 10px;
    }

    .quote p {
      margin: 0 0 14px;
      color: var(--text);
      font-size: 14px;
      line-height: 1.7;
    }

    .quote .name {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: center;
      color: var(--muted);
      font-size: 13px;
    }

    .quote .name strong {
      color: var(--ink);
    }

    .cta-band {
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background:
        radial-gradient(circle at 20% 20%, rgba(255, 138, 0, .14), transparent 30%),
        linear-gradient(180deg, #fffaf4 0%, #fff 100%);
    }

    .cta-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 18px;
      align-items: stretch;
    }

    .cta-summary,
    .cta-form {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
      box-shadow: var(--shadow);
      padding: 20px;
    }

    .cta-summary .price-line {
      display: flex;
      flex-wrap: wrap;
      align-items: end;
      gap: 10px;
      margin: 10px 0 14px;
    }

    .cta-summary .price-line strong {
      font-size: 42px;
      line-height: 1;
      color: var(--red);
      font-weight: 900;
    }

    .cta-summary .price-line span {
      padding-bottom: 5px;
      color: var(--muted);
      font-size: 14px;
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 18px 0 16px;
    }

    .benefit {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 12px 12px 12px 38px;
      position: relative;
      background: var(--paper);
      min-height: 70px;
    }

    .benefit::before {
      content: "✓";
      position: absolute;
      left: 12px;
      top: 12px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red), var(--orange));
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 900;
    }

    .benefit strong {
      display: block;
      font-size: 14px;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .benefit span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
    }

    .form-label {
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 8px;
    }

    .form-control {
      border-radius: 12px;
      border-color: var(--line);
      padding: 11px 14px;
      box-shadow: none;
      background: #fff;
    }

    .form-control:focus {
      border-color: rgba(233, 56, 24, .55);
      box-shadow: 0 0 0 .25rem rgba(255, 138, 0, .14);
    }

    .form-hint {
      margin-top: 8px;
      color: var(--muted);
      font-size: 13px;
    }

    .faq-wrap .accordion-item {
      border: 1px solid var(--line);
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 12px;
      background: #fff;
      box-shadow: 0 8px 20px rgba(36, 24, 12, .05);
    }

    .faq-wrap .accordion-button {
      background: #fff;
      font-weight: 800;
      color: var(--ink);
      box-shadow: none;
      padding: 16px 18px;
    }

    .faq-wrap .accordion-button:not(.collapsed) {
      color: var(--red);
      background: var(--soft-red);
    }

    .faq-wrap .accordion-button:focus {
      box-shadow: 0 0 0 .2rem rgba(255, 138, 0, .14);
      border-color: rgba(233, 56, 24, .28);
    }

    .faq-wrap .accordion-body {
      color: var(--text);
      padding: 16px 18px 18px;
      background: #fff;
    }

    .footer {
      background: linear-gradient(180deg, #171310 0%, #0f0d0b 100%);
      color: rgba(255, 248, 241, .80);
      padding: 42px 0 18px;
      margin-top: 72px;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.3fr .8fr .8fr 1.1fr;
      gap: 18px;
      padding-bottom: 28px;
      border-bottom: 1px solid rgba(255, 248, 241, .12);
    }

    .footer h3 {
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      margin: 0 0 12px;
    }

    .footer p {
      margin: 0;
      color: rgba(255, 248, 241, .70);
      font-size: 14px;
      line-height: 1.75;
    }

    .footer-links,
    .footer-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer-links a,
    .footer-tags a {
      color: rgba(255, 248, 241, .84);
      font-size: 14px;
      padding: 6px 0;
    }

    .footer-links a:hover,
    .footer-tags a:hover {
      color: #fff;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      padding-top: 16px;
      font-size: 13px;
      color: rgba(255, 248, 241, .62);
    }

    .price-highlight {
      color: var(--red);
      font-weight: 900;
    }

    .gallery-note {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: var(--muted);
      font-size: 13px;
      padding: 0 20px 16px;
    }

    .gallery-note strong {
      color: var(--ink);
    }

    .section-rule {
      border-top: 1px solid var(--line);
    }

    .pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }

    .pill-row .pill {
      border-radius: 999px;
      padding: 7px 11px;
      background: #fff;
      border: 1px solid var(--line);
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .pill-row .pill.hot {
      background: var(--soft-red);
      color: var(--red);
      border-color: rgba(233, 56, 24, .18);
    }

    @media (max-width: 1199.98px) {
      .hero-grid,
      .compare-wrap,
      .cta-grid,
      .footer-top {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
      }
    }

    @media (max-width: 991.98px) {
      .top-search {
        display: none;
      }

      .menu-btn {
        display: inline-flex;
      }

      .hot-tags {
        margin-left: 0;
      }

      h1 {
        font-size: 34px;
      }

      .hero-footline,
      .quote-row,
      .benefit-grid {
        grid-template-columns: 1fr;
      }

      .entry-card {
        grid-template-columns: 1fr;
      }

      .entry-media {
        min-height: 160px;
      }

      .entry-content {
        padding: 14px;
      }

      .footer-top {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 767.98px) {
      .section,
      .section-tight {
        padding: 52px 0;
      }

      .channel-hero {
        padding-top: 28px;
      }

      .brand-row {
        gap: 10px;
      }

      .brand-text {
        font-size: 17px;
      }

      h1 {
        font-size: 30px;
      }

      .section-title {
        font-size: 24px;
      }

      .coupon-wall {
        grid-template-columns: 1fr;
      }

      .main-coupon {
        min-height: 280px;
      }

      .coupon-value {
        font-size: 44px;
      }

      .strip-head {
        flex-direction: column;
        align-items: start;
      }

      .footer-top {
        grid-template-columns: 1fr;
      }

      .btn-row,
      .top-search button,
      .btn-brand,
      .btn-ghost,
      .nav-action {
        width: 100%;
      }

      .brand-row {
        flex-wrap: wrap;
      }
    }

    @media (max-width: 575.98px) {
      .container {
        padding-left: 16px;
        padding-right: 16px;
      }

      .brand-text {
        font-size: 16px;
      }

      .channel-link {
        padding-inline: 12px;
      }

      .coupon-value {
        font-size: 38px;
      }

      .coupon-title {
        font-size: 19px;
      }

      .main-coupon,
      .mini-coupon,
      .panel,
      .cta-summary,
      .cta-form,
      .price-box,
      .side-box {
        border-radius: 14px;
      }

      .strip-track {
        grid-auto-columns: 84%;
        padding-inline: 16px;
      }

      .entry-footer {
        align-items: stretch;
      }

      .entry-footer .btn-brand {
        width: 100%;
      }

      .faq-wrap .accordion-button,
      .faq-wrap .accordion-body {
        padding-inline: 14px;
      }
    }

/* roulang page: category2 */
:root{
      --bg:#fff8f1;
      --paper:#fffdf9;
      --ink:#24201c;
      --muted:#70675e;
      --muted-2:#988b7e;
      --line:#e8ded2;
      --line-2:#d8cabb;
      --red:#e93818;
      --orange:#ff8a00;
      --yellow:#ffd166;
      --deep:#12100e;
      --deep-2:#191512;
      --shadow:0 12px 36px rgba(36, 24, 12, .10);
      --shadow-2:0 16px 42px rgba(36, 24, 12, .16);
      --radius:16px;
      --radius-sm:12px;
      --radius-xs:10px;
      --container:1240px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      font-family:system-ui,-apple-system,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.75;
      letter-spacing:0;
      background:
        linear-gradient(180deg, rgba(255,248,241,.94), rgba(255,248,241,.94)),
        linear-gradient(90deg, rgba(25,21,18,.03) 1px, transparent 1px),
        linear-gradient(rgba(25,21,18,.03) 1px, transparent 1px);
      background-size:auto, 48px 48px, 48px 48px;
      background-attachment: fixed;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(180deg, rgba(18,16,14,.02), rgba(18,16,14,0) 22%),
        linear-gradient(90deg, rgba(233,56,24,.03), rgba(255,138,0,.02), rgba(233,56,24,.03));
      z-index:-1;
    }
    a{
      color:inherit;
      text-decoration:none;
      transition:color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
    }
    a:hover{color:var(--red)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    ::selection{background:rgba(233,56,24,.16); color:var(--deep)}
    .container-xxl{max-width:var(--container)}
    .site-shell{min-height:100vh; display:flex; flex-direction:column}
    .topbar{
      position:sticky;
      top:0;
      z-index:1035;
      background:rgba(255,248,241,.96);
      border-bottom:1px solid var(--line);
      box-shadow:0 1px 0 rgba(255,255,255,.7) inset;
    }
    .topbar-inner{
      min-height:60px;
      display:flex;
      align-items:center;
      gap:14px;
      padding:10px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:200px;
      flex-shrink:0;
    }
    .brand-mark{
      width:36px;
      height:36px;
      border-radius:12px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 10px 22px rgba(233,56,24,.24);
      font-weight:800;
      font-size:15px;
    }
    .brand-text strong{
      display:block;
      font-size:18px;
      line-height:1.1;
      font-weight:800;
      color:var(--deep);
    }
    .brand-text small{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.3;
      margin-top:2px;
    }
    .top-search{
      flex:1 1 auto;
      display:flex;
      align-items:center;
      gap:10px;
      max-width:620px;
      margin:0 auto;
    }
    .top-search .search-box{
      position:relative;
      flex:1;
    }
    .top-search input{
      width:100%;
      height:42px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--ink);
      padding:0 50px 0 18px;
      box-shadow:0 6px 20px rgba(36,24,12,.04);
      outline:none;
    }
    .top-search input::placeholder{color:#9c8e81}
    .top-search input:focus{
      border-color:rgba(233,56,24,.42);
      box-shadow:0 0 0 4px rgba(233,56,24,.10);
    }
    .search-icon{
      position:absolute;
      right:14px;
      top:50%;
      transform:translateY(-50%);
      color:var(--red);
      font-size:16px;
      pointer-events:none;
    }
    .top-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex-shrink:0;
    }
    .btn-brand,.btn-soft,.btn-line{
      border-radius:999px;
      font-weight:700;
      border:1px solid transparent;
      padding:.68rem 1.05rem;
      line-height:1;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      white-space:nowrap;
      box-shadow:none;
      transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg,var(--red),var(--orange));
      box-shadow:0 12px 26px rgba(233,56,24,.22);
    }
    .btn-brand:hover{
      color:#fff;
      transform:translateY(-1px);
      box-shadow:0 16px 34px rgba(233,56,24,.28);
    }
    .btn-soft{
      color:var(--deep);
      background:#fff;
      border-color:var(--line);
    }
    .btn-soft:hover{
      color:var(--deep);
      transform:translateY(-1px);
      border-color:rgba(233,56,24,.26);
      background:#fff6ef;
    }
    .btn-line{
      color:var(--deep);
      background:transparent;
      border-color:var(--line-2);
    }
    .btn-line:hover{
      color:var(--red);
      transform:translateY(-1px);
      background:rgba(233,56,24,.06);
      border-color:rgba(233,56,24,.26);
    }
    .btn-sm{
      padding:.56rem .86rem;
    .btn-sm{
      padding:.56rem .86rem;
      border-radius:999px;
      font-size:14px;
    }
    .badge-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.34rem .62rem;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-size:12px;
      line-height:1;
      white-space:nowrap;
    }
    .badge-chip.strong{
      border-color:rgba(233,56,24,.18);
      background:rgba(233,56,24,.08);
      color:var(--red);
    }
    .badge-chip.warn{
      border-color:rgba(255,138,0,.18);
      background:rgba(255,138,0,.10);
      color:#b15b00;
    }
    .section{
      position:relative;
      padding:72px 0;
    }
    .section-sm{padding:50px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:18px;
      margin-bottom:22px;
    }
    .section-title{
      margin:0;
      font-size:clamp(24px, 3vw, 32px);
      line-height:1.2;
      font-weight:800;
      color:var(--deep);
    }
    .section-subtitle{
      margin:8px 0 0;
      color:var(--muted);
      max-width:760px;
      font-size:16px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--red);
      font-size:12px;
      font-weight:800;
      letter-spacing:0;
      text-transform:none;
      margin-bottom:12px;
    }
    .section-kicker::before{
      content:"";
      width:22px;
      height:2px;
      background:linear-gradient(90deg,var(--red),var(--orange));
      border-radius:999px;
      display:inline-block;
    }
    .crumbs{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:13px;
      margin-bottom:14px;
    }
    .crumbs a{color:var(--muted)}
    .crumbs a:hover{color:var(--red)}
    .crumbs span:last-child{
      color:var(--red);
      font-weight:700;
    }
    .channelbar{
      position:sticky;
      top:60px;
      z-index:1030;
      background:rgba(255,248,241,.92);
      backdrop-filter:saturate(120%);
      border-bottom:1px solid var(--line);
    }
    .channelbar-inner{
      min-height:46px;
      display:flex;
      align-items:center;
      gap:16px;
      overflow:auto;
      white-space:nowrap;
      scrollbar-width:none;
    }
    .channelbar-inner::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:34px;
      padding:0 14px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      border:1px solid transparent;
      flex-shrink:0;
    }
    .channel-link:hover{
      color:var(--red);
      background:rgba(233,56,24,.06);
      border-color:rgba(233,56,24,.14);
    }
    .channel-link.active{
      color:var(--red);
      background:rgba(233,56,24,.10);
      border-color:rgba(233,56,24,.22);
      font-weight:700;
    }
    .hot-tags{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
      flex-shrink:0;
    }
    .hot-tags a{
      color:var(--muted);
      font-size:12px;
      padding:.24rem 0;
      border-bottom:1px solid transparent;
    }
    .hot-tags a:hover{
      color:var(--red);
      border-bottom-color:rgba(233,56,24,.34);
    }
    .hero-section{
      padding:34px 0 18px;
    }
    .hero-copy{
      padding:10px 0 0;
    }
    .hero-copy h1{
      margin:0;
      font-size:clamp(30px, 4vw, 46px);
      line-height:1.12;
      font-weight:800;
      color:var(--deep);
      max-width:11ch;
    }
    .hero-lead{
      margin:16px 0 0;
      color:var(--muted);
      font-size:17px;
      max-width:38rem;
    }
    .hero-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:18px 0 22px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:18px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:12px 20px;
      color:var(--muted);
      font-size:13px;
      border-top:1px solid var(--line);
      padding-top:16px;
    }
    .hero-note span{
      display:inline-flex;
      align-items:center;
      gap:8px;
    }
    .hero-note i{
      color:var(--red);
    }
    .coupon-wall{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:14px;
      align-items:stretch;
    }
    .coupon-main,
    .coupon-mini,
    .compare-card,
    .plan-card,
    .review-card,
    .quote-card,
    .cta-panel,
    .faq-shell,
    .promo-bar{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
    }
    .coupon-main{
      padding:22px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,248,241,.95)),
        linear-gradient(135deg, rgba(233,56,24,.06), rgba(255,138,0,.04));
      position:relative;
      overflow:hidden;
      min-height:340px;
    }
    .coupon-main::after{
      content:"";
      position:absolute;
      inset:auto -20px 22px auto;
      width:160px;
      height:160px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(233,56,24,.10), rgba(233,56,24,0) 70%);
      pointer-events:none;
    }
    .coupon-main h2{
      margin:10px 0 0;
      font-size:24px;
      line-height:1.2;
      font-weight:800;
      color:var(--deep);
    }
    .coupon-main p{
      margin:10px 0 18px;
      color:var(--muted);
      font-size:15px;
    }
    .coupon-price{
      display:flex;
      align-items:baseline;
      gap:10px;
      flex-wrap:wrap;
      margin:18px 0;
      font-size:14px;
      color:var(--muted);
    }
    .coupon-price strong{
      font-size:34px;
      line-height:1;
      color:var(--red);
      font-weight:800;
    }
    .coupon-rail{
      display:grid;
      gap:14px;
    }
    .coupon-mini{
      padding:16px;
      min-height:100px;
      position:relative;
      overflow:hidden;
    }
    .coupon-mini .mini-num{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:32px;
      height:32px;
      border-radius:10px;
      background:rgba(233,56,24,.10);
      color:var(--red);
      font-weight:800;
      margin-bottom:12px;
    }
    .coupon-mini h3{
      margin:0 0 6px;
      font-size:16px;
      font-weight:800;
      color:var(--deep);
    }
    .coupon-mini p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .trust-row{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:12px;
      margin-top:18px;
    }
    .trust-item{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:12px 14px;
      border:1px solid var(--line);
      border-radius:14px;
      background:rgba(255,255,255,.72);
      min-height:74px;
    }
    .trust-item i{
      width:28px;
      height:28px;
      border-radius:9px;
      display:grid;
      place-items:center;
      flex-shrink:0;
      background:rgba(233,56,24,.10);
      color:var(--red);
      font-size:14px;
      margin-top:1px;
    }
    .trust-item strong{
      display:block;
      font-size:13px;
      color:var(--deep);
      margin-bottom:2px;
    }
    .trust-item span{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.55;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:14px;
    }
    .compare-card{
      padding:18px;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .compare-card:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-2);
      border-color:rgba(233,56,24,.18);
    }
    .compare-top{
      display:flex;
      align-items:flex-start;
      gap:10px;
      margin-bottom:14px;
    }
    .compare-index{
      width:34px;
      height:34px;
      border-radius:10px;
      background:rgba(233,56,24,.10);
      color:var(--red);
      font-weight:800;
      display:grid;
      place-items:center;
      flex-shrink:0;
    }
    .compare-card h3{
      margin:0;
      font-size:18px;
      line-height:1.3;
      font-weight:800;
      color:var(--deep);
    }
    .compare-card ul{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .compare-card li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
    }
    .compare-card li::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--red),var(--orange));
      flex-shrink:0;
      margin-top:.55em;
    }
    .compare-foot{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      border-top:1px dashed var(--line);
      padding-top:14px;
      color:var(--muted);
      font-size:13px;
    }
    .promo-strip{
      display:flex;
      gap:14px;
      overflow:auto;
      padding-bottom:6px;
      scrollbar-width:none;
    }
    .promo-strip::-webkit-scrollbar{display:none}
    .plan-card{
      width:290px;
      min-width:290px;
      overflow:hidden;
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .plan-card:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-2);
      border-color:rgba(233,56,24,.16);
    }
    .plan-cover{
      aspect-ratio:4/5;
      background:
        linear-gradient(180deg, rgba(18,16,14,.08), rgba(18,16,14,.30)),
        linear-gradient(135deg, #1c1613, #5a2a1e 45%, #ff8a00 120%);
      position:relative;
      overflow:hidden;
      border-bottom:1px solid var(--line);
    }
    .plan-cover::before{
      content:"";
      position:absolute;
      inset:16px;
      border:1px solid rgba(255,255,255,.22);
      border-radius:14px;
    }
    .plan-cover::after{
      content:"";
      position:absolute;
      inset:auto 18px 18px 18px;
      height:52px;
      border-radius:12px;
      background:linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
    }
    .plan-badge{
      position:absolute;
      top:14px;
      left:14px;
      z-index:1;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.34rem .62rem;
      border-radius:999px;
      background:rgba(255,255,255,.18);
      color:#fff;
      font-size:12px;
      backdrop-filter:blur(4px);
    }
    .plan-body{
      padding:18px;
    }
    .plan-body h3{
      margin:0;
      font-size:18px;
      line-height:1.35;
      font-weight:800;
      color:var(--deep);
      min-height:2.7em;
    }
    .plan-body p{
      margin:10px 0 0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .plan-meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .plan-footer{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      border-top:1px solid var(--line);
      padding-top:14px;
      margin-top:16px;
    }
    .plan-footer .hint{
      color:var(--muted);
      font-size:12px;
    }
    .plan-footer .strong{
      color:var(--red);
      font-size:20px;
      font-weight:800;
    }
    .plan-list{
      display:grid;
      gap:14px;
    }
    .plan-row{
      display:grid;
      grid-template-columns:88px 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px 18px;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:14px;
      box-shadow:var(--shadow);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .plan-row:hover{
      transform:translateY(-1px);
      box-shadow:var(--shadow-2);
      border-color:rgba(233,56,24,.16);
    }
    .plan-rank{
      width:88px;
      height:88px;
      border-radius:18px;
      background:linear-gradient(135deg, rgba(233,56,24,.14), rgba(255,138,0,.12));
      display:grid;
      place-items:center;
      color:var(--red);
      font-weight:900;
      font-size:32px;
    }
    .plan-row h3{
      margin:0 0 6px;
      font-size:18px;
      font-weight:800;
      color:var(--deep);
    }
    .plan-row p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
    }
    .plan-aside{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:8px;
      text-align:right;
      min-width:140px;
    }
    .plan-aside .tag{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:.3rem .55rem;
      border-radius:999px;
      background:rgba(255,138,0,.10);
      color:#b15b00;
      font-size:12px;
    }
    .plan-aside .num{
      font-size:22px;
      line-height:1;
      font-weight:900;
      color:var(--red);
    }
    .review-strip{
      display:flex;
      gap:14px;
      overflow:auto;
      padding-bottom:6px;
      scrollbar-width:none;
    }
    .review-strip::-webkit-scrollbar{display:none}
    .review-card{
      width:320px;
      min-width:320px;
      padding:18px;
    }
    .review-head{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .avatar{
      width:42px;
      height:42px;
      border-radius:50%;
      background:linear-gradient(135deg, rgba(233,56,24,.20), rgba(255,138,0,.18));
      display:grid;
      place-items:center;
      color:var(--red);
      font-weight:800;
      flex-shrink:0;
    }
    .review-head strong{
      display:block;
      color:var(--deep);
      font-size:15px;
      line-height:1.2;
    }
    .review-head span{
      display:block;
      color:var(--muted);
      font-size:12px;
      margin-top:2px;
    }
    .rating{
      display:inline-flex;
      align-items:center;
      gap:3px;
      color:#ff9d00;
      font-size:13px;
      margin-left:auto;
    }
    .review-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.75;
    }
    .review-foot{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .quote-card{
      padding:18px 20px;
      position:relative;
      overflow:hidden;
    }
    .quote-card::before{
      content:"“";
      position:absolute;
      top:8px;
      left:14px;
      font-size:56px;
      line-height:1;
      color:rgba(233,56,24,.12);
      font-family:serif;
    }
    .quote-card p{
      margin:18px 0 10px;
      color:var(--ink);
      font-size:15px;
      line-height:1.75;
    }
    .quote-card small{
      color:var(--muted);
    }
    .cta-band{
      padding:0;
      overflow:hidden;
    }
    .cta-panel{
      padding:24px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,248,241,.98)),
        linear-gradient(135deg, rgba(233,56,24,.06), rgba(255,138,0,.06));
    }
    .cta-main{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:20px;
      align-items:center;
    }
    .cta-price{
      display:flex;
      flex-wrap:wrap;
      align-items:flex-end;
      gap:12px;
      margin:10px 0 16px;
    }
    .cta-price .num{
      font-size:54px;
      line-height:1;
      font-weight:900;
      color:var(--red);
    }
    .cta-price .label{
      color:var(--muted);
      font-size:14px;
      padding-bottom:6px;
    }
    .cta-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .cta-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
    }
    .cta-list li i{
      color:var(--red);
      margin-top:2px;
      flex-shrink:0;
    }
    .security-row{
      display:grid;
      grid-template-columns:repeat(5, minmax(0,1fr));
      gap:10px;
      margin-top:16px;
    }
    .security-item{
      display:flex;
      align-items:center;
      gap:10px;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid var(--line);
      background:#fff;
      min-height:60px;
    }
    .security-item i{
      color:var(--red);
      font-size:16px;
      flex-shrink:0;
    }
    .security-item span{
      color:var(--deep);
      font-size:13px;
      font-weight:700;
      line-height:1.45;
    }
    .faq-shell{
      padding:4px 18px;
    }
    .accordion{
      --bs-accordion-bg:transparent;
      --bs-accordion-border-color:transparent;
      --bs-accordion-btn-padding-x:0;
      --bs-accordion-btn-padding-y:18px;
      --bs-accordion-btn-focus-border-color:rgba(233,56,24,.22);
      --bs-accordion-btn-focus-box-shadow:0 0 0 4px rgba(233,56,24,.10);
      --bs-accordion-active-bg:transparent;
      --bs-accordion-active-color:var(--deep);
      --bs-accordion-btn-color:var(--deep);
    }
    .accordion-item{
      border:0;
      border-bottom:1px solid var(--line);
      background:transparent;
    }
    .accordion-button{
      font-weight:700;
      background:transparent;
      box-shadow:none;
      color:var(--deep);
      padding-left:0;
      padding-right:0;
    }
    .accordion-button:not(.collapsed){
      color:var(--red);
      background:transparent;
    }
    .accordion-button::after{
      background-image:none;
      content:"+";
      width:auto;
      height:auto;
      font-size:22px;
      font-weight:400;
      color:var(--red);
      transition:transform .2s ease;
    }
    .accordion-button:not(.collapsed)::after{
      content:"−";
      transform:none;
    }
    .accordion-body{
      padding:0 0 18px;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .footer{
      margin-top:20px;
      padding:48px 0 22px;
      background:var(--deep);
      color:#e9dfd4;
    }
    .footer-top{
      display:grid;
      grid-template-columns:1.3fr 1fr 1fr 1.1fr;
      gap:24px;
      padding-bottom:24px;
      border-bottom:1px solid rgba(232,222,210,.16);
    }
    .footer h3{
      margin:0 0 12px;
      font-size:16px;
      color:#fff;
      font-weight:800;
    }
    .footer p{
      margin:0 0 10px;
      color:#c8bcaf;
      font-size:14px;
      line-height:1.8;
    }
    .footer-links,
    .footer-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .footer-links a,
    .footer-tags a{
      color:#e9dfd4;
      font-size:13px;
      padding:.32rem .56rem;
      border:1px solid rgba(232,222,210,.14);
      border-radius:999px;
      background:rgba(255,255,255,.03);
    }
    .footer-links a:hover,
    .footer-tags a:hover{
      color:#fff;
      border-color:rgba(255,138,0,.36);
      background:rgba(255,138,0,.08);
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      padding-top:18px;
      color:#bfb2a3;
      font-size:13px;
    }
    .offcanvas{
      background:var(--paper);
      color:var(--ink);
    }
    .offcanvas .offcanvas-header{
      border-bottom:1px solid var(--line);
    }
    .offcanvas .btn-close{
      box-shadow:none;
      opacity:.7;
    }
    .mobile-search{
      display:none;
    }
    .split-line{
      height:1px;
      background:var(--line);
      margin:18px 0;
    }
    .sticky-side{
      position:sticky;
      top:132px;
    }
    .side-panel{
      padding:20px;
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
    }
    .side-panel h3{
      margin:0 0 12px;
      font-size:18px;
      font-weight:800;
      color:var(--deep);
    }
    .side-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .side-list li{
      display:flex;
      justify-content:space-between;
      gap:12px;
      color:var(--muted);
      font-size:14px;
      border-bottom:1px dashed var(--line);
      padding-bottom:10px;
    }
    .side-list li:last-child{border-bottom:0;padding-bottom:0}
    .side-list strong{color:var(--deep)}
    .mini-note{
      font-size:12px;
      color:var(--muted-2);
      line-height:1.65;
    }
    .meta-stack{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .meta-stack .badge-chip{font-size:12px}
    .filter-bar{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-bottom:18px;
    }
    .filter-bar .form-select,
    .filter-bar .form-control{
      height:42px;
      border-radius:12px;
      border-color:var(--line);
      box-shadow:none;
      background:#fff;
    }
    .filter-bar .form-select:focus,
    .filter-bar .form-control:focus{
      border-color:rgba(233,56,24,.38);
      box-shadow:0 0 0 4px rgba(233,56,24,.08);
    }
    .table-matrix{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      overflow:hidden;
      border-radius:16px;
      border:1px solid var(--line);
      background:#fff;
      box-shadow:var(--shadow);
    }
    .table-matrix th,
    .table-matrix td{
      padding:14px 16px;
      border-bottom:1px solid var(--line);
      vertical-align:top;
      font-size:14px;
      line-height:1.7;
    }
    .table-matrix th{
      background:#fff6ef;
      color:var(--deep);
      font-weight:800;
    }
    .table-matrix tr:last-child td{border-bottom:0}
    .table-matrix td strong{color:var(--deep)}
    .matrix-wrap{
      overflow:auto;
      border-radius:16px;
    }
    .lead-title{
      font-size:18px;
      font-weight:800;
      color:var(--deep);
      margin:0 0 8px;
    }
    .under-title{
      color:var(--muted);
      margin:0;
      font-size:15px;
    }
    .bg-paper{
      background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,248,241,.92));
    }
    .text-muted-2{color:var(--muted-2)}
    .icon-badge{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:rgba(233,56,24,.10);
      color:var(--red);
      font-size:18px;
      flex-shrink:0;
    }
    .highline{
      color:var(--red);
      font-weight:800;
    }
    .promo-title{
      margin:0;
      font-size:22px;
      font-weight:800;
      color:var(--deep);
    }
    .promo-sub{
      margin:8px 0 0;
      color:var(--muted);
      font-size:15px;
    }
    .table-note{
      margin-top:12px;
      color:var(--muted-2);
      font-size:12px;
    }
    .divider-strong{
      height:1px;
      background:linear-gradient(90deg, rgba(233,56,24,.35), rgba(232,222,210,1));
      margin:20px 0;
    }
    .nav-toggle{
      display:none;
      border:1px solid var(--line);
      background:#fff;
      color:var(--deep);
      width:42px;
      height:42px;
      border-radius:12px;
      align-items:center;
      justify-content:center;
      box-shadow:0 6px 16px rgba(36,24,12,.05);
    }
    .nav-toggle:hover{
      border-color:rgba(233,56,24,.22);
      color:var(--red);
      background:rgba(233,56,24,.05);
    }
    .nav-toggle:focus-visible,
    .btn-brand:focus-visible,
    .btn-soft:focus-visible,
    .btn-line:focus-visible,
    .channel-link:focus-visible,
    .footer-links a:focus-visible,
    .footer-tags a:focus-visible,
    .accordion-button:focus-visible,
    input:focus-visible,
    select:focus-visible{
      outline:0;
      box-shadow:0 0 0 4px rgba(233,56,24,.14);
    }
    @media (max-width: 1199.98px){
      .trust-row{grid-template-columns:repeat(2, minmax(0,1fr))}
      .compare-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .footer-top{grid-template-columns:repeat(2, minmax(0,1fr))}
      .security-row{grid-template-columns:repeat(3, minmax(0,1fr))}
      .cta-main{grid-template-columns:1fr}
      .sticky-side{position:static}
    }
    @media (max-width: 991.98px){
      .topbar-inner{gap:10px}
      .brand{min-width:auto}
      .top-search{display:none}
      .nav-toggle{display:inline-flex}
      .mobile-search{display:flex;margin-top:12px}
      .channelbar{top:58px}
      .hot-tags{display:none}
      .hero-copy h1{max-width:100%}
      .coupon-wall{grid-template-columns:1fr}
      .coupon-main{min-height:auto}
      .compare-grid{grid-template-columns:1fr}
      .plan-row{grid-template-columns:72px 1fr}
      .plan-aside{grid-column:1 / -1; align-items:flex-start; text-align:left; min-width:0}
      .security-row{grid-template-columns:repeat(2, minmax(0,1fr))}
      .footer-top{grid-template-columns:1fr 1fr}
      .hero-section{padding-top:26px}
    }
    @media (max-width: 767.98px){
      body{background-size:auto, 36px 36px, 36px 36px}
      .section{padding:56px 0}
      .section-head{flex-direction:column; align-items:flex-start}
      .hero-copy h1{font-size:clamp(28px, 8vw, 38px)}
      .hero-lead{font-size:16px}
      .trust-row{grid-template-columns:1fr}
      .plan-card{width:265px; min-width:265px}
      .review-card{width:290px; min-width:290px}
      .plan-row{padding:14px}
      .plan-rank{width:68px; height:68px; font-size:26px; border-radius:16px}
      .table-matrix th,
      .table-matrix td{padding:12px 14px}
      .footer-top{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column; align-items:flex-start}
    }
    @media (max-width: 575.98px){
      .topbar-inner{min-height:56px}
      .brand-text strong{font-size:16px}
      .brand-text small{font-size:11px}
      .channelbar-inner{gap:8px}
      .channel-link{height:32px; padding:0 12px; font-size:13px}
      .hero-section{padding-top:18px}
      .hero-actions .btn-brand,
      .hero-actions .btn-soft,
      .hero-actions .btn-line,
      .cta-panel .btn-brand,
      .cta-panel .btn-soft{
        width:100%;
      }
      .hero-actions,
      .top-actions{
        width:100%;
      }
      .coupon-main,
      .coupon-mini,
      .compare-card,
      .plan-card,
      .review-card,
      .quote-card,
      .cta-panel{
        border-radius:14px;
      }
      .coupon-price strong{font-size:28px}
      .security-row{grid-template-columns:1fr}
      .plan-row{grid-template-columns:1fr}
      .plan-rank{width:60px; height:60px; font-size:24px}
      .plan-aside{align-items:flex-start}
      .cta-price .num{font-size:42px}
      .section-subtitle{font-size:15px}
    }
