
body.page-template-page-renzhiwang-home .tb-container,
body.home .tb-container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.rzw-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.rzw-logo-symbol {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.rzw-logo-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
}

.rzw-logo-name {
    font-weight: 800;
    color: #151515;
    font-size: 18px;
}

.rzw-logo-tagline {
    margin-top: 4px;
    font-size: 11px;
    color: #70747c;
    white-space: nowrap;
}

.rzw-home {
    --rzw-ink: #14171f;
    --rzw-muted: #626a76;
    --rzw-line: #e3e7ee;
    --rzw-teal: #0f766e;
    --rzw-gold: #b7791f;
    --rzw-coral: #c2410c;
    color: var(--rzw-ink);
    background: #fbfcfd;
}

.rzw-home a { text-decoration: none; }

.rzw-hero,
.rzw-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 22px;
}

.rzw-hero {
    min-height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
    align-items: center;
    gap: 36px;
    padding-top: 72px;
}

.rzw-kicker {
    margin: 0 0 12px;
    color: var(--rzw-teal);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.rzw-hero h1 {
    margin: 0;
    max-width: 820px;
    font-size: 44px;
    line-height: 1.16;
    letter-spacing: 0;
    color: var(--rzw-ink);
}

.rzw-hero-subtitle {
    max-width: 780px;
    margin: 22px 0 0;
    color: var(--rzw-muted);
    font-size: 18px;
    line-height: 1.85;
}

.rzw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.rzw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--rzw-line);
    border-radius: 8px;
    background: #fff;
    color: var(--rzw-ink);
    font-weight: 700;
}

.rzw-btn-primary {
    border-color: var(--rzw-teal);
    background: var(--rzw-teal);
    color: #fff;
}

.rzw-hero-visual {
    border: 1px solid var(--rzw-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 23, 31, .08);
    padding: 26px;
}

.rzw-map-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--rzw-muted);
    margin-bottom: 18px;
}

.rzw-map-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.rzw-map-grid span,
.rzw-map-grid i {
    min-height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 800;
}

.rzw-map-grid span { background: #f1f5f9; color: #27313f; }
.rzw-map-grid i:nth-of-type(1) { background: #ccfbf1; }
.rzw-map-grid i:nth-of-type(2) { background: #fef3c7; }
.rzw-map-grid i:nth-of-type(3) { background: #fee2e2; }
.rzw-map-grid i:nth-of-type(4) { background: #dcfce7; }

.rzw-signal-row {
    display: grid;
    grid-template-columns: 1.4fr .9fr 1.1fr;
    gap: 10px;
    margin-top: 18px;
}

.rzw-signal-row b {
    height: 10px;
    border-radius: 999px;
    background: var(--rzw-teal);
}
.rzw-signal-row b:nth-child(2) { background: var(--rzw-gold); }
.rzw-signal-row b:nth-child(3) { background: var(--rzw-coral); }

.rzw-hero-visual p {
    margin: 18px 0 0;
    color: var(--rzw-muted);
    line-height: 1.7;
}

.rzw-section { border-top: 1px solid var(--rzw-line); }

.rzw-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.rzw-section h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0;
}

.rzw-section p {
    color: var(--rzw-muted);
    line-height: 1.8;
    font-size: 16px;
}

.rzw-entry-grid,
.rzw-latest-grid,
.rzw-three {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.rzw-entry-card,
.rzw-post-card a,
.rzw-three > div {
    display: block;
    height: 100%;
    border: 1px solid var(--rzw-line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    color: var(--rzw-ink);
}

.rzw-entry-card span,
.rzw-post-card time {
    color: var(--rzw-teal);
    font-weight: 800;
    font-size: 12px;
}

.rzw-entry-card strong {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.rzw-entry-card em {
    display: block;
    margin-top: 12px;
    color: var(--rzw-muted);
    font-style: normal;
    line-height: 1.75;
}

.rzw-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .8fr);
    gap: 28px;
    align-items: start;
}

.rzw-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.rzw-check-list li {
    border-left: 4px solid var(--rzw-teal);
    background: #fff;
    border-radius: 8px;
    padding: 14px 16px;
    color: #27313f;
    font-weight: 700;
}

.rzw-latest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rzw-post-card h3 { margin: 10px 0 0; font-size: 18px; line-height: 1.45; }
.rzw-post-card p { margin: 10px 0 0; font-size: 14px; }

.rzw-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rzw-three a { color: var(--rzw-teal); font-weight: 800; }

.rzw-probability,
.rzw-disclaimer {
    background: #fff;
    border: 1px solid var(--rzw-line);
    border-radius: 8px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.rzw-disclaimer { padding-top: 28px; padding-bottom: 28px; }
.rzw-disclaimer p { margin: 0; }

.rzw-footer-disclaimer {
    max-width: 980px;
    margin: 0 auto 14px;
    padding: 14px 16px;
    border: 1px solid #e3e7ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #596170;
    line-height: 1.8;
    font-size: 13px;
    text-align: left;
}

@media (max-width: 980px) {
    .rzw-hero,
    .rzw-split { grid-template-columns: 1fr; }
    .rzw-entry-grid,
    .rzw-latest-grid,
    .rzw-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rzw-hero { min-height: auto; }
}

@media (max-width: 640px) {
    .rzw-hero,
    .rzw-section { padding: 36px 16px; }
    .rzw-hero h1 { font-size: 31px; }
    .rzw-hero-subtitle { font-size: 16px; }
    .rzw-entry-grid,
    .rzw-latest-grid,
    .rzw-three { grid-template-columns: 1fr; }
    .rzw-logo-tagline { display: none; }
    .rzw-btn { width: 100%; }
}
