.dth-hhbjr-wrap {
    --bg: #f7f1e7;
    --surface: #fffaf4;
    --surface-2: #ffffff;
    --ink: #2a2119;
    --muted: #6c5d50;
    --line: rgba(72, 49, 28, 0.12);
    --accent: #8f3d2e;
    --accent-2: #224f67;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.96)), var(--bg);
    color: var(--ink);
    padding: 24px;
    box-shadow: 0 18px 40px rgba(34, 24, 14, 0.08);
}
.dth-hhbjr-wrap.theme-sage { --bg:#eef3e9; --surface:#f8fcf5; --surface-2:#ffffff; --ink:#223226; --muted:#5f6f62; --line:rgba(43,74,52,.12); --accent:#3b6b45; --accent-2:#476d5b; }
.dth-hhbjr-wrap.theme-slate { --bg:#edf1f5; --surface:#f7fafc; --surface-2:#ffffff; --ink:#1d2833; --muted:#5f6d79; --line:rgba(32,50,71,.12); --accent:#2c5d8a; --accent-2:#6f4358; }

.dth-hhbjr-hero {
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--surface), var(--surface-2));
    border: 1px solid var(--line);
    margin-bottom: 18px;
}
.dth-hhbjr-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(143, 61, 46, 0.08);
    margin-bottom: 12px;
}
.dth-hhbjr-hero h2 {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.1;
}
.dth-hhbjr-hero p,
.dth-hhbjr-card p,
.dth-hhbjr-banner span,
.dth-hhbjr-footer p {
    color: var(--muted);
    line-height: 1.65;
}
.dth-hhbjr-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.dth-hhbjr-btn,
.dth-hhbjr-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}
.dth-hhbjr-btn {
    background: var(--accent);
    color: #fff;
}
.dth-hhbjr-btn:hover { opacity: .92; }
.dth-hhbjr-link {
    color: var(--accent-2);
    background: rgba(34, 79, 103, 0.08);
}
.dth-hhbjr-banner {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.72);
    margin-bottom: 18px;
}
.dth-hhbjr-banner strong {
    color: var(--ink);
    font-size: 1rem;
}
.dth-hhbjr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.dth-hhbjr-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 20px;
    background: var(--surface-2);
    border: 1px solid var(--line);
    min-height: 100%;
}
.dth-hhbjr-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent-2);
}
.dth-hhbjr-card h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}
.dth-hhbjr-card .dth-hhbjr-btn {
    margin-top: auto;
    width: fit-content;
}
.dth-hhbjr-footer {
    margin-top: 18px;
    padding-top: 8px;
}
@media (max-width: 640px) {
    .dth-hhbjr-wrap { padding: 16px; border-radius: 18px; }
    .dth-hhbjr-hero { padding: 20px; }
    .dth-hhbjr-card { padding: 16px; }
    .dth-hhbjr-btn, .dth-hhbjr-link { width: 100%; }
}

.dth-hhbjr-message {
    margin: 0 0 18px;
    padding: 20px 22px;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.75));
}
.dth-hhbjr-message h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
}
.dth-hhbjr-message p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.dth-hhbjr-support-box {
    margin-top: 18px;
    padding: 22px;
    border-radius: 20px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.82));
    text-align: center;
}
.dth-hhbjr-support-box h3 {
    margin: 0 0 8px;
    font-size: 1.3rem;
}
.dth-hhbjr-support-box p {
    margin: 0 0 14px;
    color: var(--muted);
    line-height: 1.7;
}
.dth-hhbjr-paypal-form {
    display: inline-flex;
    justify-content: center;
}
.dth-hhbjr-paypal-button {
    border: 0;
    cursor: pointer;
}
.dth-hhbjr-support-only .dth-hhbjr-support-box {
    margin-top: 0;
}
