/* roulang page: index */
:root{
      --bg:#08070b;
      --bg2:#0f0d14;
      --panel:#14121a;
      --panel2:#17141f;
      --line:rgba(201,164,93,.18);
      --line-strong:rgba(201,164,93,.34);
      --gold:#c8a45d;
      --gold-2:#e6cc8e;
      --gold-3:#8f7240;
      --text:#f6efe2;
      --muted:#b8ad9c;
      --soft:#8d8394;
      --wine:#5d2744;
      --jade:#1e5a57;
      --blue:#234668;
      --shadow:0 22px 60px rgba(0,0,0,.35);
      --radius:8px;
    }
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC, Microsoft YaHei, Noto Sans SC, system-ui, sans-serif;
      background:
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0) 140px),
        linear-gradient(180deg, #08070b 0%, #0b0a10 52%, #09080d 100%);
      color:var(--text);
      letter-spacing:0;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px);
      background-size:92px 92px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35) 70%, transparent);
      opacity:.55;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,summary{font:inherit}
    ::selection{background:rgba(201,164,93,.28);color:#fff}
    .container{
      width:min(1280px, calc(100% - 32px));
      margin:0 auto;
      position:relative;
    }
    .glass-panel{
      background:linear-gradient(180deg, rgba(25,22,31,.96), rgba(16,14,22,.96));
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      border-radius:var(--radius);
      position:relative;
      overflow:hidden;
    }
    .glass-panel::before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      padding:1px;
      background:linear-gradient(135deg, rgba(230,204,142,.22), transparent 28%, transparent 72%, rgba(230,204,142,.12));
      -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite:xor;
      mask-composite:exclude;
      pointer-events:none;
    }
    .gold-line{
      background:linear-gradient(90deg, transparent, rgba(201,164,93,.42), transparent);
      height:1px;
    }
    .text-gold{color:var(--gold)}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      border:1px solid rgba(201,164,93,.28);
      color:#efe0bd;
      background:rgba(201,164,93,.08);
      padding:.42rem .72rem;
      border-radius:999px;
      font-size:.82rem;
      line-height:1;
      white-space:nowrap;
    }
    .badge.soft{
      border-color:rgba(255,255,255,.08);
      background:rgba(255,255,255,.03);
      color:#cfc6b6;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      padding:.55rem .8rem;
      border-radius:8px;
      color:#d7cfbf;
      border:1px solid transparent;
      transition:all .2s ease;
    }
    .nav-link:hover{
      border-color:rgba(201,164,93,.24);
      background:rgba(255,255,255,.03);
      color:#fff;
      transform:translateY(-1px);
    }
    .nav-link.active{
      border-color:rgba(201,164,93,.38);
      background:rgba(201,164,93,.08);
      color:#fff;
    }
    .btn-gold{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.55rem;
      border-radius:8px;
      background:linear-gradient(180deg, #f0d59a, #c8a45d);
      color:#16110a;
      font-weight:700;
      padding:.8rem 1.1rem;
      border:1px solid rgba(255,255,255,.14);
      box-shadow:0 14px 30px rgba(201,164,93,.16);
      transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;
    }
    .btn-gold:hover{
      transform:translateY(-1px);
      filter:brightness(1.04);
      box-shadow:0 18px 34px rgba(201,164,93,.22);
    }
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.55rem;
      border-radius:8px;
      border:1px solid rgba(201,164,93,.28);
      background:rgba(255,255,255,.02);
      color:#efe6d6;
      padding:.8rem 1.1rem;
      transition:all .2s ease;
    }
    .btn-ghost:hover{
      border-color:rgba(201,164,93,.42);
      background:rgba(201,164,93,.08);
      transform:translateY(-1px);
    }
    .section-title{
      font-size:clamp(1.75rem, 2vw, 2.35rem);
      line-height:1.2;
      letter-spacing:0;
    }
    .section-copy{
      color:#cabfae;
      line-height:1.7;
      max-width:72ch;
    }
    .mini-label{
      font-size:.78rem;
      color:#b9ae9e;
      letter-spacing:0;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      border-radius:999px;
      padding:.45rem .75rem;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(255,255,255,.08);
      color:#ddd4c4;
      white-space:nowrap;
    }
    .grid-card{
      background:linear-gradient(180deg, rgba(26,23,32,.98), rgba(18,16,24,.98));
      border:1px solid rgba(201,164,93,.18);
      border-radius:8px;
      box-shadow:0 16px 32px rgba(0,0,0,.24);
      transition:transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .grid-card:hover{
      transform:translateY(-2px);
      border-color:rgba(201,164,93,.34);
      background:linear-gradient(180deg, rgba(31,27,37,.98), rgba(18,16,24,.98));
    }
    .soft-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.45rem;
      border-radius:8px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.02);
      color:#ddd5c7;
      transition:all .2s ease;
    }
    .soft-btn:hover{
      border-color:rgba(201,164,93,.24);
      background:rgba(255,255,255,.05);
      color:#fff;
    }
    .icon-circle{
      width:2rem;height:2rem;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(201,164,93,.1);
      border:1px solid rgba(201,164,93,.2);
      color:#f4dca7;
      flex:none;
    }
    .carousel{
      scroll-snap-type:x mandatory;
      scrollbar-width:none;
    }
    .carousel::-webkit-scrollbar{display:none}
    .carousel-card{
      scroll-snap-align:start;
      min-width:min(100%, 380px);
    }
    .req-row{
      display:grid;
      grid-template-columns:1.1fr 1.9fr;
      gap:1rem;
      align-items:start;
      padding:1rem 0;
      border-top:1px solid rgba(255,255,255,.06);
    }
    .req-row:first-child{border-top:none;padding-top:0}
    .req-key{color:#f1e3c5;font-weight:600}
    .faq-item{
      border:1px solid rgba(201,164,93,.18);
      background:rgba(255,255,255,.02);
      border-radius:8px;
      overflow:hidden;
    }
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:1rem 1.05rem;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:1rem;
      color:#f5ecd8;
      font-weight:600;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item .answer{
      padding:0 1.05rem 1rem;
      color:#c8beaf;
      line-height:1.75;
    }
    .faq-item[open]{
      border-color:rgba(201,164,93,.34);
      background:rgba(201,164,93,.06);
    }
    .faq-item[open] .chev{
      transform:rotate(180deg);
    }
    .ticker{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:.75rem;
    }
    .ticker > div{
      min-height:4.5rem;
    }
    .ticker .name{
      color:#f2e2bf;
      font-size:.92rem;
      margin-bottom:.15rem;
    }
    .ticker .desc{
      color:#b7ab9a;
      font-size:.86rem;
      line-height:1.5;
    }
    .menu-panel{
      border-top:1px solid rgba(255,255,255,.06);
    }
    @media (max-width: 1024px){
      .ticker{grid-template-columns:repeat(2, minmax(0,1fr))}
      .req-row{grid-template-columns:1fr}
    }
    @media (max-width: 768px){
      .container{width:min(100% - 20px, 1280px)}
      .section-title{font-size:1.65rem}
    }

/* roulang page: category1 */
:root{
      --bg:#08070b;
      --bg-2:#101018;
      --bg-3:#151019;
      --gold:#d4b06b;
      --gold-2:#f1d8a2;
      --gold-3:#8a6b33;
      --text:#f4eadc;
      --muted:#b9ad9e;
      --faint:#8d8274;
      --line:rgba(212,176,107,.18);
      --line-2:rgba(255,255,255,.06);
      --wine:#4d2438;
      --teal:#153a42;
      --radius:8px;
    }
    html{scroll-behavior:smooth}
    body{
      background:
        linear-gradient(180deg, rgba(21,16,25,.92), rgba(8,7,11,1)),
        linear-gradient(135deg, rgba(212,176,107,.04), transparent 45%),
        linear-gradient(225deg, rgba(77,36,56,.10), transparent 38%);
      color:var(--text);
      font-family: "PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,sans-serif;
      letter-spacing:0;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(to right, rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 72px 72px;
      opacity:.10;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.5) 55%, rgba(0,0,0,.25));
    }
    ::selection{background: rgba(212,176,107,.85); color:#140f08}
    .container{
      width:min(100%, 1240px);
      margin-inline:auto;
      padding-inline:1rem;
    }
    .panel{
      background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
      border: 1px solid var(--line);
      box-shadow: var(--shadow, 0 14px 40px rgba(0,0,0,.24));
      border-radius: var(--radius);
      backdrop-filter: blur(8px);
    }
    .panel-strong{
      background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
      border: 1px solid rgba(212,176,107,.24);
      box-shadow: 0 18px 50px rgba(0,0,0,.42);
      border-radius: var(--radius);
    }
    .gold-line{
      height:1px;
      background: linear-gradient(90deg, transparent, rgba(212,176,107,.7), rgba(255,255,255,.10), transparent);
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.62rem .9rem;
      border-radius:8px;
      color:#dacdbb;
      font-size:.92rem;
      line-height:1;
      transition: all .18s ease;
      border:1px solid transparent;
    }
    .nav-link:hover{
      color:#fff2d4;
      background: rgba(255,255,255,.03);
      border-color: rgba(212,176,107,.14);
    }
    .nav-link.active{
      color:#18120a;
      background: linear-gradient(180deg, #f1d8a2, #c8a25f);
      border-color: rgba(255,255,255,.12);
      box-shadow: 0 10px 25px rgba(212,176,107,.22);
    }
    .icon-circle{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:30px;
      height:30px;
      border-radius:999px;
      background: linear-gradient(180deg, rgba(212,176,107,.22), rgba(212,176,107,.08));
      color:#f5e8cf;
      border:1px solid rgba(212,176,107,.28);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
      flex:none;
    }
    .btn-primary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.5rem;
      border-radius:8px;
      padding:.78rem 1rem;
      color:#18120a;
      background: linear-gradient(180deg, #f2d8a2, #cba25f);
      border:1px solid rgba(255,255,255,.10);
      box-shadow: 0 14px 30px rgba(212,176,107,.18);
      transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    }
    .btn-primary:hover{transform:translateY(-1px); filter:brightness(1.03); box-shadow: 0 16px 35px rgba(212,176,107,.24);}
    .btn-secondary{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.45rem;
      border-radius:8px;
      padding:.78rem 1rem;
      color:#f6e8cb;
      background: rgba(255,255,255,.03);
      border:1px solid rgba(212,176,107,.24);
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .btn-secondary:hover{
      transform:translateY(-1px);
      background: rgba(212,176,107,.06);
      border-color: rgba(241,216,162,.48);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:.35rem;
      padding:.32rem .58rem;
      border-radius:999px;
      font-size:.76rem;
      line-height:1;
      border:1px solid rgba(212,176,107,.24);
      background: rgba(212,176,107,.08);
      color:#f4dfba;
      white-space:nowrap;
    }
    .badge-soft{
      background: rgba(255,255,255,.03);
      color:#d9cdbd;
      border-color: rgba(255,255,255,.08);
    }
    .section-title{
      font-size: clamp(1.5rem, 2.4vw, 2.25rem);
      line-height:1.2;
      color:#fbf2e1;
      font-weight:700;
    }
    .section-subtitle{
      color: var(--muted);
      line-height:1.8;
      font-size: .98rem;
    }
    .field{
      width:100%;
      border-radius:8px;
      background: rgba(8,7,11,.75);
      border:1px solid rgba(212,176,107,.18);
      color:#f7eddc;
      padding:.78rem .95rem;
      outline:none;
      transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }
    .field::placeholder{color:#9e8f7f}
    .field:focus{
      border-color: rgba(241,216,162,.55);
      box-shadow: 0 0 0 3px rgba(212,176,107,.16);
      background: rgba(10,9,13,.95);
    }
    details summary{
      list-style:none;
      cursor:pointer;
    }
    details summary::-webkit-details-marker{display:none}
    .faq-item[open]{
      border-color: rgba(212,176,107,.36);
      background: rgba(255,255,255,.03);
    }
    .card-glow{
      position:relative;
    }
    .card-glow::after{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    }
    .mini-tab{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:999px;
      padding:.42rem .78rem;
      border:1px solid rgba(212,176,107,.18);
      background: rgba(255,255,255,.025);
      color:#dbcdb9;
      font-size:.86rem;
      transition: all .16s ease;
      white-space:nowrap;
    }
    .mini-tab:hover{
      color:#fff2d4;
      border-color: rgba(241,216,162,.42);
      background: rgba(212,176,107,.06);
    }
    .mini-tab.active{
      color:#18120a;
      background: linear-gradient(180deg, #f1d8a2, #c8a25f);
      border-color: rgba(255,255,255,.08);
    }
    .preview-track{
      scrollbar-width: thin;
      scrollbar-color: rgba(212,176,107,.38) rgba(255,255,255,.05);
    }
    .preview-track::-webkit-scrollbar{height:10px}
    .preview-track::-webkit-scrollbar-thumb{
      background: rgba(212,176,107,.34);
      border-radius:999px;
      border:2px solid rgba(8,7,11,.78);
    }
    .preview-track::-webkit-scrollbar-track{background: rgba(255,255,255,.04)}
    .menu-pop{
      position:absolute;
      right:0;
      top:calc(100% + .6rem);
      width:min(92vw, 290px);
      z-index:40;
      border-radius: 10px;
      border:1px solid rgba(212,176,107,.18);
      background: rgba(10,9,13,.98);
      box-shadow: 0 20px 50px rgba(0,0,0,.45);
      overflow:hidden;
    }

/* roulang page: category2 */
:root {
      --bg: #08070b;
      --bg-soft: #101018;
      --panel: #151019;
      --panel-2: #1b1420;
      --gold: #f0d79d;
      --gold-2: #c79846;
      --champagne: #f5e8cf;
      --muted: #bfb3a3;
      --subtle: #9f9381;
      --line: rgba(240, 215, 157, .22);
      --line-soft: rgba(255, 255, 255, .08);
      --wine: #5b1e34;
      --teal: #1d5d5a;
      --violet: #36234f;
      --radius: 8px;
      --shadow: 0 18px 60px rgba(0, 0, 0, .38);
      --shadow-gold: 0 14px 38px rgba(199, 152, 70, .13);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
    }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
      color: var(--champagne);
      background:
        radial-gradient(circle at 12% 0%, rgba(91, 30, 52, .34), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(29, 93, 90, .18), transparent 26%),
        linear-gradient(180deg, #08070b 0%, #101018 48%, #08070b 100%);
      line-height: 1.7;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .container {
      width: min(100% - 32px, 1220px);
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid var(--line-soft);
      background: rgba(8, 7, 11, .86);
      backdrop-filter: blur(18px);
    }

    .icon-circle {
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--gold);
      background: linear-gradient(135deg, rgba(240, 215, 157, .12), rgba(91, 30, 52, .16));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      height: 38px;
      padding: 0 14px;
      border: 1px solid transparent;
      border-radius: 999px;
      color: #bfb3a3;
      font-size: 14px;
      transition: .22s ease;
      white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--gold);
      border-color: var(--line);
      background: rgba(240, 215, 157, .08);
    }

    .search-box {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 230px;
      height: 38px;
      padding: 0 12px;
      border: 1px solid var(--line-soft);
      border-radius: 999px;
      background: rgba(255, 255, 255, .04);
      color: var(--muted);
      transition: .22s ease;
    }

    .search-box:focus-within {
      border-color: var(--gold-2);
      box-shadow: 0 0 0 3px rgba(240, 215, 157, .12);
    }

    .search-box input {
      width: 100%;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--champagne);
      font-size: 13px;
    }

    .search-box input::placeholder {
      color: #8e8374;
    }

    .btn {
      display: inline-flex;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 999px;
      border: 1px solid transparent;
      padding: 0 16px;
      font-size: 14px;
      font-weight: 650;
      transition: .22s ease;
      white-space: nowrap;
    }

    .btn-primary {
      color: #17100b;
      background: linear-gradient(135deg, #f5e8cf, #f0d79d 42%, #c79846);
      box-shadow: var(--shadow-gold);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      filter: brightness(1.06);
      box-shadow: 0 18px 44px rgba(240, 215, 157, .2);
    }

    .btn-secondary {
      color: var(--gold);
      border-color: var(--line);
      background: rgba(255, 255, 255, .035);
    }

    .btn-secondary:hover {
      transform: translateY(-1px);
      background: rgba(240, 215, 157, .08);
      border-color: rgba(240, 215, 157, .42);
    }

    .btn:focus-visible,
    .nav-link:focus-visible,
    summary:focus-visible,
    input:focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 3px;
    }

    .gold-line {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(240, 215, 157, .5), transparent);
    }

    .section {
      padding: 72px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 6px 10px;
      color: var(--gold);
      background: rgba(240, 215, 157, .07);
      font-size: 13px;
      line-height: 1;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1px solid rgba(240, 215, 157, .18);
      border-radius: 999px;
      padding: 5px 9px;
      color: #f2dfb5;
      background: rgba(240, 215, 157, .07);
      font-size: 12px;
      line-height: 1;
    }

    .badge-teal {
      border-color: rgba(58, 150, 144, .35);
      color: #bce7df;
      background: rgba(29, 93, 90, .18);
    }

    .badge-wine {
      border-color: rgba(160, 82, 112, .35);
      color: #ffd1dd;
      background: rgba(91, 30, 52, .22);
    }

    .panel {
      border: 1px solid var(--line-soft);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
      box-shadow: var(--shadow);
    }

    .coupon-hero {
      position: relative;
      padding: 74px 0 42px;
      overflow: hidden;
    }

    .coupon-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(240, 215, 157, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(240, 215, 157, .035) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
    }

    .coupon-card {
      position: relative;
      min-height: 290px;
      border: 1px solid rgba(240, 215, 157, .34);
      border-radius: 8px;
      background:
        linear-gradient(135deg, rgba(240, 215, 157, .18), rgba(91, 30, 52, .18) 48%, rgba(29, 93, 90, .12)),
        linear-gradient(180deg, #1b1420, #100d14);
      box-shadow: 0 28px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .09);
      overflow: hidden;
    }

    .coupon-card::before,
    .coupon-card::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 32px;
      height: 32px;
      border-radius: 999px;
      background: #0c0a0f;
      border: 1px solid rgba(240, 215, 157, .22);
      transform: translateY(-50%);
    }

    .coupon-card::before {
      left: -17px;
    }

    .coupon-card::after {
      right: -17px;
    }

    .coupon-ridge {
      position: absolute;
      top: 18px;
      bottom: 18px;
      left: 35%;
      border-left: 1px dashed rgba(240, 215, 157, .34);
    }

    .rank-item {
      border: 1px solid var(--line-soft);
      border-radius: 8px;
      background: rgba(255, 255, 255, .035);
      transition: .22s ease;
    }

    .rank-item:hover {
      transform: translateY(-2px);
      border-color: rgba(240, 215, 157, .42);
      background: rgba(240, 215, 157, .055);
    }

    .rank-no {
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 8px;
      color: var(--gold);
      background: rgba(240, 215, 157, .08);
      font-weight: 800;
    }

    .timeline-card {
      position: relative;
      padding-left: 24px;
    }

    .timeline-card::before {
      content: "";
      position: absolute;
      left: 6px;
      top: 9px;
      bottom: -30px;
      width: 1px;
      background: rgba(240, 215, 157, .18);
    }

    .timeline-card:last-child::before {
      display: none;
    }

    .timeline-dot {
      position: absolute;
      left: 0;
      top: 8px;
      width: 13px;
      height: 13px;
      border-radius: 999px;
      border: 2px solid var(--gold);
      background: #151019;
      box-shadow: 0 0 0 5px rgba(240, 215, 157, .08);
    }

    .matrix-tile {
      min-height: 132px;
      border: 1px solid var(--line-soft);
      border-radius: 8px;
      background: rgba(255, 255, 255, .035);
      padding: 18px;
      transition: .22s ease;
    }

    .matrix-tile:hover {
      border-color: rgba(240, 215, 157, .38);
      background: rgba(240, 215, 157, .055);
      transform: translateY(-1px);
    }

    .compare-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      border-bottom: 1px solid var(--line-soft);
    }

    .compare-row > div {
      padding: 14px;
      min-width: 0;
    }

    .compare-row:last-child {
      border-bottom: 0;
    }

    details {
      border: 1px solid var(--line-soft);
      border-radius: 8px;
      background: rgba(255, 255, 255, .035);
      overflow: hidden;
      transition: .22s ease;
    }

    details[open] {
      border-color: rgba(240, 215, 157, .34);
      background: rgba(240, 215, 157, .055);
    }

    summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      color: var(--champagne);
      font-weight: 650;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    .faq-body {
      padding: 0 20px 18px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .cta-band {
      border-top: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
      background:
        radial-gradient(circle at 18% 20%, rgba(91, 30, 52, .28), transparent 30%),
        radial-gradient(circle at 78% 0%, rgba(29, 93, 90, .16), transparent 28%),
        rgba(8, 7, 11, .82);
    }

    .mobile-menu {
      display: none;
    }

    @media (max-width: 1024px) {
      .search-box {
        width: 190px;
      }

      .coupon-ridge {
        left: 42%;
      }

      .section {
        padding: 58px 0;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(100% - 24px, 1220px);
      }

      .desktop-actions {
        display: none;
      }

      .mobile-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
        padding: 10px 0 14px;
      }

      .mobile-menu .nav-link {
        justify-content: center;
        height: 36px;
        padding: 0 8px;
        font-size: 13px;
      }

      .coupon-hero {
        padding-top: 50px;
      }

      .coupon-card {
        min-height: 260px;
      }

      .coupon-ridge {
        display: none;
      }

      .compare-row {
        grid-template-columns: 1fr;
      }

      .compare-row > div {
        border-bottom: 1px solid var(--line-soft);
      }

      .compare-row > div:last-child {
        border-bottom: 0;
      }
    }

    @media (max-width: 520px) {
      .btn {
        width: 100%;
        min-height: 42px;
      }

      .coupon-card {
        min-height: auto;
      }

      summary {
        padding: 16px;
      }

      .faq-body {
        padding: 0 16px 16px;
      }
    }
