/* roulang page: index */
:root {
      --bg: #0b0f0e;
      --bg-2: #111714;
      --panel: #161d1a;
      --panel-2: #1b241f;
      --panel-3: #f4ecd9;
      --cream: #f4ecd9;
      --cream-2: #e8dcc2;
      --text: #f5ebd8;
      --text-dark: #1a1f1b;
      --muted: #b8b0a1;
      --muted-dark: #5a635d;
      --line: #2a352f;
      --line-soft: #d7cbb3;
      --amber: #d4a24b;
      --amber-strong: #bb7f17;
      --red: #c84d3f;
      --green: #6b8f63;
      --green-2: #213126;
      --shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
      --shadow-soft: 0 10px 20px rgba(0, 0, 0, 0.12);
      --radius: 8px;
      --radius-sm: 6px;
      --container: 1200px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 88px;
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Segoe UI", sans-serif;
      line-height: 1.6;
      letter-spacing: 0;
      overflow-x: hidden;
    }

    body, button, input, select, textarea {
      font: inherit;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    button,
    input,
    select,
    textarea {
      outline: none;
    }

    ::selection {
      background: rgba(212, 162, 75, 0.32);
      color: #fff8ea;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(11, 15, 14, 0.94);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(14px);
    }

    .topbar {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
      min-width: 0;
      font-weight: 800;
      color: var(--text);
    }

    .brand-mark {
      width: 2.35rem;
      height: 2.35rem;
      border-radius: var(--radius);
      display: grid;
      place-items: center;
      background: var(--amber);
      color: #1b1308;
      flex: 0 0 auto;
      box-shadow: 0 8px 18px rgba(212, 162, 75, 0.22);
    }

    .brand-text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.02rem;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      flex: 1 1 auto;
      justify-content: center;
      min-width: 0;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.72rem 0.92rem;
      border-radius: var(--radius);
      color: rgba(245, 235, 216, 0.8);
      border: 1px solid transparent;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
      white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(255, 255, 255, 0.09);
      color: var(--text);
      transform: translateY(-1px);
    }

    .nav-link.active {
      background: rgba(212, 162, 75, 0.15);
      border-color: rgba(212, 162, 75, 0.38);
      color: #fff1cf;
    }

    .header-cta {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.83rem 1rem;
      border-radius: var(--radius);
      background: var(--amber);
      color: #1b1207;
      font-weight: 800;
      border: 1px solid rgba(0, 0, 0, 0.08);
      transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
      white-space: nowrap;
    }

    .header-cta:hover,
    .header-cta:focus-visible {
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
      filter: saturate(1.03);
    }

    .grid-container {
      max-width: var(--container);
      padding-left: 1.1rem;
      padding-right: 1.1rem;
    }

    main {
      display: block;
    }

    .band {
      padding: 4.8rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .band.is-dark {
      background: linear-gradient(180deg, #0b0f0e 0%, #121816 100%);
      color: var(--text);
    }

    .band.is-cream {
      background: var(--cream);
      color: var(--text-dark);
    }

    .band.is-amber {
      background: linear-gradient(180deg, #dfb65d 0%, #d0a049 100%);
      color: #1d160d;
    }

    .band.is-forest {
      background: linear-gradient(180deg, #1c2720 0%, #16211b 100%);
      color: var(--text);
    }

    .band.is-ruby {
      background: linear-gradient(180deg, #2a1514 0%, #211210 100%);
      color: var(--text);
    }

    .band.is-soft {
      background: linear-gradient(180deg, #f4ecd9 0%, #efe3ca 100%);
      color: var(--text-dark);
    }

    .section-head {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      max-width: 760px;
      margin-bottom: 2rem;
    }

    .section-head h2 {
      margin: 0;
      line-height: 1.18;
      font-size: clamp(1.55rem, 2vw, 2.1rem);
      letter-spacing: 0;
    }

    .section-head p {
      margin: 0;
      max-width: 70ch;
      color: inherit;
      opacity: 0.84;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 4.8rem 0 3.6rem;
      background:
        linear-gradient(135deg, rgba(212, 162, 75, 0.08) 0%, rgba(212, 162, 75, 0.02) 44%, transparent 44%),
        linear-gradient(180deg, #0b0f0e 0%, #111715 100%);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
      background-size: 48px 48px;
      pointer-events: none;
      opacity: 0.28;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      align-items: center;
    }

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.4rem 0.65rem;
      border-radius: 999px;
      background: rgba(212, 162, 75, 0.12);
      color: #ffe4af;
      border: 1px solid rgba(212, 162, 75, 0.35);
      margin-bottom: 1rem;
      font-size: 0.88rem;
      white-space: nowrap;
    }

    .hero h1 {
      margin: 0 0 1rem;
      max-width: 12ch;
      line-height: 1.07;
      font-size: clamp(2.15rem, 4vw, 3.7rem);
      letter-spacing: 0;
    }

    .hero p {
      margin: 0 0 1.35rem;
      max-width: 64ch;
      font-size: 1.02rem;
      color: rgba(245, 235, 216, 0.86);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-bottom: 1.35rem;
    }

    .button {
      margin: 0;
      border-radius: var(--radius);
      padding: 0.88rem 1.08rem;
      border: 1px solid transparent;
      font-weight: 800;
      line-height: 1;
      text-transform: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .button:hover,
    .button:focus-visible {
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }

    .button.primary {
      background: var(--amber);
      color: #1a1208;
      border-color: rgba(0, 0, 0, 0.08);
    }

    .button.primary:hover,
    .button.primary:focus-visible {
      background: #e0b55f;
      color: #191109;
    }

    .button.secondary {
      background: transparent;
      color: inherit;
      border-color: rgba(255, 255, 255, 0.18);
    }

    .button.secondary:hover,
    .button.secondary:focus-visible {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.26);
    }

    .button.ghost {
      background: rgba(255, 255, 255, 0.06);
      color: inherit;
      border-color: rgba(255, 255, 255, 0.08);
    }

    .button.ghost:hover,
    .button.ghost:focus-visible {
      background: rgba(255, 255, 255, 0.09);
      border-color: rgba(255, 255, 255, 0.15);
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.75rem;
      max-width: 760px;
    }

    .metric {
      padding: 0.9rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .metric strong {
      display: block;
      margin-bottom: 0.25rem;
      font-size: 1.45rem;
      line-height: 1;
      color: #fff2d0;
    }

    .metric span {
      display: block;
      font-size: 0.88rem;
      color: rgba(245, 235, 216, 0.73);
    }

    .document-card {
      padding: 1rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.09);
      box-shadow: var(--shadow);
    }

    .document-cover {
      min-height: 410px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1rem;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #101714 0%, #0e1411 100%);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .document-ribbon {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      align-self: flex-start;
      padding: 0.35rem 0.6rem;
      border-radius: 999px;
      background: rgba(212, 162, 75, 0.14);
      color: #ffe3ae;
      border: 1px solid rgba(212, 162, 75, 0.32);
      font-size: 0.84rem;
      white-space: nowrap;
    }

    .document-title {
      display: flex;
      align-items: flex-end;
      gap: 0.95rem;
      margin: 1rem 0 1.2rem;
    }

    .document-number {
      font-size: 4.35rem;
      line-height: 0.85;
      font-weight: 900;
      color: var(--amber);
      letter-spacing: 0;
    }

    .document-title h3 {
      margin: 0;
      font-size: 1.35rem;
      line-height: 1.2;
    }

    .document-title p {
      margin: 0.3rem 0 0;
      color: rgba(245, 235, 216, 0.72);
      font-size: 0.94rem;
    }

    .summary-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.72rem;
    }

    .summary-list li {
      display: flex;
      gap: 0.65rem;
      align-items: flex-start;
      padding: 0.72rem 0.82rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(245, 235, 216, 0.93);
    }

    .summary-list i,
    .entry-item i,
    .trust-badge i,
    .contact-point i,
    .news-date i {
      color: var(--amber);
      flex: 0 0 auto;
      margin-top: 0.1rem;
    }

    .cover-form {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .cover-form label {
      display: block;
      margin-bottom: 0.5rem;
      color: rgba(245, 235, 216, 0.74);
      font-size: 0.9rem;
    }

    .inline-form {
      display: flex;
      gap: 0.6rem;
      align-items: stretch;
    }

    .inline-form input {
      flex: 1 1 auto;
      min-width: 0;
      background: #0e1411;
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--radius);
      padding: 0.82rem 0.92rem;
      transition: border-color 0.18s ease, background-color 0.18s ease;
    }

    .inline-form input::placeholder,
    .lead-form input::placeholder,
    .lead-form textarea::placeholder {
      color: rgba(184, 176, 161, 0.72);
    }

    .inline-form input:focus,
    .lead-form input:focus,
    .lead-form select:focus,
    .lead-form textarea:focus {
      border-color: rgba(212, 162, 75, 0.72);
      background: rgba(255, 255, 255, 0.02);
    }

    .inline-form .button {
      flex: 0 0 auto;
      white-space: nowrap;
    }

    .inline-note {
      margin-top: 0.55rem;
      font-size: 0.88rem;
      color: rgba(245, 235, 216, 0.68);
    }

    .tier-grid .cell {
      margin-bottom: 1rem;
    }

    .tier-card {
      height: 100%;
      padding: 1.12rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.66);
      color: var(--text-dark);
      border: 1px solid rgba(29, 22, 13, 0.08);
      box-shadow: var(--shadow-soft);
    }

    .tier-card.featured {
      background: #1a241d;
      color: var(--text);
      border-color: rgba(107, 143, 99, 0.42);
      box-shadow: var(--shadow);
    }

    .tier-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.32rem 0.58rem;
      border-radius: 999px;
      background: rgba(212, 162, 75, 0.18);
      color: #705109;
      font-size: 0.82rem;
      margin-bottom: 0.75rem;
      white-space: nowrap;
    }

    .tier-card.featured .tier-tag {
      background: rgba(107, 143, 99, 0.22);
      color: #d7ead3;
    }

    .tier-card h3 {
      margin: 0 0 0.45rem;
      font-size: 1.2rem;
      line-height: 1.2;
    }

    .tier-price {
      margin: 0.3rem 0 0.8rem;
      font-size: 1.5rem;
      font-weight: 900;
      color: inherit;
      line-height: 1.1;
    }

    .tier-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.6rem;
    }

    .tier-list li {
      display: flex;
      gap: 0.5rem;
      align-items: flex-start;
    }

    .tier-list li i {
      margin-top: 0.1rem;
      color: var(--amber);
    }

    .compare-wrap {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.8rem;
    }

    .compare-card {
      height: 100%;
      padding: 1.1rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.09);
      box-shadow: var(--shadow-soft);
    }

    .compare-card.featured {
      background: rgba(107, 143, 99, 0.12);
      border-color: rgba(107, 143, 99, 0.34);
    }

    .compare-card h3 {
      margin: 0 0 0.45rem;
      font-size: 1.14rem;
      line-height: 1.2;
    }

    .compare-card .chip {
      display: inline-flex;
      padding: 0.28rem 0.52rem;
      border-radius: 999px;
      background: rgba(212, 162, 75, 0.15);
      color: #ffe3ae;
      border: 1px solid rgba(212, 162, 75, 0.24);
      font-size: 0.8rem;
      margin-bottom: 0.7rem;
      white-space: nowrap;
    }

    .compare-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.6rem;
    }

    .compare-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.55rem;
      color: inherit;
    }

    .compare-list li i {
      margin-top: 0.13rem;
      color: var(--amber);
    }

    .compare-note {
      margin-top: 1rem;
      color: rgba(245, 235, 216, 0.78);
    }

    .limit-wrap {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 1rem;
      align-items: start;
    }

    .limit-panel {
      padding: 1.2rem;
      border-radius: var(--radius);
      background: var(--panel-3);
      color: var(--text-dark);
      border: 1px solid rgba(28, 22, 13, 0.08);
      box-shadow: var(--shadow);
    }

    .limit-panel h3 {
      margin: 0 0 0.45rem;
      font-size: 1.28rem;
      line-height: 1.2;
    }

    .limit-panel p {
      margin: 0;
      color: rgba(26, 31, 27, 0.8);
    }

    .countdown {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.6rem;
      margin: 1rem 0 1.1rem;
    }

    .time-box {
      background: #fff;
      border: 1px solid rgba(28, 22, 13, 0.12);
      border-radius: var(--radius);
      padding: 0.82rem 0.55rem;
      text-align: center;
    }

    .time-box strong {
      display: block;
      font-size: 1.55rem;
      line-height: 1;
      margin-bottom: 0.22rem;
      color: #20261f;
    }

    .time-box span {
      display: block;
      font-size: 0.84rem;
      color: #616b64;
    }

    .entry-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.72rem;
      margin-top: 0.6rem;
    }

    .entry-side {
      padding: 1.15rem;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #18211b 0%, #121815 100%);
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: var(--shadow-soft);
    }

    .entry-side h3 {
      margin: 0 0 0.75rem;
      font-size: 1.18rem;
      line-height: 1.2;
    }

    .entry-side .button {
      width: 100%;
      justify-content: center;
      margin-bottom: 0.62rem;
    }

    .entry-side .mini-note {
      color: rgba(245, 235, 216, 0.74);
      font-size: 0.92rem;
    }

    .entry-stack {
      display: grid;
      gap: 0.75rem;
      margin-top: 0.9rem;
    }

    .entry-item {
      display: flex;
      gap: 0.7rem;
      align-items: flex-start;
      padding: 0.76rem 0.84rem;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: var(--radius);
    }

    .entry-item strong {
      display: block;
      margin-bottom: 0.14rem;
      line-height: 1.15;
    }

    .entry-item span {
      display: block;
      color: rgba(245, 235, 216, 0.72);
      font-size: 0.92rem;
    }

    .directory-grid {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 1rem;
      align-items: start;
    }

    .directory-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }

    .entry-card {
      min-height: 160px;
      padding: 1rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
    }

    .entry-card:hover,
    .entry-card:focus-within {
      transform: translateY(-1px);
      border-color: rgba(212, 162, 75, 0.28);
      background: rgba(255, 255, 255, 0.06);
    }

    .entry-card h3 {
      margin: 0 0 0.4rem;
      font-size: 1.08rem;
      line-height: 1.2;
    }

    .entry-card p {
      margin: 0;
      color: rgba(245, 235, 216, 0.76);
      font-size: 0.94rem;
    }

    .entry-card .link {
      display: inline-flex;
      align-items: center;
      gap: 0.32rem;
      margin-top: 0.9rem;
      color: var(--amber);
      font-weight: 700;
      white-space: nowrap;
    }

    .trust-strip {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0.62rem;
      margin-bottom: 1rem;
    }

    .trust-badge {
      display: flex;
      align-items: center;
      gap: 0.55rem;
      padding: 0.75rem 0.82rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      font-size: 0.9rem;
    }

    .trust-badge span {
      display: block;
      line-height: 1.2;
    }

    .quote-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.75rem;
    }

    .quote-card {
      padding: 1rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .quote-card p {
      margin: 0 0 0.9rem;
      color: rgba(245, 235, 216, 0.9);
    }

    .quote-card span {
      display: block;
      color: rgba(245, 235, 216, 0.68);
      font-size: 0.9rem;
    }

    .news-grid {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 1rem;
      align-items: start;
    }

    .news-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .news-item {
      display: flex;
      gap: 0.8rem;
      padding: 0.95rem 0;
      border-bottom: 1px solid rgba(28, 22, 13, 0.12);
    }

    .news-item:last-child {
      border-bottom: none;
    }

    .news-date {
      width: 4.35rem;
      flex: 0 0 auto;
      border-radius: var(--radius);
      padding: 0.48rem 0.35rem;
      text-align: center;
      background: rgba(212, 162, 75, 0.18);
      color: #6d4e08;
      border: 1px solid rgba(212, 162, 75, 0.28);
      font-size: 0.78rem;
      line-height: 1.1;
    }

    .news-date strong {
      display: block;
      font-size: 1.1rem;
      line-height: 1;
      margin-bottom: 0.14rem;
    }

    .news-content h3 {
      margin: 0 0 0.25rem;
      font-size: 1.06rem;
      line-height: 1.22;
    }

    .news-content p {
      margin: 0;
      color: rgba(26, 31, 27, 0.72);
      font-size: 0.94rem;
    }

    .news-side {
      padding: 1rem;
      border-radius: var(--radius);
      background: #fff;
      color: var(--text-dark);
      border: 1px solid rgba(28, 22, 13, 0.08);
      box-shadow: var(--shadow-soft);
    }

    .news-side h3 {
      margin: 0 0 0.65rem;
      font-size: 1.1rem;
      line-height: 1.2;
    }

    .news-side ul {
      margin: 0;
      padding-left: 1.15rem;
      color: rgba(26, 31, 27, 0.74);
      display: grid;
      gap: 0.5rem;
    }

    .news-side .tip-box {
      margin-top: 1rem;
      padding: 1rem;
      border-radius: var(--radius);
      background: #f5efdf;
      border: 1px solid rgba(28, 22, 13, 0.08);
    }

    .faq-list {
      display: grid;
      gap: 0.75rem;
    }

    .faq-item {
      overflow: hidden;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 1rem 1.05rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      font-weight: 800;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item .answer {
      padding: 0 1.05rem 1rem;
      color: rgba(245, 235, 216, 0.76);
    }

    .faq-icon {
      flex: 0 0 auto;
      color: var(--amber);
      transition: transform 0.18s ease;
    }

    .faq-item[open] .faq-icon {
      transform: rotate(180deg);
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 1rem;
      align-items: start;
    }

    .contact-panel {
      padding: 1.2rem;
      border-radius: var(--radius);
      background: var(--cream);
      color: var(--text-dark);
      border: 1px solid rgba(28, 22, 13, 0.08);
      box-shadow: var(--shadow);
    }

    .contact-panel h2 {
      margin: 0 0 0.8rem;
      color: var(--text-dark);
    }

    .contact-panel p {
      margin: 0;
      color: rgba(26, 31, 27, 0.76);
    }

    .contact-points {
      display: grid;
      gap: 0.65rem;
      margin-top: 1rem;
    }

    .contact-point {
      display: flex;
      gap: 0.55rem;
      align-items: flex-start;
      padding: 0.8rem 0.85rem;
      background: #fff;
      border: 1px solid rgba(28, 22, 13, 0.08);
      border-radius: var(--radius);
    }

    .contact-point span {
      display: block;
      color: rgba(26, 31, 27, 0.76);
      font-size: 0.94rem;
    }

    .lead-form {
      padding: 1.2rem;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #141a18 0%, #101614 100%);
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: var(--shadow-soft);
    }

    .lead-form .field {
      margin-bottom: 0.85rem;
    }

    .lead-form label {
      display: block;
      margin-bottom: 0.42rem;
      color: rgba(245, 235, 216, 0.75);
      font-size: 0.9rem;
    }

    .lead-form input,
    .lead-form select,
    .lead-form textarea {
      width: 100%;
      border-radius: var(--radius);
      padding: 0.82rem 0.9rem;
      background: #0e1411;
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, 0.12);
      transition: border-color 0.18s ease, background-color 0.18s ease;
    }

    .lead-form textarea {
      min-height: 100px;
      resize: vertical;
    }

    .lead-form .button {
      width: 100%;
      justify-content: center;
    }

    .form-note {
      margin-top: 0.72rem;
      font-size: 0.88rem;
      color: rgba(245, 235, 216, 0.68);
    }

    .status-line {
      min-height: 1.5em;
      margin-top: 0.8rem;
      color: #e4c98a;
      font-size: 0.92rem;
    }

    .site-footer {
      padding: 2rem 0 5.5rem;
      background: #0a0e0d;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
      color: rgba(245, 235, 216, 0.82);
    }

    .footer-grid {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .footer-brand {
      max-width: 48rem;
    }

    .footer-brand strong {
      display: block;
      margin-bottom: 0.35rem;
      font-size: 1.03rem;
      color: var(--text);
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.72rem;
    }

    .footer-links a {
      color: rgba(245, 235, 216, 0.72);
      transition: color 0.18s ease;
      white-space: nowrap;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--amber);
    }

    .fineprint {
      margin-top: 0.7rem;
      max-width: 68ch;
      color: rgba(245, 235, 216, 0.56);
      font-size: 0.9rem;
    }

    .mobile-tabbar {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 60;
      display: none;
      padding: 0.45rem 0.55rem 0.55rem;
      background: rgba(12, 16, 15, 0.96);
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
    }

    .tab-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.4rem;
    }

    .tab-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.2rem;
      padding: 0.42rem 0;
      border-radius: var(--radius);
      color: rgba(245, 235, 216, 0.68);
      transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .tab-item:hover,
    .tab-item:focus-visible {
      background: rgba(255, 255, 255, 0.04);
      color: var(--text);
      transform: translateY(-1px);
    }

    .tab-item.active {
      color: var(--amber);
      background: rgba(212, 162, 75, 0.1);
    }

    .tab-item span {
      font-size: 0.78rem;
      line-height: 1;
    }

    .tab-item svg {
      width: 18px;
      height: 18px;
    }

    .section-skip {
      position: absolute;
      left: -9999px;
      top: auto;
    }

    @media (max-width: 1080px) {
      .hero h1 {
        max-width: none;
      }

      .compare-wrap,
      .directory-grid,
      .news-grid,
      .contact-grid,
      .limit-wrap {
        grid-template-columns: 1fr;
      }

      .quote-grid {
        grid-template-columns: 1fr;
      }

      .trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .document-cover {
        min-height: 380px;
      }
    }

    @media (max-width: 920px) {
      .desktop-nav {
        display: none;
      }

      .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .directory-cards {
        grid-template-columns: 1fr;
      }

      .countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .inline-form {
        flex-direction: column;
      }

      .inline-form .button {
        width: 100%;
        justify-content: center;
      }

      .hero {
        padding-top: 4.2rem;
      }
    }

    @media (max-width: 760px) {
      .band {
        padding: 3.8rem 0;
      }

      .hero {
        padding: 4rem 0 3rem;
      }

      .hero-grid {
        row-gap: 1.15rem;
      }

      .trust-strip {
        grid-template-columns: 1fr 1fr;
      }

      .topbar {
        gap: 0.8rem;
      }

      .header-cta {
        padding-inline: 0.86rem;
      }
    }

    @media (max-width: 640px) {
      .grid-container {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
      }

      .hero h1 {
        font-size: 2.1rem;
      }

      .hero p {
        font-size: 0.98rem;
      }

      .hero-actions {
        gap: 0.6rem;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .limit-panel,
      .entry-side,
      .news-side,
      .contact-panel,
      .lead-form,
      .document-card,
      .tier-card,
      .compare-card,
      .entry-card,
      .quote-card,
      .faq-item {
        border-radius: 7px;
      }

      .band {
        padding: 3.45rem 0;
      }
    }

    @media (max-width: 820px) {
      body {
        padding-bottom: 4.8rem;
      }

      .mobile-tabbar {
        display: block;
      }

      .topbar {
        min-height: 70px;
      }

      .header-cta {
        margin-left: auto;
      }
    }

    @media (max-width: 520px) {
      .brand-text {
        max-width: 10.2rem;
      }

      .section-head {
        margin-bottom: 1.5rem;
      }

      .entry-actions {
        flex-direction: column;
      }

      .entry-actions .button {
        width: 100%;
        justify-content: center;
      }

      .trust-strip {
        grid-template-columns: 1fr;
      }

      .countdown {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        gap: 1.1rem;
      }
    }

    .button:focus-visible,
    .nav-link:focus-visible,
    .header-cta:focus-visible,
    .tab-item:focus-visible,
    .footer-links a:focus-visible,
    .entry-card a:focus-visible,
    .summary-list a:focus-visible,
    .news-item a:focus-visible {
      outline: 2px solid rgba(212, 162, 75, 0.72);
      outline-offset: 2px;
    }

/* roulang page: category1 */
:root {
      --ink: #111713;
      --deep: #163127;
      --deep-2: #0e211a;
      --ivory: #fffaf0;
      --paper: #f6efe1;
      --gold: #d8a847;
      --gold-2: #f4cf7a;
      --red: #c8432f;
      --green: #2f6b4f;
      --muted: #756f63;
      --line: rgba(22, 49, 39, 0.18);
      --white: #ffffff;
      --shadow: 0 16px 40px rgba(14, 33, 26, 0.16);
      --shadow-soft: 0 10px 24px rgba(14, 33, 26, 0.1);
      --radius: 8px;
      --radius-sm: 5px;
      --container: 1180px;
      --ease: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.68;
      letter-spacing: 0;
      padding-bottom: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), border-color var(--ease), background var(--ease), transform var(--ease);
    }

    img {
      display: block;
      max-width: 100%;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid rgba(22, 49, 39, 0.22);
      border-radius: var(--radius-sm);
      background: var(--white);
      color: var(--ink);
      padding: 12px 13px;
      outline: none;
      transition: border-color var(--ease), box-shadow var(--ease), background var(--ease);
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus-visible,
    a:focus-visible {
      border-color: var(--gold);
      box-shadow: 0 0 0 4px rgba(216, 168, 71, 0.22);
      outline: none;
    }

    textarea {
      min-height: 112px;
      resize: vertical;
    }

    .grid-container {
      max-width: var(--container);
      padding-left: 20px;
      padding-right: 20px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(17, 23, 19, 0.94);
      border-bottom: 1px solid rgba(244, 207, 122, 0.22);
      backdrop-filter: blur(12px);
    }

    .topbar {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      background: var(--gold);
      color: var(--deep-2);
      font-weight: 900;
      line-height: 1;
      box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
    }

    .brand-text {
      color: var(--ivory);
      font-weight: 800;
      font-size: 18px;
      white-space: nowrap;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      flex: 1;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: rgba(255, 250, 240, 0.78);
      padding: 10px 13px;
      border-radius: var(--radius-sm);
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 700;
    }

    .nav-link svg,
    .header-cta svg,
    .mobile-tab svg,
    .icon-chip svg {
      width: 18px;
      height: 18px;
      stroke-width: 2.2;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--deep-2);
      background: var(--gold-2);
      border-color: rgba(216, 168, 71, 0.5);
    }

    .header-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--ivory);
      background: var(--red);
      border: 1px solid rgba(255, 250, 240, 0.16);
      border-radius: var(--radius-sm);
      padding: 11px 15px;
      font-weight: 800;
      white-space: nowrap;
    }

    .header-cta:hover {
      color: var(--ivory);
      background: #aa3425;
      transform: translateY(-1px);
    }

    .mobile-tabs {
      display: none;
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 60;
      background: rgba(17, 23, 19, 0.96);
      border: 1px solid rgba(244, 207, 122, 0.25);
      box-shadow: var(--shadow);
      border-radius: var(--radius);
      padding: 8px;
      backdrop-filter: blur(14px);
    }

    .mobile-tab {
      flex: 1;
      min-width: 0;
      display: grid;
      place-items: center;
      gap: 3px;
      color: rgba(255, 250, 240, 0.72);
      font-size: 12px;
      font-weight: 700;
      padding: 7px 4px;
      border-radius: var(--radius-sm);
    }

    .mobile-tab.active,
    .mobile-tab:hover {
      color: var(--deep-2);
      background: var(--gold-2);
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(17, 23, 19, 0.94), rgba(22, 49, 39, 0.78)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='760' viewBox='0 0 1440 760'%3E%3Crect width='1440' height='760' fill='%23111713'/%3E%3Cg opacity='.36'%3E%3Cpath d='M0 120h1440' stroke='%23d8a847' stroke-width='2'/%3E%3Cpath d='M0 620h1440' stroke='%23d8a847' stroke-width='2'/%3E%3Cpath d='M220 0v760M560 0v760M900 0v760M1240 0v760' stroke='%23f4cf7a' stroke-width='1'/%3E%3C/g%3E%3Cg fill='%23c8432f' opacity='.6'%3E%3Crect x='982' y='96' width='270' height='58'/%3E%3Crect x='1080' y='570' width='230' height='42'/%3E%3C/g%3E%3Cg fill='%23d8a847' opacity='.8'%3E%3Crect x='110' y='520' width='310' height='6'/%3E%3Crect x='110' y='540' width='210' height='6'/%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
      color: var(--ivory);
    }

    .hero-inner {
      min-height: 620px;
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.94fr);
      gap: 42px;
      align-items: center;
      padding: 58px 0 64px;
    }

    .campaign-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 10px;
      border: 1px solid rgba(244, 207, 122, 0.36);
      background: rgba(244, 207, 122, 0.1);
      color: var(--gold-2);
      border-radius: var(--radius-sm);
      font-weight: 800;
      font-size: 13px;
      margin-bottom: 16px;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      max-width: 760px;
      color: var(--ivory);
      font-size: clamp(34px, 5vw, 60px);
      line-height: 1.08;
      font-weight: 950;
      margin-bottom: 18px;
    }

    .hero-summary {
      max-width: 690px;
      color: rgba(255, 250, 240, 0.82);
      font-size: 18px;
      margin-bottom: 24px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 26px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      border-radius: var(--radius-sm);
      padding: 12px 18px;
      border: 1px solid transparent;
      font-weight: 900;
      line-height: 1.2;
      transition: transform var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease);
    }

    .btn-primary {
      background: var(--gold);
      color: var(--deep-2);
      box-shadow: 0 10px 20px rgba(216, 168, 71, 0.22);
    }

    .btn-primary:hover {
      color: var(--deep-2);
      background: var(--gold-2);
      transform: translateY(-2px);
    }

    .btn-secondary {
      color: var(--ivory);
      border-color: rgba(255, 250, 240, 0.35);
      background: rgba(255, 250, 240, 0.08);
    }

    .btn-secondary:hover {
      color: var(--ivory);
      border-color: var(--gold-2);
      background: rgba(255, 250, 240, 0.14);
      transform: translateY(-2px);
    }

    .btn-red {
      color: var(--white);
      background: var(--red);
      border-color: rgba(200, 67, 47, 0.4);
    }

    .btn-red:hover {
      color: var(--white);
      background: #a93425;
      transform: translateY(-2px);
    }

    .hero-notes {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 690px;
    }

    .note-box {
      border: 1px solid rgba(244, 207, 122, 0.22);
      background: rgba(255, 250, 240, 0.08);
      padding: 13px;
      border-radius: var(--radius-sm);
    }

    .note-box strong {
      display: block;
      color: var(--gold-2);
      font-size: 18px;
      line-height: 1.1;
      margin-bottom: 4px;
    }

    .note-box span {
      color: rgba(255, 250, 240, 0.72);
      font-size: 13px;
    }

    .progress-panel {
      border: 1px solid rgba(244, 207, 122, 0.28);
      background: rgba(17, 23, 19, 0.72);
      box-shadow: var(--shadow);
      border-radius: var(--radius);
      padding: 22px;
    }

    .progress-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 18px;
    }

    .progress-head strong {
      color: var(--ivory);
      font-size: 20px;
    }

    .time-badge {
      background: var(--red);
      color: var(--white);
      border-radius: var(--radius-sm);
      padding: 6px 9px;
      font-weight: 900;
      font-size: 12px;
      white-space: nowrap;
    }

    .ring-wrap {
      display: grid;
      grid-template-columns: 168px 1fr;
      gap: 18px;
      align-items: center;
      margin-bottom: 18px;
    }

    .progress-ring {
      width: 168px;
      height: 168px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: conic-gradient(var(--gold) 0 78%, rgba(255, 250, 240, 0.16) 78% 100%);
      position: relative;
    }

    .progress-ring::after {
      content: "";
      position: absolute;
      width: 116px;
      height: 116px;
      border-radius: 50%;
      background: var(--deep-2);
      border: 1px solid rgba(244, 207, 122, 0.22);
    }

    .ring-value {
      position: relative;
      z-index: 1;
      text-align: center;
      color: var(--ivory);
      font-weight: 950;
      font-size: 34px;
      line-height: 1;
    }

    .ring-value span {
      display: block;
      margin-top: 5px;
      color: rgba(255, 250, 240, 0.68);
      font-size: 12px;
      font-weight: 800;
    }

    .tier-list {
      display: grid;
      gap: 9px;
    }

    .tier-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 10px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255, 250, 240, 0.14);
      background: rgba(255, 250, 240, 0.06);
      color: rgba(255, 250, 240, 0.84);
      font-size: 13px;
    }

    .tier-item b {
      color: var(--gold-2);
      white-space: nowrap;
    }

    .panel-action {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      align-items: center;
      border-top: 1px solid rgba(255, 250, 240, 0.14);
      padding-top: 16px;
      color: rgba(255, 250, 240, 0.7);
      font-size: 13px;
    }

    .section {
      padding: 72px 0;
    }

    .section-dark {
      background: var(--deep);
      color: var(--ivory);
    }

    .section-light {
      background: var(--ivory);
    }

    .section-gold {
      background: #ead5a5;
    }

    .section-red {
      background: #8f2b21;
      color: var(--ivory);
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
      gap: 28px;
      align-items: end;
      margin-bottom: 30px;
    }

    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--red);
      font-weight: 950;
      font-size: 13px;
      margin-bottom: 9px;
    }

    .section-dark .section-eyebrow,
    .section-red .section-eyebrow {
      color: var(--gold-2);
    }

    .section-title {
      color: inherit;
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.18;
      font-weight: 950;
      margin-bottom: 0;
    }

    .section-desc {
      color: var(--muted);
      margin-bottom: 0;
    }

    .section-dark .section-desc,
    .section-red .section-desc {
      color: rgba(255, 250, 240, 0.72);
    }

    .filter-shell {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .filter-top {
      display: grid;
      grid-template-columns: 1.2fr repeat(3, minmax(150px, 0.8fr)) auto;
      gap: 10px;
      padding: 16px;
      background: #fff8e7;
      border-bottom: 1px solid var(--line);
    }

    .filter-button {
      border: 0;
      background: var(--deep);
      color: var(--ivory);
      border-radius: var(--radius-sm);
      padding: 0 16px;
      font-weight: 900;
      min-height: 46px;
    }

    .filter-button:hover {
      background: var(--deep-2);
      transform: translateY(-1px);
    }

    .entry-list {
      display: grid;
      gap: 0;
    }

    .entry-row {
      display: grid;
      grid-template-columns: 1.1fr 0.8fr 0.8fr auto;
      gap: 18px;
      align-items: center;
      padding: 18px;
      border-bottom: 1px solid var(--line);
      transition: background var(--ease);
    }

    .entry-row:last-child {
      border-bottom: 0;
    }

    .entry-row:hover {
      background: #fbf2dc;
    }

    .entry-title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 950;
      color: var(--deep);
    }

    .status-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(47, 107, 79, 0.14);
      flex: 0 0 auto;
    }

    .entry-meta {
      color: var(--muted);
      font-size: 14px;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag,
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(22, 49, 39, 0.18);
      padding: 5px 8px;
      background: rgba(255, 250, 240, 0.76);
      color: var(--deep);
      font-size: 12px;
      font-weight: 850;
      line-height: 1.2;
      white-space: nowrap;
    }

    .badge-red {
      background: var(--red);
      color: var(--white);
      border-color: rgba(200, 67, 47, 0.5);
    }

    .badge-gold {
      background: var(--gold);
      color: var(--deep-2);
      border-color: rgba(216, 168, 71, 0.55);
    }

    .ladder {
      display: grid;
      grid-template-columns: 0.8fr 1fr 1.1fr;
      gap: 16px;
      align-items: stretch;
    }

    .ladder-card {
      border: 1px solid rgba(255, 250, 240, 0.18);
      border-radius: var(--radius);
      background: rgba(255, 250, 240, 0.08);
      padding: 20px;
      min-height: 210px;
      position: relative;
      overflow: hidden;
    }

    .ladder-card.featured {
      background: var(--gold);
      color: var(--deep-2);
      border-color: transparent;
    }

    .ladder-num {
      font-size: 42px;
      line-height: 1;
      font-weight: 950;
      color: var(--gold-2);
      margin-bottom: 18px;
    }

    .featured .ladder-num {
      color: rgba(14, 33, 26, 0.38);
    }

    .ladder-card h3 {
      font-size: 22px;
      font-weight: 950;
      margin-bottom: 8px;
    }

    .ladder-card p {
      color: rgba(255, 250, 240, 0.72);
      margin-bottom: 18px;
    }

    .featured p {
      color: rgba(14, 33, 26, 0.72);
    }

    .compare-wrap {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--shadow-soft);
    }

    .compare-row {
      display: grid;
      grid-template-columns: 1.1fr repeat(3, 1fr);
      border-bottom: 1px solid var(--line);
    }

    .compare-row:last-child {
      border-bottom: 0;
    }

    .compare-cell {
      padding: 16px;
      border-right: 1px solid var(--line);
      min-height: 66px;
      display: flex;
      align-items: center;
      color: var(--muted);
    }

    .compare-cell:last-child {
      border-right: 0;
    }

    .compare-head .compare-cell {
      background: var(--deep);
      color: var(--ivory);
      font-weight: 950;
    }

    .compare-cell strong {
      color: var(--deep);
    }

    .compare-head .compare-cell strong {
      color: var(--gold-2);
    }

    .quick-band {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 20px;
      align-items: center;
      border: 1px solid rgba(255, 250, 240, 0.2);
      background: rgba(17, 23, 19, 0.2);
      border-radius: var(--radius);
      padding: 24px;
    }

    .quick-band h2 {
      font-size: clamp(24px, 3vw, 38px);
      font-weight: 950;
      margin-bottom: 8px;
    }

    .quick-band p {
      color: rgba(255, 250, 240, 0.76);
      margin-bottom: 0;
    }

    .quick-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-end;
    }

    .process-grid {
      display: grid;
      grid-template-columns: 0.7fr 1fr;
      gap: 24px;
      align-items: start;
    }

    .process-aside {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff8e7;
      padding: 22px;
      position: sticky;
      top: 94px;
    }

    .process-aside strong {
      display: block;
      font-size: 24px;
      color: var(--deep);
      line-height: 1.25;
      margin-bottom: 10px;
    }

    .process-aside p {
      color: var(--muted);
      margin-bottom: 16px;
    }

    .step-list {
      display: grid;
      gap: 12px;
    }

    .step-item {
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 14px;
      align-items: start;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      padding: 18px;
      box-shadow: 0 8px 20px rgba(14, 33, 26, 0.05);
    }

    .step-no {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      background: var(--deep);
      color: var(--gold-2);
      border-radius: var(--radius-sm);
      font-weight: 950;
    }

    .step-item h3 {
      font-size: 20px;
      color: var(--deep);
      font-weight: 950;
      margin-bottom: 4px;
    }

    .step-item p {
      color: var(--muted);
      margin-bottom: 0;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 24px;
      align-items: start;
    }

    .faq-panel {
      display: grid;
      gap: 10px;
    }

    .faq-item {
      border: 1px solid rgba(255, 250, 240, 0.18);
      border-radius: var(--radius);
      overflow: hidden;
      background: rgba(255, 250, 240, 0.08);
    }

    .faq-q {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      border: 0;
      color: var(--ivory);
      background: transparent;
      padding: 17px 18px;
      font-weight: 950;
      text-align: left;
    }

    .faq-q:hover {
      background: rgba(255, 250, 240, 0.08);
    }

    .faq-a {
      display: none;
      color: rgba(255, 250, 240, 0.74);
      padding: 0 18px 18px;
    }

    .faq-item.open .faq-a {
      display: block;
    }

    .faq-item.open .faq-q svg {
      transform: rotate(180deg);
    }

    .contact-wrap {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 26px;
      align-items: stretch;
    }

    .contact-info,
    .contact-form {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow-soft);
      padding: 24px;
    }

    .contact-info {
      background: var(--deep);
      color: var(--ivory);
      border-color: rgba(244, 207, 122, 0.28);
    }

    .contact-info h2,
    .contact-form h2 {
      font-weight: 950;
      font-size: 28px;
      margin-bottom: 12px;
    }

    .contact-info p {
      color: rgba(255, 250, 240, 0.72);
    }

    .icon-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .icon-chip {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255, 250, 240, 0.82);
      font-size: 14px;
    }

    .icon-chip svg {
      color: var(--gold-2);
      flex: 0 0 auto;
      margin-top: 3px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 13px;
    }

    .form-grid .full {
      grid-column: 1 / -1;
    }

    .form-hint {
      color: var(--muted);
      font-size: 13px;
      margin-top: 10px;
      margin-bottom: 0;
    }

    .form-submit {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: space-between;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
    }

    .site-footer {
      background: var(--ink);
      color: rgba(255, 250, 240, 0.74);
      padding: 38px 0;
      border-top: 1px solid rgba(244, 207, 122, 0.2);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: start;
    }

    .footer-brand strong {
      display: block;
      color: var(--ivory);
      font-size: 20px;
      margin-bottom: 8px;
    }

    .fineprint {
      margin-top: 10px;
      color: rgba(255, 250, 240, 0.52);
      font-size: 13px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 16px;
      justify-content: flex-end;
    }

    .footer-links a {
      color: rgba(255, 250, 240, 0.74);
      font-weight: 750;
    }

    .footer-links a:hover {
      color: var(--gold-2);
    }

    @media (max-width: 1024px) {
      .desktop-nav {
        gap: 3px;
      }

      .nav-link {
        padding: 9px 10px;
      }

      .hero-inner,
      .process-grid,
      .faq-grid,
      .contact-wrap {
        grid-template-columns: 1fr;
      }

      .hero-inner {
        min-height: auto;
      }

      .process-aside {
        position: static;
      }

      .filter-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .filter-button {
        grid-column: 1 / -1;
      }

      .entry-row {
        grid-template-columns: 1fr 1fr;
      }

      .entry-row .btn {
        justify-self: start;
      }

      .ladder {
        grid-template-columns: 1fr;
      }

      .section-head {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      body {
        padding-bottom: 76px;
      }

      .site-header {
        position: static;
      }

      .topbar {
        min-height: 66px;
      }

      .desktop-nav,
      .header-cta {
        display: none;
      }

      .brand-text {
        font-size: 16px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
      }

      .mobile-tabs {
        display: flex;
      }

      .hero-inner {
        padding: 42px 0 48px;
        gap: 24px;
      }

      .hero-summary {
        font-size: 16px;
      }

      .hero-notes {
        grid-template-columns: 1fr;
      }

      .ring-wrap {
        grid-template-columns: 1fr;
        justify-items: center;
      }

      .panel-action,
      .quick-band,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .quick-actions,
      .footer-links {
        justify-content: flex-start;
      }

      .section {
        padding: 54px 0;
      }

      .compare-wrap {
        overflow-x: auto;
      }

      .compare-row {
        min-width: 720px;
      }
    }

    @media (max-width: 520px) {
      .grid-container {
        padding-left: 16px;
        padding-right: 16px;
      }

      h1 {
        font-size: 32px;
      }

      .hero-actions .btn,
      .quick-actions .btn,
      .form-submit .btn {
        width: 100%;
      }

      .filter-top,
      .entry-row,
      .form-grid {
        grid-template-columns: 1fr;
      }

      .entry-row {
        gap: 10px;
      }

      .tag-row {
        gap: 6px;
      }

      .contact-info,
      .contact-form,
      .progress-panel {
        padding: 18px;
      }

      .step-item {
        grid-template-columns: 40px 1fr;
        padding: 15px;
      }

      .step-no {
        width: 40px;
        height: 40px;
      }
    }

/* roulang page: category2 */
:root {
      --ink: #101713;
      --ink-2: #18241e;
      --green: #123529;
      --green-soft: #1e4a3c;
      --gold: #dba84a;
      --gold-2: #f0c86c;
      --ivory: #fff8e8;
      --paper: #fffdf7;
      --muted: #6b716b;
      --line: rgba(16, 23, 19, .14);
      --red: #c74732;
      --red-dark: #a93526;
      --white: #ffffff;
      --shadow: 0 18px 45px rgba(16, 23, 19, .14);
      --shadow-soft: 0 10px 25px rgba(16, 23, 19, .10);
      --radius: 8px;
      --radius-sm: 5px;
      --header-h: 76px;
      --section-y: 84px;
      --trans: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: 0;
      padding-bottom: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--trans), border-color var(--trans), background var(--trans), transform var(--trans);
    }

    a:hover,
    a:focus {
      color: var(--gold);
      outline: none;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button,
    .button-like {
      cursor: pointer;
    }

    img {
      max-width: 100%;
      display: block;
    }

    ::selection {
      color: var(--ink);
      background: var(--gold-2);
    }

    :focus-visible {
      outline: 3px solid rgba(219, 168, 74, .55);
      outline-offset: 3px;
    }

    .grid-container {
      max-width: 1180px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(16, 23, 19, .94);
      border-bottom: 1px solid rgba(255, 248, 232, .12);
      backdrop-filter: blur(14px);
    }

    .topbar {
      min-height: var(--header-h);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      color: var(--ivory);
      font-weight: 800;
    }

    .brand:hover {
      color: var(--ivory);
      transform: translateY(-1px);
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      color: var(--ink);
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
      border: 1px solid rgba(255, 255, 255, .35);
      border-radius: var(--radius-sm);
      box-shadow: 0 8px 22px rgba(219, 168, 74, .28);
      font-weight: 900;
    }

    .brand-text {
      display: block;
      max-width: 260px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 17px;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 6px;
      background: rgba(255, 248, 232, .06);
      border: 1px solid rgba(255, 248, 232, .10);
      border-radius: var(--radius);
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 40px;
      padding: 0 14px;
      color: rgba(255, 248, 232, .82);
      border-radius: var(--radius-sm);
      font-size: 14px;
      font-weight: 700;
    }

    .nav-link svg,
    .header-cta svg,
    .mobile-tab svg {
      width: 18px;
      height: 18px;
      stroke-width: 2.2;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--ink);
      background: var(--gold);
    }

    .header-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 17px;
      color: var(--ivory);
      background: var(--red);
      border: 1px solid rgba(255, 248, 232, .18);
      border-radius: var(--radius-sm);
      font-size: 14px;
      font-weight: 800;
      box-shadow: 0 12px 28px rgba(199, 71, 50, .28);
    }

    .header-cta:hover {
      color: var(--ivory);
      background: var(--red-dark);
      transform: translateY(-1px);
    }

    .mobile-bottom-nav {
      display: none;
    }

    .section {
      padding: var(--section-y) 0;
      position: relative;
    }

    .section-dark {
      color: var(--ivory);
      background: var(--ink);
    }

    .section-green {
      color: var(--ivory);
      background: var(--green);
    }

    .section-ivory {
      background: var(--ivory);
    }

    .section-paper {
      background: var(--paper);
    }

    .section-redline {
      background:
        linear-gradient(90deg, rgba(199, 71, 50, .10), rgba(219, 168, 74, .10)),
        var(--paper);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 6px 10px;
      color: var(--red-dark);
      background: rgba(199, 71, 50, .10);
      border: 1px solid rgba(199, 71, 50, .18);
      border-radius: var(--radius-sm);
      font-size: 13px;
      font-weight: 800;
    }

    .section-dark .section-kicker,
    .section-green .section-kicker {
      color: var(--gold-2);
      background: rgba(219, 168, 74, .12);
      border-color: rgba(219, 168, 74, .22);
    }

    .section-title {
      margin: 0 0 14px;
      color: inherit;
      font-size: clamp(28px, 4vw, 46px);
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: 0;
    }

    .section-lead {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
      font-size: 18px;
    }

    .section-dark .section-lead,
    .section-green .section-lead {
      color: rgba(255, 248, 232, .76);
    }

    .hero-limited {
      overflow: hidden;
      min-height: calc(100vh - var(--header-h));
      padding: 62px 0 54px;
      color: var(--ivory);
      background:
        linear-gradient(135deg, rgba(16, 23, 19, .92), rgba(18, 53, 41, .86)),
        url("data:image/svg+xml,%3Csvg width='1400' height='820' viewBox='0 0 1400 820' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1400' height='820' fill='%23101713'/%3E%3Cpath d='M0 110H1400' stroke='%23dba84a' stroke-opacity='.18' stroke-width='2'/%3E%3Cpath d='M0 438H1400' stroke='%23fff8e8' stroke-opacity='.10' stroke-width='2'/%3E%3Cpath d='M120 0L520 820M468 0L868 820M816 0L1216 820' stroke='%23dba84a' stroke-opacity='.12' stroke-width='3'/%3E%3Ccircle cx='1090' cy='190' r='138' fill='%23c74732' fill-opacity='.22'/%3E%3Crect x='780' y='430' width='450' height='188' rx='8' fill='%23fff8e8' fill-opacity='.08' stroke='%23dba84a' stroke-opacity='.34'/%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
    }

    .hero-layout {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
      gap: 42px;
      align-items: center;
    }

    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0 0 20px;
      color: rgba(255, 248, 232, .72);
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb a {
      color: rgba(255, 248, 232, .78);
      border-bottom: 1px solid transparent;
    }

    .breadcrumb a:hover {
      color: var(--gold-2);
      border-color: var(--gold-2);
    }

    .hero-title {
      max-width: 640px;
      margin: 0;
      color: var(--ivory);
      font-size: clamp(34px, 5.1vw, 58px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: 0;
    }

    .hero-copy {
      max-width: 640px;
      margin: 22px 0 0;
      color: rgba(255, 248, 232, .82);
      font-size: 18px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 20px;
      border-radius: var(--radius-sm);
      border: 1px solid transparent;
      font-weight: 900;
      line-height: 1.2;
      transition: transform var(--trans), background var(--trans), border-color var(--trans), box-shadow var(--trans), color var(--trans);
    }

    .btn svg {
      width: 18px;
      height: 18px;
      stroke-width: 2.4;
    }

    .btn-primary {
      color: var(--ink);
      background: var(--gold);
      box-shadow: 0 15px 34px rgba(219, 168, 74, .24);
    }

    .btn-primary:hover {
      color: var(--ink);
      background: var(--gold-2);
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(219, 168, 74, .32);
    }

    .btn-red {
      color: var(--ivory);
      background: var(--red);
      box-shadow: 0 15px 34px rgba(199, 71, 50, .25);
    }

    .btn-red:hover {
      color: var(--ivory);
      background: var(--red-dark);
      transform: translateY(-2px);
    }

    .btn-outline {
      color: var(--ivory);
      background: rgba(255, 248, 232, .06);
      border-color: rgba(255, 248, 232, .28);
    }

    .btn-outline:hover {
      color: var(--gold-2);
      border-color: var(--gold-2);
      background: rgba(219, 168, 74, .10);
      transform: translateY(-2px);
    }

    .coupon-wall {
      display: grid;
      grid-template-columns: 1.3fr .7fr;
      gap: 14px;
      align-items: stretch;
    }

    .main-coupon {
      min-height: 360px;
      padding: 28px;
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(219, 168, 74, .95), rgba(240, 200, 108, .94)),
        linear-gradient(180deg, transparent 0, transparent 100%);
      color: var(--ink);
      border: 1px solid rgba(255, 248, 232, .62);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .main-coupon::before,
    .main-coupon::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 34px;
      height: 34px;
      margin-top: -17px;
      border-radius: 50%;
      background: var(--green);
    }

    .main-coupon::before {
      left: -17px;
    }

    .main-coupon::after {
      right: -17px;
    }

    .coupon-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-weight: 900;
      font-size: 14px;
    }

    .coupon-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 9px;
      border-radius: var(--radius-sm);
      color: var(--ivory);
      background: var(--red);
      font-size: 13px;
      white-space: nowrap;
    }

    .coupon-name {
      margin: 42px 0 8px;
      font-size: clamp(28px, 4.8vw, 54px);
      line-height: 1;
      font-weight: 950;
      color: var(--ink);
    }

    .coupon-desc {
      margin: 0;
      color: rgba(16, 23, 19, .78);
      font-size: 17px;
      font-weight: 700;
    }

    .coupon-code {
      margin-top: 34px;
      padding: 14px;
      border: 1px dashed rgba(16, 23, 19, .42);
      border-radius: var(--radius-sm);
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      background: rgba(255, 253, 247, .45);
    }

    .coupon-code strong {
      font-size: 20px;
      letter-spacing: 0;
    }

    .mini-coupons {
      display: grid;
      gap: 14px;
    }

    .mini-coupon {
      padding: 18px;
      border-radius: var(--radius);
      background: rgba(255, 248, 232, .10);
      border: 1px solid rgba(255, 248, 232, .18);
      color: var(--ivory);
    }

    .mini-coupon strong {
      display: block;
      margin-bottom: 6px;
      color: var(--gold-2);
      font-size: 19px;
    }

    .mini-coupon span {
      display: block;
      color: rgba(255, 248, 232, .76);
      font-size: 14px;
      line-height: 1.55;
    }

    .limit-bar {
      background: var(--red);
      color: var(--ivory);
      border-top: 1px solid rgba(255, 248, 232, .18);
      border-bottom: 1px solid rgba(255, 248, 232, .18);
    }

    .limit-bar-inner {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      font-weight: 900;
    }

    .limit-left,
    .limit-right {
      display: inline-flex;
      align-items: center;
      gap: 9px;
    }

    .limit-right {
      padding: 6px 10px;
      color: var(--ink);
      background: var(--gold-2);
      border-radius: var(--radius-sm);
      white-space: nowrap;
    }

    .tag-matrix {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 30px;
      align-items: start;
    }

    .tag-panel {
      padding: 26px;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
    }

    .tag-panel h2,
    .compare-card h2,
    .steps-card h2,
    .contact-card h2 {
      margin: 0 0 12px;
      font-size: 30px;
      line-height: 1.22;
      font-weight: 950;
      color: var(--ink);
    }

    .tag-panel p,
    .compare-card p,
    .steps-card p {
      margin: 0;
      color: var(--muted);
    }

    .tags-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    .tag-chip {
      min-height: 66px;
      padding: 12px;
      border: 1px solid var(--line);
      border-left: 4px solid var(--gold);
      border-radius: var(--radius-sm);
      background: var(--paper);
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: transform var(--trans), border-color var(--trans), background var(--trans);
    }

    .tag-chip:hover {
      transform: translateY(-2px);
      border-color: rgba(219, 168, 74, .65);
      background: #fff7df;
    }

    .tag-chip strong {
      color: var(--ink);
      font-size: 15px;
      line-height: 1.25;
    }

    .tag-chip span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
      margin-top: 4px;
    }

    .entry-stack {
      display: grid;
      gap: 14px;
    }

    .entry-row {
      display: grid;
      grid-template-columns: 52px 1fr auto;
      gap: 14px;
      align-items: center;
      padding: 16px;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 248, 232, .16);
      background: rgba(255, 248, 232, .08);
      color: var(--ivory);
    }

    .entry-icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      color: var(--ink);
      background: var(--gold);
      border-radius: var(--radius-sm);
    }

    .entry-icon svg {
      width: 24px;
      height: 24px;
      stroke-width: 2.3;
    }

    .entry-row strong {
      display: block;
      color: var(--ivory);
      font-size: 18px;
      line-height: 1.25;
    }

    .entry-row span {
      display: block;
      color: rgba(255, 248, 232, .70);
      margin-top: 4px;
      font-size: 14px;
      line-height: 1.45;
    }

    .entry-status {
      color: var(--gold-2);
      font-weight: 900;
      white-space: nowrap;
    }

    .compare-wrap {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 28px;
      align-items: stretch;
    }

    .compare-card,
    .steps-card,
    .contact-card,
    .faq-item {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
    }

    .compare-card {
      padding: 26px;
    }

    .compare-table {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow-soft);
    }

    .compare-head,
    .compare-line {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      min-width: 620px;
    }

    .compare-head {
      color: var(--ivory);
      background: var(--green);
      font-weight: 900;
    }

    .compare-head div,
    .compare-line div {
      padding: 16px;
      border-right: 1px solid var(--line);
    }

    .compare-head div:last-child,
    .compare-line div:last-child {
      border-right: 0;
    }

    .compare-line {
      border-top: 1px solid var(--line);
      color: var(--muted);
      background: var(--paper);
    }

    .compare-line:nth-child(odd) {
      background: var(--white);
    }

    .compare-line strong {
      color: var(--ink);
    }

    .highlight-cell {
      color: var(--red-dark);
      font-weight: 900;
    }

    .steps-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: center;
    }

    .steps-card {
      padding: 26px;
    }

    .step-list {
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .step-list li {
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 12px;
      align-items: start;
      padding: 14px;
      border: 1px solid rgba(255, 248, 232, .15);
      border-radius: var(--radius);
      background: rgba(255, 248, 232, .08);
      color: var(--ivory);
    }

    .step-no {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      color: var(--ink);
      background: var(--gold);
      font-weight: 950;
    }

    .step-list strong {
      display: block;
      color: var(--ivory);
      font-size: 17px;
      line-height: 1.25;
    }

    .step-list span {
      display: block;
      margin-top: 4px;
      color: rgba(255, 248, 232, .72);
      font-size: 14px;
      line-height: 1.55;
    }

    .countdown-board {
      padding: 28px;
      border-radius: var(--radius);
      border: 1px solid rgba(219, 168, 74, .34);
      background:
        linear-gradient(180deg, rgba(199, 71, 50, .18), rgba(219, 168, 74, .10)),
        rgba(255, 248, 232, .08);
      color: var(--ivory);
    }

    .countdown-board h2 {
      margin: 0 0 10px;
      color: var(--gold-2);
      font-size: 32px;
      font-weight: 950;
    }

    .count-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin-top: 22px;
    }

    .count-box {
      min-height: 88px;
      display: grid;
      place-items: center;
      padding: 12px 6px;
      border: 1px solid rgba(255, 248, 232, .18);
      border-radius: var(--radius-sm);
      background: rgba(16, 23, 19, .34);
      text-align: center;
    }

    .count-box strong {
      display: block;
      color: var(--gold-2);
      font-size: 28px;
      line-height: 1;
    }

    .count-box span {
      display: block;
      margin-top: 6px;
      color: rgba(255, 248, 232, .68);
      font-size: 12px;
      font-weight: 800;
    }

    .faq-layout {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 30px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      padding: 0;
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 20px;
      border: 0;
      background: var(--white);
      color: var(--ink);
      text-align: left;
      font-weight: 900;
    }

    .faq-question:hover {
      color: var(--red-dark);
      background: #fff8e8;
    }

    .faq-question i {
      flex: 0 0 auto;
      color: var(--gold);
    }

    .faq-answer {
      padding: 0 20px 18px;
      color: var(--muted);
      border-top: 1px solid var(--line);
      background: var(--paper);
    }

    .faq-answer p {
      margin: 14px 0 0;
    }

    .cta-band {
      padding: 34px;
      border-radius: var(--radius);
      color: var(--ivory);
      background:
        linear-gradient(135deg, rgba(199, 71, 50, .86), rgba(18, 53, 41, .94)),
        var(--green);
      border: 1px solid rgba(255, 248, 232, .18);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      box-shadow: var(--shadow);
    }

    .cta-band h2 {
      margin: 0 0 8px;
      color: var(--ivory);
      font-size: 32px;
      line-height: 1.2;
      font-weight: 950;
    }

    .cta-band p {
      margin: 0;
      color: rgba(255, 248, 232, .78);
      max-width: 700px;
    }

    .contact-layout {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 30px;
      align-items: start;
    }

    .contact-card {
      padding: 26px;
    }

    .contact-card .note {
      margin-top: 18px;
      padding: 14px;
      color: var(--red-dark);
      background: rgba(199, 71, 50, .08);
      border: 1px solid rgba(199, 71, 50, .16);
      border-radius: var(--radius-sm);
      font-weight: 800;
    }

    .contact-form {
      display: grid;
      gap: 14px;
      padding: 26px;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .field label {
      display: block;
      margin-bottom: 7px;
      color: var(--ink);
      font-size: 14px;
      font-weight: 900;
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      min-height: 46px;
      padding: 11px 12px;
      color: var(--ink);
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      box-shadow: none;
      transition: border-color var(--trans), box-shadow var(--trans), background var(--trans);
    }

    .field textarea {
      min-height: 98px;
      resize: vertical;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--gold);
      background: var(--white);
      box-shadow: 0 0 0 4px rgba(219, 168, 74, .16);
      outline: none;
    }

    .form-hint {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .site-footer {
      padding: 46px 0;
      color: rgba(255, 248, 232, .72);
      background: #0b100d;
      border-top: 1px solid rgba(255, 248, 232, .10);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 30px;
      align-items: start;
    }

    .footer-brand strong {
      display: block;
      margin-bottom: 8px;
      color: var(--ivory);
      font-size: 20px;
      font-weight: 950;
    }

    .fineprint {
      margin-top: 12px;
      color: rgba(255, 248, 232, .50);
      font-size: 13px;
      line-height: 1.65;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px 18px;
    }

    .footer-links a {
      color: rgba(255, 248, 232, .72);
      font-weight: 800;
      border-bottom: 1px solid transparent;
    }

    .footer-links a:hover {
      color: var(--gold-2);
      border-color: var(--gold-2);
    }

    @media (max-width: 1024px) {
      :root {
        --section-y: 70px;
      }

      .topbar {
        gap: 14px;
      }

      .desktop-nav {
        gap: 4px;
      }

      .nav-link {
        padding: 0 10px;
      }

      .hero-layout,
      .tag-matrix,
      .compare-wrap,
      .steps-layout,
      .faq-layout,
      .contact-layout {
        grid-template-columns: 1fr;
      }

      .coupon-wall {
        grid-template-columns: 1fr;
      }

      .mini-coupons {
        grid-template-columns: repeat(3, 1fr);
      }

      .compare-table {
        overflow-x: auto;
      }
    }

    @media (max-width: 768px) {
      body {
        padding-bottom: 74px;
      }

      .grid-container {
        padding-left: 16px;
        padding-right: 16px;
      }

      .site-header {
        position: sticky;
      }

      .topbar {
        min-height: 66px;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
      }

      .brand-text {
        max-width: 190px;
        font-size: 15px;
      }

      .desktop-nav {
        display: none;
      }

      .header-cta {
        min-height: 40px;
        padding: 0 12px;
      }

      .header-cta span {
        display: none;
      }

      .mobile-bottom-nav {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 60;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
        padding: 7px;
        background: rgba(16, 23, 19, .96);
        border: 1px solid rgba(255, 248, 232, .15);
        border-radius: var(--radius);
        box-shadow: 0 16px 35px rgba(16, 23, 19, .26);
        backdrop-filter: blur(14px);
      }

      .mobile-tab {
        min-height: 50px;
        display: grid;
        place-items: center;
        gap: 2px;
        color: rgba(255, 248, 232, .74);
        border-radius: var(--radius-sm);
        font-size: 12px;
        font-weight: 900;
        line-height: 1.1;
      }

      .mobile-tab.active,
      .mobile-tab:hover {
        color: var(--ink);
        background: var(--gold);
      }

      .hero-limited {
        min-height: auto;
        padding: 42px 0 38px;
      }

      .hero-actions,
      .limit-bar-inner,
      .cta-band {
        align-items: stretch;
        flex-direction: column;
        grid-template-columns: 1fr;
      }

      .btn {
        width: 100%;
      }

      .main-coupon {
        min-height: 300px;
        padding: 22px;
      }

      .mini-coupons,
      .tags-grid,
      .form-row {
        grid-template-columns: 1fr;
      }

      .entry-row {
        grid-template-columns: 46px 1fr;
      }

      .entry-status {
        grid-column: 2;
      }

      .count-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      :root {
        --section-y: 56px;
      }

      .hero-title {
        font-size: 34px;
      }

      .section-title {
        font-size: 28px;
      }

      .section-lead,
      .hero-copy {
        font-size: 16px;
      }

      .coupon-topline {
        align-items: flex-start;
        flex-direction: column;
      }

      .coupon-code {
        align-items: flex-start;
        flex-direction: column;
      }

      .tag-panel,
      .compare-card,
      .steps-card,
      .contact-card,
      .contact-form,
      .countdown-board,
      .cta-band {
        padding: 20px;
      }

      .compare-head,
      .compare-line {
        min-width: 560px;
      }

      .limit-right {
        white-space: normal;
      }
    }
