/* roulang page: index */
:root {
      --primary: #16a34a;
      --primary-dark: #15803d;
      --primary-soft: #ecfdf5;
      --mint: #d1fae5;
      --amber: #f59e0b;
      --ink: #111827;
      --text: #374151;
      --muted: #64748b;
      --line: #e2e8f0;
      --panel: #ffffff;
      --bg: #f8fafc;
      --radius-sm: 12px;
      --radius: 18px;
      --radius-lg: 24px;
      --shadow: 0 18px 50px rgba(15, 23, 42, .08);
      --shadow-hover: 0 24px 70px rgba(22, 163, 74, .14);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
      color: var(--text);
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 44%, #ffffff 100%);
      line-height: 1.7;
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .site-container {
      width: min(1280px, calc(100% - 32px));
      margin: 0 auto;
    }

    .top-strip {
      border-bottom: 1px solid var(--line);
      background: #f0fdf4;
      color: #166534;
      font-size: 13px;
    }

    .top-strip-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .strip-group {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .strip-dot,
    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--primary);
      display: inline-flex;
      flex: 0 0 auto;
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(226, 232, 240, .86);
      box-shadow: 0 10px 34px rgba(15, 23, 42, .04);
    }

    .nav-bar {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--ink);
      white-space: nowrap;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, #16a34a, #22c55e);
      box-shadow: 0 12px 28px rgba(22, 163, 74, .25);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      color: #475569;
      font-size: 15px;
      font-weight: 650;
    }

    .nav-links a {
      padding: 9px 13px;
      border-radius: 999px;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--primary-dark);
      background: var(--primary-soft);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .btn {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 14px;
      padding: 0 18px;
      border: 1px solid transparent;
      font-weight: 750;
      line-height: 1.2;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
    }

    .btn:focus-visible,
    input:focus-visible,
    summary:focus-visible {
      outline: 3px solid rgba(34, 197, 94, .28);
      outline-offset: 3px;
    }

    .btn-primary {
      background: var(--primary);
      color: #fff;
      box-shadow: 0 14px 30px rgba(22, 163, 74, .22);
    }

    .btn-primary:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(21, 128, 61, .24);
    }

    .btn-secondary {
      background: #fff;
      color: var(--primary-dark);
      border-color: #86efac;
    }

    .btn-secondary:hover {
      background: var(--primary-soft);
      transform: translateY(-2px);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: #fff;
      color: var(--ink);
    }

    .menu-toggle span {
      display: block;
      width: 18px;
      height: 2px;
      margin: 4px auto;
      border-radius: 999px;
      background: currentColor;
    }

    .section {
      padding: 82px 0;
    }

    .section-tight {
      padding: 56px 0;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 28px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary-dark);
      font-size: 13px;
      font-weight: 750;
      margin-bottom: 12px;
    }

    h1,
    h2,
    h3 {
      color: var(--ink);
      margin: 0;
      letter-spacing: 0;
    }

    h1 {
      font-size: clamp(32px, 5vw, 54px);
      line-height: 1.14;
      font-weight: 850;
    }

    h2 {
      font-size: clamp(25px, 3.4vw, 36px);
      line-height: 1.22;
      font-weight: 820;
    }

    h3 {
      font-size: 19px;
      line-height: 1.36;
      font-weight: 760;
    }

    p {
      margin: 0;
    }

    .lead {
      margin-top: 18px;
      color: #475569;
      font-size: 17px;
      line-height: 1.85;
      max-width: 680px;
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 72px 0 42px;
      background:
        linear-gradient(135deg, rgba(236, 253, 245, .95), rgba(255, 255, 255, .92) 48%, rgba(240, 253, 244, .8)),
        radial-gradient(circle at 85% 10%, rgba(34, 197, 94, .12), transparent 34%);
      border-bottom: 1px solid var(--line);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 5fr 7fr;
      align-items: center;
      gap: 42px;
    }

    .hero-copy {
      position: relative;
      z-index: 2;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }

    .metric {
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: rgba(255, 255, 255, .78);
    }

    .metric strong {
      display: block;
      color: var(--ink);
      font-size: 22px;
      line-height: 1.2;
    }

    .metric span {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 13px;
    }

    .stage-wrap {
      position: relative;
      transform: rotate(-1deg) translateY(6px);
    }

    .stage-wrap::before {
      content: "";
      position: absolute;
      inset: 24px -14px -18px 28px;
      border-radius: 28px;
      background: #bbf7d0;
      opacity: .72;
      transform: rotate(3deg);
    }

    .product-stage {
      position: relative;
      border-radius: 28px;
      background: #fff;
      border: 1px solid rgba(148, 163, 184, .32);
      box-shadow: var(--shadow);
      overflow: hidden;
      transform: rotate(1deg);
    }

    .stage-top {
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px;
      border-bottom: 1px solid var(--line);
      background: #f8fafc;
    }

    .window-dots {
      display: flex;
      gap: 7px;
    }

    .window-dots i {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #cbd5e1;
    }

    .window-dots i:nth-child(1) {
      background: #22c55e;
    }

    .stage-body {
      padding: 22px;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 18px;
      min-height: 390px;
    }

    .stage-panel,
    .step-panel {
      border: 1px solid var(--line);
      border-radius: 20px;
      background: #fff;
      padding: 18px;
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 16px;
    }

    .entry-cell {
      min-height: 86px;
      border-radius: 16px;
      border: 1px solid #dcfce7;
      background: linear-gradient(180deg, #f0fdf4, #ffffff);
      padding: 13px;
    }

    .entry-cell b {
      display: block;
      color: var(--ink);
      font-size: 15px;
      margin-bottom: 4px;
    }

    .entry-cell small {
      color: var(--muted);
      line-height: 1.45;
    }

    .progress {
      height: 8px;
      border-radius: 999px;
      background: #e2e8f0;
      overflow: hidden;
      margin: 16px 0;
    }

    .progress span {
      display: block;
      height: 100%;
      width: 78%;
      border-radius: inherit;
      background: linear-gradient(90deg, #16a34a, #22c55e);
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin-top: 16px;
    }

    .check-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #475569;
      font-size: 14px;
    }

    .check-icon {
      width: 22px;
      height: 22px;
      border-radius: 999px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      color: #fff;
      background: var(--primary);
      font-size: 13px;
      font-weight: 900;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      background: #f1f5f9;
      color: #475569;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
    }

    .badge-green {
      background: var(--primary-soft);
      color: var(--primary-dark);
    }

    .badge-amber {
      background: #fffbeb;
      color: #b45309;
    }

    .directory-band {
      margin-top: -10px;
      position: relative;
      z-index: 3;
    }

    .directory {
      display: grid;
      grid-template-columns: 1.15fr repeat(2, minmax(0, .95fr));
      gap: 16px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255, 255, 255, .9);
      box-shadow: var(--shadow);
    }

    .directory-card {
      border-radius: 20px;
      padding: 20px;
      border: 1px solid var(--line);
      background: #fff;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .directory-card:hover {
      transform: translateY(-2px);
      border-color: #86efac;
      box-shadow: var(--shadow-hover);
    }

    .directory-card.primary {
      background: linear-gradient(135deg, #111827, #1f2937);
      color: #d1d5db;
      border-color: transparent;
    }

    .directory-card.primary h3 {
      color: #fff;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .product-card {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      border-radius: 22px;
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .product-card:hover {
      transform: translateY(-2px);
      border-color: #86efac;
      box-shadow: var(--shadow-hover);
    }

    .product-card.featured {
      grid-column: span 2;
    }

    .thumb {
      min-height: 154px;
      padding: 16px;
      background:
        linear-gradient(135deg, #ecfdf5, #ffffff 46%, #f8fafc),
        repeating-linear-gradient(90deg, rgba(22, 163, 74, .08) 0 1px, transparent 1px 18px);
      border-bottom: 1px solid var(--line);
    }

    .mini-screen {
      height: 122px;
      border-radius: 18px;
      border: 1px solid rgba(148, 163, 184, .32);
      background: #fff;
      padding: 12px;
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .mini-line {
      height: 10px;
      border-radius: 999px;
      background: #e2e8f0;
    }

    .mini-line.green {
      background: #bbf7d0;
    }

    .mini-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

    .card-body {
      padding: 18px;
    }

    .card-body p {
      margin-top: 9px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .points {
      list-style: none;
      padding: 0;
      margin: 15px 0 0;
      display: grid;
      gap: 8px;
      color: #475569;
      font-size: 14px;
    }

    .points li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }

    .points li::before {
      content: "✓";
      color: var(--primary);
      font-weight: 900;
    }

    .card-foot {
      padding: 0 18px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .price {
      color: var(--ink);
      font-weight: 850;
      font-size: 20px;
    }

    .price small {
      display: block;
      color: var(--muted);
      font-size: 12px;
      font-weight: 600;
    }

    .small-btn {
      min-height: 38px;
      padding: 0 13px;
      border-radius: 12px;
      font-size: 14px;
    }

    .value-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 22px;
      align-items: stretch;
    }

    .value-panel {
      border-radius: 24px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 28px;
      box-shadow: 0 14px 38px rgba(15, 23, 42, .05);
    }

    .value-list {
      display: grid;
      gap: 14px;
      margin-top: 22px;
    }

    .value-item {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 14px;
      padding: 16px;
      border-radius: 18px;
      background: #f8fafc;
      border: 1px solid #eef2f7;
    }

    .value-icon {
      width: 44px;
      height: 44px;
      border-radius: 15px;
      background: var(--primary-soft);
      color: var(--primary-dark);
      display: grid;
      place-items: center;
      font-weight: 900;
    }

    .insight-layout {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 20px;
    }

    .news-list {
      display: grid;
      gap: 12px;
    }

    .news-link {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 12px;
      padding: 16px 18px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
    }

    .news-link:hover {
      border-color: #86efac;
      box-shadow: var(--shadow-hover);
      transform: translateY(-2px);
    }

    .news-date {
      color: var(--primary-dark);
      font-weight: 800;
      font-size: 13px;
      white-space: nowrap;
    }

    .quote-card {
      border-radius: 24px;
      padding: 26px;
      background: #111827;
      color: #d1d5db;
      min-height: 100%;
    }

    .quote-card h3 {
      color: #fff;
      margin-bottom: 12px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .step-card {
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 22px;
      background: #fff;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .step-card:hover {
      transform: translateY(-2px);
      border-color: #86efac;
      box-shadow: var(--shadow-hover);
    }

    .step-num {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: var(--primary);
      color: #fff;
      font-weight: 850;
      margin-bottom: 14px;
    }

    .reviews {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 10px;
      scrollbar-color: #86efac #f1f5f9;
    }

    .review-card {
      flex: 0 0 385px;
      scroll-snap-align: start;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: #fff;
      padding: 22px;
      box-shadow: 0 12px 32px rgba(15, 23, 42, .04);
    }

    .stars {
      color: var(--primary);
      font-weight: 900;
      margin-bottom: 10px;
    }

    .review-meta {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: var(--muted);
      font-size: 13px;
    }

    .guarantee {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
      padding: 18px;
      border-radius: 24px;
      background: var(--primary-soft);
      border: 1px solid #bbf7d0;
    }

    .guarantee-item {
      border-radius: 18px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(187, 247, 208, .85);
      padding: 16px;
      color: #166534;
      font-size: 14px;
      font-weight: 700;
    }

    .cta {
      border-radius: 28px;
      border: 1px solid #86efac;
      background:
        linear-gradient(135deg, #ecfdf5 0%, #ffffff 60%, #dcfce7 100%);
      padding: 34px;
      display: grid;
      grid-template-columns: 1.3fr .7fr;
      gap: 28px;
      align-items: center;
      box-shadow: var(--shadow);
    }

    .cta-box {
      border-radius: 22px;
      border: 1px solid #bbf7d0;
      background: #fff;
      padding: 20px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      margin-top: 16px;
    }

    .input {
      width: 100%;
      min-height: 48px;
      border-radius: 14px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 0 14px;
      color: var(--ink);
    }

    .input:focus {
      border-color: #86efac;
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
      outline: none;
    }

    .consent {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      margin-top: 12px;
      color: var(--muted);
      font-size: 13px;
    }

    .consent input {
      width: 18px;
      height: 18px;
      margin-top: 3px;
      accent-color: var(--primary);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    details {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
      padding: 0 18px;
      transition: border-color .2s ease, background .2s ease;
    }

    details[open] {
      border-color: #86efac;
      background: #f0fdf4;
    }

    summary {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      color: var(--ink);
      font-weight: 760;
      cursor: pointer;
      list-style: none;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    summary::after {
      content: "+";
      color: var(--primary-dark);
      font-size: 22px;
      font-weight: 800;
    }

    details[open] summary::after {
      content: "−";
    }

    details p {
      padding: 0 0 18px;
      color: #475569;
      font-size: 14px;
      line-height: 1.75;
    }

    .footer {
      padding: 46px 0 26px;
      border-top: 1px solid var(--line);
      background: #fff;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr;
      gap: 24px;
      align-items: start;
    }

    .footer h3 {
      font-size: 16px;
      margin-bottom: 12px;
    }

    .footer p,
    .footer a {
      color: #64748b;
      font-size: 14px;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer a:hover {
      color: var(--primary-dark);
    }

    .copyright {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      color: #94a3b8;
      font-size: 13px;
      display: flex;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .value-grid,
      .insight-layout,
      .cta {
        grid-template-columns: 1fr;
      }

      .stage-wrap {
        transform: none;
      }

      .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .guarantee {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .directory {
        grid-template-columns: 1fr;
      }

      .nav-links,
      .nav-actions {
        display: none;
      }

      .menu-toggle {
        display: block;
      }

      .site-header.open .nav-links {
        display: grid;
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 20px;
        background: #fff;
        box-shadow: var(--shadow);
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 28px, 1280px);
      }

      .top-strip-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 8px 0;
        gap: 6px;
      }

      .section {
        padding: 58px 0;
      }

      .section-tight {
        padding: 42px 0;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .hero {
        padding: 48px 0 32px;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .stage-body {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 16px;
      }

      .entry-grid {
        grid-template-columns: 1fr;
      }

      .product-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
      }

      .product-card,
      .product-card.featured {
        flex: 0 0 84%;
        grid-column: auto;
        scroll-snap-align: start;
      }

      .steps,
      .faq-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .guarantee {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .form-row {
        grid-template-columns: 1fr;
      }

      .review-card {
        flex-basis: 88%;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 32px;
      }

      .brand span:last-child {
        max-width: 220px;
        white-space: normal;
        line-height: 1.25;
      }

      .hero-actions .btn,
      .cta .btn {
        width: 100%;
      }

      .product-card,
      .product-card.featured {
        flex-basis: 92%;
      }

      .guarantee {
        grid-template-columns: 1fr;
      }

      .cta {
        padding: 22px;
        border-radius: 22px;
      }

      .copyright {
        flex-direction: column;
      }
    }

/* roulang page: category2 */
:root {
      --color-primary: #16a34a;
      --color-primary-dark: #15803d;
      --color-primary-soft: #ecfdf5;
      --color-mint: #d1fae5;
      --color-amber: #f59e0b;
      --color-text: #111827;
      --color-muted: #64748b;
      --color-border: #e2e8f0;
      --color-bg: #f8fafc;
      --color-white: #ffffff;
      --radius-sm: 10px;
      --radius-md: 16px;
      --radius-lg: 22px;
      --shadow-card: 0 16px 42px rgba(15, 23, 42, 0.08);
      --shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.06);
      --container: 1280px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      color: var(--color-text);
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #f0fdf4 100%);
      line-height: 1.7;
      letter-spacing: 0;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
    }

    button,
    input {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
    }

    input {
      width: 100%;
      outline: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .site-container {
      width: min(100% - 32px, var(--container));
      margin: 0 auto;
    }

    .topbar {
      border-bottom: 1px solid var(--color-border);
      background: #f0fdf4;
      color: #166534;
      font-size: 13px;
    }

    .topbar-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .topbar-left,
    .topbar-right {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }

    .topbar-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--color-primary);
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .16);
      flex: 0 0 auto;
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(226, 232, 240, .9);
      box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
    }

    .nav {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: #0f172a;
      line-height: 1.25;
    }

    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: linear-gradient(135deg, #16a34a, #22c55e);
      box-shadow: 0 10px 20px rgba(22, 163, 74, .24);
      font-weight: 900;
      flex: 0 0 auto;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 6px;
      border: 1px solid #e5e7eb;
      border-radius: 999px;
      background: #f8fafc;
    }

    .nav-links a {
      padding: 9px 15px;
      border-radius: 999px;
      color: #475569;
      font-size: 14px;
      font-weight: 650;
      white-space: nowrap;
    }

    .nav-links a:hover,
    .nav-links a:focus {
      color: #166534;
      background: #ecfdf5;
    }

    .nav-links a.active {
      color: #ffffff;
      background: var(--color-primary);
      box-shadow: 0 8px 18px rgba(22, 163, 74, .22);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .mobile-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: #f8fafc;
      border: 1px solid var(--color-border);
      color: #111827;
      align-items: center;
      justify-content: center;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 0 18px;
      border-radius: 14px;
      font-weight: 750;
      font-size: 15px;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
      white-space: nowrap;
    }

    .btn-primary {
      background: var(--color-primary);
      color: #ffffff;
      box-shadow: 0 12px 26px rgba(22, 163, 74, .22);
    }

    .btn-primary:hover,
    .btn-primary:focus {
      background: var(--color-primary-dark);
      transform: translateY(-1px);
      box-shadow: 0 16px 30px rgba(22, 163, 74, .28);
    }

    .btn-secondary {
      color: #15803d;
      background: #ffffff;
      border: 1px solid #86efac;
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      background: #ecfdf5;
      border-color: #22c55e;
      transform: translateY(-1px);
    }

    .btn-small {
      min-height: 38px;
      padding: 0 14px;
      border-radius: 12px;
      font-size: 14px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      width: fit-content;
      padding: 6px 10px;
      border-radius: 999px;
      background: #ecfdf5;
      color: #15803d;
      font-size: 13px;
      font-weight: 750;
      border: 1px solid #bbf7d0;
    }

    .badge-muted {
      background: #f8fafc;
      color: #475569;
      border-color: #e2e8f0;
    }

    .hero {
      padding: 68px 0 42px;
      background:
        radial-gradient(circle at 12% 18%, rgba(34, 197, 94, .13), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      overflow: hidden;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 5fr) minmax(520px, 7fr);
      gap: 48px;
      align-items: center;
    }

    .hero h1 {
      margin: 18px 0 18px;
      font-size: clamp(32px, 4.2vw, 54px);
      line-height: 1.14;
      font-weight: 850;
      letter-spacing: 0;
      color: #0f172a;
    }

    .hero-copy {
      max-width: 650px;
      color: #475569;
      font-size: 17px;
      line-height: 1.85;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .hero-checks {
      display: grid;
      gap: 10px;
      margin-top: 26px;
      color: #334155;
      font-size: 14px;
    }

    .check-line {
      display: flex;
      align-items: flex-start;
      gap: 9px;
    }

    .check-icon {
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: #dcfce7;
      color: #15803d;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      flex: 0 0 auto;
      line-height: 1;
    }

    .stage {
      border-radius: 24px;
      padding: 18px;
      background: #ffffff;
      border: 1px solid #dbeafe;
      box-shadow: var(--shadow-card);
      position: relative;
    }

    .stage-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 6px 6px 16px;
      border-bottom: 1px solid #eef2f7;
      gap: 12px;
    }

    .window-dots {
      display: flex;
      gap: 7px;
    }

    .window-dots span {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #cbd5e1;
    }

    .window-dots span:nth-child(2) {
      background: #86efac;
    }

    .window-dots span:nth-child(3) {
      background: #fbbf24;
    }

    .stage-body {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 16px;
      padding-top: 16px;
    }

    .panel {
      border: 1px solid #e2e8f0;
      border-radius: 18px;
      background: #ffffff;
      padding: 16px;
      min-width: 0;
    }

    .panel-soft {
      background: linear-gradient(180deg, #f0fdf4, #ffffff);
      border-color: #bbf7d0;
    }

    .panel-title {
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .step-list {
      display: grid;
      gap: 11px;
    }

    .step-item {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 10px;
      align-items: start;
      padding: 10px;
      border-radius: 14px;
      background: #f8fafc;
      border: 1px solid #eef2f7;
    }

    .step-num {
      width: 28px;
      height: 28px;
      border-radius: 10px;
      background: var(--color-primary);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
    }

    .matrix {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .matrix-item {
      padding: 12px;
      border-radius: 14px;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
    }

    .progress {
      height: 9px;
      border-radius: 999px;
      background: #e2e8f0;
      overflow: hidden;
      margin-top: 10px;
    }

    .progress span {
      display: block;
      height: 100%;
      width: 82%;
      background: linear-gradient(90deg, #16a34a, #22c55e);
      border-radius: inherit;
    }

    .section {
      padding: 76px 0;
    }

    .section-sm {
      padding: 54px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
      gap: 28px;
      align-items: end;
      margin-bottom: 30px;
    }

    .section-kicker {
      color: #15803d;
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 8px;
    }

    .section h2 {
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.22;
      margin: 0;
      font-weight: 850;
      color: #0f172a;
      letter-spacing: 0;
    }

    .section-desc {
      color: #64748b;
      font-size: 16px;
      margin: 0;
    }

    .timeline {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      counter-reset: step;
    }

    .timeline-card {
      position: relative;
      background: #ffffff;
      border: 1px solid var(--color-border);
      border-radius: 18px;
      padding: 20px;
      box-shadow: var(--shadow-soft);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .timeline-card:hover {
      transform: translateY(-2px);
      border-color: #86efac;
      box-shadow: var(--shadow-card);
    }

    .timeline-card .num {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: #dcfce7;
      color: #15803d;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .timeline-card h3,
    .scenario-card h3,
    .review-card h3 {
      margin: 0 0 8px;
      font-size: 19px;
      line-height: 1.35;
      font-weight: 800;
      color: #0f172a;
    }

    .timeline-card p,
    .scenario-card p,
    .review-card p {
      margin: 0;
      color: #64748b;
      font-size: 15px;
    }

    .scenario-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .scenario-card {
      background: #ffffff;
      border: 1px solid var(--color-border);
      border-radius: 18px;
      padding: 22px;
      box-shadow: var(--shadow-soft);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .scenario-card:hover {
      transform: translateY(-2px);
      border-color: #86efac;
      box-shadow: var(--shadow-card);
    }

    .scenario-icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #ecfdf5;
      color: #15803d;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .review-strip {
      display: grid;
      grid-template-columns: 1.05fr 1fr 1fr;
      gap: 16px;
      align-items: stretch;
    }

    .review-card {
      background: #ffffff;
      border: 1px solid var(--color-border);
      border-radius: 18px;
      padding: 20px;
      box-shadow: var(--shadow-soft);
    }

    .review-card.featured {
      background: linear-gradient(135deg, #ecfdf5, #ffffff);
      border-color: #bbf7d0;
    }

    .stars {
      color: #16a34a;
      font-weight: 900;
      margin-bottom: 10px;
    }

    .guard-band {
      background: #ecfdf5;
      border-top: 1px solid #bbf7d0;
      border-bottom: 1px solid #bbf7d0;
    }

    .guard-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }

    .guard-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 16px;
      border-radius: 16px;
      background: rgba(255, 255, 255, .74);
      border: 1px solid rgba(187, 247, 208, .9);
    }

    .guard-item strong {
      display: block;
      color: #0f172a;
      margin-bottom: 2px;
    }

    .guard-item span {
      color: #64748b;
      font-size: 13px;
      line-height: 1.55;
    }

    .faq-wrap {
      display: grid;
      grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
      gap: 30px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    details {
      border: 1px solid var(--color-border);
      border-radius: 16px;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    details[open] {
      border-color: #86efac;
      background: #f0fdf4;
    }

    summary {
      min-height: 52px;
      padding: 16px 18px;
      list-style: none;
      cursor: pointer;
      font-weight: 800;
      color: #0f172a;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    summary::-webkit-details-marker {
      display: none;
    }

    summary::after {
      content: "+";
      width: 26px;
      height: 26px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #dcfce7;
      color: #15803d;
      flex: 0 0 auto;
      font-weight: 900;
    }

    details[open] summary::after {
      content: "✓";
    }

    details p {
      margin: 0;
      padding: 0 18px 18px;
      color: #64748b;
      border-left: 4px solid #22c55e;
    }

    .cta {
      padding: 34px;
      border-radius: 24px;
      background:
        linear-gradient(135deg, #f0fdf4 0%, #ffffff 58%, #ecfdf5 100%);
      border: 1px solid #bbf7d0;
      box-shadow: var(--shadow-card);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
    }

    .cta h2 {
      margin: 0 0 8px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.25;
      font-weight: 850;
    }

    .cta p {
      margin: 0;
      color: #475569;
      max-width: 720px;
    }

    .cta-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .footer {
      padding: 56px 0 28px;
      background: #ffffff;
      border-top: 1px solid var(--color-border);
      color: #475569;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr .7fr 1fr;
      gap: 34px;
      align-items: start;
    }

    .footer h3 {
      margin: 0 0 14px;
      color: #0f172a;
      font-size: 17px;
      font-weight: 800;
    }

    .footer p {
      margin: 0;
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-links {
      display: grid;
      gap: 10px;
      font-size: 14px;
    }

    .footer-links a:hover,
    .footer-links a:focus {
      color: #15803d;
    }

    .copyright {
      margin-top: 34px;
      padding-top: 18px;
      border-top: 1px solid var(--color-border);
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      font-size: 13px;
      color: #64748b;
    }

    .mobile-menu {
      display: none;
      padding: 0 0 16px;
    }

    .mobile-menu .nav-links {
      width: 100%;
      border-radius: 18px;
      align-items: stretch;
      flex-direction: column;
      background: #ffffff;
    }

    .mobile-menu .nav-links a {
      text-align: center;
    }

    .notice-box {
      border: 1px solid #fde68a;
      background: #fffbeb;
      color: #92400e;
      border-radius: 16px;
      padding: 14px 16px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      margin-top: 22px;
    }

    .search-card {
      padding: 16px;
      border-radius: 18px;
      border: 1px solid #d1fae5;
      background: #ffffff;
      box-shadow: var(--shadow-soft);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 10px;
      align-items: center;
      margin-top: 22px;
    }

    .search-card input {
      border: 1px solid var(--color-border);
      border-radius: 12px;
      padding: 12px 14px;
      background: #f8fafc;
      color: #111827;
      transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .search-card input:focus {
      border-color: #22c55e;
      background: #ffffff;
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .section-head,
      .faq-wrap,
      .cta {
        grid-template-columns: 1fr;
      }

      .hero-grid {
        gap: 32px;
      }

      .stage-body {
        grid-template-columns: 1fr;
      }

      .timeline,
      .guard-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .scenario-grid,
      .review-strip,
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .cta-actions {
        justify-content: flex-start;
      }

      .nav-actions .btn-secondary {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 32px, var(--container));
      }

      .topbar-inner {
        align-items: flex-start;
        padding: 8px 0;
      }

      .topbar-right {
        display: none;
      }

      .nav {
        min-height: 66px;
      }

      .nav > .nav-links,
      .nav-actions {
        display: none;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .mobile-menu.is-open {
        display: block;
      }

      .brand span:last-child {
        max-width: 210px;
        overflow-wrap: anywhere;
      }

      .hero {
        padding: 44px 0 30px;
      }

      .section {
        padding: 58px 0;
      }

      .section-sm {
        padding: 42px 0;
      }

      .scenario-grid,
      .review-strip,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .search-card {
        grid-template-columns: 1fr;
      }

      .copyright {
        display: grid;
      }
    }

    @media (max-width: 520px) {
      .hero h1 {
        font-size: 32px;
      }

      .hero-actions,
      .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .btn {
        width: 100%;
      }

      .timeline,
      .guard-grid,
      .matrix {
        grid-template-columns: 1fr;
      }

      .stage {
        padding: 12px;
        border-radius: 20px;
      }

      .panel,
      .scenario-card,
      .timeline-card,
      .review-card {
        padding: 16px;
      }

      .cta {
        padding: 22px;
      }
    }

/* roulang page: category1 */
:root {
      --green: #16a34a;
      --green-600: #15803d;
      --green-50: #f0fdf4;
      --green-100: #dcfce7;
      --mint: #ecfdf5;
      --amber: #f59e0b;
      --ink: #111827;
      --text: #374151;
      --muted: #64748b;
      --line: #e2e8f0;
      --soft: #f8fafc;
      --white: #ffffff;
      --radius: 18px;
      --shadow: 0 18px 45px rgba(15, 23, 42, .08);
      --shadow-hover: 0 22px 55px rgba(22, 163, 74, .14);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.7;
      letter-spacing: 0;
      text-rendering: optimizeLegibility;
    }
    a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
    img { max-width: 100%; display: block; }
    button, input, select { font: inherit; }
    button { cursor: pointer; }
    input:focus, button:focus-visible, a:focus-visible {
      outline: 3px solid rgba(34, 197, 94, .25);
      outline-offset: 3px;
    }

    .site-container {
      width: min(1280px, calc(100% - 32px));
      margin: 0 auto;
    }

    .topbar {
      background: linear-gradient(90deg, var(--green-50), #fff);
      border-bottom: 1px solid var(--line);
      color: #166534;
      font-size: 13px;
    }
    .topbar-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .topbar-left, .topbar-right {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
      display: inline-flex;
      flex: 0 0 auto;
    }
    .header {
      position: sticky;
      top: 0;
      z-index: 40;
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(226, 232, 240, .9);
    }
    .nav-wrap {
      height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--ink);
      white-space: nowrap;
    }
    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: white;
      background: linear-gradient(135deg, var(--green), #22c55e);
      box-shadow: 0 10px 24px rgba(22, 163, 74, .24);
    }
    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex: 1;
    }
    .nav-links a {
      padding: 10px 14px;
      border-radius: 999px;
      color: #475569;
      font-size: 15px;
      font-weight: 650;
    }
    .nav-links a:hover {
      color: var(--green-600);
      background: var(--green-50);
    }
    .nav-links a.active {
      color: var(--green-600);
      background: var(--green-100);
    }
    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .mobile-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: var(--white);
      color: var(--ink);
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 0 18px;
      border-radius: 14px;
      border: 1px solid transparent;
      font-weight: 750;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
      white-space: nowrap;
    }
    .btn-primary {
      background: var(--green);
      color: white;
      box-shadow: 0 12px 26px rgba(22, 163, 74, .22);
    }
    .btn-primary:hover {
      background: var(--green-600);
      transform: translateY(-1px);
      box-shadow: 0 16px 34px rgba(22, 163, 74, .28);
    }
    .btn-secondary {
      background: white;
      color: var(--green-600);
      border-color: #86efac;
    }
    .btn-secondary:hover {
      background: var(--green-50);
      border-color: var(--green);
      transform: translateY(-1px);
    }
    .btn-small {
      min-height: 38px;
      border-radius: 12px;
      padding: 0 14px;
      font-size: 14px;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(240,253,244,.95), rgba(255,255,255,.96)),
        radial-gradient(circle at 80% 20%, rgba(34,197,94,.16), transparent 34%);
      border-bottom: 1px solid var(--line);
    }
    .hero-cover {
      padding: 58px 0 34px;
    }
    .series-nav {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 10px;
      margin-bottom: 28px;
      border: 1px solid rgba(134, 239, 172, .8);
      background: rgba(255,255,255,.78);
      border-radius: 18px;
      box-shadow: 0 16px 40px rgba(15, 23, 42, .05);
      scrollbar-width: thin;
    }
    .series-nav a {
      flex: 0 0 auto;
      padding: 9px 14px;
      border-radius: 999px;
      color: #166534;
      font-size: 14px;
      font-weight: 700;
      background: white;
      border: 1px solid #dcfce7;
    }
    .series-nav a:hover, .series-nav a.active {
      background: var(--green);
      color: white;
      border-color: var(--green);
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
      gap: 42px;
      align-items: center;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--mint);
      color: #047857;
      font-size: 14px;
      font-weight: 800;
      border: 1px solid #bbf7d0;
    }
    h1 {
      margin: 18px 0 18px;
      color: var(--ink);
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.14;
      font-weight: 850;
      letter-spacing: 0;
    }
    .hero-copy {
      font-size: 17px;
      color: #475569;
      max-width: 650px;
    }
    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 26px;
    }
    .trust-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }
    .trust-pill {
      padding: 14px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,.82);
      border-radius: 16px;
      color: #334155;
      font-size: 14px;
    }
    .trust-pill strong {
      display: block;
      color: var(--ink);
      font-size: 18px;
      line-height: 1.2;
    }

    .dashboard {
      background: white;
      border: 1px solid #dbeafe;
      border-radius: 24px;
      padding: 18px;
      box-shadow: var(--shadow);
    }
    .dashboard-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
    }
    .window-dots {
      display: flex;
      gap: 7px;
    }
    .window-dots span {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #cbd5e1;
    }
    .window-dots span:nth-child(2) { background: #86efac; }
    .window-dots span:nth-child(3) { background: #fcd34d; }
    .status-ok {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: #047857;
      background: var(--mint);
      border: 1px solid #bbf7d0;
      border-radius: 999px;
      padding: 7px 10px;
      font-size: 13px;
      font-weight: 800;
    }
    .dashboard-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 16px;
      padding-top: 16px;
    }
    .panel {
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
      padding: 16px;
    }
    .panel.soft { background: var(--soft); }
    .panel h3 {
      margin: 0 0 12px;
      color: var(--ink);
      font-size: 17px;
      font-weight: 800;
    }
    .entry-list {
      display: grid;
      gap: 10px;
    }
    .entry-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 11px;
      border-radius: 14px;
      background: white;
      border: 1px solid #e5e7eb;
    }
    .entry-item span:first-child {
      color: #334155;
      font-weight: 700;
    }
    .progress {
      height: 9px;
      border-radius: 999px;
      background: #e2e8f0;
      overflow: hidden;
      margin: 10px 0 14px;
    }
    .progress i {
      display: block;
      width: 78%;
      height: 100%;
      background: linear-gradient(90deg, var(--green), #22c55e);
      border-radius: inherit;
    }
    .check-list {
      display: grid;
      gap: 10px;
      color: #475569;
      font-size: 14px;
    }
    .check-list li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }
    .check {
      width: 20px;
      height: 20px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--green-100);
      color: var(--green-600);
      font-weight: 900;
      flex: 0 0 auto;
      line-height: 1;
    }

    .section {
      padding: 76px 0;
    }
    .section.soft {
      background: var(--soft);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    .section-head {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr);
      gap: 26px;
      align-items: end;
      margin-bottom: 26px;
    }
    .section-title {
      margin: 0;
      color: var(--ink);
      font-size: clamp(26px, 3vw, 36px);
      line-height: 1.25;
      font-weight: 850;
      letter-spacing: 0;
    }
    .section-summary {
      margin: 10px 0 0;
      color: var(--muted);
      font-size: 16px;
    }

    .filter-bar {
      display: grid;
      grid-template-columns: minmax(260px, 1fr) auto;
      gap: 14px;
      align-items: center;
      padding: 16px;
      border: 1px solid var(--line);
      background: white;
      border-radius: 22px;
      box-shadow: 0 12px 34px rgba(15,23,42,.05);
      margin-bottom: 24px;
    }
    .searchbox {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 14px;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: #f8fafc;
    }
    .searchbox input {
      border: 0;
      outline: 0;
      background: transparent;
      width: 100%;
      color: var(--ink);
    }
    .filter-tags {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      scrollbar-width: thin;
    }
    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 12px;
      border-radius: 999px;
      background: #f1f5f9;
      border: 1px solid #e2e8f0;
      color: #475569;
      font-size: 14px;
      font-weight: 750;
      white-space: nowrap;
    }
    .tag.active, .tag:hover {
      background: var(--green);
      color: white;
      border-color: var(--green);
    }
    .notice-strip {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 14px 16px;
      border-radius: 16px;
      border: 1px solid #fde68a;
      background: #fffbeb;
      color: #92400e;
      font-size: 14px;
      margin-bottom: 24px;
    }

    .content-layout {
      display: grid;
      grid-template-columns: 258px minmax(0, 1fr);
      gap: 24px;
      align-items: start;
    }
    .side-filter {
      position: sticky;
      top: 96px;
      border: 1px solid var(--line);
      background: white;
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15,23,42,.05);
    }
    .side-filter h3 {
      margin: 0 0 12px;
      color: var(--ink);
      font-size: 17px;
      font-weight: 850;
    }
    .filter-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .filter-list label {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px;
      border-radius: 12px;
      color: #475569;
      background: #f8fafc;
      cursor: pointer;
    }
    .filter-list input {
      accent-color: var(--green);
      width: 16px;
      height: 16px;
    }

    .plan-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .plan-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: white;
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(15,23,42,.05);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .plan-card:hover {
      transform: translateY(-2px);
      border-color: #86efac;
      box-shadow: var(--shadow-hover);
    }
    .thumb {
      min-height: 132px;
      padding: 16px;
      background:
        linear-gradient(135deg, #ecfdf5, #ffffff 52%, #f0fdf4);
      border-bottom: 1px solid var(--line);
    }
    .thumb-board {
      height: 100%;
      min-height: 100px;
      border: 1px solid #bbf7d0;
      border-radius: 16px;
      background: white;
      padding: 12px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
    .mini-block {
      border-radius: 10px;
      background: #f1f5f9;
      min-height: 28px;
    }
    .mini-block.green { background: var(--green-100); }
    .mini-block.long { grid-column: span 2; }
    .plan-body {
      padding: 18px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 12px;
    }
    .badge {
      display: inline-flex;
      align-items: center;
      padding: 5px 9px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      color: #047857;
      background: var(--mint);
      border: 1px solid #bbf7d0;
    }
    .badge.gray {
      color: #475569;
      background: #f1f5f9;
      border-color: #e2e8f0;
    }
    .plan-card h3 {
      margin: 0 0 9px;
      color: var(--ink);
      font-size: 19px;
      line-height: 1.35;
      font-weight: 850;
    }
    .plan-card p {
      margin: 0 0 14px;
      color: var(--muted);
      font-size: 14px;
    }
    .points {
      display: grid;
      gap: 8px;
      margin: 0 0 18px;
      padding: 0;
      list-style: none;
      font-size: 14px;
      color: #475569;
    }
    .points li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }
    .plan-foot {
      margin-top: auto;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    .price {
      color: var(--ink);
      font-weight: 850;
      line-height: 1.25;
    }
    .price small {
      display: block;
      color: var(--muted);
      font-size: 12px;
      font-weight: 600;
    }

    .compare-wrap {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: 22px;
      background: white;
      box-shadow: 0 12px 34px rgba(15,23,42,.05);
    }
    .compare-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      font-size: 15px;
    }
    .compare-table th, .compare-table td {
      padding: 16px 18px;
      text-align: left;
      border-bottom: 1px solid var(--line);
      vertical-align: top;
    }
    .compare-table th {
      color: var(--ink);
      background: var(--green-50);
      font-weight: 850;
    }
    .compare-table tr:last-child td { border-bottom: 0; }
    .compare-table td:first-child {
      color: var(--ink);
      font-weight: 800;
    }

    .review-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .review-card {
      border: 1px solid var(--line);
      background: white;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 10px 28px rgba(15,23,42,.05);
    }
    .review-card strong {
      display: block;
      color: var(--ink);
      margin-bottom: 8px;
    }
    .review-card p {
      margin: 0;
      color: #475569;
      font-size: 15px;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .faq-item {
      border: 1px solid var(--line);
      background: white;
      border-radius: 18px;
      padding: 18px;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .faq-item:hover {
      border-color: #86efac;
      background: #fefffe;
      box-shadow: 0 12px 28px rgba(22,163,74,.08);
    }
    .faq-item h3 {
      margin: 0 0 8px;
      color: var(--ink);
      font-size: 17px;
      font-weight: 850;
    }
    .faq-item p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .cta {
      background: linear-gradient(135deg, #f0fdf4, #ffffff);
      border-top: 1px solid #bbf7d0;
      border-bottom: 1px solid #bbf7d0;
    }
    .cta-box {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      padding: 28px;
      border-radius: 24px;
      background: white;
      border: 1px solid #bbf7d0;
      box-shadow: var(--shadow);
    }
    .cta-box h2 {
      margin: 0 0 8px;
      color: var(--ink);
      font-size: clamp(24px, 3vw, 34px);
      font-weight: 850;
      line-height: 1.25;
    }
    .cta-box p {
      margin: 0;
      color: #475569;
    }
    .cta-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .footer {
      background: #0f172a;
      color: #cbd5e1;
      padding: 54px 0 28px;
    }
    .footer .brand {
      color: white;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .7fr 1fr;
      gap: 34px;
    }
    .footer h3 {
      margin: 0 0 14px;
      color: white;
      font-size: 17px;
      font-weight: 850;
    }
    .footer p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.8;
    }
    .footer-links {
      display: grid;
      gap: 10px;
      font-size: 14px;
    }
    .footer-links a:hover {
      color: #86efac;
    }
    .copyright {
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid rgba(148, 163, 184, .24);
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      color: #94a3b8;
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .hero-grid, .section-head, .content-layout, .cta-box {
        grid-template-columns: 1fr;
      }
      .side-filter {
        position: static;
      }
      .plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .review-row, .footer-grid {
        grid-template-columns: 1fr;
      }
      .cta-actions {
        justify-content: flex-start;
      }
      .nav-actions .btn-secondary {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .topbar-right {
        display: none;
      }
      .nav-wrap {
        height: auto;
        min-height: 70px;
        flex-wrap: wrap;
        padding: 12px 0;
      }
      .mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .nav-links {
        order: 3;
        flex-basis: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
      }
      .nav-links a {
        flex: 0 0 auto;
      }
      .nav-actions {
        margin-left: auto;
      }
      .nav-actions .btn-primary {
        min-height: 40px;
        padding: 0 13px;
        font-size: 14px;
      }
      .hero-cover {
        padding: 42px 0 28px;
      }
      .trust-row, .dashboard-grid, .filter-bar, .faq-grid {
        grid-template-columns: 1fr;
      }
      .filter-tags {
        padding-bottom: 2px;
      }
      .section {
        padding: 56px 0;
      }
    }

    @media (max-width: 520px) {
      .site-container {
        width: min(100% - 24px, 1280px);
      }
      .brand span:last-child {
        max-width: 218px;
        overflow-wrap: anywhere;
        line-height: 1.25;
      }
      .hero-actions, .cta-actions {
        flex-direction: column;
        align-items: stretch;
      }
      .btn {
        width: 100%;
      }
      .plan-grid {
        grid-template-columns: 1fr;
      }
      .plan-foot {
        align-items: stretch;
        flex-direction: column;
      }
      .dashboard, .cta-box {
        border-radius: 20px;
        padding: 16px;
      }
      .footer {
        padding-top: 42px;
      }
      .copyright {
        flex-direction: column;
      }
    }
