/* NOT DR. B Section Typography Improvements */
.ndb-headline {
    font-size: 4rem;
    font-weight: 900;
    color: #f57dbb;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    /* Increased spacing from 0.5rem to 1.5rem */
    line-height: 1.1;
}

.ndb-tagline {
    font-size: 1.3rem;
    font-style: normal;
    /* Removed italic */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 2rem;
    /* Increased spacing before button */
    max-width: 600px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .ndb-headline {
        font-size: 2.6rem;
        margin-bottom: 1rem;
    }

    .ndb-tagline {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
}