
body {
    background-color: #f7f3ef;
    color: #222222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.dbp-header {
    background-color: #111111;
    color: #ffffff;
    padding: 12px 0;
    border-bottom: 3px solid #a83232;
}

.dbp-logo {
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 18px;
}

.dbp-nav a {
    color: #f5f1ed;
    margin-left: 16px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.dbp-nav a:hover {
    text-decoration: underline;
}

.dbp-hero {
    padding: 40px 0 60px;
}

.dbp-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 12px;
}

.dbp-tagline {
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #a83232;
    font-weight: 700;
}

.dbp-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
}

.dbp-bullets {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 15px;
}

.dbp-bullets li {
    margin-bottom: 4px;
}

.dbp-btn-primary {
    background-color: #a83232;
    border-color: #8c2525;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 14px;
}

.dbp-btn-primary:hover {
    background-color: #8c2525;
    border-color: #761f1f;
}

.dbp-btn-outline {
    border: 1px solid #a83232;
    color: #a83232;
    background-color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.dbp-btn-outline:hover {
    background-color: #a83232;
    color: #ffffff;
}

.dbp-card {
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
}

.dbp-card-header {
    background-color: #111111;
    color: #ffffff;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.dbp-card-body {
    padding: 16px 16px 18px;
}

.dbp-list-check {
    padding-left: 18px;
    margin-bottom: 16px;
    font-size: 14px;
}

.dbp-meta {
    font-size: 12px;
    color: #777777;
}

.dbp-disclaimer {
    font-size: 12px;
    color: #777777;
    max-width: 520px;
}

.dbp-main {
    padding: 32px 0 48px;
}

.dbp-progress-wrap {
    max-width: 640px;
    margin: 0 auto 18px;
}

.dbp-progress-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.dbp-progress-bar {
    width: 100%;
    height: 6px;
    background-color: #e3d6cf;
    border-radius: 999px;
    overflow: hidden;
}

.dbp-progress-inner {
    height: 100%;
    background: linear-gradient(90deg, #f18d8d, #a83232);
    width: 0;
    transition: width 0.3s ease-out;
}

.dbp-question-card {
    max-width: 640px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 22px 20px 20px;
    border: 1px solid #e0d4cd;
}

.dbp-question-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.dbp-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dbp-option {
    border-radius: 6px;
    border: 1px solid #e0d4cd;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fcfaf9;
}

.dbp-option input[type="radio"] {
    accent-color: #a83232;
}

.dbp-option:hover {
    background-color: #f6ebe6;
    border-color: #d1b9ae;
}

.dbp-mini-note {
    font-size: 11px;
    color: #777777;
}

.dbp-analyze-card {
    max-width: 640px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 22px 20px 20px;
    border: 1px solid #e0d4cd;
}

.dbp-analyze-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dbp-analyze-text {
    font-size: 14px;
    margin-bottom: 18px;
}

.dbp-analyze-step {
    margin-bottom: 12px;
}

.dbp-analyze-label {
    font-size: 13px;
    margin-bottom: 4px;
}

.dbp-analyze-bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background-color: #eee1da;
    overflow: hidden;
}

.dbp-analyze-inner {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #f18d8d, #a83232);
}

.dbp-result-card {
    max-width: 720px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 22px 22px;
    border: 1px solid #e0d4cd;
}

.dbp-result-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.dbp-result-text {
    font-size: 15px;
}

.dbp-result-list {
    margin-top: 10px;
    padding-left: 18px;
    font-size: 14px;
}

.dbp-result-box {
    border-radius: 8px;
    border: 1px solid #e0d4cd;
    padding: 16px 14px 14px;
    background-color: #fdf8f5;
}

.dbp-result-subtitle {
    font-size: 16px;
    font-weight: 700;
}

.dbp-legal-card {
    max-width: 720px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 22px 22px;
    border: 1px solid #e0d4cd;
    font-size: 14px;
}

.dbp-footer {
    border-top: 1px solid #d4c7bf;
    background-color: #f0e7e2;
    padding: 10px 0;
    font-size: 12px;
}

.dbp-footer-links a {
    color: #5a3b3b;
    text-decoration: none;
    margin-left: 10px;
}

.dbp-footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .dbp-hero {
        padding-top: 24px;
    }
    .dbp-title {
        font-size: 26px;
    }
    .dbp-question-card,
    .dbp-result-card,
    .dbp-legal-card,
    .dbp-analyze-card {
        padding: 18px 14px 16px;
    }
}
