/* Hero Section - Full-width background slideshow with green overlay */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    min-height: 490px;
}

.hero-slideshow {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: rgba(40, 98, 65, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px 60px 70px;
    z-index: 2;
}

.hero-overlay .section-btn {
    padding: 14px 50px;
    font-size: 18px;
    font-family: noto-sans-bold;
}

.hero-content {
    max-width: 615px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-heading {
    margin: 0 0 20px;
    font-size: 54px;
    color: #C1FF72;
    font-family: noto-sans-bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-style: italic;
    text-align: center;
}

.hero-subheading {
    margin: 0 0 20px;
    font-size: 26px;
    color: #C1FF72;
    font-family: noto-sans-bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-style: italic;
}

.hero-description {
    margin: 0;
    font-size: 18px;
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
    font-family: noto-sans;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-overlay {
        width: 100%;
        min-width: 0;
        padding: 48px 24px;
        background: linear-gradient(to bottom, rgba(40, 98, 65, 0.92) 0%, rgba(40, 98, 65, 0.85) 100%);
    }

    .hero-section {
        min-height: 420px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 380px;
    }

    .hero-overlay {
        padding: 40px 20px;
    }

    .hero-heading {
        margin-bottom: 16px;
        font-size: 38px;
    }

    .hero-description {
        font-size: 22px;
    }
}

.cta-strip {
    background-color: #286241;
    padding: 40px 24px;
    text-align: center;
}

.cta-strip-text {
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.options-affordability {
    background: #fff;
    padding: 70px 24px;
}

.options-affordability-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.options-column {
    width: 100%;
    height: 100%;
    background-color: #FAF9CA;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.options-column .section-btn {
    margin-top: 20px;
    background-color: #286241;
    color: #C1FF72;
}

.options-column .options-text {
    grid-column: 1;
}

.options-column .section-image {
    grid-column: 2;
    grid-row: 1 / -1;
}

.options-heading span {
    font-size: 18px;
}

.options-heading {
    font-size: 32px;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: noto-sans-bold;
}

.option-text {
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 24px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}

.options-video {
    position: relative;
    width: 250px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.options-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #286241;
}

.video-play-btn:hover {
    background: #fff;
}

.section-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 24px;
    border: none;
    cursor: pointer;
    font-family: noto-sans-bold;
}

.section-btn-green {
    background-color: #C1FF72;
    color: #286241;
}

.section-btn-green .video-play-icon {
    border-radius: 100%;
    background-color: #286241;
    color: #C1FF72;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-btn:hover {
    opacity: 0.95;
}

.section-image,
.special-image {
    width: 100%;
    aspect-ratio: 4/2;
    background-size: cover;
    background-position: center;
}

.about-image {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.affordability-column {
    width: 100%;
    height: 100%;
    background-color: #FAF9CA;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.affordability-column .section-btn {
    margin-top: 20px;
    background-color: #286241;
    color: #C1FF72;
}

.insurance-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.brand-logos {
    border-radius: 4px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 3px 10px #d6d6d6;
    padding: 5px;
}

.brand-logos img {
    width: 100%;
    height: auto;
}

/* New Patient Special */
.new-patient-special {
    background-color: #f5f5f5;
}

.new-patient-special-inner {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.special-content h2 {
    font-size: clamp(24px, 3vw, 32px);
    color: #333;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-family: noto-sans-bold;
}

.special-price {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    color: #286241;
    margin: 0 0 20px;
}

.special-content {
    padding: 20px 60px;
    margin: 0 auto;
}

.special-content p {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 18px;
}

/* Statistics Bar */
.stats-bar {
    background-color: #359F49;
    padding: 50px 24px;
}

.stats-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #C1FF72;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

/* About Section */
.about-section {
    background: #fff;
    padding: 60px 24px;
}

.about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

#about-heading {
    font-size: 36px;
    margin-top: 0;
}

.about-content h2 {
    font-size: clamp(22px, 3vw, 28px);
    color: #333;
    margin: 0 0 24px;
    font-family: noto-sans-bold;
}

.about-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 16px;
}

/* Services Overview Strip */
.services-strip {
    background-color: #fff;
    padding: 60px 24px;
}

.services-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.service-overview-item {
    padding: 40px 32px;
    text-align: left;
}

.service-overview-dark {
    background-color: #286241;
}

.service-overview-medium {
    background-color: #359F49;
}

.service-overview-light {
    background-color: #65BD54;
}

.service-overview-light h3,
.service-overview-light p {
    color: #286241;
}

.service-overview-item h3 {
    display: flex;
    flex-direction: column;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-overview-item h3 span {
    display: block;
}

.service-accent-line {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #C1FF72;
    margin-bottom: 20px;
}

.service-overview-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin: 0;
}

/* Team Section */
.team-section {
    background: #fff;
    padding: 60px 24px;
}

.team-section>h2 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 40px;
}

.team-subheading {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-align: center;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.owners-row {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.owner-card {
    position: relative;
    display: flex;
    align-items: center;
}

.owner-card-left {
    flex-direction: row;
}

.owner-card-right {
    flex-direction: row-reverse;
}

.owner-bio {
    flex: 1;
    padding: 24px 32px;
    background-color: #e8f5e0;
    border: 3px solid #359F49;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    width: 85%;
    max-width: 85%;
}

.owner-card-left .owner-bio {
    padding-right: 100px;
}

.owner-card-right .owner-bio {
    padding-left: 100px;
}

.owner-bio p {
    margin: 0;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}

.owner-photo {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 7px solid #65BD54;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 2;
}

.owner-card-left .owner-photo {
    right: 0;
}

.owner-card-right .owner-photo {
    left: 0;
}

.providers-row {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.provider-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.provider-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.provider-placeholder span {
    font-size: 13px;
    color: #666;
}

/* Schedule */
.schedule-section {
    padding: 60px 24px;
    margin-top: 50px;
}

.schedule-sectione-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Form card (left) + map (right) like the home page screenshot */
    grid-template-columns: 1fr 1.35fr;
    gap: 28px;
    align-items: stretch;
    min-height: 420px;
}

.schedule-map {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    min-height: 420px;
    order: 2;
}

.schedule-form {
    width: 100%;
    height: 450px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

/* Schedule appointment card (overrides landing-offer-form look in schedule context) */
.schedule-section .landing-offer-form.schedule-offer-form,
.schedule-section .landing-offer-form {
    background-color: #C1FF72;
    color: #286241;
    border-radius: 20px;
    box-shadow: none;
    max-width: 430px;
    height: 100%;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}

.schedule-section .schedule-offer-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
    font-family: noto-sans-bold;
    color: #286241;
    line-height: 1.15;
}

.schedule-section .landing-form-group {
    margin-bottom: 12px;
}

.schedule-section .landing-input {
    border: 1px solid rgba(40, 98, 65, 0.25);
    border-radius: 12px;
    background-color: #fff;
    color: #1a1a1a;
}

.schedule-section .landing-input::placeholder {
    color: #6d6d6d;
}

.schedule-section .landing-offer-form select.landing-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23286241' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
}

.schedule-section .schedule-disclaimer {
    margin: 6px 0 16px;
    font-size: 0.72rem;
    line-height: 1.35;
    color: #1a1a1a;
    text-align: left;
}

.schedule-section .landing-submit-btn {
    background-color: #286241;
    color: #C1FF72;
    border-radius: 999px;
    font-size: 0.98rem;
    padding: 16px 24px;
    letter-spacing: 0.04em;
}

.schedule-section .landing-submit-btn:hover {
    background-color: #1E8449;
}

/* Patient Experience */
.patient-experience {
    background: #fff;
    padding: 60px 24px;
}

.patient-experience-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.experience-content h2 {
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.experience-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* Locations */
.locations-section {
    background-color: #286241;
    padding: 50px 24px;
}

.locations-section h2 {
    font-size: 32px;
    font-family: noto-sans-bold;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
}

.locations-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.location-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.location-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #C1FF72;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
}

.location-name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.location-card:hover .location-name {
    text-decoration: underline;
}

/* Testimonials */
.testimonials-section {
    background: #fff;
    padding: 60px 24px;
}

.testimonials-section h2 {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 40px;
}

.testimonials-slider {
    max-width: 1100px;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    position: relative;
}

.slider-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.slider-arrow {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    position: relative !important;
}

.slider-arrow svg {
    display: none;
}

.slider-arrow:hover {
    background: #d0d0d0;
}

.testimonials-track {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    overflow-x: auto;
}

.testimonial-card {
    padding: 24px;
    background-color: #e8f5e0;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.testimonial-avatar--1 { background-color: #286241; }
.testimonial-avatar--2 { background-color: #1565C0; }
.testimonial-avatar--3 { background-color: #6A1B9A; }
.testimonial-avatar--4 { background-color: #C62828; }
.testimonial-avatar--5 { background-color: #00838F; }
.testimonial-avatar--6 { background-color: #D84315; }
.testimonial-avatar--7 { background-color: #2E7D32; }
.testimonial-avatar--8 { background-color: #5C6BC0; }
.testimonial-avatar--9 { background-color: #00695C; }
.testimonial-avatar--10 { background-color: #7B1FA2; }
.testimonial-avatar--11 { background-color: #0277BD; }
.testimonial-avatar--12 { background-color: #AD1457; }

.testimonial-card p {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.testimonial-card h4 {
    margin: 0 0 10px;
}

/* Utility - screen reader only (shared with landing) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.swiper-slide {
    height: auto;
}

/* Responsive - New Sections */
@media (max-width: 1024px) {

    .options-affordability-inner,
    .new-patient-special-inner,
    .about-inner,
    .patient-experience-inner {
        gap: 40px;
    }

    .insurance-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .options-affordability-inner,
    .new-patient-special-inner,
    .about-inner,
    .patient-experience-inner {
        grid-template-columns: 1fr;
    }

    .options-column {
        grid-template-columns: 1fr;
    }

    .options-column .section-image {
        grid-column: 1;
        grid-row: auto;
        order: -1;
    }

    .services-strip-inner {
        grid-template-columns: 1fr;
    }

    .owners-row {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .team-subheading {
        margin: 0 0 50px;
    }

    .owner-photo {
        width: 120px;
        height: 120px;
        top: -15px;
    }

    .owner-bio {
        max-width: 90%;
    }

    .testimonials-track {
        grid-template-columns: 1fr;
    }

    .schedule-sectione-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .slider-row {
        gap: 16px;
    }

    .testimonials-slider {
        min-width: 0;
    }
}

@media (max-width: 480px) {

    .options-affordability,
    .about-section,
    .team-section,
    .patient-experience,
    .testimonials-section {
        padding: 40px 16px;
    }

    .new-patient-special {
        padding: 40px 0 0;
    }

    .new-patient-special-inner {
        gap: 0;
    }

    .special-content {
        padding: 20px 16px;
    }

    .special-content .section-btn-green,
    .affordability-column .section-btn,
    .options-column .section-btn,
    .section-btn-green {
        width: 100%;
        justify-content: center;
    }

    .options-video {
        width: 100%;
    }

    .cta-strip {
        padding: 30px 16px;
    }

    .stats-bar {
        padding: 40px 16px;
    }

    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .insurance-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .locations-section h2 {
        margin-bottom: 30px;
    }
}

/* ----- Contact page: intro and form ----- */


.contact-form-section {
    padding: 40px 24px 60px;
    background: #fff;
}

.contact-form-inner {
    max-width: 900px;
    margin: 0 auto;
}

.contact-form-inner .form-title {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 12px;
}

.form-title a {
    color: #000;
}

.form-description {
    font-size: 16px;
    color: #333;
    margin: 0 0 40px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    margin-bottom: 16px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form-disclaimer {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 20px;
}

.contact-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.contact-checkbox-label input {
    width: auto;
    margin: 4px 0 0;
}

@media (max-width: 768px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
}

/* ----- Contact page: locations cards (below form) ----- */
.contact-locations-section {
    padding: 60px 24px 60px 24px;
}

.contact-locations-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.contact-location-card {
    background: #f5f0d8;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
}

.contact-location-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    padding: 20px 20px 12px;
    font-family: noto-sans-bold, sans-serif;
}

.contact-location-map-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    background: #e8e8e8;
    margin: 0 20px;
    width: calc(100% - 40px);
    border-radius: 8px;
    overflow: hidden;
}

.contact-location-map {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.contact-map-link {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    color: #1a73e8;
    text-decoration: underline;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    padding: 4px 8px;
    border-radius: 4px;
}

.contact-map-link:hover {
    color: #1557b0;
}

.contact-location-address {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin: 14px 20px 16px;
    min-height: 3.2em;
}

.contact-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px 16px;
    margin-top: auto;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    white-space: nowrap;
}

.contact-btn-phone {
    background: #c8e6c9;
    color: #286241;
}

.contact-btn-phone:hover {
    background: #a5d6a7;
}

.contact-btn-book {
    background: #286241;
    color: #fff;
}

.contact-btn-book:hover {
    background: #359F49;
}

.contact-clinic-hours {
    margin: 0 20px 20px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    background: rgba(255,255,255,0.5);
}

.contact-clinic-hours summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
}

.contact-clinic-hours summary::-webkit-details-marker {
    display: none;
}

.contact-hours-chevron {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.contact-clinic-hours[open] .contact-hours-chevron {
    transform: rotate(180deg);
}

.contact-hours-list {
    margin: 0;
    padding: 12px 14px 14px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.contact-hours-list li {
    font-size: 13px;
    color: #444;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.contact-hours-list li strong {
    color: #1a1a1a;
    font-size: 12px;
}

@media (max-width: 1200px) {
    .contact-locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .contact-locations-section {
        padding: 32px 16px 48px;
    }

    .contact-locations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-location-name {
        padding: 16px 16px 10px;
        font-size: 18px;
    }

    .contact-location-map-wrap {
        margin: 0 16px;
        width: calc(100% - 32px);
        height: 160px;
    }

    .contact-location-address,
    .contact-location-actions {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-location-address {
        min-height: 0;
    }

    .contact-clinic-hours {
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 16px;
    }
}

/* ----- Book online page: scheduler + map placeholders ----- */
.book-online-section {
    padding: 40px 24px 60px;
    background: #fff;
}

.book-online-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.booking-unavailable-notice {
    max-width: 720px;
    padding: 36px 32px;
    background: #f8f9fa;
    border: 1px solid #e3e6ea;
    border-radius: 12px;
    text-align: center;
}

.booking-unavailable-notice p {
    margin: 0;
    font-size: clamp(18px, 2.2vw, 22px);
    color: #1b1b1b;
    line-height: 1.5;
}

.booking-unavailable-notice a {
    color: #286241;
    font-family: noto-sans-bold, sans-serif;
    text-decoration: none;
}

.booking-unavailable-notice a:hover {
    text-decoration: underline;
}

.book-scheduler-placeholder h3 {
    font-size: 22px;
    color: #286241;
    margin: 0 0 8px;
    font-family: noto-sans-bold, sans-serif;
}

.book-scheduler-placeholder > p {
    font-size: 15px;
    color: #555;
    margin: 0 0 24px;
    line-height: 1.5;
}

.book-steps {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.book-step {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.book-step-active {
    color: #286241;
}

.book-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    vertical-align: middle;
}

.book-step-active .book-step-num {
    background: #286241;
    color: #fff;
}

.book-step:not(.book-step-active) .book-step-num {
    background: #e0e0e0;
    color: #666;
}

.book-preferences {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
}

.book-preferences h4 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #333;
}

.book-preferences > p {
    font-size: 14px;
    color: #555;
    margin: 0 0 16px;
    line-height: 1.5;
}

.book-preferences label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 12px 0 4px;
}

.book-preferences select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    margin-bottom: 4px;
}

.book-preferences .section-btn {
    margin-top: 20px;
}

.book-hint {
    font-size: 13px;
    color: #888;
    margin: 10px 0 0 !important;
}

.book-map-placeholder {
    min-height: 400px;
    background: #e8f5e9;
    border: 1px dashed #65BD54;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-map-placeholder-inner {
    text-align: center;
    color: #286241;
}

.book-map-pin {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23286241'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.book-map-placeholder-inner p {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 900px) {
    .book-online-inner {
        grid-template-columns: 1fr;
    }

    .book-map-placeholder {
        min-height: 280px;
    }
}
