/* RZW_PRODUCT_UI_20260613_BEGIN */
:root {
  --rzw-product-ink: #111827;
  --rzw-product-muted: #526173;
  --rzw-product-soft: #f4f7f8;
  --rzw-product-panel: #ffffff;
  --rzw-product-line: #d8e2e7;
  --rzw-product-deep: #10212b;
  --rzw-product-teal: #0f766e;
  --rzw-product-cyan: #1f9fb5;
  --rzw-product-gold: #9a6a18;
  --rzw-product-shadow: 0 20px 54px rgba(15, 35, 52, .10);
}

body.page-template-page-renzhiwang-home,
body.page-template-page-renzhiwang-start,
body.page-template-page-renzhiwang-tools,
body.page-template-page-opportunity-camp,
body.page-id-17588 {
  background: #f6f8fa;
}

.rzw-site-header {
  border-bottom-color: rgba(16, 33, 43, .10) !important;
  box-shadow: 0 10px 30px rgba(15, 35, 52, .06);
}

.rzw-header-inner {
  min-height: 76px;
}

.rzw-main-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  color: #213142 !important;
}

.rzw-main-nav a:hover,
.rzw-main-nav a:focus {
  border-color: rgba(15, 118, 110, .14);
  background: #f0f7f6 !important;
  color: #0f5d57 !important;
}

.rzw-home {
  --rzw-ink: var(--rzw-product-ink);
  --rzw-muted: var(--rzw-product-muted);
  --rzw-soft: var(--rzw-product-soft);
  --rzw-line: var(--rzw-product-line);
  --rzw-teal: var(--rzw-product-teal);
  --rzw-green: #16443f;
  background:
    linear-gradient(180deg, #f8fafb 0%, #eef4f5 38%, #f8fafb 100%);
}

.rzw-home-shell {
  width: min(100% - 48px, 1160px);
}

.rzw-home-hero {
  min-height: auto;
  padding: 82px 0 68px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.94) 0%, rgba(241,247,248,.96) 54%, rgba(231,240,242,.94) 100%);
  border-bottom: 1px solid rgba(16, 33, 43, .08);
}

.rzw-tools-hero,
.rzw-camp-hero {
  padding-top: 72px;
}

.rzw-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  gap: 48px;
}

.rzw-kicker,
.rzw-panel-label {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(15, 118, 110, .08);
  color: #0f655f;
  letter-spacing: 0;
  text-transform: none;
}

.rzw-hero-copy h1 {
  max-width: 860px;
  font-size: 46px;
  line-height: 1.18;
  letter-spacing: 0;
}

.rzw-hero-subtitle {
  max-width: 780px;
  color: #445567;
  font-size: 17px;
  line-height: 1.9;
}

.rzw-hero-actions {
  gap: 14px;
}

.rzw-btn,
.rzw-tool-link,
.rzw-inline-link,
.rzw-disabled-link {
  min-height: 48px;
  border-radius: 8px;
  padding: 0 20px;
  letter-spacing: 0;
}

.rzw-btn-primary {
  background: #0f6f68;
  box-shadow: 0 16px 34px rgba(15, 118, 110, .22);
}

.rzw-btn-primary:hover,
.rzw-btn-primary:focus {
  background: #0b5e58;
}

.rzw-btn-secondary,
.rzw-inline-link {
  border-color: rgba(16, 33, 43, .14);
  background: #fff;
  color: #153d39;
}

.rzw-safety-note {
  margin-top: 22px;
  border-left: 3px solid rgba(154, 106, 24, .55);
  padding: 10px 0 10px 14px;
  color: #5a6573;
}

.rzw-hero-panel,
.rzw-method-box,
.rzw-tool-card,
.rzw-tools-card,
.rzw-question-card,
.rzw-start-task-card,
.rzw-camp-day-card,
.rzw-about-panel,
.rzw-core-path-card,
.rzw-tools-group,
.rzw-matrix-group,
.rzw-faq-list details {
  border-radius: 8px;
  border-color: rgba(16, 33, 43, .12);
  box-shadow: 0 14px 40px rgba(15, 35, 52, .07);
}

.rzw-hero-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(31, 159, 181, .24);
  background: #10212b;
  color: #fff;
  box-shadow: 0 24px 70px rgba(15, 35, 52, .18);
}

.rzw-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(31, 159, 181, .22), rgba(255,255,255,0) 44%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 24px);
}

.rzw-hero-panel > * {
  position: relative;
}

.rzw-hero-panel .rzw-panel-label {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #c9f8f0;
}

.rzw-hero-panel .rzw-panel-note {
  color: rgba(255,255,255,.72);
}

.rzw-hero-metrics div,
.rzw-flow-list li {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}

.rzw-hero-metrics strong,
.rzw-flow-list strong {
  color: #fff;
}

.rzw-hero-metrics span {
  color: rgba(255,255,255,.70);
}

.rzw-flow-list span,
.rzw-tool-step {
  background: #0f766e;
}

.rzw-section {
  padding: 74px 0;
}

.rzw-section-heading {
  margin-bottom: 32px;
}

.rzw-section-heading h2,
.rzw-list-panel h2,
.rzw-method-box h2 {
  font-size: 31px;
  line-height: 1.28;
  letter-spacing: 0;
}

.rzw-section-heading p,
.rzw-method-box p,
.rzw-tool-card p,
.rzw-tools-card p,
.rzw-about-panel p,
.rzw-about-panel li {
  color: #526173;
}

.rzw-tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rzw-tool-card,
.rzw-tools-card {
  min-height: 320px;
  background: #fff;
  padding: 22px;
}

.rzw-tool-card:hover,
.rzw-tools-card:hover,
.rzw-question-card:hover,
.rzw-start-task-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--rzw-product-shadow);
}

.rzw-tool-preview {
  background: #eaf1f3;
  border-color: rgba(16, 33, 43, .12);
}

.rzw-tool-topline em,
.rzw-matrix-item span,
.rzw-tools-card em {
  background: rgba(31, 159, 181, .10);
  color: #0f655f;
}

.rzw-tool-link {
  border-color: rgba(15, 118, 110, .20);
  background: #f3faf8;
}

.rzw-question-grid {
  gap: 14px;
}

.rzw-question-card {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(16, 33, 43, .12);
  background: #fff;
  padding: 18px;
  color: var(--rzw-product-ink);
  line-height: 1.55;
  font-weight: 850;
}

.rzw-question-card span {
  margin-top: 8px;
  color: var(--rzw-product-teal);
  font-size: 13px;
  font-weight: 800;
}

.rzw-method-box,
.rzw-core-path-card {
  background: #fff;
}

.rzw-method-steps li,
.rzw-core-path-steps li,
.rzw-output-chip-grid span,
.rzw-camp-progress-item,
.rzw-camp-output-list li,
.rzw-camp-boundary-list li {
  border-radius: 8px;
  border-color: rgba(16, 33, 43, .12);
}

.rzw-tools-group {
  background: #fff;
  padding: 22px;
}

.rzw-tools-group h3,
.rzw-about-panel h2,
.rzw-start-task-card h3,
.rzw-camp-day-card h3 {
  color: var(--rzw-product-ink);
  letter-spacing: 0;
}

.rzw-about-page {
  padding-top: 56px;
}

.rzw-about-page h1 {
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
}

.rzw-about-lead {
  color: #445567;
}

.rzw-about-brand-visual img {
  box-shadow: 0 20px 56px rgba(15, 35, 52, .18);
}

.rzw-camp-progress,
.rzw-camp-output-pack {
  background: #f8fafb;
}

.rzw-camp-progress-grid {
  gap: 12px;
}

.rzw-camp-progress-item:has(input:checked) {
  border-color: rgba(15, 118, 110, .46);
  background: #eefaf7;
}

@media (max-width: 1040px) {
  .rzw-hero-grid,
  .rzw-method-box,
  .rzw-core-path-card {
    grid-template-columns: 1fr;
  }

  .rzw-tool-grid,
  .rzw-matrix-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rzw-header-inner {
    min-height: 66px;
  }

  .rzw-home-shell {
    width: min(100% - 32px, 1160px);
  }

  .rzw-home-hero,
  .rzw-tools-hero,
  .rzw-camp-hero {
    padding: 52px 0 42px;
  }

  .rzw-hero-copy h1,
  .rzw-about-page h1 {
    font-size: 32px;
    line-height: 1.22;
  }

  .rzw-hero-subtitle,
  .rzw-about-lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .rzw-section {
    padding: 52px 0;
  }

  .rzw-section-heading h2,
  .rzw-list-panel h2,
  .rzw-method-box h2 {
    font-size: 26px;
  }

  .rzw-tool-grid,
  .rzw-question-grid,
  .rzw-matrix-groups,
  .rzw-hero-metrics {
    grid-template-columns: 1fr;
  }

  .rzw-btn,
  .rzw-tool-link,
  .rzw-inline-link {
    width: 100%;
  }

  .rzw-hero-panel,
  .rzw-method-box,
  .rzw-tools-group,
  .rzw-about-panel,
  .rzw-start-task-card,
  .rzw-camp-day-card {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .rzw-main-nav a {
    width: calc(50% - 4px);
    justify-content: center;
  }

  .rzw-kicker,
  .rzw-panel-label {
    min-height: 26px;
    padding: 0 10px;
    font-size: 12px;
  }

  .rzw-tool-card,
  .rzw-tools-card {
    min-height: auto;
  }
}
/* RZW_PRODUCT_UI_20260613_END */
