/* Schedule a Demo page styles */

.demo-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.demo-page h1 {
    text-align: center;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.demo-page > .pure-g > .pure-u-1 > .box > p {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}

/* Feature highlights */
.demo-features {
    margin-bottom: 2.5rem;
}

.demo-feature-item {
    text-align: center;
    padding: 1.25rem 1rem;
}

.demo-feature-item strong {
    display: block;
    color: #2a5298;
    margin-bottom: 0.4rem;
    font-size: 1.05em;
}

.demo-feature-item p {
    color: #666;
    font-size: 0.95em;
    line-height: 1.5;
    margin: 0;
}

/* Booking button */
.demo-booking {
    text-align: center;
    margin-bottom: 2rem;
}

.demo-button {
    padding: 14px 48px;
    font-size: 1.1em;
    border-radius: 5px;
    cursor: pointer;
}

/* Footer link to contact page */
.demo-alt-contact {
    text-align: center;
    color: #999;
    font-size: 0.95em;
}

.demo-alt-contact a {
    color: #2a5298;
}
