/* roulang page: index */
:root {
      --peach: #ff6f61;
      --peach-dark: #e94d43;
      --coral: #ff3f7f;
      --cream: #fff7ed;
      --mint: #36d399;
      --yellow: #ffd84d;
      --ink: #242126;
      --muted: #706a72;
      --soft: #fffaf5;
      --card: #ffffff;
      --line: rgba(36, 33, 38, 0.12);
      --shadow: 0 18px 45px rgba(70, 45, 35, 0.12);
      --shadow-soft: 0 10px 24px rgba(70, 45, 35, 0.08);
      --radius: 12px;
      --radius-lg: 18px;
      --space: clamp(48px, 7vw, 88px);
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
      line-height: 1.75;
      background:
        radial-gradient(circle at 15% 8%, rgba(255, 216, 77, 0.22), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(54, 211, 153, 0.14), transparent 24%),
        linear-gradient(180deg, #fff8ef 0%, #fffaf5 42%, #ffffff 100%);
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    input,
    textarea {
      width: 100%;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      color: var(--ink);
      outline: none;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    input:focus,
    textarea:focus {
      border-color: rgba(255, 111, 97, 0.8);
      box-shadow: 0 0 0 4px rgba(255, 111, 97, 0.16);
      background: #fffdf9;
    }

    .site-container {
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 250, 245, 0.92);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(36, 33, 38, 0.08);
    }

    .nav-shell {
      min-height: 78px;
      display: grid;
      grid-template-columns: auto minmax(280px, 1fr) auto;
      align-items: center;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 900;
      font-size: 18px;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 11px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--peach), var(--coral));
      color: #fff;
      box-shadow: 0 10px 22px rgba(255, 63, 127, 0.22);
    }

    .search-bar {
      position: relative;
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid rgba(36, 33, 38, 0.1);
      border-radius: 999px;
      padding: 8px 10px 8px 44px;
      box-shadow: var(--shadow-soft);
    }

    .search-icon {
      position: absolute;
      left: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--peach-dark);
      font-weight: 800;
      font-size: 18px;
    }

    .search-bar input {
      height: 38px;
      padding: 0 12px 0 0;
      border: 0;
      box-shadow: none;
      background: transparent;
      min-width: 0;
    }

    .search-bar input:focus {
      box-shadow: none;
      border: 0;
    }

    .search-submit {
      border: 0;
      border-radius: 999px;
      padding: 9px 16px;
      color: #fff;
      font-weight: 800;
      background: var(--ink);
      transition: transform .2s ease, background .2s ease;
    }

    .search-submit:hover,
    .search-submit:focus {
      background: var(--peach-dark);
      transform: translateY(-1px);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: flex-end;
      white-space: nowrap;
    }

    .nav-links a {
      padding: 10px 12px;
      border-radius: 999px;
      font-weight: 800;
      color: var(--muted);
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--ink);
      background: rgba(255, 111, 97, 0.12);
    }

    .nav-cta {
      color: #fff !important;
      background: linear-gradient(135deg, var(--peach), var(--coral)) !important;
      box-shadow: 0 12px 22px rgba(255, 63, 127, 0.22);
    }

    .nav-cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 16px 28px rgba(255, 63, 127, 0.28);
    }

    .section {
      padding: var(--space) 0;
    }

    .section-tight {
      padding: 42px 0;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 30px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(255, 216, 77, 0.32);
      color: #7a4a00;
      font-weight: 900;
      font-size: 13px;
      margin-bottom: 12px;
    }

    h1,
    h2,
    h3 {
      margin: 0;
      line-height: 1.18;
      letter-spacing: 0;
      color: var(--ink);
    }

    h1 {
      font-size: clamp(34px, 5vw, 58px);
      font-weight: 950;
      max-width: 860px;
    }

    h2 {
      font-size: clamp(26px, 3.4vw, 40px);
      font-weight: 920;
    }

    h3 {
      font-size: 20px;
      font-weight: 900;
    }

    p {
      margin: 0;
      color: var(--muted);
    }

    .lead {
      margin-top: 18px;
      max-width: 780px;
      font-size: clamp(16px, 2vw, 19px);
      color: #514b52;
    }

    .btn-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-top: 24px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 12px 20px;
      border-radius: 999px;
      font-weight: 900;
      border: 1px solid transparent;
      line-height: 1.2;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--peach), var(--coral));
      box-shadow: 0 14px 28px rgba(255, 63, 127, 0.24);
    }

    .btn-primary:hover,
    .btn-primary:focus {
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(255, 63, 127, 0.3);
    }

    .btn-secondary {
      color: var(--ink);
      background: #fff;
      border-color: var(--line);
      box-shadow: var(--shadow-soft);
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      color: var(--peach-dark);
      border-color: rgba(255, 111, 97, 0.35);
      transform: translateY(-2px);
    }

    .btn-small {
      min-height: 38px;
      padding: 9px 14px;
      font-size: 14px;
    }

    .hero {
      padding: 38px 0 28px;
      background:
        linear-gradient(90deg, rgba(255, 111, 97, 0.12), rgba(255, 216, 77, 0.18) 46%, rgba(54, 211, 153, 0.12)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 250, 245, 0));
      border-bottom: 1px solid rgba(36, 33, 38, 0.06);
    }

    .hero-banner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      align-items: stretch;
      gap: 28px;
      min-height: 380px;
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 28px 0;
    }

    .trust-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .trust-badge,
    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 13px;
      font-weight: 850;
      color: #5c4540;
      background: rgba(255, 255, 255, 0.76);
      border: 1px solid rgba(36, 33, 38, 0.09);
    }

    .flow-preview {
      display: grid;
      gap: 12px;
      align-content: center;
      padding: 16px;
      border-radius: var(--radius-lg);
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(36, 33, 38, 0.08);
      box-shadow: var(--shadow);
    }

    .mini-card {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border-radius: 14px;
      background: #fff;
      border: 1px solid rgba(36, 33, 38, 0.08);
    }

    .mini-card:nth-child(2) {
      transform: translateX(-16px);
      border-left: 4px solid var(--mint);
    }

    .mini-card:nth-child(3) {
      transform: translateX(14px);
      border-left: 4px solid var(--yellow);
    }

    .mini-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 950;
      background: linear-gradient(135deg, var(--peach), var(--coral));
    }

    .mini-card strong {
      display: block;
      font-size: 16px;
      line-height: 1.35;
    }

    .mini-card span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
      margin-top: 3px;
    }

    .benefit-band {
      background: #fff;
      border-top: 1px solid rgba(36, 33, 38, 0.06);
      border-bottom: 1px solid rgba(36, 33, 38, 0.06);
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr .9fr;
      gap: 18px;
    }

    .benefit-card,
    .content-card,
    .case-card,
    .faq-card,
    .form-panel,
    .info-panel {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-soft);
    }

    .benefit-card {
      padding: 24px;
      position: relative;
      overflow: hidden;
    }

    .benefit-card.highlight {
      background: linear-gradient(135deg, #fff 0%, #fff1e8 100%);
      border-color: rgba(255, 111, 97, 0.2);
    }

    .benefit-card:before {
      content: "";
      position: absolute;
      width: 70px;
      height: 70px;
      right: -24px;
      top: -24px;
      border-radius: 24px;
      background: rgba(255, 216, 77, 0.45);
      transform: rotate(18deg);
    }

    .benefit-card p,
    .content-card p,
    .case-card p {
      margin-top: 10px;
    }

    .criteria-wrap {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 24px;
      align-items: start;
    }

    .criteria-note {
      padding: 26px;
      border-radius: var(--radius-lg);
      background: var(--ink);
      color: #fff;
      box-shadow: var(--shadow);
    }

    .criteria-note p {
      color: rgba(255, 255, 255, 0.76);
      margin-top: 12px;
    }

    .check-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 12px;
      padding: 16px;
      border-radius: 14px;
      background: #fff;
      border: 1px solid var(--line);
    }

    .check-dot {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      color: var(--ink);
      font-weight: 950;
      background: var(--yellow);
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .step-card {
      position: relative;
      padding: 24px;
      min-height: 230px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .step-card:hover,
    .case-card:hover,
    .content-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .step-number {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 13px;
      background: rgba(255, 111, 97, 0.13);
      color: var(--peach-dark);
      font-weight: 950;
      margin-bottom: 18px;
    }

    .step-card:nth-child(2) .step-number {
      background: rgba(54, 211, 153, 0.16);
      color: #128456;
    }

    .step-card:nth-child(3) .step-number {
      background: rgba(255, 216, 77, 0.32);
      color: #8b5b00;
    }

    .data-section {
      background: linear-gradient(180deg, #fffaf5, #ffffff);
    }

    .kpi-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1.25fr;
      gap: 18px;
      align-items: stretch;
    }

    .kpi-card {
      padding: 24px;
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .kpi-value {
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1;
      font-weight: 950;
      color: var(--peach-dark);
      margin-bottom: 10px;
    }

    .trend-box {
      padding: 24px;
      border-radius: var(--radius-lg);
      background: var(--ink);
      color: #fff;
      overflow: hidden;
    }

    .trend-box h3 {
      color: #fff;
    }

    .trend-box p {
      color: rgba(255, 255, 255, 0.72);
    }

    .bars {
      display: grid;
      gap: 12px;
      margin-top: 22px;
    }

    .bar-line {
      height: 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      overflow: hidden;
    }

    .bar-line span {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--yellow), var(--peach), var(--mint));
    }

    .info-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
      gap: 22px;
      align-items: start;
    }

    .info-panel {
      padding: 22px;
    }

    .news-list {
      display: grid;
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .news-list li + li {
      border-top: 1px solid var(--line);
    }

    .news-list a {
      display: grid;
      grid-template-columns: 96px 1fr auto;
      gap: 14px;
      align-items: center;
      padding: 16px 0;
    }

    .news-list a:hover h3 {
      color: var(--peach-dark);
    }

    .news-date {
      color: var(--muted);
      font-size: 13px;
      font-weight: 850;
    }

    .news-list h3 {
      font-size: 17px;
      margin-bottom: 5px;
      transition: color .2s ease;
    }

    .arrow-pill {
      min-width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: var(--peach-dark);
      background: rgba(255, 111, 97, 0.11);
      font-weight: 950;
    }

    .recommend-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      background: linear-gradient(145deg, #fff, #fff0e9);
      border: 1px solid rgba(255, 111, 97, 0.18);
      box-shadow: var(--shadow-soft);
    }

    .case-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .case-card {
      padding: 22px;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .case-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 18px 0 0;
    }

    .status {
      display: inline-flex;
      align-items: center;
      padding: 5px 9px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 900;
      color: #145c40;
      background: rgba(54, 211, 153, 0.18);
    }

    .proof-number {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px dashed var(--line);
      font-weight: 950;
      color: var(--peach-dark);
      font-size: 24px;
    }

    .faq-wrap {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 24px;
      align-items: start;
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .accordion-title {
      border: 0;
      color: var(--ink);
      font-weight: 900;
      font-size: 16px;
      padding: 18px 52px 18px 18px;
      background: #fff;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--peach-dark);
      background: #fff8f0;
    }

    .accordion-title:before {
      color: var(--peach-dark);
      font-weight: 900;
      right: 18px;
    }

    .accordion-content {
      border: 0;
      color: var(--muted);
      padding: 0 18px 18px;
      background: #fff;
      line-height: 1.8;
    }

    .apply-section {
      padding-bottom: 0;
    }

    .apply-wrap {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
      gap: 24px;
      align-items: stretch;
      padding: 30px;
      border-radius: 24px;
      background:
        linear-gradient(135deg, rgba(36, 33, 38, 0.96), rgba(65, 42, 44, 0.94)),
        linear-gradient(90deg, var(--peach), var(--coral));
      box-shadow: var(--shadow);
      color: #fff;
      overflow: hidden;
    }

    .apply-copy h2,
    .apply-copy h3 {
      color: #fff;
    }

    .apply-copy p {
      color: rgba(255, 255, 255, 0.76);
      margin-top: 14px;
    }

    .apply-points {
      display: grid;
      gap: 10px;
      margin-top: 22px;
    }

    .apply-point {
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255, 255, 255, 0.9);
      font-weight: 800;
    }

    .apply-point span {
      width: 26px;
      height: 26px;
      border-radius: 9px;
      display: grid;
      place-items: center;
      background: var(--yellow);
      color: var(--ink);
      font-weight: 950;
    }

    .form-panel {
      padding: 22px;
      background: rgba(255, 255, 255, 0.96);
      color: var(--ink);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .field {
      margin-bottom: 14px;
    }

    .field label {
      display: block;
      margin-bottom: 7px;
      color: var(--ink);
      font-weight: 900;
      font-size: 14px;
    }

    .field input,
    .field textarea {
      min-height: 48px;
      padding: 12px 14px;
    }

    .field textarea {
      resize: vertical;
      min-height: 96px;
    }

    .form-help {
      margin-top: 10px;
      font-size: 13px;
      color: var(--muted);
    }

    .site-footer {
      margin-top: var(--space);
      padding: 34px 0;
      background: #211f23;
      color: #fff;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
    }

    .footer-brand {
      font-weight: 950;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .footer-grid p {
      color: rgba(255, 255, 255, 0.68);
      max-width: 680px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-end;
    }

    .footer-links a {
      color: rgba(255, 255, 255, 0.72);
      padding: 8px 10px;
      border-radius: 999px;
    }

    .footer-links a:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.1);
    }

    .copyright {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.56);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .nav-shell {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 0;
      }

      .nav-links {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .hero-banner,
      .criteria-wrap,
      .faq-wrap,
      .apply-wrap {
        grid-template-columns: 1fr;
      }

      .benefit-grid,
      .kpi-grid,
      .case-grid {
        grid-template-columns: 1fr 1fr;
      }

      .flow-preview {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .mini-card,
      .mini-card:nth-child(2),
      .mini-card:nth-child(3) {
        grid-template-columns: 1fr;
        transform: none;
      }

      .info-layout {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-container {
        width: min(100% - 24px, var(--container));
      }

      .brand {
        font-size: 16px;
      }

      .search-bar {
        border-radius: 18px;
        padding-right: 8px;
      }

      .search-submit {
        padding: 9px 12px;
      }

      .nav-links a {
        padding: 8px 10px;
        font-size: 14px;
      }

      .hero {
        padding-top: 24px;
      }

      .hero-copy {
        padding: 10px 0;
      }

      .flow-preview,
      .benefit-grid,
      .steps-grid,
      .kpi-grid,
      .case-grid {
        grid-template-columns: 1fr;
      }

      .news-list a {
        grid-template-columns: 1fr auto;
      }

      .news-date {
        grid-column: 1 / -1;
      }

      .form-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 32px;
      }

      .section {
        padding: 44px 0;
      }

      .btn-row {
        align-items: stretch;
      }

      .btn {
        width: 100%;
      }

      .trust-strip {
        display: grid;
        grid-template-columns: 1fr;
      }

      .apply-wrap {
        padding: 20px;
        border-radius: 18px;
      }

      .accordion-title {
        font-size: 15px;
        line-height: 1.5;
      }
    }

/* roulang page: category1 */
:root {
      --bg: #fff8f1;
      --bg-soft: #fffdfb;
      --surface: #fffefc;
      --surface-strong: #fff3ea;
      --surface-alt: #fff6ef;
      --text: #211813;
      --muted: #6d5b52;
      --line: #ead8cf;
      --line-strong: #d9c2b7;
      --accent: #ff7d5b;
      --accent-deep: #ff5a38;
      --accent-soft: #ffe1d6;
      --accent-gold: #ffbf47;
      --accent-mint: #78d6c2;
      --dark: #2d201a;
      --shadow: 0 12px 28px rgba(67, 36, 22, 0.08);
      --shadow-soft: 0 8px 20px rgba(67, 36, 22, 0.06);
      --radius: 12px;
      --radius-lg: 18px;
      --container: 1180px;
      --focus: 0 0 0 4px rgba(255, 125, 91, 0.18);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.65;
      background:
        linear-gradient(180deg, #fff9f4 0%, #fffdfb 44%, #fff8f1 100%);
      letter-spacing: 0;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(90deg, rgba(255, 125, 91, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 125, 91, 0.035) 1px, transparent 1px);
      background-size: 120px 120px;
      opacity: 0.45;
      z-index: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    button,
    input {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    :focus-visible {
      outline: none;
      box-shadow: var(--focus);
      border-color: rgba(255, 125, 91, 0.55);
    }

    .site-header,
    .site-footer,
    main {
      position: relative;
      z-index: 1;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 249, 244, 0.9);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(234, 216, 207, 0.86);
    }

    .site-container {
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }

    .nav-shell {
      display: grid;
      grid-template-columns: auto minmax(300px, 1fr) auto;
      align-items: center;
      gap: 16px;
      padding: 14px 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      font-weight: 800;
      color: var(--text);
      letter-spacing: 0;
    }

    .brand-mark {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 11px;
      background: linear-gradient(135deg, var(--accent), #ff9c6a);
      color: #fff;
      box-shadow: 0 10px 20px rgba(255, 125, 91, 0.22);
      font-size: 18px;
      flex: 0 0 auto;
    }

    .brand span:last-child {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .search-bar {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 999px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }

    .search-icon {
      color: var(--accent);
      font-size: 18px;
      line-height: 1;
      flex: 0 0 auto;
    }

    .search-bar input {
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--text);
      min-width: 0;
      flex: 1 1 auto;
      padding: 0;
      height: 24px;
    }

    .search-bar input::placeholder {
      color: #8c766d;
      opacity: 1;
    }

    .search-submit,
    .btn-primary,
    .btn-secondary,
    .chip,
    .pager-link,
    .feed-link {
      transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
    }

    .search-submit {
      border: 0;
      border-radius: 999px;
      padding: 10px 18px;
      background: linear-gradient(135deg, var(--accent), var(--accent-deep));
      color: #fff;
      font-weight: 700;
      box-shadow: 0 10px 18px rgba(255, 90, 56, 0.18);
      letter-spacing: 0;
      flex: 0 0 auto;
    }

    .search-submit:hover,
    .btn-primary:hover,
    .nav-cta:hover {
      transform: translateY(-1px);
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      min-width: 0;
      flex-wrap: wrap;
    }

    .nav-links a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid transparent;
      color: var(--muted);
      font-weight: 600;
      white-space: nowrap;
    }

    .nav-links a:hover {
      color: var(--text);
      background: rgba(255, 125, 91, 0.08);
      border-color: rgba(255, 125, 91, 0.18);
    }

    .nav-links a.active {
      color: #3d2419;
      background: var(--accent-soft);
      border-color: rgba(255, 125, 91, 0.2);
    }

    .nav-cta {
      color: #fff !important;
      background: linear-gradient(135deg, #241916 0%, #3c2720 100%);
      box-shadow: 0 12px 22px rgba(45, 32, 26, 0.18);
    }

    main {
      padding: 18px 0 28px;
    }

    section {
      padding: 30px 0;
    }

    .hero-section {
      padding-top: 24px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.08fr 0.92fr;
      gap: 26px;
      align-items: start;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(255, 191, 71, 0.16);
      border: 1px solid rgba(255, 191, 71, 0.28);
      color: #8b5b0c;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0;
    }

    .hero-title {
      margin: 16px 0 14px;
      font-size: 54px;
      line-height: 1.06;
      letter-spacing: 0;
      font-weight: 900;
      color: #241916;
    }

    .hero-lead {
      margin: 0;
      max-width: 56ch;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.85;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .btn-primary,
    .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 700;
      letter-spacing: 0;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--accent), var(--accent-deep));
      color: #fff;
      box-shadow: 0 12px 24px rgba(255, 90, 56, 0.18);
    }

    .btn-secondary {
      background: var(--surface);
      border-color: var(--line);
      color: var(--text);
      box-shadow: var(--shadow-soft);
    }

    .btn-primary:hover,
    .btn-secondary:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 24px rgba(67, 36, 22, 0.1);
    }

    .hero-points {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .hero-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(255, 125, 91, 0.08);
      border: 1px solid rgba(255, 125, 91, 0.14);
      color: #5b3a2f;
      font-size: 14px;
      font-weight: 600;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }

    .stat-tile {
      padding: 14px 14px 13px;
      border-radius: var(--radius);
      background: var(--surface);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
      min-height: 92px;
    }

    .stat-tile strong {
      display: block;
      font-size: 24px;
      line-height: 1;
      color: #231815;
      margin-bottom: 8px;
      letter-spacing: 0;
    }

    .stat-tile span {
      display: block;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .hero-visual {
      display: grid;
      gap: 14px;
      align-content: start;
    }

    .visual-frame {
      padding: 14px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 241, 0.96));
      border: 1px solid rgba(234, 216, 207, 0.95);
      box-shadow: var(--shadow);
    }

    .visual-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .visual-topline .label {
      font-size: 14px;
      font-weight: 700;
      color: #82553d;
    }

    .visual-topline .status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(120, 214, 194, 0.16);
      color: #23685d;
      font-size: 13px;
      font-weight: 700;
    }

    .hero-feed {
      display: grid;
      gap: 12px;
    }

    .feed-card,
    .step-card,
    .proof-card,
    .content-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
    }

    .feed-card {
      padding: 14px 14px 13px;
      position: relative;
      overflow: hidden;
    }

    .feed-card::before,
    .content-card::before,
    .proof-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background: linear-gradient(180deg, var(--accent), var(--accent-gold));
      opacity: 0.95;
    }

    .feed-meta,
    .card-meta,
    .proof-meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 10px;
      color: var(--muted);
      font-size: 13px;
    }

    .mini-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 9px;
      border-radius: 999px;
      background: rgba(255, 125, 91, 0.08);
      color: #8b4930;
      font-size: 12px;
      font-weight: 700;
    }

    .feed-card h3,
    .content-card h3,
    .proof-card h3,
    .step-card h3,
    .section-title h2 {
      margin: 0;
      letter-spacing: 0;
    }

    .feed-card h3 {
      font-size: 22px;
      line-height: 1.28;
      margin-bottom: 8px;
    }

    .feed-card p,
    .content-card p,
    .proof-card p,
    .step-card p,
    .section-subtitle {
      margin: 0;
      color: var(--muted);
      line-height: 1.78;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 10px;
      border-radius: 999px;
      background: #fff7f1;
      border: 1px solid var(--line);
      color: #6a5349;
      font-size: 13px;
      line-height: 1;
    }

    .feed-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-top: 14px;
      padding-top: 12px;
      border-top: 1px dashed rgba(234, 216, 207, 0.95);
      color: var(--muted);
      font-size: 13px;
    }

    .feed-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #5b372a;
      font-weight: 700;
      letter-spacing: 0;
    }

    .feed-link:hover {
      color: var(--accent-deep);
      transform: translateX(1px);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
    }

    .section-title h2 {
      font-size: 34px;
      line-height: 1.15;
      color: #241916;
    }

    .section-subtitle {
      max-width: 60ch;
      font-size: 16px;
    }

    .filters {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 0 18px;
      padding: 0;
      list-style: none;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 13px;
      border-radius: 999px;
      background: var(--surface);
      border: 1px solid var(--line);
      color: #5c4941;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .chip:hover {
      background: rgba(255, 125, 91, 0.08);
      border-color: rgba(255, 125, 91, 0.18);
      color: var(--text);
    }

    .chip.active {
      background: linear-gradient(135deg, rgba(255, 125, 91, 0.16), rgba(255, 191, 71, 0.18));
      border-color: rgba(255, 125, 91, 0.2);
      color: #43291f;
    }

    .feed-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .content-card {
      position: relative;
      overflow: hidden;
      min-height: 248px;
      padding: 16px 16px 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .content-card h3 {
      font-size: 21px;
      line-height: 1.32;
      margin-bottom: 8px;
      padding-right: 12px;
    }

    .content-card p {
      font-size: 15px;
    }

    .content-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 14px;
      padding-top: 12px;
      border-top: 1px dashed rgba(234, 216, 207, 0.95);
    }

    .content-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
    }

    .content-note strong {
      color: var(--text);
    }

    .content-cta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-weight: 700;
      color: #5b372a;
    }

    .content-cta:hover {
      color: var(--accent-deep);
      transform: translateX(1px);
    }

    .pager {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
    }

    .pager-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 42px;
      height: 42px;
      padding: 0 14px;
      border-radius: 999px;
      background: var(--surface);
      border: 1px solid var(--line);
      color: #5b4a42;
      font-weight: 700;
    }

    .pager-link.active,
    .pager-link:hover {
      background: #241916;
      border-color: #241916;
      color: #fff;
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .step-card {
      position: relative;
      overflow: hidden;
      padding: 18px;
      min-height: 236px;
    }

    .step-index {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(255, 125, 91, 0.15), rgba(255, 191, 71, 0.18));
      color: #7d3e29;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .step-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: rgba(120, 214, 194, 0.14);
      color: #2f7667;
      margin-bottom: 14px;
    }

    .step-card h3 {
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 1.25;
    }

    .step-card p {
      font-size: 15px;
    }

    .step-list {
      display: grid;
      gap: 10px;
      margin-top: 14px;
      padding: 0;
      list-style: none;
    }

    .step-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: #5f4a42;
      font-size: 14px;
      line-height: 1.6;
    }

    .step-list svg,
    .inline-icon {
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      margin-top: 2px;
      color: var(--accent);
    }

    .proof-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .proof-card {
      position: relative;
      overflow: hidden;
      padding: 16px;
      min-height: 208px;
    }

    .proof-card h3 {
      font-size: 20px;
      line-height: 1.32;
      margin-bottom: 10px;
    }

    .proof-card p {
      font-size: 15px;
    }

    .proof-score {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 14px;
      flex-wrap: wrap;
    }

    .score-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(255, 125, 91, 0.08);
      color: #7e4934;
      font-size: 12px;
      font-weight: 700;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: var(--surface);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 16px 18px;
      font-weight: 700;
      color: #281c17;
      letter-spacing: 0;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary .faq-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 999px;
      background: rgba(255, 125, 91, 0.1);
      color: var(--accent-deep);
      flex: 0 0 auto;
      transition: transform 160ms ease, background-color 160ms ease;
    }

    .faq-item[open] summary .faq-mark {
      transform: rotate(45deg);
      background: rgba(255, 125, 91, 0.16);
    }

    .faq-answer {
      padding: 0 18px 16px;
      color: var(--muted);
      line-height: 1.8;
      font-size: 15px;
    }

    .cta-section {
      padding: 12px 0 40px;
    }

    .cta-panel {
      background: linear-gradient(135deg, #241916 0%, #392620 60%, #4c2e25 100%);
      color: #fff;
      border-radius: 22px;
      padding: 28px;
      overflow: hidden;
      box-shadow: 0 18px 36px rgba(45, 32, 26, 0.22);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .cta-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 18px;
      align-items: center;
    }

    .cta-panel h2 {
      margin: 0 0 12px;
      font-size: 34px;
      line-height: 1.15;
      letter-spacing: 0;
    }

    .cta-panel p {
      margin: 0;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.85;
      font-size: 16px;
      max-width: 58ch;
    }

    .cta-actions {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 12px;
    }

    .cta-panel .btn-primary {
      background: linear-gradient(135deg, #ff915e, #ff6b43);
      color: #fff;
      box-shadow: 0 14px 24px rgba(255, 107, 67, 0.2);
    }

    .cta-panel .btn-secondary {
      background: rgba(255, 255, 255, 0.09);
      border-color: rgba(255, 255, 255, 0.16);
      color: #fff;
      box-shadow: none;
    }

    .cta-panel .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.14);
    }

    .cta-notes {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .cta-note {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.88);
      border: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 13px;
      font-weight: 600;
    }

    .site-footer {
      padding: 14px 0 30px;
    }

    .site-footer .site-container {
      padding-top: 22px;
      border-top: 1px solid rgba(234, 216, 207, 0.92);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr auto;
      gap: 20px;
      align-items: start;
    }

    .footer-brand {
      font-size: 20px;
      font-weight: 800;
      color: #241916;
      margin-bottom: 10px;
      letter-spacing: 0;
    }

    .site-footer p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      max-width: 58ch;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 14px;
      justify-content: flex-end;
      align-items: center;
    }

    .footer-links a {
      color: #5d4c44;
      font-weight: 600;
      padding: 4px 0;
    }

    .footer-links a:hover {
      color: var(--accent-deep);
    }

    .copyright {
      margin-top: 16px;
      padding-top: 14px;
      border-top: 1px solid rgba(234, 216, 207, 0.72);
      color: #7a685f;
      font-size: 13px;
      line-height: 1.7;
    }

    .svg-sprite {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden;
    }

    .icon-btn {
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      flex: 0 0 auto;
    }

    .inline-arrow {
      width: 14px;
      height: 14px;
      display: inline-block;
      flex: 0 0 auto;
    }

    .top-anchor {
      position: absolute;
      inset: 0 0 auto 0;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    @media (max-width: 1024px) {
      .hero-title {
        font-size: 46px;
      }

      .section-title h2,
      .cta-panel h2 {
        font-size: 30px;
      }

      .feed-grid,
      .proof-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 860px) {
      .nav-shell {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }

      .nav-links {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
      }

      .search-bar {
        width: 100%;
      }

      .hero-grid,
      .cta-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .hero-title {
        font-size: 40px;
      }

      .hero-stats,
      .steps-grid,
      .proof-grid,
      .feed-grid {
        grid-template-columns: 1fr;
      }

      .cta-actions,
      .footer-links {
        justify-content: flex-start;
      }

      .hero-visual {
        margin-top: 2px;
      }
    }

    @media (max-width: 520px) {
      .site-container {
        width: min(var(--container), calc(100% - 24px));
      }

      main {
        padding-top: 10px;
      }

      section {
        padding: 24px 0;
      }

      .hero-title {
        font-size: 32px;
        line-height: 1.12;
      }

      .hero-lead {
        font-size: 16px;
      }

      .search-bar {
        padding: 9px 12px;
      }

      .search-submit {
        padding: 10px 14px;
      }

      .section-title h2,
      .cta-panel h2 {
        font-size: 26px;
      }

      .cta-panel {
        padding: 22px 18px;
        border-radius: 18px;
      }

      .feed-card h3,
      .content-card h3,
      .step-card h3,
      .proof-card h3 {
        font-size: 18px;
      }

      .step-card,
      .proof-card,
      .content-card {
        min-height: auto;
      }

      .nav-links a,
      .chip,
      .hero-chip,
      .mini-badge,
      .tag,
      .score-pill,
      .cta-note {
        font-size: 13px;
      }
    }
