/* Custom Landing Page - Public Styles */

.clp-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
}

.clp-title {
    font-size: 2em;
    margin-bottom: 20px;
}

.clp-content {
    font-size: 1.1em;
    margin-bottom: 30px;
    line-height: 1.7;
}

.clp-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1em;
    transition: background-color 0.2s ease;
}

.clp-button:hover {
    background-color: #005177;
    color: #fff;
}
