/* Shared static / info pages */
.dn-page { padding-bottom: 3rem; }

.dn-page__hero {
    background: linear-gradient(135deg, #0F172A 0%, #1e293b 60%, #3f1d2e 120%);
    color: #fff;
    padding: 2.75rem 0;
    margin-bottom: 2rem;
}

.dn-page__hero h1 {
    font-family: Outfit, 'DM Sans', sans-serif;
    font-weight: 800;
    letter-spacing: -.02em;
}

.dn-page__hero p {
    color: rgba(255, 255, 255, .78);
    max-width: 38rem;
    margin: 0;
}

.dn-page__card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.dn-page__card h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 1.25rem 0 .65rem;
    color: #0f172a;
}

.dn-page__card h2:first-child { margin-top: 0; }

.dn-page__card p,
.dn-page__card li {
    color: #5c6b82;
    line-height: 1.7;
}

.dn-page__card ul { padding-left: 1.15rem; }

.dn-contact-info a {
    color: #DC143C;
    text-decoration: none;
    font-weight: 600;
}

.dn-contact-info a:hover { text-decoration: underline; }

.text-brand { color: #DC143C; }

.dn-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: linear-gradient(135deg, #DC143C, #e11d48);
    color: #fff !important;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    padding: .75rem 1.25rem;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(220, 20, 60, .22);
}

.dn-btn-primary:hover { color: #fff !important; filter: brightness(1.05); }

.dn-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1.5px solid #0F172A;
    color: #0F172A !important;
    background: transparent;
    border-radius: 12px;
    font-weight: 600;
    padding: .75rem 1.25rem;
    text-decoration: none;
}

.dn-btn-secondary:hover {
    background: #0F172A;
    color: #fff !important;
}
