/* DR Services Page */

.dr-section-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 0.95rem;
}

.dr-section-intro {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.dr-auditor-btn {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px;
}

.dr-auditor-btn a,
.dr-download-btn a {
    display: inline-block;
    background: #2271b1;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.dr-download-btn {
    text-align: center;
    margin-top: 24px;
}

.dr-download-note {
    font-size: 0.8rem;
    opacity: 0.5;
    margin-top: 8px;
}

.dr-download-note a {
    color: #7ca8e6;
    text-decoration: underline;
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: normal;
    display: inline;
}

.dr-chat-link {
    text-align: center;
    margin-top: 24px;
}

.dr-chat-link a {
    color: #7ca8e6;
    text-decoration: underline;
    font-size: 0.95rem;
}

.dr-cta-section {
    margin: 40px auto;
}

.dr-cta-section .guide-section {
    text-align: center;
}

.dr-cta-headline {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.dr-cta-subheadline {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 12px;
}

.dr-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.dr-cta-buttons .btn-primary {
    display: inline-block;
    background: #2271b1;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.dr-cta-buttons .btn-outline {
    display: inline-block;
    background: transparent;
    color: #7ca8e6;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid #7ca8e6;
}

.dr-cta-buttons .btn-ghost {
    display: inline-block;
    background: transparent;
    color: #7ca8e6;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid rgba(124, 168, 230, 0.3);
}

.dr-cloud-quiz {
    padding: 20px 50px;
    margin-top: 20px;
}

.dr-cloud-quiz p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.7;
}

.dr-cloud-quiz a {
    color: #7ca8e6;
    text-decoration: underline;
}