.appointment-page-body {
    background:
        radial-gradient(circle at top left, rgba(13, 202, 240, 0.12), transparent 28%),
        linear-gradient(180deg, #f4fbfd 0%, #eef5fb 52%, #f8fbfd 100%);
}

.appointment-page-main {
    padding: 32px 16px 80px;
}

.booking-hero {
    width: 100%;
}

.booking-shell {
    width: min(95%, 1320px);
    min-height: 900px;
    margin: 0 auto;
    padding: 34px;
    border-radius: 24px;
    background:
        linear-gradient(100deg, rgba(9, 24, 45, 0.78) 0%, rgba(9, 24, 45, 0.68) 37%, rgba(255, 255, 255, 0) 62%),
        url("Assets/Backgrounds/Book An Appointment.png") center / cover no-repeat;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
    gap: 28px;
    align-items: stretch;
    box-shadow: 0 24px 50px rgba(10, 24, 44, 0.2);
}

.booking-overview {
    padding: 32px 10px 32px 12px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.booking-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #d4fbff;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.booking-heading {
    margin: 18px 0 0;
    max-width: 12ch;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.4vw, 4.4rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.booking-intro {
    margin: 20px 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.8;
}

.booking-stat-row {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.booking-stat-card {
    min-height: 118px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.booking-stat-card strong {
    font-size: 1.6rem;
    line-height: 1;
}

.booking-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.45;
}

.booking-info-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.booking-info-card {
    padding: 18px 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.booking-info-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
}

.booking-info-card h2 {
    margin: 14px 0 0;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

.booking-info-card p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.65;
}

.booking-support-panel {
    margin-top: auto;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.booking-support-label {
    color: #d4fbff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.booking-support-panel p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94rem;
    line-height: 1.65;
}

.booking-support-call {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 13px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #16366a;
    font-size: 0.92rem;
    font-weight: 700;
}

.booking-panel-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.booking-panel {
    width: min(100%, 520px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(22, 54, 106, 0.08);
    border-radius: 24px;
    padding: 30px 28px;
    box-shadow: 0 24px 48px rgba(10, 24, 44, 0.18);
    backdrop-filter: blur(10px);
}

.booking-panel-title {
    margin: 0;
    color: #16366a;
    font-size: clamp(1.7rem, 2.5vw, 2.45rem);
    font-weight: 700;
    line-height: 1.14;
}

.booking-panel-copy {
    margin: 14px 0 0;
    color: #425975;
    font-size: 0.98rem;
    line-height: 1.75;
}

.booking-form {
    margin-top: 22px;
}

.booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-field--full {
    grid-column: 1 / -1;
}

.booking-field label {
    color: #173866;
    font-size: 0.84rem;
    font-weight: 700;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
    width: 100%;
    border: 1px solid rgba(22, 54, 106, 0.12);
    border-radius: 14px;
    background: #ffffff;
    color: #304761;
    font: inherit;
    font-size: 0.92rem;
    padding: 13px 14px;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.booking-field select {
    appearance: none;
}

.booking-field textarea {
    min-height: 150px;
    resize: vertical;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
    border-color: rgba(15, 136, 111, 0.45);
    box-shadow: 0 0 0 4px rgba(15, 136, 111, 0.12);
}

.booking-notes-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-notes-card {
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(230, 248, 251, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(15, 136, 111, 0.12);
}

.booking-submit {
    width: 100%;
    margin-top: 18px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f886f 0%, #12a58b 100%);
    color: #ffffff;
    padding: 15px 18px;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(15, 136, 111, 0.24);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.booking-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(15, 136, 111, 0.3);
}

@media (max-width: 1180px) {
    .booking-shell {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(9, 24, 45, 0.8) 0%, rgba(9, 24, 45, 0.62) 38%, rgba(9, 24, 45, 0.44) 100%),
            url("Assets/Backgrounds/Book An Appointment.png") center / cover no-repeat;
    }

    .booking-heading {
        max-width: 16ch;
    }

    .booking-panel-wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .appointment-page-main {
        padding: 24px 16px 60px;
    }

    .booking-shell {
        width: 100%;
        padding: 20px;
        border-radius: 18px;
    }

    .booking-overview {
        padding: 10px 0 0;
    }

    .booking-stat-row,
    .booking-info-grid,
    .booking-form-grid,
    .booking-notes-grid {
        grid-template-columns: 1fr;
    }

    .booking-support-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking-panel {
        width: 100%;
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .appointment-page-main {
        padding: 16px 12px 44px;
    }

    .booking-shell {
        padding: 14px;
        border-radius: 14px;
    }

    .booking-heading {
        font-size: 2rem;
        max-width: none;
    }

    .booking-intro,
    .booking-info-card p,
    .booking-support-panel p,
    .booking-panel-copy {
        font-size: 0.92rem;
        line-height: 1.65;
    }

    .booking-panel {
        padding: 18px 16px;
        border-radius: 16px;
    }
}