/* roulang page: index */
:root {
      --bg: #f6f1e8;
      --bg-soft: #fbf7f0;
      --bg-dark: #171515;
      --bg-deep: #21191b;
      --card: #fffdf9;
      --text: #1c1918;
      --muted: #6d625f;
      --line: rgba(61, 25, 32, 0.14);
      --line-strong: rgba(61, 25, 32, 0.24);
      --primary: #8d1f35;
      --primary-dark: #6f1829;
      --gold: #d2b46f;
      --gold-soft: #f2e5c1;
      --blue: #1d71d8;
      --green: #2e6f63;
      --shadow: 0 8px 24px rgba(20, 20, 20, 0.08);
      --shadow-strong: 0 18px 48px rgba(120, 20, 45, 0.18);
      --radius: 8px;
      --radius-sm: 6px;
      --radius-xs: 4px;
      --space: 24px;
      --navw: 98px;
      --max: 1220px;
      --transition: 180ms ease;
    }
    * {
      box-sizing: border-box;
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.64), rgba(255,255,255,0.64)),
        linear-gradient(135deg, rgba(141,31,53,0.04), rgba(210,180,111,0.05));
      color: var(--text);
      line-height: 1.6;
      letter-spacing: 0;
      overflow-x: hidden;
    }
    a {
      color: inherit;
      text-decoration: none;
    }
    img {
      max-width: 100%;
      display: block;
    }
    button,
    input,
    textarea,
    select {
      font: inherit;
    }
    button {
      border: 0;
      background: none;
      padding: 0;
      color: inherit;
      cursor: pointer;
    }
    :focus-visible {
      outline: 3px solid rgba(141, 31, 53, 0.35);
      outline-offset: 2px;
    }
    .skip-link {
      position: absolute;
      left: -9999px;
      top: 8px;
      z-index: 1000;
      background: var(--primary);
      color: #fff;
      padding: 10px 14px;
      border-radius: var(--radius-sm);
    }
    .skip-link:focus {
      left: 12px;
    }
    .sidebar {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: var(--navw);
      background: linear-gradient(180deg, #1d1718 0%, #281b1f 100%);
      border-right: 1px solid rgba(255,255,255,0.06);
      color: #f7efe6;
      z-index: 40;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px 10px 14px;
      gap: 14px;
      box-shadow: 8px 0 24px rgba(12, 8, 8, 0.16);
    }
    .brand-vertical {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      transform: rotate(180deg);
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1;
      color: #fff3e1;
      padding: 12px 0;
      min-height: 240px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sidebar-nav {
      width: 100%;
      display: grid;
      gap: 8px;
      margin-top: 2px;
    }
    .side-link {
      display: grid;
      justify-items: center;
      gap: 6px;
      padding: 10px 8px;
      border-radius: 10px;
      color: rgba(255,255,255,0.78);
      transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
      border: 1px solid transparent;
    }
    .side-link .ico {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      color: #fff4e4;
      font-size: 13px;
      font-weight: 800;
    }
    .side-link span {
      font-size: 12px;
      line-height: 1.2;
      text-align: center;
      max-width: 66px;
      word-break: break-word;
    }
    .side-link:hover {
      background: rgba(255,255,255,0.07);
      transform: translateY(-1px);
      color: #fff;
    }
    .side-link.active {
      background: rgba(210, 180, 111, 0.14);
      border-color: rgba(210, 180, 111, 0.42);
      box-shadow: inset 0 0 0 1px rgba(210, 180, 111, 0.2);
      color: #fff7ea;
    }
    .sidebar-footer {
      margin-top: auto;
      width: 100%;
      padding-top: 10px;
      border-top: 1px solid rgba(255,255,255,0.09);
      display: grid;
      gap: 8px;
      justify-items: center;
    }
    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      padding: 7px 10px;
      font-size: 12px;
      color: #f7efe6;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.09);
    }
    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #8dd18f;
      box-shadow: 0 0 0 4px rgba(141,209,143,0.12);
    }
    .content {
      margin-left: var(--navw);
      min-height: 100vh;
    }
    .topbar {
      display: none;
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(25, 19, 20, 0.86);
      backdrop-filter: blur(14px);
      color: #fff7ef;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .topbar-inner {
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      max-width: 100%;
    }
    .top-brand {
      font-weight: 800;
      font-size: 16px;
      line-height: 1.2;
      color: #fff4e4;
    }
    .nav-toggle {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.08);
    }
    .nav-toggle svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      stroke-width: 2;
      fill: none;
    }
    .mobile-menu {
      display: none;
      padding: 10px 16px 16px;
      border-top: 1px solid rgba(255,255,255,0.08);
      background: rgba(25, 19, 20, 0.94);
    }
    .mobile-menu.open {
      display: grid;
      gap: 8px;
    }
    .mobile-menu a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 14px;
      border-radius: 10px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.06);
      color: #fff7ef;
      font-size: 14px;
    }
    .mobile-menu a.active {
      border-color: rgba(210, 180, 111, 0.5);
      background: rgba(210,180,111,0.12);
    }
    .page {
      max-width: var(--max);
      margin: 0 auto;
      padding: 0 24px 28px;
    }
    .hero {
      position: relative;
      min-height: 640px;
      padding: 24px 0 28px;
    }
    .hero-shell {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background:
        linear-gradient(135deg, rgba(141,31,53,0.96) 0%, rgba(72,17,29,0.96) 46%, rgba(28,22,20,0.98) 100%);
      color: #fff8ef;
      box-shadow: var(--shadow-strong);
      border: 1px solid rgba(255,255,255,0.08);
      min-height: 620px;
    }
    .hero-shell::before,
    .hero-shell::after {
      content: "";
      position: absolute;
      inset: auto;
      pointer-events: none;
    }
    .hero-shell::before {
      left: -10%;
      top: 14%;
      width: 42%;
      height: 64%;
      background: linear-gradient(135deg, rgba(210,180,111,0.12), rgba(255,255,255,0.02));
      transform: skewX(-14deg);
      border: 1px solid rgba(255,255,255,0.05);
    }
    .hero-shell::after {
      right: -8%;
      top: -12%;
      width: 34%;
      height: 120%;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0));
      transform: rotate(10deg);
      opacity: .7;
    }
    .limit-bar {
      position: absolute;
      left: 20px;
      right: 20px;
      top: 18px;
      z-index: 2;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      padding: 10px 14px;
      border-radius: 10px;
      background: rgba(18, 13, 14, 0.5);
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(8px);
    }
    .limit-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--gold);
      color: #201610;
      padding: 6px 10px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: 0;
    }
    .limit-text {
      color: rgba(255,255,255,0.84);
      font-size: 13px;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 28px;
      padding: 96px 24px 28px;
      min-height: 620px;
      align-items: end;
    }
    .hero-copy {
      max-width: 720px;
      padding-bottom: 12px;
    }
    .crumb {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: rgba(255,255,255,0.78);
      font-size: 13px;
      margin-bottom: 14px;
    }
    .crumb a {
      color: rgba(255,255,255,0.9);
    }
    .crumb .sep {
      opacity: .6;
    }
    .hero h1 {
      margin: 0;
      font-size: clamp(32px, 3.8vw, 60px);
      line-height: 1.06;
      letter-spacing: 0;
      font-weight: 900;
      max-width: 13ch;
    }
    .hero-lead {
      margin: 18px 0 0;
      font-size: 16px;
      line-height: 1.85;
      color: rgba(255,255,255,0.88);
      max-width: 60ch;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }
    .btn {
      min-height: 48px;
      padding: 0 18px;
      border-radius: var(--radius-sm);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0;
      transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition), color var(--transition);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
    }
    .btn-primary {
      background: var(--primary);
      color: #fff8f0;
      box-shadow: 0 10px 20px rgba(141,31,53,0.22);
    }
    .btn-primary:hover {
      background: var(--primary-dark);
      transform: translateY(-1px);
    }
    .btn-secondary {
      background: rgba(255,255,255,0.05);
      color: #fff8f0;
      border-color: rgba(255,255,255,0.22);
    }
    .btn-secondary:hover {
      background: rgba(255,255,255,0.12);
      transform: translateY(-1px);
      border-color: rgba(210,180,111,0.52);
    }
    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }
    .meta-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      color: #fff7ef;
      border: 1px solid rgba(255,255,255,0.1);
      font-size: 13px;
    }
    .hero-panel {
      align-self: stretch;
      display: grid;
      gap: 14px;
      padding-bottom: 12px;
    }
    .panel-card {
      background: rgba(255,255,255,0.96);
      color: var(--text);
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.22);
      box-shadow: var(--shadow);
      padding: 18px;
    }
    .panel-card h2,
    .panel-card h3 {
      margin: 0;
      font-size: 18px;
      line-height: 1.25;
    }
    .panel-card p {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }
    .panel-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 14px;
    }
    .panel-mini {
      min-height: 98px;
      border-radius: 10px;
      background: linear-gradient(180deg, #fff, #fbf6ee);
      border: 1px solid rgba(60,20,30,0.12);
      padding: 12px;
      display: grid;
      align-content: space-between;
      gap: 12px;
    }
    .panel-mini strong {
      font-size: 14px;
      display: block;
      line-height: 1.35;
    }
    .panel-mini span {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.5;
    }
    .pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
    }
    .pill {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      background: #f8f1e1;
      color: #6a4c20;
      border: 1px solid rgba(210,180,111,0.36);
    }
    .section {
      padding: 58px 0;
    }
    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
    }
    .section-title {
      margin: 0;
      font-size: 28px;
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: 0;
      color: var(--text);
    }
    .section-desc {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.8;
      max-width: 64ch;
    }
    .section-note {
      color: var(--muted);
      font-size: 13px;
      white-space: nowrap;
    }
    .rail-wrap {
      position: relative;
    }
    .rail-controls {
      display: flex;
      gap: 8px;
      margin-bottom: 12px;
      justify-content: flex-end;
    }
    .icon-btn {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: #fff;
      border: 1px solid var(--line);
      display: grid;
      place-items: center;
      box-shadow: var(--shadow);
      transition: transform var(--transition), border-color var(--transition), background var(--transition);
    }
    .icon-btn:hover {
      transform: translateY(-1px);
      border-color: rgba(141,31,53,0.36);
      background: #fff8f2;
    }
    .icon-btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
    }
    .rail {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(250px, 1fr);
      gap: 14px;
      overflow-x: auto;
      padding-bottom: 8px;
      scroll-snap-type: x proximity;
      scrollbar-width: thin;
      scrollbar-color: rgba(141,31,53,0.4) transparent;
    }
    .rail::-webkit-scrollbar {
      height: 8px;
    }
    .rail::-webkit-scrollbar-thumb {
      background: rgba(141,31,53,0.35);
      border-radius: 999px;
    }
    .rail-card {
      scroll-snap-align: start;
      background: var(--card);
      border-radius: 12px;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      padding: 18px;
      min-height: 240px;
      display: grid;
      gap: 12px;
      position: relative;
      overflow: hidden;
      transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    }
    .rail-card:hover {
      transform: translateY(-3px);
      border-color: rgba(141,31,53,0.34);
      box-shadow: var(--shadow-strong);
    }
    .accent-red { border-left: 4px solid var(--primary); }
    .accent-gold { border-left: 4px solid var(--gold); }
    .accent-green { border-left: 4px solid var(--green); }
    .accent-blue { border-left: 4px solid var(--blue); }
    .rail-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
    .num-badge {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #f6e8d5;
      color: #6b4a20;
      font-weight: 800;
      font-size: 13px;
      border: 1px solid rgba(210,180,111,0.34);
      flex: 0 0 auto;
    }
    .state-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      background: #f3f0eb;
      color: var(--muted);
      border: 1px solid var(--line);
    }
    .rail-card h3 {
      margin: 0;
      font-size: 18px;
      line-height: 1.28;
      font-weight: 800;
    }
    .rail-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.75;
    }
    .rail-card .entry {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 800;
      color: var(--primary);
      font-size: 14px;
    }
    .rail-card .entry svg {
      width: 15px;
      height: 15px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
    }
    .spotlight {
      display: grid;
      grid-template-columns: 1.14fr 0.86fr;
      gap: 18px;
    }
    .spot-card {
      border-radius: 12px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #fbf5ec);
      box-shadow: var(--shadow);
      padding: 20px;
      min-height: 320px;
      display: grid;
      align-content: start;
      gap: 16px;
      position: relative;
      overflow: hidden;
    }
    .spot-card.big::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(141,31,53,0.05), rgba(210,180,111,0.08)),
        linear-gradient(90deg, transparent 0 63%, rgba(255,255,255,0.35) 100%);
      pointer-events: none;
    }
    .spot-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      position: relative;
      z-index: 1;
    }
    .spot-badges .pill {
      background: #f8eee2;
    }
    .spot-card h3 {
      margin: 0;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 900;
      position: relative;
      z-index: 1;
    }
    .spot-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.8;
      position: relative;
      z-index: 1;
      max-width: 58ch;
    }
    .spot-list {
      display: grid;
      gap: 12px;
    }
    .mini-item {
      border-radius: 12px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 14px;
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      align-items: start;
      transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    }
    .mini-item:hover {
      transform: translateY(-2px);
      border-color: rgba(141,31,53,0.28);
      box-shadow: var(--shadow-strong);
    }
    .mini-num {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: #f8efe2;
      color: #6b4a20;
      font-weight: 800;
      font-size: 13px;
      border: 1px solid rgba(210,180,111,0.32);
    }
    .mini-item h4 {
      margin: 0;
      font-size: 16px;
      line-height: 1.35;
      font-weight: 800;
    }
    .mini-item p {
      margin: 6px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }
    .mini-meta {
      margin-top: 8px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .mini-meta span {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      font-size: 12px;
      background: #f5f1ea;
      color: #66594f;
      border: 1px solid var(--line);
    }
    .news-loop {
      display: grid;
      grid-template-columns: 0.96fr 1.04fr;
      gap: 18px;
      align-items: start;
    }
    .news-list {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .news-head {
      padding: 16px 18px;
      background: linear-gradient(180deg, #fffaf4, #fff);
      border-bottom: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .news-head strong {
      font-size: 16px;
      font-weight: 800;
    }
    .news-head small {
      color: var(--muted);
      font-size: 12px;
    }
    .news-entry {
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 14px;
      padding: 16px 18px;
      border-top: 1px solid rgba(61,25,32,0.08);
    }
    .news-entry:first-of-type {
      border-top: 0;
    }
    .news-date {
      font-size: 13px;
      color: var(--primary);
      font-weight: 800;
      white-space: nowrap;
    }
    .news-entry h4 {
      margin: 0;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.38;
    }
    .news-entry p {
      margin: 6px 0 0;
      font-size: 13px;
      color: var(--muted);
      line-height: 1.7;
    }
    .news-right {
      border-radius: 12px;
      background: linear-gradient(135deg, #1e191a 0%, #2b1b20 55%, #171414 100%);
      color: #fff7ed;
      box-shadow: var(--shadow-strong);
      padding: 20px;
      min-height: 100%;
      position: relative;
      overflow: hidden;
    }
    .news-right::before {
      content: "";
      position: absolute;
      right: -18%;
      top: 14%;
      width: 42%;
      height: 70%;
      background: linear-gradient(180deg, rgba(210,180,111,0.16), rgba(255,255,255,0.02));
      transform: skewX(-16deg);
      pointer-events: none;
    }
    .news-right h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.18;
      font-weight: 900;
      position: relative;
      z-index: 1;
    }
    .news-right p {
      margin: 10px 0 0;
      color: rgba(255,255,255,0.82);
      font-size: 14px;
      line-height: 1.8;
      position: relative;
      z-index: 1;
    }
    .check-list {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
      position: relative;
      z-index: 1;
    }
    .check-list li {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 10px;
      align-items: start;
      font-size: 14px;
      line-height: 1.7;
      color: rgba(255,255,255,0.92);
    }
    .check-list li::before {
      content: "•";
      color: var(--gold);
      font-size: 18px;
      line-height: 1;
      margin-top: 1px;
    }
    .theme-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }
    .theme-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: var(--shadow);
      padding: 18px;
      min-height: 220px;
      display: grid;
      gap: 12px;
      position: relative;
      overflow: hidden;
    }
    .theme-card::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      height: 6px;
      width: 100%;
      background: var(--primary);
    }
    .theme-card.green::before { background: var(--green); }
    .theme-card.gold::before { background: var(--gold); }
    .theme-card.blue::before { background: var(--blue); }
    .theme-card h3 {
      margin: 6px 0 0;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 900;
    }
    .theme-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.75;
    }
    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .chip {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      background: #f6efe5;
      color: #604b38;
      border: 1px solid var(--line);
    }
    .proof {
      display: grid;
      grid-template-columns: 1fr 0.98fr;
      gap: 18px;
      align-items: stretch;
    }
    .proof-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    .stat {
      border-radius: 12px;
      background: linear-gradient(180deg, #fff, #fbf7ef);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      padding: 18px;
      min-height: 160px;
      display: grid;
      align-content: start;
      gap: 8px;
    }
    .stat strong {
      font-size: 28px;
      line-height: 1;
      color: var(--primary);
      font-weight: 900;
    }
    .stat span {
      font-size: 14px;
      font-weight: 800;
      color: var(--text);
    }
    .stat p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }
    .proof-note {
      background: linear-gradient(135deg, rgba(141,31,53,0.96), rgba(41,25,26,0.98));
      color: #fff7ef;
      border-radius: 12px;
      padding: 20px;
      box-shadow: var(--shadow-strong);
      display: grid;
      gap: 12px;
      align-content: start;
    }
    .proof-note h3 {
      margin: 0;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 900;
    }
    .proof-note p {
      margin: 0;
      color: rgba(255,255,255,0.84);
      font-size: 14px;
      line-height: 1.8;
    }
    .proof-note .pill-row .pill {
      background: rgba(255,255,255,0.08);
      color: #fff7ef;
      border-color: rgba(255,255,255,0.12);
    }
    .cta-band {
      display: grid;
      grid-template-columns: 1.03fr 0.97fr;
      gap: 18px;
      align-items: stretch;
    }
    .cta-copy {
      border-radius: 12px;
      background: linear-gradient(135deg, #201618 0%, #2f1d22 65%, #171314 100%);
      color: #fff7ef;
      box-shadow: var(--shadow-strong);
      padding: 24px;
      display: grid;
      gap: 14px;
      min-height: 280px;
      position: relative;
      overflow: hidden;
    }
    .cta-copy::after {
      content: "";
      position: absolute;
      right: -12%;
      top: 0;
      width: 34%;
      height: 100%;
      background: linear-gradient(180deg, rgba(210,180,111,0.18), rgba(255,255,255,0.02));
      transform: skewX(-16deg);
      pointer-events: none;
    }
    .cta-copy h3 {
      margin: 0;
      font-size: 26px;
      line-height: 1.18;
      font-weight: 900;
      max-width: 14ch;
      position: relative;
      z-index: 1;
    }
    .cta-copy p {
      margin: 0;
      color: rgba(255,255,255,0.84);
      font-size: 15px;
      line-height: 1.8;
      max-width: 58ch;
      position: relative;
      z-index: 1;
    }
    .cta-bullets {
      display: grid;
      gap: 8px;
      position: relative;
      z-index: 1;
    }
    .cta-bullets span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: #fff7ef;
    }
    .cta-bullets span::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 0 4px rgba(210,180,111,0.12);
    }
    .form-card {
      background: #fffdf9;
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: var(--shadow);
      padding: 20px;
      display: grid;
      gap: 12px;
    }
    .form-row {
      display: grid;
      gap: 10px;
    }
    label {
      font-size: 13px;
      font-weight: 800;
      color: var(--text);
    }
    .input,
    .textarea,
    .select {
      width: 100%;
      min-height: 46px;
      border-radius: 8px;
      border: 1px solid rgba(61,25,32,0.18);
      background: #fff;
      padding: 0 14px;
      color: var(--text);
      transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    }
    .textarea {
      min-height: 92px;
      padding: 12px 14px;
      resize: vertical;
    }
    .input:focus,
    .textarea:focus,
    .select:focus {
      outline: none;
      border-color: rgba(141,31,53,0.52);
      box-shadow: 0 0 0 4px rgba(141,31,53,0.12);
      background: #fffdfc;
    }
    .form-hint {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.7;
    }
    .form-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 4px;
    }
    .btn-gold {
      background: var(--gold);
      color: #23170f;
      box-shadow: 0 10px 20px rgba(210,180,111,0.2);
    }
    .btn-gold:hover {
      transform: translateY(-1px);
      background: #c6a95f;
    }
    .faq {
      display: grid;
      gap: 12px;
    }
    .faq-item {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .faq-item[open] {
      border-color: rgba(141,31,53,0.34);
      box-shadow: var(--shadow-strong);
    }
    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-size: 17px;
      font-weight: 800;
      line-height: 1.35;
    }
    .faq-item summary::-webkit-details-marker {
      display: none;
    }
    .faq-item summary::after {
      content: "+";
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      background: #f4ece0;
      color: var(--primary);
      font-weight: 900;
      transition: transform var(--transition), background var(--transition);
    }
    .faq-item[open] summary::after {
      content: "−";
      background: rgba(141,31,53,0.1);
    }
    .faq-body {
      padding: 0 18px 18px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.85;
      border-top: 1px solid rgba(61,25,32,0.08);
      background: linear-gradient(180deg, rgba(250,245,238,0.82), #fff);
    }
    .faq-body p {
      margin: 14px 0 0;
    }
    .footer {
      margin-top: 22px;
      background: linear-gradient(180deg, #181315, #120f10);
      color: #f7efe7;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .footer-inner {
      max-width: var(--max);
      margin: 0 auto;
      padding: 28px 24px 34px;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 22px;
    }
    .footer-brand {
      display: grid;
      gap: 10px;
      align-content: start;
    }
    .footer-brand strong {
      font-size: 20px;
      font-weight: 900;
      color: #fff5e7;
    }
    .footer-brand p {
      margin: 0;
      color: rgba(255,255,255,0.74);
      font-size: 14px;
      line-height: 1.8;
      max-width: 58ch;
    }
    .footer-links {
      display: grid;
      gap: 10px;
      justify-content: end;
      align-content: start;
      text-align: right;
    }
    .footer-links a {
      color: #fff7ef;
      font-size: 14px;
      line-height: 1.6;
      opacity: .88;
    }
    .footer-links a:hover {
      opacity: 1;
      color: var(--gold-soft);
    }
    .footer-meta {
      grid-column: 1 / -1;
      padding-top: 12px;
      border-top: 1px solid rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.62);
      font-size: 12px;
      line-height: 1.8;
    }
    .sticky-marks {
      display: none;
    }
    @media (max-width: 1100px) {
      .theme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .proof,
      .spotlight,
      .news-loop,
      .cta-band {
        grid-template-columns: 1fr;
      }
      .hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
      }
      .hero {
        min-height: auto;
      }
      .hero-shell {
        min-height: auto;
      }
      .hero-grid {
        min-height: auto;
      }
      .proof-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 768px) {
      .sidebar {
        display: none;
      }
      .topbar {
        display: block;
      }
      .content {
        margin-left: 0;
      }
      .page {
        padding: 0 16px 20px;
      }
      .hero {
        padding-top: 14px;
      }
      .hero-shell {
        border-radius: 12px;
      }
      .limit-bar {
        left: 14px;
        right: 14px;
        top: 14px;
      }
      .hero-grid {
        padding: 84px 16px 18px;
      }
      .section {
        padding: 42px 0;
      }
      .section-head {
        align-items: start;
        flex-direction: column;
      }
      .section-note {
        white-space: normal;
      }
      .theme-grid,
      .proof-stats {
        grid-template-columns: 1fr;
      }
      .news-entry {
        grid-template-columns: 1fr;
        gap: 6px;
      }
      .news-date {
        white-space: normal;
      }
      .footer-inner {
        grid-template-columns: 1fr;
      }
      .footer-links {
        justify-content: start;
        text-align: left;
      }
      .section-title {
        font-size: 24px;
      }
      .hero h1 {
        font-size: 34px;
        max-width: 12ch;
      }
      .hero-lead,
      .section-desc {
        font-size: 15px;
      }
    }
    @media (max-width: 520px) {
      .btn {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
      }
      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }
      .hero-actions .btn {
        width: 100%;
      }
      .panel-grid {
        grid-template-columns: 1fr;
      }
      .hero h1 {
        font-size: 30px;
      }
      .hero-lead {
        font-size: 15px;
      }
      .section-title {
        font-size: 22px;
      }
      .spot-card h3,
      .news-right h3,
      .cta-copy h3 {
        font-size: 22px;
      }
      .faq-item summary {
        font-size: 15px;
        padding: 16px;
      }
      .faq-body {
        padding: 0 16px 16px;
      }
      .rail {
        grid-auto-columns: 82vw;
      }
      .rail-controls {
        justify-content: flex-start;
      }
      .content {
        padding-bottom: 0;
      }
    }

/* roulang page: category2 */
:root{
  --bg:#f6efe5;
  --paper:#fffaf2;
  --paper-2:#f7f0e7;
  --ink:#161214;
  --muted:#6e5e61;
  --soft:#e8ddd3;
  --line:rgba(74,24,38,.14);
  --line-strong:rgba(143,31,60,.3);
  --primary:#8f1f3c;
  --primary-2:#b1334e;
  --gold:#d0a24a;
  --gold-deep:#9d7428;
  --green:#1f6a5e;
  --blue:#1f5f8b;
  --black:#101013;
  --shadow:0 8px 24px rgba(20,20,20,.08);
  --shadow-strong:0 18px 48px rgba(120,20,45,.18);
  --radius:8px;
  --radius-sm:6px;
  --radius-pill:999px;
  --sidebar:96px;
  --topbar:66px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:PingFang SC,"Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
  background:
    linear-gradient(180deg, rgba(143,31,60,.05), rgba(143,31,60,0) 22%),
    linear-gradient(90deg, rgba(208,162,74,.06), rgba(208,162,74,0) 18%),
    var(--bg);
  color:var(--ink);
  line-height:1.65;
  letter-spacing:0;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
button{cursor:pointer}
::selection{background:rgba(143,31,60,.18)}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px}

.sidebar{
  position:fixed;
  inset:0 auto 0 0;
  width:var(--sidebar);
  background:linear-gradient(180deg, #1b1316 0%, #2a141d 100%);
  color:#f6eadf;
  border-right:1px solid rgba(255,255,255,.08);
  z-index:40;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:16px 10px 14px;
}
.brand-rail{
  width:100%;
  min-height:112px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  margin-bottom:14px;
  position:relative;
  overflow:hidden;
}
.brand-rail::after{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(208,162,74,.18);
  border-radius:11px;
}
.brand-rail span{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-weight:800;
  font-size:17px;
  letter-spacing:0;
  color:#fff4e2;
  position:relative;
  z-index:1;
}
.brand-chip{
  margin-top:8px;
  margin-bottom:14px;
  font-size:11px;
  color:rgba(255,255,255,.78);
  line-height:1.4;
  text-align:center;
}
.sidebar-nav{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:6px;
}
.side-link{
  min-height:58px;
  border-radius:14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:#f3e7d8;
  border:1px solid transparent;
  transition:transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.side-link:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.1);
}
.side-link.active,
.side-link[aria-current="page"]{
  background:rgba(208,162,74,.12);
  border-color:rgba(208,162,74,.8);
  box-shadow:inset 0 0 0 1px rgba(208,162,74,.2);
}
.side-link .ico{
  width:28px;height:28px;border-radius:9px;
  display:grid;place-items:center;
  font-size:15px;font-weight:800;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
.side-link.active .ico,
.side-link[aria-current="page"] .ico{
  background:rgba(208,162,74,.16);
  border-color:rgba(208,162,74,.58);
}
.side-link span:last-child{
  font-size:12px;
  font-weight:700;
}
.sidebar-status{
  margin-top:auto;
  width:100%;
  padding:10px 10px 6px;
}
.status-box{
  border-radius:12px;
  border:1px solid rgba(208,162,74,.2);
  background:rgba(255,255,255,.05);
  padding:10px 8px;
  text-align:center;
}
.status-box small{
  display:block;
  color:rgba(255,255,255,.56);
  font-size:11px;
  margin-bottom:4px;
}
.status-box strong{
  display:block;
  font-size:12px;
  color:#fff0d6;
}

.mobile-topbar{
  display:none;
  position:sticky;
  top:0;
  z-index:50;
  height:var(--topbar);
  align-items:center;
  justify-content:space-between;
  padding:0 16px;
  background:rgba(19,15,17,.92);
  backdrop-filter:saturate(1.1) blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff6e8;
}
.mobile-brand{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.mobile-brand strong{
  font-size:15px;
  line-height:1.1;
}
.mobile-brand span{
  font-size:11px;
  color:rgba(255,255,255,.66);
}
.menu-toggle{
  width:42px;height:42px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:20px;
}
.mobile-drawer{
  display:none;
  position:sticky;
  top:var(--topbar);
  z-index:45;
  background:rgba(248,242,234,.98);
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 24px rgba(20,20,20,.06);
  padding:12px 16px 14px;
}
.mobile-drawer.open{display:block}
.mobile-drawer .sidebar-nav{
  flex-direction:row;
  gap:10px;
  overflow:auto;
  padding-bottom:4px;
  scrollbar-width:none;
}
.mobile-drawer .sidebar-nav::-webkit-scrollbar{display:none}
.mobile-drawer .side-link{
  min-width:96px;
  min-height:54px;
  background:#fff;
  color:var(--ink);
  border-color:var(--line);
}
.mobile-drawer .side-link.active,
.mobile-drawer .side-link[aria-current="page"]{
  background:rgba(143,31,60,.08);
  border-color:rgba(143,31,60,.42);
}

.main-wrap{
  margin-left:var(--sidebar);
  min-height:100vh;
}
.container{
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:var(--radius-pill);
  background:rgba(143,31,60,.08);
  color:var(--primary);
  border:1px solid rgba(143,31,60,.18);
  font-size:12px;
  font-weight:800;
}
.eyebrow .dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 3px rgba(208,162,74,.15);
}
.limit-bar{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 14px;
  border-radius:12px;
  background:linear-gradient(90deg, #171418, #24161d 60%, #171418);
  color:#f9efe3;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:var(--shadow);
}
.limit-bar .tag{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  font-weight:800;
  color:#171214;
  background:var(--gold);
  border-radius:999px;
  padding:5px 10px;
}
.limit-bar .pulse{
  width:8px;height:8px;border-radius:50%;
  background:#fff5d2;
  box-shadow:0 0 0 4px rgba(255,245,210,.16);
}
.limit-bar p{
  margin:0;
  font-size:13px;
  color:rgba(255,245,230,.92);
  flex:1;
}
.limit-bar .clock{
  font-variant-numeric:tabular-nums;
  font-size:12px;
  font-weight:800;
  color:#fff7da;
  padding-left:8px;
  white-space:nowrap;
}
.hero{
  padding:20px 0 36px;
}
.breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:13px;
  color:var(--muted);
  margin-top:6px;
}
.breadcrumb a{
  color:var(--muted);
}
.breadcrumb span.sep{
  color:#a39b96;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:26px;
  align-items:stretch;
  margin-top:18px;
  min-height:620px;
}
.hero-copy{
  padding:26px 0 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-copy h1{
  margin:14px 0 14px;
  font-size:54px;
  line-height:1.08;
  letter-spacing:0;
  font-weight:900;
  max-width:10.5em;
}
.hero-copy .lead{
  margin:0;
  font-size:18px;
  color:#3f3437;
  max-width:32em;
}
.hero-kpis{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:24px 0 20px;
}
.kpi{
  min-width:132px;
  padding:14px 15px;
  background:rgba(255,255,255,.68);
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:var(--shadow);
}
.kpi strong{
  display:block;
  font-size:20px;
  line-height:1.1;
  color:var(--primary);
  margin-bottom:4px;
}
.kpi span{
  display:block;
  font-size:12px;
  color:var(--muted);
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:8px;
}
.btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 18px;
  border-radius:6px;
  border:1px solid transparent;
  font-size:14px;
  font-weight:800;
  letter-spacing:0;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:var(--primary);
  color:#fff5ea;
  box-shadow:0 10px 24px rgba(143,31,60,.18);
}
.btn-primary:hover{background:#73172f}
.btn-secondary{
  background:transparent;
  color:var(--primary);
  border-color:rgba(143,31,60,.34);
}
.btn-secondary:hover{
  background:rgba(143,31,60,.08);
  border-color:rgba(143,31,60,.5);
}
.btn-gold{
  background:var(--gold);
  color:#1a1410;
}
.btn-gold:hover{background:#c29136}
.btn .arrow{font-size:15px;line-height:1}
.hero-trust{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:24px;
}
.trust-item{
  padding:12px 13px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
}
.trust-item b{
  display:block;
  font-size:16px;
  color:var(--black);
  margin-bottom:5px;
}
.trust-item span{
  display:block;
  font-size:12px;
  color:var(--muted);
}

.hero-visual{
  position:relative;
  min-height:620px;
  border-radius:18px;
  overflow:hidden;
  background:
    linear-gradient(145deg, rgba(143,31,60,.96) 0%, rgba(80,16,31,.94) 36%, rgba(17,16,18,.98) 100%);
  box-shadow:var(--shadow-strong);
  border:1px solid rgba(255,255,255,.08);
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:-18% -10% auto auto;
  width:64%;
  height:64%;
  background:radial-gradient(circle at 30% 30%, rgba(208,162,74,.34), rgba(208,162,74,0) 60%);
  transform:rotate(12deg);
}
.hero-visual::after{
  content:"";
  position:absolute;
  inset:auto -8% -10% auto;
  width:54%;
  height:38%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0)),
    linear-gradient(90deg, rgba(31,106,94,.72), rgba(31,95,139,.62));
  clip-path:polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  opacity:.78;
}
.cover-stage{
  position:absolute;
  inset:18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  padding:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.cover-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.cover-head .mini-brand{
  display:flex;
  flex-direction:column;
  gap:5px;
  color:#fff6ed;
}
.cover-head .mini-brand strong{
  font-size:20px;
  line-height:1.1;
}
.cover-head .mini-brand span{
  font-size:12px;
  color:rgba(255,255,255,.75);
}
.cover-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#fff8eb;
  border:1px solid rgba(255,255,255,.12);
  font-size:12px;
  font-weight:800;
}
.cover-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  flex:1;
}
.cover-card{
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  padding:14px;
  color:#fff6ea;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.cover-card h3{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.25;
}
.cover-card p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:12px;
}
.cover-card .metric{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin-top:14px;
}
.cover-card .metric strong{
  font-size:24px;
  line-height:1;
}
.cover-card .metric small{
  font-size:11px;
  color:rgba(255,255,255,.72);
}
.cover-card.gold{
  background:linear-gradient(180deg, rgba(208,162,74,.22), rgba(255,255,255,.07));
  border-color:rgba(208,162,74,.22);
}
.cover-card.green{
  background:linear-gradient(180deg, rgba(31,106,94,.22), rgba(255,255,255,.07));
}
.cover-card.blue{
  background:linear-gradient(180deg, rgba(31,95,139,.22), rgba(255,255,255,.07));
}
.cover-card.dark{
  background:linear-gradient(180deg, rgba(17,16,18,.28), rgba(255,255,255,.06));
}
.cover-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
}
.cover-footer .steps{
  display:grid;
  gap:8px;
}
.step-row{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff4e7;
  font-size:12px;
}
.step-row .num{
  width:24px;height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(208,162,74,.18);
  border:1px solid rgba(208,162,74,.38);
  font-weight:800;
  color:#fff6e5;
}
.cover-footer .lightbar{
  width:150px;
  align-self:stretch;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  padding:10px;
}
.progress{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  overflow:hidden;
  margin-top:6px;
}
.progress span{
  display:block;
  height:100%;
  width:72%;
  background:linear-gradient(90deg, var(--gold), #fff0bf);
  border-radius:inherit;
}
.chips-bar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}
.chip{
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
  color:var(--ink);
  border-radius:999px;
  min-height:36px;
  padding:0 14px;
  font-size:13px;
  font-weight:700;
  transition:all .18s ease;
}
.chip:hover{
  border-color:rgba(143,31,60,.28);
  transform:translateY(-1px);
}
.chip.active{
  background:rgba(143,31,60,.1);
  border-color:rgba(143,31,60,.34);
  color:var(--primary);
}
.section{
  padding:18px 0 64px;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.section-head h2{
  margin:0;
  font-size:30px;
  line-height:1.15;
  letter-spacing:0;
}
.section-head p{
  margin:0;
  max-width:42em;
  color:var(--muted);
  font-size:15px;
}
.horizontal-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(250px, 1fr);
  gap:14px;
  overflow:auto;
  padding-bottom:6px;
  scrollbar-width:thin;
  scrollbar-color:rgba(143,31,60,.45) transparent;
}
.horizontal-track::-webkit-scrollbar{height:10px}
.horizontal-track::-webkit-scrollbar-thumb{
  background:rgba(143,31,60,.34);
  border-radius:999px;
}
.panel{
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
}
.entry-card{
  position:relative;
  padding:16px;
  min-height:220px;
  display:flex;
  flex-direction:column;
  gap:12px;
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.entry-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:var(--primary);
}
.entry-card.gold::before{background:var(--gold)}
.entry-card.green::before{background:var(--green)}
.entry-card.blue::before{background:var(--blue)}
.entry-card:hover{
  transform:translateY(-3px);
  border-color:rgba(143,31,60,.28);
  box-shadow:var(--shadow-strong);
}
.entry-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.state{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(143,31,60,.08);
  color:var(--primary);
  border:1px solid rgba(143,31,60,.16);
  font-size:11px;
  font-weight:800;
}
.state .sq{
  width:7px;height:7px;border-radius:2px;background:currentColor;
}
.entry-card h3{
  margin:0;
  font-size:18px;
  line-height:1.3;
}
.entry-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
}
.tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
}
.tag{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(17,16,18,.04);
  border:1px solid rgba(17,16,18,.06);
  color:#4f4245;
  font-size:12px;
  font-weight:700;
}
.entry-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-top:2px;
}
.link-ghost{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--primary);
  font-size:13px;
  font-weight:800;
}
.link-ghost .arrow{transition:transform .18s ease}
.entry-card:hover .link-ghost .arrow{transform:translateX(2px)}

.feature-grid{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:18px;
}
.feature-main{
  padding:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,241,233,.84));
}
.feature-main .label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  color:var(--primary);
  margin-bottom:12px;
}
.feature-main .label .bar{
  width:18px;height:4px;border-radius:999px;background:var(--gold);
}
.feature-main h3{
  margin:0 0 12px;
  font-size:26px;
  line-height:1.2;
}
.feature-main p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.feature-main .meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0;
}
.meta-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:12px;
  font-weight:700;
}
.meta-pill b{
  color:var(--primary);
}
.feature-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.feature-list .line{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 13px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
}
.feature-list .line .idx{
  width:26px;height:26px;
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(143,31,60,.08);
  color:var(--primary);
  font-weight:800;
  flex:0 0 auto;
}
.feature-list .line strong{
  display:block;
  font-size:14px;
  margin-bottom:3px;
}
.feature-list .line span{
  display:block;
  font-size:12px;
  color:var(--muted);
}
.feature-side{
  display:grid;
  gap:14px;
}
.side-box{
  padding:18px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.side-box h4{
  margin:0 0 12px;
  font-size:18px;
  line-height:1.25;
}
.timeline{
  display:grid;
  gap:12px;
}
.timeline-item{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:12px;
  align-items:start;
  padding-bottom:12px;
  border-bottom:1px dashed rgba(74,24,38,.14);
}
.timeline-item:last-child{padding-bottom:0;border-bottom:0}
.timeline-item .date{
  font-size:12px;
  font-weight:800;
  color:var(--primary);
  padding-top:2px;
}
.timeline-item .content strong{
  display:block;
  font-size:14px;
  margin-bottom:4px;
}
.timeline-item .content p{
  margin:0;
  font-size:12px;
  color:var(--muted);
}
.timeline-item .content .tag-row{margin-top:8px}

.compare{
  display:grid;
  gap:12px;
}
.compare-grid{
  display:grid;
  gap:10px;
}
.compare-row{
  display:grid;
  grid-template-columns:1.1fr .95fr 1.15fr;
  gap:10px;
  align-items:center;
  padding:14px 14px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
}
.compare-row.head{
  background:rgba(143,31,60,.06);
  border-color:rgba(143,31,60,.16);
  font-weight:800;
  color:var(--primary);
}
.compare-row span{
  font-size:13px;
}
.compare-row .bullet{
  color:var(--muted);
}
.compare-note{
  padding:16px;
  background:linear-gradient(180deg, rgba(31,106,94,.08), rgba(255,255,255,.86));
  border:1px solid rgba(31,106,94,.16);
  border-radius:14px;
}
.compare-note p{
  margin:0;
  font-size:13px;
  color:#30584f;
}
.theme-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}
.theme-card{
  position:relative;
  padding:18px 16px 16px;
  min-height:230px;
  background:rgba(255,255,255,.84);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.theme-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background:var(--primary);
}
.theme-card.green::before{background:var(--green)}
.theme-card.gold::before{background:var(--gold)}
.theme-card.blue::before{background:var(--blue)}
.theme-card h3{
  margin:10px 0 10px;
  font-size:19px;
  line-height:1.2;
}
.theme-card p{
  margin:0 0 14px;
  font-size:13px;
  color:var(--muted);
}
.theme-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}
.theme-card li{
  display:flex;
  gap:8px;
  align-items:flex-start;
  font-size:13px;
  color:#3d3336;
}
.theme-card li::before{
  content:"";
  width:7px;height:7px;border-radius:2px;
  background:var(--primary);
  margin-top:8px;
  flex:0 0 auto;
}
.theme-card.green li::before{background:var(--green)}
.theme-card.gold li::before{background:var(--gold)}
.theme-card.blue li::before{background:var(--blue)}
.theme-card .mini{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(17,16,18,.04);
  font-size:11px;
  font-weight:800;
  margin-bottom:4px;
}

.notice-band{
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:18px;
  align-items:stretch;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(135deg, #21171b 0%, #2d1620 58%, #171418 100%);
  color:#fff5ea;
  box-shadow:var(--shadow-strong);
  border:1px solid rgba(255,255,255,.06);
}
.notice-band h2{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.15;
}
.notice-band p{
  margin:0;
  color:rgba(255,245,231,.86);
  font-size:15px;
}
.notice-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.notice-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 13px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
}
.notice-item .mark{
  width:24px;height:24px;
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(208,162,74,.18);
  color:#fff2cf;
  font-weight:800;
  flex:0 0 auto;
}
.notice-item strong{
  display:block;
  margin-bottom:3px;
  font-size:14px;
}
.notice-item span{
  display:block;
  font-size:12px;
  color:rgba(255,245,231,.78);
}
.cta-box{
  background:rgba(255,255,255,.92);
  color:var(--ink);
  border-radius:16px;
  padding:18px;
}
.cta-box h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
}
.cta-box ul{
  list-style:none;
  padding:0;
  margin:0 0 16px;
  display:grid;
  gap:8px;
}
.cta-box li{
  display:flex;
  gap:8px;
  align-items:flex-start;
  font-size:13px;
  color:var(--muted);
}
.cta-box li::before{
  content:"";
  width:7px;height:7px;border-radius:2px;
  background:var(--gold);
  margin-top:8px;
  flex:0 0 auto;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:12px;
}
.field{
  display:grid;
  gap:6px;
}
.field label{
  font-size:12px;
  font-weight:800;
  color:#4b4043;
}
.field input,
.field select{
  width:100%;
  min-height:44px;
  border-radius:10px;
  border:1px solid rgba(74,24,38,.18);
  background:#fff;
  padding:0 12px;
  color:var(--ink);
  transition:border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.field input:focus,
.field select:focus{
  outline:none;
  border-color:rgba(143,31,60,.55);
  box-shadow:0 0 0 4px rgba(143,31,60,.08);
}
.cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.note-small{
  margin-top:10px;
  font-size:12px;
  color:var(--muted);
}

.faq-wrap{
  margin-top:20px;
  display:grid;
  gap:12px;
}
.faq-item{
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.faq-item[open]{
  border-color:rgba(143,31,60,.28);
  box-shadow:var(--shadow-strong);
}
.faq-item summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  cursor:pointer;
  font-weight:800;
  font-size:16px;
  color:var(--ink);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .sign{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(143,31,60,.08);
  border:1px solid rgba(143,31,60,.16);
  color:var(--primary);
  font-size:18px;
  flex:0 0 auto;
}
.faq-item[open] summary .sign{content:"-"}
.faq-answer{
  padding:0 18px 18px;
  color:var(--muted);
  font-size:14px;
}
.footer{
  margin-top:28px;
  background:#121114;
  color:#f5eadc;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-inner{
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
  padding:34px 0 26px;
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr;
  gap:20px;
}
.footer-brand strong{
  display:block;
  font-size:18px;
  margin-bottom:10px;
  color:#fff7ea;
}
.footer-brand p{
  margin:0;
  color:rgba(255,245,231,.78);
  font-size:13px;
  max-width:40em;
}
.footer-links{
  display:grid;
  gap:10px;
  align-content:start;
}
.footer-links a{
  color:#f5e7d5;
  font-size:13px;
}
.footer-links a:hover{color:#fff7e5}
.footer-meta{
  color:rgba(255,245,231,.68);
  font-size:12px;
  align-self:end;
  line-height:1.7;
}
.spacer{height:10px}

@media (max-width: 1180px){
  .hero-grid{grid-template-columns:1fr}
  .hero-visual{min-height:540px}
  .feature-grid{grid-template-columns:1fr}
  .theme-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .notice-band{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px){
  .sidebar{display:none}
  .main-wrap{margin-left:0}
  .mobile-topbar{display:flex}
  .mobile-drawer{display:none}
  .mobile-drawer.open{display:block}
  .container{width:min(100%, calc(100% - 32px))}
  .limit-bar{
    flex-direction:column;
    align-items:flex-start;
  }
  .limit-bar .clock{padding-left:0}
  .hero{padding-top:14px}
  .hero-grid{min-height:auto;gap:18px}
  .hero-copy{padding:10px 0 0}
  .hero-copy h1{font-size:36px;max-width:12em}
  .hero-copy .lead{font-size:16px}
  .hero-trust{grid-template-columns:1fr}
  .hero-visual{min-height:520px}
  .cover-grid{grid-template-columns:1fr}
  .cover-footer{flex-direction:column;align-items:stretch}
  .cover-footer .lightbar{width:100%}
  .section-head{flex-direction:column;align-items:flex-start}
  .section-head h2{font-size:24px}
  .feature-main h3{font-size:22px}
  .theme-grid{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .compare-row{grid-template-columns:1fr;gap:6px}
  .notice-band h2{font-size:24px}
  .footer-inner{grid-template-columns:1fr}
}
@media (max-width: 520px){
  .mobile-topbar{padding:0 12px}
  .mobile-brand strong{font-size:14px}
  .mobile-brand span{font-size:10px}
  .limit-bar{padding:10px 12px}
  .hero-copy h1{font-size:31px}
  .hero-copy .lead{font-size:15px}
  .btn{min-height:42px;padding:0 15px;font-size:13px}
  .chips-bar{gap:8px}
  .chip{min-height:34px;padding:0 12px}
  .entry-card{min-height:210px}
  .section{padding-bottom:48px}
  .faq-item summary{font-size:15px;padding:14px 14px}
  .faq-answer{padding:0 14px 14px}
}

/* roulang page: category1 */
:root {
      --bg: #f6f1e8;
      --bg-soft: #fbf7f1;
      --panel: #fffdf9;
      --panel-2: #f4ede2;
      --ink: #1d1717;
      --muted: #6f6161;
      --line: rgba(72, 34, 41, 0.14);
      --line-strong: rgba(127, 23, 42, 0.28);
      --primary: #7f172a;
      --primary-deep: #5f1020;
      --gold: #caa35b;
      --green: #1d766b;
      --blue: #2a63d4;
      --shadow: 0 8px 24px rgba(20, 20, 20, 0.08);
      --shadow-strong: 0 18px 48px rgba(120, 20, 45, 0.18);
      --radius: 8px;
      --radius-sm: 6px;
      --radius-xs: 4px;
      --sidebar-w: 102px;
      --max: 1220px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--ink);
      background:
        linear-gradient(90deg, rgba(127, 23, 42, 0.05) 0 100px, transparent 100px),
        linear-gradient(180deg, #f7f0e6 0%, #f8f4ee 24%, #f4eee5 100%);
      line-height: 1.6;
      letter-spacing: 0;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      border: 0;
      background: none;
      color: inherit;
      padding: 0;
      cursor: pointer;
    }

    :focus-visible {
      outline: 2px solid var(--gold);
      outline-offset: 2px;
    }

    .page {
      min-height: 100vh;
    }

    .sidebar {
      position: fixed;
      inset: 0 auto 0 0;
      width: var(--sidebar-w);
      background: linear-gradient(180deg, #241619 0%, #491824 100%);
      color: #fff7ee;
      border-right: 1px solid rgba(255, 255, 255, 0.08);
      z-index: 40;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 16px 12px 14px;
      box-shadow: 8px 0 28px rgba(22, 11, 14, 0.18);
    }

    .brand-rail {
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
      text-align: center;
    }

    .brand-mark {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background:
        linear-gradient(135deg, rgba(202, 163, 91, 0.94), rgba(127, 23, 42, 0.92));
      color: #fff7ee;
      display: grid;
      place-items: center;
      font-weight: 900;
      font-size: 18px;
      letter-spacing: 0;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    }

    .brand-rail strong {
      display: block;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-size: 15px;
      line-height: 1.15;
      letter-spacing: 0;
      max-height: 210px;
      white-space: normal;
    }

    .rail-status {
      width: 100%;
      padding: 9px 8px;
      border-radius: var(--radius-xs);
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 248, 240, 0.84);
      font-size: 12px;
      text-align: center;
      line-height: 1.35;
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sidebar-nav {
      display: grid;
      gap: 8px;
      margin: 16px 0;
    }

    .side-link {
      min-height: 64px;
      display: grid;
      justify-items: center;
      gap: 6px;
      padding: 8px 6px;
      border-radius: 14px;
      color: rgba(255, 247, 238, 0.88);
      border: 1px solid transparent;
      transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
    }

    .side-link .ico {
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.08);
      font-weight: 800;
      font-size: 13px;
      letter-spacing: 0;
    }

    .side-link span:last-child {
      font-size: 12px;
      line-height: 1.15;
      text-align: center;
    }

    .side-link:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(202, 163, 91, 0.34);
    }

    .side-link.active,
    .side-link[aria-current="page"] {
      background: rgba(202, 163, 91, 0.16);
      border-color: rgba(202, 163, 91, 0.72);
      box-shadow: inset 0 0 0 1px rgba(202, 163, 91, 0.15);
    }

    .sidebar-foot {
      display: grid;
      gap: 10px;
      justify-items: center;
    }

    .sidebar-chip {
      width: 100%;
      padding: 10px 8px;
      border-radius: 999px;
      text-align: center;
      font-size: 12px;
      color: #fff3df;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .sidebar-note {
      width: 100%;
      font-size: 11px;
      line-height: 1.4;
      color: rgba(255, 247, 238, 0.72);
      text-align: center;
    }

    .mobile-topbar {
      display: none;
      position: sticky;
      top: 0;
      z-index: 60;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px 16px;
      background: rgba(30, 19, 22, 0.9);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      color: #fff8f1;
    }

    .mobile-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      font-weight: 800;
      font-size: 15px;
    }

    .mobile-brand .mini-mark {
      width: 28px;
      height: 28px;
      border-radius: 8px;
      background: linear-gradient(135deg, var(--gold), var(--primary));
      display: grid;
      place-items: center;
      font-size: 12px;
      font-weight: 900;
      flex: 0 0 auto;
    }

    .menu-toggle {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: #fff;
      display: grid;
      place-items: center;
      background: rgba(255, 255, 255, 0.06);
      transition: background-color 160ms ease, transform 160ms ease, border-color 160ms ease;
    }

    .menu-toggle:hover {
      background: rgba(255, 255, 255, 0.1);
      transform: translateY(-1px);
    }

    .menu-bars {
      width: 18px;
      height: 12px;
      position: relative;
    }

    .menu-bars::before,
    .menu-bars::after,
    .menu-bars span {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      border-radius: 2px;
      background: currentColor;
    }

    .menu-bars::before { top: 0; }
    .menu-bars span { top: 5px; }
    .menu-bars::after { bottom: 0; }

    .mobile-drawer {
      display: none;
      position: fixed;
      inset: 62px 12px auto 12px;
      z-index: 55;
      background: #26181b;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      box-shadow: var(--shadow-strong);
      padding: 12px;
      color: #fff8ef;
    }

    .mobile-drawer .sidebar-nav {
      margin: 0;
    }

    .mobile-drawer .side-link {
      min-height: 56px;
      grid-template-columns: 30px 1fr;
      align-items: center;
      justify-items: start;
      gap: 10px;
      padding: 10px 12px;
    }

    .mobile-drawer .side-link span:last-child {
      font-size: 14px;
    }

    .mobile-drawer .side-link .ico {
      width: 28px;
      height: 28px;
    }

    .drawer-mask {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 50;
      background: rgba(10, 8, 9, 0.45);
      backdrop-filter: blur(2px);
    }

    .nav-open .mobile-drawer,
    .nav-open .drawer-mask {
      display: block;
    }

    .content {
      margin-left: var(--sidebar-w);
      min-height: 100vh;
    }

    .container {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
    }

    .hero {
      position: relative;
      padding: 34px 0 26px;
    }

    .notice-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 14px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(127, 23, 42, 0.96), rgba(66, 22, 29, 0.96));
      color: #fff7ee;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .notice-strip .tag {
      flex: 0 0 auto;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(202, 163, 91, 0.92);
      color: #241619;
      font-weight: 800;
      font-size: 12px;
    }

    .notice-strip p {
      margin: 0;
      font-size: 13px;
      line-height: 1.45;
      color: rgba(255, 247, 238, 0.92);
    }

    .notice-strip .clock {
      flex: 0 0 auto;
      font-size: 12px;
      color: rgba(255, 240, 221, 0.78);
      white-space: nowrap;
    }

    .hero-panel {
      margin-top: 16px;
      position: relative;
      min-height: 600px;
      border-radius: 28px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(36, 22, 25, 0.94) 0%, rgba(79, 18, 31, 0.97) 42%, rgba(250, 244, 232, 0.96) 42%, rgba(250, 244, 232, 0.96) 100%);
      box-shadow: var(--shadow-strong);
      border: 1px solid rgba(127, 23, 42, 0.12);
    }

    .hero-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, transparent 0 58%, rgba(202, 163, 91, 0.16) 58% 70%, transparent 70% 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
      gap: 30px;
      padding: 38px;
      align-items: stretch;
    }

    .hero-copy {
      color: #fff8ef;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 24px;
      min-height: 524px;
    }

    .kicker-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }

    .kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: #fff7ed;
      border: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
    }

    .kicker.gold {
      background: rgba(202, 163, 91, 0.2);
      border-color: rgba(202, 163, 91, 0.4);
      color: #ffeabf;
    }

    .hero-copy h1 {
      margin: 0;
      max-width: 12ch;
      font-size: clamp(38px, 6vw, 64px);
      line-height: 1.02;
      letter-spacing: 0;
      font-weight: 900;
    }

    .hero-copy .lead {
      max-width: 40rem;
      margin: 0;
      color: rgba(255, 246, 238, 0.84);
      font-size: 17px;
      line-height: 1.8;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .btn {
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 18px;
      border-radius: var(--radius-sm);
      font-weight: 800;
      letter-spacing: 0;
      border: 1px solid transparent;
      transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
      white-space: nowrap;
    }

    .btn-primary {
      background: var(--primary);
      color: #fff7f1;
      box-shadow: 0 12px 28px rgba(127, 23, 42, 0.24);
    }

    .btn-primary:hover {
      background: var(--primary-deep);
      transform: translateY(-1px);
      box-shadow: 0 16px 34px rgba(127, 23, 42, 0.28);
    }

    .btn-secondary {
      background: rgba(255, 255, 255, 0.04);
      color: #fff7ef;
      border-color: rgba(255, 255, 255, 0.22);
    }

    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.09);
      transform: translateY(-1px);
    }

    .btn-gold {
      background: var(--gold);
      color: #241619;
      box-shadow: 0 12px 26px rgba(202, 163, 91, 0.18);
    }

    .btn-gold:hover {
      background: #ddb56d;
      transform: translateY(-1px);
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 620px;
    }

    .metric {
      padding: 14px 14px 15px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      min-height: 112px;
    }

    .metric .num {
      font-size: 27px;
      font-weight: 900;
      line-height: 1;
      color: #ffe6ab;
      margin-bottom: 8px;
    }

    .metric .label {
      display: block;
      font-size: 13px;
      font-weight: 700;
      color: #fff7ef;
      margin-bottom: 6px;
    }

    .metric p {
      margin: 0;
      color: rgba(255, 247, 238, 0.76);
      font-size: 12px;
      line-height: 1.45;
    }

    .hero-side {
      background: rgba(255, 251, 244, 0.98);
      border-radius: 22px;
      padding: 20px;
      border: 1px solid rgba(127, 23, 42, 0.12);
      display: grid;
      gap: 16px;
      box-shadow: var(--shadow);
      color: var(--ink);
    }

    .ring-box {
      display: grid;
      grid-template-columns: 150px 1fr;
      gap: 16px;
      align-items: center;
    }

    .ring {
      --p: 78;
      width: 150px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: conic-gradient(var(--gold) calc(var(--p) * 1%), #eadfce 0);
      position: relative;
      box-shadow: inset 0 0 0 1px rgba(127, 23, 42, 0.08);
    }

    .ring::before {
      content: "";
      position: absolute;
      inset: 14px;
      background: linear-gradient(180deg, #fffdf9, #f4ece0);
      border-radius: 50%;
    }

    .ring strong,
    .ring span {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      text-align: center;
      z-index: 1;
    }

    .ring strong {
      font-size: 28px;
      font-weight: 900;
      color: var(--primary);
      transform: translateY(-8px);
    }

    .ring span {
      transform: translateY(18px);
      font-size: 12px;
      color: var(--muted);
      line-height: 1.2;
      padding: 0 20px;
    }

    .side-copy h2 {
      margin: 0 0 8px;
      font-size: 20px;
      line-height: 1.18;
      font-weight: 900;
      color: var(--ink);
    }

    .side-copy p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .slots {
      display: grid;
      gap: 10px;
    }

    .slot {
      position: relative;
      display: grid;
      grid-template-columns: 36px 1fr auto;
      gap: 10px;
      align-items: center;
      padding: 12px 12px 12px 14px;
      border-radius: 14px;
      background: #fff;
      border: 1px solid rgba(127, 23, 42, 0.1);
    }

    .slot::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      bottom: 11px;
      width: 4px;
      border-radius: 99px;
      background: var(--primary);
    }

    .slot:nth-child(2)::before { background: var(--gold); }
    .slot:nth-child(3)::before { background: var(--green); }

    .slot .rank {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: rgba(127, 23, 42, 0.08);
      color: var(--primary);
      font-weight: 900;
    }

    .slot h3 {
      margin: 0 0 4px;
      font-size: 15px;
      line-height: 1.25;
    }

    .slot p {
      margin: 0;
      font-size: 12px;
      color: var(--muted);
      line-height: 1.5;
    }

    .slot .state {
      align-self: start;
      padding: 5px 9px;
      border-radius: 999px;
      font-size: 12px;
      color: var(--primary);
      background: rgba(127, 23, 42, 0.08);
      white-space: nowrap;
    }

    .rail-gap {
      height: 18px;
    }

    .section {
      padding: 26px 0 14px;
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 16px;
      margin-bottom: 16px;
    }

    .section-head h2 {
      margin: 0;
      font-size: 26px;
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: 0;
      color: var(--ink);
    }

    .section-head p {
      margin: 0;
      max-width: 44rem;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .track-shell {
      position: relative;
    }

    .track-actions {
      display: flex;
      gap: 8px;
      margin-bottom: 12px;
      justify-content: flex-end;
    }

    .icon-btn {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      border: 1px solid rgba(127, 23, 42, 0.16);
      background: rgba(255, 255, 255, 0.72);
      color: var(--primary);
      display: grid;
      place-items: center;
      box-shadow: var(--shadow);
      transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
    }

    .icon-btn:hover {
      transform: translateY(-1px);
      border-color: rgba(127, 23, 42, 0.28);
      background: #fff;
    }

    .horizontal-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(220px, 1fr);
      gap: 14px;
      overflow-x: auto;
      padding-bottom: 8px;
      scroll-snap-type: x mandatory;
      scrollbar-width: thin;
      scrollbar-color: rgba(127, 23, 42, 0.35) transparent;
    }

    .horizontal-track::-webkit-scrollbar {
      height: 10px;
    }

    .horizontal-track::-webkit-scrollbar-thumb {
      background: rgba(127, 23, 42, 0.28);
      border-radius: 999px;
    }

    .entry-card {
      scroll-snap-align: start;
      min-height: 238px;
      border-radius: 18px;
      background: var(--panel);
      border: 1px solid rgba(127, 23, 42, 0.12);
      box-shadow: var(--shadow);
      padding: 16px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 12px;
      transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    }

    .entry-card::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 4px;
      background: var(--primary);
    }

    .entry-card:nth-child(2)::before { background: var(--gold); }
    .entry-card:nth-child(3)::before { background: var(--green); }
    .entry-card:nth-child(4)::before { background: var(--blue); }
    .entry-card:nth-child(5)::before { background: #444; }

    .entry-card:hover {
      transform: translateY(-3px);
      border-color: rgba(127, 23, 42, 0.24);
      box-shadow: var(--shadow-strong);
    }

    .entry-card .entry-top {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: start;
    }

    .entry-card .no {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      background: rgba(127, 23, 42, 0.08);
      color: var(--primary);
      display: grid;
      place-items: center;
      font-weight: 900;
      flex: 0 0 auto;
    }

    .entry-card .badge {
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(202, 163, 91, 0.18);
      color: #8f6518;
      font-size: 12px;
      white-space: nowrap;
    }

    .entry-card h3 {
      margin: 0;
      font-size: 17px;
      line-height: 1.3;
      font-weight: 900;
    }

    .entry-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.65;
    }

    .entry-meta {
      margin-top: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      justify-content: space-between;
    }

    .mini-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .mini-tag {
      padding: 4px 8px;
      border-radius: 999px;
      background: #f4ede2;
      color: #6b5b5b;
      font-size: 11px;
    }

    .text-link {
      color: var(--primary);
      font-weight: 800;
      font-size: 13px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .dashboard {
      margin-top: 18px;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.86fr);
      gap: 16px;
      align-items: start;
    }

    .feature-card {
      border-radius: 22px;
      background: linear-gradient(180deg, #fffdf9, #f8f2e9);
      border: 1px solid rgba(127, 23, 42, 0.12);
      box-shadow: var(--shadow);
      padding: 20px;
      position: relative;
      overflow: hidden;
    }

    .feature-card::after {
      content: "";
      position: absolute;
      right: -40px;
      top: -40px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(202, 163, 91, 0.18), transparent 65%);
      pointer-events: none;
    }

    .feature-card .tagline {
      display: inline-flex;
      align-items: center;
      height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      background: rgba(127, 23, 42, 0.08);
      color: var(--primary);
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .feature-card h3 {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.22;
      font-weight: 900;
    }

    .feature-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
      max-width: 44rem;
    }

    .feature-list {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .feature-list li {
      display: grid;
      grid-template-columns: 22px 1fr;
      gap: 10px;
      align-items: start;
      padding: 12px 12px 12px 10px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(127, 23, 42, 0.1);
    }

    .check {
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: rgba(127, 23, 42, 0.1);
      color: var(--primary);
      display: grid;
      place-items: center;
      font-weight: 900;
      font-size: 13px;
      margin-top: 1px;
    }

    .feature-list strong {
      display: block;
      font-size: 14px;
      line-height: 1.35;
      margin-bottom: 3px;
    }

    .feature-list span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.55;
    }

    .rank-panel {
      display: grid;
      gap: 10px;
    }

    .rank-card {
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(127, 23, 42, 0.1);
      box-shadow: var(--shadow);
      padding: 14px 14px 14px 16px;
      display: grid;
      grid-template-columns: 34px 1fr auto;
      gap: 10px;
      align-items: center;
    }

    .rank-mark {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      font-weight: 900;
      color: var(--primary);
      background: rgba(127, 23, 42, 0.08);
    }

    .rank-card h4 {
      margin: 0 0 3px;
      font-size: 15px;
      line-height: 1.3;
    }

    .rank-card p {
      margin: 0;
      font-size: 12px;
      line-height: 1.5;
      color: var(--muted);
    }

    .rank-card .state {
      padding: 5px 8px;
      border-radius: 999px;
      background: rgba(202, 163, 91, 0.16);
      color: #8c6417;
      font-size: 12px;
      white-space: nowrap;
    }

    .band {
      margin-top: 18px;
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid rgba(127, 23, 42, 0.12);
      box-shadow: var(--shadow);
      background: linear-gradient(135deg, #241619 0%, #6b1526 58%, #caa35b 58%, #d4b06d 100%);
      color: #fff8ef;
    }

    .band-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
      gap: 16px;
      padding: 22px;
      align-items: center;
    }

    .band h2 {
      margin: 0 0 8px;
      font-size: 28px;
      line-height: 1.15;
      font-weight: 900;
    }

    .band p {
      margin: 0;
      max-width: 46rem;
      color: rgba(255, 247, 238, 0.84);
      font-size: 14px;
      line-height: 1.8;
    }

    .cta-box {
      background: rgba(255, 250, 242, 0.96);
      color: var(--ink);
      border-radius: 18px;
      padding: 18px;
      display: grid;
      gap: 14px;
      box-shadow: 0 18px 42px rgba(34, 17, 19, 0.14);
    }

    .cta-box .row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .chip {
      height: 32px;
      padding: 0 12px;
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      border: 1px solid rgba(127, 23, 42, 0.14);
      background: #fff;
      color: var(--ink);
      font-size: 12px;
      font-weight: 700;
      transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
    }

    .chip:hover {
      transform: translateY(-1px);
      border-color: rgba(127, 23, 42, 0.3);
      background: #fff8f5;
    }

    .compare {
      margin-top: 18px;
      background: #fffaf4;
      border: 1px solid rgba(127, 23, 42, 0.12);
      border-radius: 22px;
      padding: 20px;
      box-shadow: var(--shadow);
    }

    .compare h2 {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 900;
    }

    .compare p {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .compare-grid {
      overflow-x: auto;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      min-width: 680px;
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
    }

    thead th {
      text-align: left;
      font-size: 13px;
      padding: 14px 14px;
      background: rgba(127, 23, 42, 0.06);
      color: var(--ink);
      border-bottom: 1px solid rgba(127, 23, 42, 0.12);
    }

    tbody td {
      padding: 14px 14px;
      border-bottom: 1px solid rgba(127, 23, 42, 0.08);
      font-size: 13px;
      color: var(--ink);
      vertical-align: top;
      line-height: 1.65;
    }

    tbody tr:last-child td {
      border-bottom: 0;
    }

    .table-tag {
      display: inline-flex;
      align-items: center;
      height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      background: rgba(127, 23, 42, 0.08);
      color: var(--primary);
      font-weight: 800;
      font-size: 12px;
    }

    .notes {
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 14px;
    }

    .note-card {
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(127, 23, 42, 0.1);
      box-shadow: var(--shadow);
      padding: 16px;
    }

    .note-card .head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .note-icon {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      font-weight: 900;
      background: rgba(127, 23, 42, 0.08);
      color: var(--primary);
    }

    .note-card h3 {
      margin: 0;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 900;
    }

    .note-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.75;
    }

    .cta-section {
      margin: 20px 0 0;
      border-radius: 24px;
      overflow: hidden;
      background: linear-gradient(135deg, #3a111c 0%, #76172b 58%, #d2b06a 58%, #f1dcc0 100%);
      color: #fff8ef;
      box-shadow: var(--shadow-strong);
    }

    .cta-inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
      gap: 18px;
      padding: 24px;
      align-items: center;
    }

    .cta-copy h2 {
      margin: 0 0 10px;
      font-size: 28px;
      line-height: 1.15;
      font-weight: 900;
    }

    .cta-copy p {
      margin: 0;
      color: rgba(255, 247, 238, 0.86);
      font-size: 14px;
      line-height: 1.8;
      max-width: 46rem;
    }

    .form-card {
      background: rgba(255, 251, 244, 0.98);
      color: var(--ink);
      border-radius: 18px;
      padding: 18px;
      box-shadow: 0 18px 40px rgba(20, 10, 12, 0.14);
    }

    .form-grid {
      display: grid;
      gap: 12px;
    }

    .field {
      display: grid;
      gap: 8px;
    }

    .field label {
      font-size: 13px;
      font-weight: 800;
      color: var(--ink);
    }

    .field input,
    .field textarea,
    .field select {
      width: 100%;
      min-height: 44px;
      padding: 11px 12px;
      border-radius: 10px;
      border: 1px solid rgba(127, 23, 42, 0.18);
      background: #fff;
      color: var(--ink);
      outline: none;
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .field textarea {
      min-height: 84px;
      resize: vertical;
    }

    .field input:focus,
    .field textarea:focus,
    .field select:focus {
      border-color: rgba(127, 23, 42, 0.46);
      box-shadow: 0 0 0 4px rgba(127, 23, 42, 0.08);
    }

    .form-note {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.6;
    }

    .faq {
      padding: 28px 0 0;
    }

    .faq h2 {
      margin: 0 0 14px;
      font-size: 26px;
      line-height: 1.18;
      font-weight: 900;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      border: 1px solid rgba(127, 23, 42, 0.12);
      box-shadow: var(--shadow);
    }

    .faq-item summary {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      cursor: pointer;
      padding: 16px 18px;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.4;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: rgba(127, 23, 42, 0.08);
      color: var(--primary);
      font-size: 18px;
      flex: 0 0 auto;
      transition: transform 180ms ease, content 180ms ease;
    }

    .faq-item[open] summary {
      background: rgba(127, 23, 42, 0.04);
      border-bottom: 1px solid rgba(127, 23, 42, 0.08);
    }

    .faq-item[open] summary::after {
      content: "−";
      background: rgba(202, 163, 91, 0.16);
    }

    .faq-answer {
      padding: 0 18px 18px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer {
      margin-top: 28px;
      background: #1d1315;
      color: #f8efe5;
      border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .footer-inner {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
      padding: 28px 0 24px;
      display: grid;
      gap: 16px;
    }

    .footer-brand strong {
      font-size: 20px;
      line-height: 1.2;
      display: block;
      margin-bottom: 10px;
      font-weight: 900;
      letter-spacing: 0;
    }

    .footer-brand p {
      margin: 0;
      max-width: 52rem;
      color: rgba(248, 239, 229, 0.8);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 16px;
      align-items: center;
    }

    .footer-links a {
      color: #fff6eb;
      font-size: 14px;
      font-weight: 700;
      opacity: 0.9;
      transition: opacity 160ms ease, transform 160ms ease;
    }

    .footer-links a:hover {
      opacity: 1;
      transform: translateY(-1px);
    }

    .footer-meta {
      padding-top: 14px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(248, 239, 229, 0.66);
      font-size: 12px;
      line-height: 1.6;
    }

    .desktop-only {
      display: block;
    }

    .mobile-only {
      display: none;
    }

    .section-gap {
      height: 18px;
    }

    @media (max-width: 1100px) {
      .hero-grid,
      .band-inner,
      .cta-inner,
      .dashboard {
        grid-template-columns: 1fr;
      }

      .hero-copy {
        min-height: unset;
      }

      .notes {
        grid-template-columns: 1fr;
      }

      .hero-panel {
        min-height: unset;
      }

      .band {
        background: linear-gradient(135deg, #241619 0%, #6b1526 58%, #caa35b 58%, #d4b06d 100%);
      }
    }

    @media (max-width: 768px) {
      .sidebar {
        display: none;
      }

      .content {
        margin-left: 0;
      }

      .mobile-topbar {
        display: flex;
      }

      .container,
      .footer-inner {
        width: min(100% - 32px, var(--max));
      }

      .hero {
        padding-top: 16px;
      }

      .hero-panel {
        border-radius: 22px;
      }

      .hero-grid,
      .band-inner,
      .cta-inner {
        padding: 18px;
      }

      .hero-grid {
        gap: 18px;
      }

      .hero-copy h1 {
        font-size: 34px;
      }

      .section-head {
        align-items: start;
        flex-direction: column;
      }

      .section-head h2,
      .compare h2,
      .faq h2,
      .band h2,
      .cta-copy h2 {
        font-size: 24px;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .ring-box {
        grid-template-columns: 1fr;
      }

      .ring {
        width: 132px;
        margin: 0 auto;
      }

      .horizontal-track {
        grid-auto-columns: minmax(76vw, 1fr);
      }

      .entry-card {
        min-height: 220px;
      }

      .compare-grid table {
        min-width: 620px;
      }

      .mobile-only {
        display: block;
      }

      .desktop-only {
        display: none;
      }
    }

    @media (max-width: 520px) {
      .container,
      .footer-inner {
        width: min(100% - 24px, var(--max));
      }

      .hero-copy h1 {
        font-size: 31px;
      }

      .notice-strip {
        border-radius: 20px;
        padding: 10px 12px;
        align-items: start;
        flex-direction: column;
      }

      .notice-strip .clock {
        white-space: normal;
      }

      .btn {
        width: 100%;
        justify-content: center;
      }

      .hero-actions {
        display: grid;
      }

      .hero-panel {
        border-radius: 18px;
      }

      .hero-grid,
      .band-inner,
      .cta-inner {
        padding: 16px;
      }

      .metric {
        min-height: 102px;
      }

      .slot {
        grid-template-columns: 32px 1fr;
      }

      .slot .state {
        grid-column: 2;
        justify-self: start;
      }

      .entry-card h3 {
        font-size: 16px;
      }

      .feature-card h3,
      .band h2,
      .cta-copy h2 {
        font-size: 22px;
      }

      .faq-item summary {
        font-size: 15px;
        padding: 14px 14px;
      }

      .faq-answer {
        padding: 0 14px 14px;
      }

      .form-card {
        padding: 14px;
      }
    }
