/* Landing page – hero (offer + form) and services section */
/* Shared sections (header, footer, etc.) use index.css / home.css */

:root {
    --landing-dark-green: #1E8449;
    --landing-bright-green: #98D65C;
    --landing-light-heading: #E0FFD7;
}

.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;
}

/* ----- Landing Hero ----- */
.landing-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.landing-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(2px);
}

.landing-hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(30, 132, 73, 0.5);
}

.landing-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 24px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

/* Left: offer block */
.landing-hero-left {
    color: #fff;
    text-align: left;
}

.landing-offer-price-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.landing-offer-price {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0;
    font-family: noto-sans-bold;
}

.landing-offer-label {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.landing-offer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 40px;
}

.landing-offer-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.landing-offer-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px;
}

.landing-check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-check::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid var(--landing-bright-green);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-bottom: 3px;
}

.landing-hero-desc {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
    max-width: 420px;
}

/* Right: consultation form */
.landing-hero-right {
    display: flex;
    justify-content: flex-end;
}

.landing-consultation-form {
    width: 100%;
    max-width: 380px;
    background-color: var(--landing-bright-green);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.landing-consultation-form h3 {
    margin: 0 0 24px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-family: noto-sans-bold;
}

.landing-form-group {
    margin-bottom: 14px;
}

.landing-form-group.landing-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.landing-form-group.landing-consent:last-of-type {
    margin-bottom: 16px;
}

.landing-captcha-heading {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: noto-sans-bold;
}

.landing-captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
}

.landing-radio {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: var(--landing-dark-green);
}

.landing-captcha-label {
    font-size: 0.85rem;
    color: #2c2c2c;
    cursor: pointer;
}

.schedule-disclaimer {
    color: #fff;
}

.landing-input {
    width: 100%;
    padding: 12px 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #1a1a1a;
    box-sizing: border-box;
}

.landing-input::placeholder {
    color: #666;
}

select.landing-input {
    appearance: none;
    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='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.landing-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--landing-dark-green);
}

.landing-consent-label {
    font-size: 0.8rem;
    color: #2c2c2c;
    line-height: 1.4;
    cursor: pointer;
    margin-top: 2px;
}

/* Booking form: patient type selection + conditional fields */
.landing-checkbox-row {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.landing-checkbox-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #000;
}

.landing-conditional-field {
    display: none;
}

.landing-conditional-field.is-visible {
    display: block;
}

.form-submit-status {
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.45;
}

.form-submit-status:empty {
    display: none;
}

.form-submit-status--pending {
    background: #eef3f8;
    color: #1b3a5c;
}

.form-submit-status--success {
    background: #e6f4ea;
    color: #1b5e20;
    border: 1px solid #b7dfc1;
}

.form-submit-status--error {
    background: #fdecea;
    color: #8a1f1f;
    border: 1px solid #f3c1bd;
}

.landing-submit-btn {
    width: 100%;
    padding: 16px 24px;
    background-color: var(--landing-dark-green);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: noto-sans-bold;
}

.landing-submit-btn:hover {
    background-color: #1a6b3d;
}

/* ----- Service + Location landing hero (e.g. Physical Therapy in Redondo Beach) ----- */
.landing-hero-service-location .landing-hero-left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.landing-hero-service-name {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 4px;
    text-transform: none;
    letter-spacing: 0;
    font-family: noto-sans-bold;
}

.landing-hero-location-heading {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.15;
    font-family: noto-sans-bold;
}

.landing-hero-contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.landing-hero-contact-line i {
    color: var(--landing-bright-green);
    font-size: 20px;
    flex-shrink: 0;
}

.landing-hero-service-desc {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    margin: 20px 0 0;
    max-width: 420px;
}

/* Dark green offer form (right column on service-location pages) */
.landing-offer-form {
    width: 100%;
    max-width: 380px;
    background-color: var(--landing-dark-green);
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.landing-offer-form .landing-offer-badge {
    font-size: 0.7rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 6px;
    text-align: center;
}

.landing-offer-form .landing-offer-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: noto-sans-bold;
    margin-bottom: 20px;
    text-align: center;
}

.landing-offer-form .landing-offer-includes {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 4px;
}

.landing-offer-form .landing-offer-disclaimer {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    margin: 0 0 20px;
}

.landing-offer-form .landing-input {
    border-color: rgba(255, 255, 255, 0.4);
}

.landing-offer-form .landing-consent-label {
    color: rgba(255, 255, 255, 0.95);
}

.landing-offer-form .landing-submit-btn {
    background-color: var(--landing-bright-green);
    color: var(--landing-dark-green);
}

.landing-offer-form .landing-submit-btn:hover {
    background-color: #a8e050;
}

.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='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
}

.landing-offer-form .landing-captcha-heading {
    color: #fff;
}

.landing-offer-form .landing-captcha-box {
    background-color: rgba(255, 255, 255, 0.95);
}

.landing-offer-form .landing-captcha-label {
    color: #2c2c2c;
}

/* ----- Landing Services (same list as home; section styling here, grid/buttons reusable) ----- */
.landing-services {
    background-color: var(--landing-dark-green);
    padding: 60px 24px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-services h2 {
    margin: 0 0 36px;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--landing-light-heading);
    text-align: center;
    font-family: noto-sans-bold;
}

.hero-service-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 12px;
    column-gap: 80px;
    max-width: 700px;
    margin-bottom: 30px;
}

.hero-service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #286241;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
    .landing-hero-inner {
        flex-direction: column;
    }

    .landing-hero-left {
        text-align: center;
    }

    .landing-hero-service-location .landing-hero-service-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-hero-service-location .landing-hero-contact-line {
        justify-content: center;
    }

    .landing-offer-list li {
        justify-content: center;
    }

    .landing-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .landing-hero-right {
        justify-content: center;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .landing-hero {
        min-height: auto;
    }

    .landing-hero-inner {
        padding: 40px 16px;
    }

    .landing-offer-price {
        font-size: 2.5em;
    }

    .landing-consultation-form {
        padding: 24px 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-tag {
        width: 100%;
        max-width: 280px;
    }
}