    .hero__headline {
        font-size: 2.25rem;
    }
    
    .hero__actions {
        flex-direction: column;
    }
    
    .hero__actions .btn {
        width: 100%;
        justify-content: center;
    }
    
    .service-card {
        padding: var(--space-md);
    }
    
    .contact__form-wrapper {
        padding: var(--space-md);
    }
}
