/* 
Site Refresh CSS
Version: 2026.03.18_085300
Updated by: Pete
Changes:
- Footer contrast fix
- Appointment page styling
- Navigation updates
*/
body {
    background: #f4f7f8;
    color: #24323d;
    font-size: 16px;
    line-height: 1.6;
}

.site-wrap {
    background: #f4f7f8;
}

/* Header */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e3eaee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #eef3f5;
}

.topbar a {
    color: #426173;
    text-decoration: none;
}

.topbar a:hover {
    color: #1f7a8c;
    text-decoration: none;
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.site-logo {
    max-height: 110px;
    width: auto;
}

.main-nav {
    padding: 0 0 18px 0;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.nav-list li {
    margin: 0;
}

.nav-list a {
    display: inline-block;
    padding: 8px 0;
    color: #24323d;
    font-weight: 600;
    text-decoration: none;
}

.nav-list a:hover {
    color: #1f7a8c;
    text-decoration: none;
}

/* Buttons */
.btn-cta,
.btn-primary {
    background: #1f7a8c;
    border-color: #1f7a8c;
    color: #ffffff;
}

.btn-cta:hover,
.btn-primary:hover,
.btn-cta:focus,
.btn-primary:focus {
    background: #166272;
    border-color: #166272;
    color: #ffffff;
}

/* Main layout */
.site-main {
    padding: 32px 0 50px;
}

/* Home page */
.hero-section {
    margin-bottom: 28px;
}

.hero-row {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(22, 52, 65, 0.08);
}

.hero-copy {
    padding: 50px 36px;
}

.hero-copy h1 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.2;
    color: #173042;
}

.hero-lead {
    font-size: 19px;
    color: #4a6170;
    margin-bottom: 24px;
}

.hero-actions {
    margin-bottom: 22px;
}

.hero-actions .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-highlights span {
    background: #eef7f8;
    color: #245566;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.hero-image-wrap {
    height: 100%;
    min-height: 320px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-card,
.info-card,
.content-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 24px rgba(22, 52, 65, 0.06);
    margin-bottom: 24px;
}

.intro-card h2,
.info-card h3 {
    margin-top: 0;
    color: #173042;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #edf2f4;
    padding: 10px 0;
}

.hours-list li:last-child {
    border-bottom: none;
}

.text-link {
    display: inline-block;
    margin-left: 12px;
    color: #1f7a8c;
    font-weight: 600;
    text-decoration: none;
}

.text-link:hover {
    color: #166272;
    text-decoration: none;
}

/* Generic page layout */
.page-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.page-hero-simple {
    margin-bottom: 24px;
}

.page-hero-content {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 28px;
    box-shadow: 0 10px 24px rgba(22, 52, 65, 0.06);
}

.page-hero-content h1 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #173042;
}

.page-hero-content .lead {
    margin-bottom: 0;
    color: #4a6170;
}

/* Appointment page */
.appointment-card {
    padding-top: 34px;
    padding-bottom: 34px;
}

.appointment-intro {
    margin-bottom: 32px;
}

.appointment-intro h2 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #173042;
}

.appointment-intro p {
    margin-bottom: 14px;
}

.office-hours {
    font-size: 18px;
    line-height: 1.8;
    color: #173042;
    margin-bottom: 18px;
}

.form-shell {
    background: #f8fbfc;
    border: 1px solid #e5eef1;
    border-radius: 16px;
    padding: 28px;
}

.form-shell h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #173042;
}

.form-shell .text-center {
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    color: #24323d;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 10px;
    min-height: 44px;
    border: 1px solid #cfdbe2;
    box-shadow: none;
}

.form-control:focus {
    border-color: #1f7a8c;
    box-shadow: 0 0 0 3px rgba(31, 122, 140, 0.08);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.radio-group {
    padding-top: 6px;
}

.radio-group .radio-inline {
    margin-right: 20px;
}

.sms-policy-box {
    background: #ffffff;
    border: 1px solid #e5eef1;
    border-radius: 12px;
    padding: 18px 18px 10px;
}

.sms-policy-box p.small {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #4a6170;
}

.form-actions {
    margin-top: 24px;
}

.form-actions .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.appointment-alert {
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 0;
}

/* Footer */
footer.site-footer {
    background: #173042 !important;
    color: #eaf2f5 !important;
    padding: 52px 0 32px;
    margin-top: 30px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

footer.site-footer .container {
    background: transparent !important;
}

footer.site-footer a {
    color: #ffffff !important;
    text-decoration: none;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
    color: #bfe7ef !important;
    text-decoration: underline;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-block {
    margin-bottom: 22px;
    text-align: left;
}

.footer-block h4 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.footer-block p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #eaf2f5 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 18px;
    padding-top: 18px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #d7e5ea !important;
}

/* Responsive */
@media (max-width: 991px) {
    .brand-row {
        display: block;
        text-align: center;
    }

    .header-cta {
        margin-top: 15px;
    }

    .main-nav {
        text-align: center;
    }

    .nav-list {
        justify-content: center;
    }

    .hero-copy {
        padding: 32px 24px;
    }

    .hero-copy h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .topbar {
        display: block;
        text-align: center;
    }

    .topbar-item {
        margin-bottom: 8px;
    }

    .hero-copy h1 {
        font-size: 28px;
    }

    .hero-lead {
        font-size: 17px;
    }

    .hours-list li {
        font-size: 15px;
    }

    .text-link {
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }

    .page-hero-content,
    .content-card,
    .form-shell {
        padding: 22px 18px;
    }

    .office-hours {
        font-size: 16px;
    }

    .footer-block {
        text-align: center;
    }

    .footer-block h4 {
        font-size: 17px;
    }

    .footer-block p,
    .footer-bottom p {
        font-size: 14px;
    }
}