/* =========================================
   BRIGHTSIDE DETAILING
   SHARED WEBSITE STYLES
========================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    color: #102033;
    background: #f7faff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

img {
    max-width: 100%;
    display: block;
}


/* =========================================
   NAVIGATION
========================================= */

.navbar {
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5edf5;
    position: relative;
    z-index: 100;
}

.nav-container {
    width: min(1180px, 92%);
    margin: auto;
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    flex-shrink: 0;
}

.logo span {
   color: #1769aa;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.logo small {
    margin-top: 5px;
    font-size: 1.5rem;
    letter-spacing: 0.18em;
   font-weight: bold;
    color: #0b525f;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4d6075;
    transition: 0.2s ease;
}

.nav-links a:hover {
    color: #1769aa;
}

.nav-button {
    padding: 12px 20px;
    background: #1769aa;
    color: white;
    border-radius: 9px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: 0.2s ease;
}

.nav-button:hover {
    background: #0f548b;
    transform: translateY(-1px);
}

.menu-button {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
}


/* =========================================
   GENERAL
========================================= */

.eyebrow {
    color: #1769aa;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 23px;
    border-radius: 9px;
    font-weight: 700;
    transition: 0.2s ease;
}

.primary-button {
    background: #1769aa;
    color: white;
}

.primary-button:hover {
    background: #0f548b;
    transform: translateY(-2px);
}

.secondary-button {
    border: 1px solid #cbd9e7;
    background: white;
    color: #17324d;
}

.secondary-button:hover {
    border-color: #1769aa;
    color: #1769aa;
    transform: translateY(-2px);
}


/* =========================================
   HOMEPAGE HERO
========================================= */

.hero {
    width: min(1180px, 92%);
    margin: auto;
    min-height: 610px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 75px 0;
}

.hero-content {
    max-width: 590px;
}

.hero h1 {
    margin-top: 16px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(3rem, 6vw, 5.3rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #102033;
}

.hero h1 span,
.mobile-text h2 span,
.section-heading h2 span,
.cta h2 span {
    color: #1769aa;
    display: block;
}

.hero-text {
    max-width: 520px;
    margin-top: 25px;
    color: #627589;
    font-size: 1.2rem;
}

.hero-buttons {
    display: flex;
    gap: 13px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hero-image {
    min-height: 430px;
}

.image-logo {
    width: 100%;
    height: 430px;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #dcecf9,
            #eef5fb
        );

    border: 1px solid #d5e4f0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: #547089;
}

.image-logo span {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.image-logo p {
    margin-top: 8px;
    font-size: 0.9rem;
}


/* =========================================
   BENEFITS
========================================= */

.benefits {
    width: min(1180px, 92%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #dce6ef;
    border-bottom: 1px solid #dce6ef;
}

.benefit {
    padding: 34px 30px;
    border-right: 1px solid #dce6ef;
}

.benefit:last-child {
    border-right: 0;
}

.benefit-number {
    color: #1769aa;
    font-size: 1.1rem;
    font-weight: 700;
}

.benefit h3 {
    margin-top: 7px;
    font-family: "Space Grotesk", sans-serif;
}

.benefit p {
    margin-top: 7px;
    color: #718296;
}


/* =========================================
   SECTION HEADINGS
========================================= */

.section-heading {
    max-width: 680px;
    margin: auto;
    text-align: center;
}

.section-heading h2 {
    margin-top: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.section-heading > p:last-child {
   font-size: larger;
    margin-top: 18px;
    color: #718296;
}


/* =========================================
   PACKAGES
========================================= */

.packages-preview {
    width: min(1180px, 92%);
    margin: auto;
    padding: 115px 0;
}

.package-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.package-card {
    position: relative;
    background: white;
    border: 1px solid #dce6ef;
    border-radius: 17px;
    padding: 31px;
    box-shadow: 0 12px 35px rgba(30, 60, 90, 0.05);
}

.package-card.featured {
    border: 2px solid #1769aa;
}

.popular {
    position: absolute;
    top: -13px;
    right: 22px;
    padding: 5px 10px;
    border-radius: 20px;
    background: #1769aa;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}


.package-card h3 {
   font-color: #1769aa;
    margin-top: 5px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.7rem;
}

.price {
    margin-top: 16px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.price span {
    font-size: 2rem;
    color: cornflowerblue;
}

.package-card ul {
    list-style: none;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5edf5;
}

.package-card li {
    padding: 7px 0;
    color: #64778b;
}

.package-card li::before {
    content: "✓";
    margin-right: 9px;
    color: #1769aa;
    font-weight: 700;
}

.card-link {
    display: inline-block;
    margin-top: 25px;
    color: #1769aa;
    font-weight: 700;
}

.center-button {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}


/* =========================================
   MOBILE SECTION
========================================= */

.mobile-section {
    background: #102033;
    color: white;
    padding: 100px max(4%, calc((100% - 1180px) / 2));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.mobile-text {
    max-width: 520px;
}

.mobile-text h2 {
    margin-top: 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.mobile-text > p:not(.eyebrow) {
   font-size: large;
    margin-top: 22px;
    color: #b6c6d6;
}

.mobile-text .primary-button {
    margin-top: 28px;
}

.mobile-info {
    display: flex;
    flex-direction: column;
}

.mobile-info > div {
    padding: 23px 0;
    border-bottom: 1px solid #304255;
}

.mobile-info span {
    color: #72b8ed;
    font-size: 1.1rem;
    font-weight: 700;
}

.mobile-info h3 {
    margin-top: 4px;
}

.mobile-info p {
    color: #aebdcc;
    margin-top: 4px;
}


/* =========================================
   RESULTS
========================================= */

.results-preview {
    width: min(1180px, 92%);
    margin: auto;
    padding: 115px 0;
}

.results-placeholder {
    margin-top: 48px;
    min-height: 380px;
    border-radius: 20px;
    border: 1px dashed #b9cad9;
    background: white;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.results-placeholder strong {
    font-family: "Space Grotesk", sans-serif;
    color: #1769aa;
}

.results-placeholder p {
    margin-top: 7px;
    color: #718296;
}


/* =========================================
   MEET THE TEAM
========================================= */

.team-section {
    width: min(1180px, 92%);
    margin: auto;
    padding: 115px 0;
}

.team-grid {
    margin-top: 50px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.team-card {
    width: calc((100% - 44px) / 4);

    background: white;
    border: 1px solid #dce6ef;
    border-radius: 17px;

    overflow: hidden;

    box-shadow: 0 12px 35px rgba(30, 60, 90, 0.05);

    transition: 0.2s ease;
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(30, 60, 90, 0.08);
}

.team-image {
    width: 100%;
    height: 310px;
    background:
        linear-gradient(
            135deg,
            #dcecf9,
            #eef5fb
        );

    border-bottom: 1px solid #dce6ef;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-info {
    padding: 25px 26px 28px;
}

.team-role {
    color: #1769aa;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.team-info h3 {
    margin-top: 5px;

    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
}

.team-info > p:last-child {
    margin-top: 9px;
    color: #54657a;
    font-size: 1rem;
}


/* =========================================
   FAQ
========================================= */

.faq-section {
    width: min(900px, 92%);
    margin: auto;
    padding: 0 0 115px;
}

.faq-list {
    margin-top: 48px;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: white;
    border: 1px solid #dce6ef;
    border-radius: 13px;

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(30, 60, 90, 0.04);
}

.faq-item summary {
    position: relative;

    padding: 21px 52px 21px 22px;

    list-style: none;
    cursor: pointer;

    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 600;

    color: #20364c;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 22px;

    transform: translateY(-50%);

    color: #1769aa;

    font-family: "DM Sans", sans-serif;
    font-size: 1.35rem;
    font-weight: 500;

    transition: 0.2s ease;
}

.faq-item[open] summary {
    color: #1769aa;
    border-bottom: 1px solid #e5edf5;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-answer {
    padding: 0 22px 21px;
}

.faq-answer p {
   font-weight: bold;
    color: black;
    font-size: 0.9rem;
}


/* =========================================
   CTA
========================================= */

.cta {
    text-align: center;
    padding: 105px 20px;
    background: #eaf4fc;
}

.cta h2 {
    max-width: 760px;
    margin: 12px auto 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.cta > p:not(.eyebrow) {
   font-size: larger;
    margin: 20px auto;
    color: #65788c;
}

.cta .primary-button {
    margin-top: 5px;
}


/* =========================================
   FOOTER
========================================= */

footer {
    background: #0b1827;
    color: white;
}

.footer-container {
    width: min(1180px, 92%);
    margin: auto;
    padding: 60px 0;

    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-brand p {
   font-size: larger;
    margin-top: 14px;
    color: #e9e9e9;
}

.footer-links {
    display: flex;
    gap: 85px;
}

.footer-links h4 {
    margin-bottom: 13px;
}

.footer-links a {
    display: block;
    margin: 8px 0;
    color: #e9e9e9;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    width: min(1180px, 92%);
    margin: auto;
    padding: 20px 0;
    border-top: 1px solid #ffffff;

    display: flex;
    justify-content: space-between;
    gap: 20px;

    color: #ffffff;
   font-weight: bold;
    font-size: 0.9rem;
}


/* =========================================
   BOOKING PAGE
========================================= */

.booking-hero {
    background: #eaf4fc;
    padding: 80px 20px;
}

.booking-hero-content {
    width: min(1180px, 92%);
    margin: auto;
}

.booking-hero h1 {
    margin-top: 12px;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.booking-hero h1 span {
    color: #1769aa;
}

.booking-hero-content > p:last-child {
   font-size: larger;
    max-width: 600px;
    margin-top: 18px;
    color: #627589;
}

.booking-page {
    width: min(1180px, 92%);
    margin: auto;
    padding: 80px 0;
}

.booking-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    gap: 30px;
    align-items: start;
}

.booking-sidebar {
    position: sticky;
    top: 25px;
}

.sidebar-intro h2 {
    margin-top: 10px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.3rem;
    line-height: 1.05;
}

.sidebar-intro h2 span {
    color: #1769aa;
    display: block;
}

.sidebar-intro > p:last-child {
    margin-top: 18px;
    color: #687c90;
}

.booking-process {
    margin-top: 40px;
}

.process-item {
    display: flex;
    gap: 16px;
}

.process-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6f2fb;
    color: #1769aa;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.75rem;
    font-weight: 700;
}

.process-item h3 {
    font-size: 1rem;
}

.process-item p {
    margin-top: 3px;
    color: #718296;
    font-size: 0.9rem;
}

.process-line {
    width: 1px;
    height: 28px;
    margin-left: 20px;
    background: #d7e2ec;
}

.pricing-note {
    display: flex;
    gap: 13px;
    margin-top: 38px;
    padding: 18px;
    border-radius: 12px;
    background: #f0f7fc;
    border: 1px solid #dceaf4;
}

.note-icon {
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #1769aa;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.8rem;
}

.pricing-note strong {
    font-size: 0.9rem;
}

.pricing-note p {
    margin-top: 4px;
    color: #718296;
    font-size: 0.82rem;
}

.booking-card {
    background: white;
    border: 1px solid #dce6ef;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(30, 60, 90, 0.07);
    overflow: visible;
}

.form-header {
    padding: 28px 30px;
    border-bottom: 1px solid #e2eaf1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.form-header h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.6rem;
}

.form-badge {
    padding: 7px 11px;
    border-radius: 20px;
    background: #eaf4fc;
    color: #1769aa;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.form-block {
    padding: 30px;
    border-bottom: 1px solid #e2eaf1;
}

.form-block:last-child {
    border-bottom: 0;
}

.form-block-title {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.form-block-title > span {
    color: #1769aa;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-block-title h3 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
}

.form-block-title p {
    margin-top: 2px;
    color: #7a8b9d;
    font-size: 0.85rem;
}

.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.input-group {
    margin-top: 16px;
}

.input-grid .input-group {
    margin-top: 0;
}

.input-group label {
    display: block;
    margin-bottom: 7px;
    color: #344b61;
    font-size: 0.82rem;
    font-weight: 700;
}

.input-group input,
.input-group select,
.input-group textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cedbe7;
    border-radius: 9px;
    outline: none;
    background: #fbfdff;
    color: #20364c;
    transition: 0.2s ease;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    border-color: #1769aa;
    box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.1);
}

.input-group textarea {
    min-height: 120px;
    resize: vertical;
}

.input-help {
    display: block;
    margin-top: 7px;
    color: #8494a5;
    font-size: 0.75rem;
}

/* =======================================================
   BOOKING PAGE MOBILE NAVIGATION
   ======================================================= */

.bs-booking-menu-button {

    display: none;

    width: 44px;
    height: 44px;

    position: relative;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    flex-shrink: 0;

    padding: 0;

    border:
        1px solid
        var(--bs-border);

    border-radius: 10px;

    background: white;

    cursor: pointer;

    z-index: 100;

}


.bs-booking-menu-button span {

    display: block;

    width: 20px;
    height: 2px;

    border-radius: 999px;

    background:
        var(--bs-text);

    transition:
        transform 0.2s ease,
        opacity 0.2s ease;

}


.bs-booking-menu-button.is-open span:nth-child(1) {

    transform:
        translateY(7px)
        rotate(45deg);

}


.bs-booking-menu-button.is-open span:nth-child(2) {

    opacity: 0;

}


.bs-booking-menu-button.is-open span:nth-child(3) {

    transform:
        translateY(-7px)
        rotate(-45deg);

}


.bs-booking-mobile-menu {

    display: none;

}


@media (max-width: 900px) {

    .bs-booking-header-inner {

        position: relative;

    }


    /*
       Hide the desktop navigation completely
       on smaller screens.
    */

    .bs-booking-nav {

        display: none;

    }


    /*
       Show hamburger.
    */

    .bs-booking-menu-button {

        display: flex;

    }


    /*
       Full-width mobile dropdown.
    */

    .bs-booking-mobile-menu {

        position: absolute;

        top: 100%;

        left: 0;
        right: 0;

        z-index: 90;

        display: none;

        flex-direction: column;

        padding:
            10px 20px 18px;

        background:
            rgba(
                255,
                255,
                255,
                0.98
            );

        border-top:
            1px solid
            var(--bs-border);

        border-bottom:
            1px solid
            var(--bs-border);

        box-shadow:
            0 18px 40px
            rgba(
                15,
                23,
                42,
                0.12
            );

        backdrop-filter:
            blur(12px);

    }


    .bs-booking-mobile-menu.mobile-open {

        display: flex;

    }


    .bs-booking-mobile-menu a {

        display: flex;

        min-height: 48px;

        align-items: center;

        padding:
            0 4px;

        color:
            #4b5563;

        font-size:
            16px;

        font-weight:
            600;

        border-bottom:
            1px solid
            #f0f2f5;

    }


    .bs-booking-mobile-menu a:last-child {

        border-bottom: 0;

    }


    .bs-booking-mobile-menu a:hover {

        color:
            var(--bs-blue);

    }


    .bs-booking-mobile-menu
    .bs-booking-mobile-button {

        justify-content: center;

        margin-top:
            10px;

        min-height:
            48px;

        border: 0;

        border-radius:
            10px;

        background:
            var(--bs-blue);

        color:
            white;

    }


    .bs-booking-mobile-menu
    .bs-booking-mobile-button:hover {

        background:
            var(--bs-blue-dark);

        color:
            white;

    }

}


@media (max-width: 600px) {

    .bs-booking-menu-button {

        width: 42px;
        height: 42px;

    }


    .bs-booking-mobile-menu {

        padding:
            10px 14px 16px;

    }

}


/* =========================================
   VEHICLE PRICE
========================================= */

.vehicle-price-display {
    margin-top: 17px;
    padding: 14px 16px;
    border-radius: 9px;
    background: #f1f7fc;
    color: #496277;
    font-size: 0.86rem;
}

.vehicle-price-display strong {
    color: #1769aa;
}


/* =========================================
   SERVICE CARDS
========================================= */

.service-cards {
    display: grid;
    gap: 12px;
}

.service-card {
    position: relative;
    display: block;
    cursor: pointer;
}

.service-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.service-card-content {
    padding: 18px;
    border: 1px solid #d8e3ed;
    border-radius: 12px;
    transition: 0.2s ease;
}

.service-card:hover .service-card-content {
    border-color: #9bbbd4;
}

.service-card input:checked + .service-card-content {
    border-color: #1769aa;
    background: #f2f8fd;
    box-shadow: 0 0 0 2px rgba(23, 105, 170, 0.08);
}

.service-card-top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.service-card small {
    color: #1769aa;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.service-card h4 {
    margin-top: 3px;
    font-family: "Space Grotesk", sans-serif;
}

.service-card strong {
    white-space: nowrap;
    color: #1769aa;
}

.service-card p {
    margin-top: 8px;
    color: #718296;
    font-size: 0.83rem;
}

.popular-service {
    margin-top: 4px;
}

.popular-label {
    position: absolute;
    top: -9px;
    right: 15px;
    z-index: 2;

    padding: 4px 9px;
    border-radius: 20px;

    background: #1769aa;
    color: white;

    font-size: 0.6rem;
    font-weight: 700;
}


/* =========================================
   ADDRESS SEARCH
========================================= */

.address-container {
    position: relative;
}

.address-suggestions {
    position: absolute;
    z-index: 50;
    top: 76px;
    left: 0;
    right: 0;

    display: none;

    background: white;
    border: 1px solid #cedbe7;
    border-radius: 10px;

    box-shadow: 0 15px 35px rgba(30, 60, 90, 0.12);

    overflow: hidden;
}

.address-suggestion {
    width: 100%;
    display: block;
    padding: 13px 15px;

    border: 0;
    border-bottom: 1px solid #edf2f6;

    background: white;
    text-align: left;
    cursor: pointer;
}

.address-suggestion:last-child {
    border-bottom: 0;
}

.address-suggestion:hover {
    background: #f2f8fd;
}

.address-suggestion strong {
    display: block;
    color: #243b50;
    font-size: 0.86rem;
}

.address-suggestion span {
    display: block;
    margin-top: 2px;
    color: #7a8b9d;
    font-size: 0.76rem;
}


/* =========================================
   SERVICE STATUS
========================================= */

.service-status {
    display: none;
    margin-top: 18px;
    padding: 15px 16px;
    border-radius: 10px;
}

.service-status.eligible,
.service-status.not-eligible {
    display: block;
}

.service-status.eligible {
    background: #edf9f2;
    border: 1px solid #bfe5cc;
    color: #21633a;
}

.service-status.not-eligible {
    background: #fff2f1;
    border: 1px solid #efc6c2;
    color: #8a332c;
}

.service-status strong {
    display: block;
}

.service-status span {
    display: block;
    margin-top: 3px;
    font-size: 0.8rem;
}


/* =========================================
   MAP
========================================= */

.service-map {
    width: 100%;
    height: 350px;
    margin-top: 18px;

    border-radius: 12px;
    overflow: hidden;

    border: 1px solid #d8e3ed;
}

.map-help {
    margin-top: 8px;
    color: #8494a5;
    font-size: 0.75rem;
}


/* =========================================
   AVAILABILITY
========================================= */

.availability-locked,
.availability-unlocked {
    margin-top: 22px;
    padding: 18px;

    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.availability-locked {
    background: #f5f7f9;
    border: 1px solid #e0e6eb;
}

.availability-unlocked {
    background: #edf8f1;
    border: 1px solid #c6e5d0;
}

.availability-message strong {
    font-size: 0.9rem;
}

.availability-message p {
    margin-top: 3px;
    color: #728396;
    font-size: 0.78rem;
}

.availability-unlocked .availability-message strong {
    color: #21633a;
}

.disabled-button {
    opacity: 0.45;
    cursor: not-allowed;
}


/* =========================================
   BOOKING NOTE
========================================= */

.booking-submit {
    padding: 25px 30px;
}

.booking-submit p {
    color: #7a8b9d;
    font-size: 0.78rem;
}


/* =========================================
   BOOKING FORM VALIDATION
========================================= */

.field-error {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.12) !important;
    animation: bookingShake 0.25s ease-in-out;
}


@keyframes bookingShake {

    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }

}


/* Selected package */

.service-card.selected-service {
    border-color: #1f8f5f;
    box-shadow:
        0 0 0 2px rgba(31, 143, 95, 0.12);
}


/* Locked availability */

.availability-locked .submit-button,
.availability-locked .primary-button {
    opacity: 0.5;
    cursor: not-allowed;
}


/* Unlocked availability */

.availability-unlocked .submit-button,
.availability-unlocked .primary-button {
    opacity: 1;
    cursor: pointer;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .nav-links {
        display: none;
    }

    .nav-button {
        margin-left: auto;
    }

    .menu-button {
        display: block;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 55px 0;
    }

    .hero-image,
    .image-placeholder {
        min-height: 330px;
        height: 330px;
    }

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

    .benefit {
        border-right: 0;
        border-bottom: 1px solid #dce6ef;
    }

    .benefit:last-child {
        border-bottom: 0;
    }

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

    .mobile-section {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .booking-layout {
        grid-template-columns: 1fr;
    }

    .booking-sidebar {
        position: static;
    }

    /* TEAM */

    .team-card {
        width: calc((100% - 22px) / 2);
    }

    .team-image {
        height: 330px;
    }

}


@media (max-width: 600px) {

    .nav-container {
        min-height: 68px;
    }

    .nav-button {
        display: none;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons a {
        width: 100%;
    }

    .packages-preview,
    .results-preview {
        padding: 75px 0;
    }

    .mobile-section {
        padding: 75px 4%;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-links {
        gap: 50px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .form-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-block {
        padding: 22px;
    }

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

    .input-grid .input-group {
        margin-top: 16px;
    }

    .input-grid .input-group:first-child {
        margin-top: 0;
    }

    .service-card-top {
        flex-direction: column;
    }

    .availability-locked,
    .availability-unlocked {
        flex-direction: column;
        align-items: stretch;
    }


    /* =====================================
       TEAM - MOBILE
    ===================================== */

    .team-section {
        padding: 75px 0;
    }

    .team-grid {
        margin-top: 38px;
        gap: 18px;
    }

    .team-card {
        width: 100%;
    }

    .team-image {
        height: 360px;
    }


    /* =====================================
       FAQ - MOBILE
    ===================================== */

    .faq-section {
        padding-bottom: 75px;
    }

    .faq-list {
        margin-top: 38px;
    }

    .faq-item summary {
        padding: 19px 48px 19px 18px;
        font-size: 0.94rem;
    }

    .faq-item summary::after {
        right: 18px;
    }

    .faq-answer {
        padding: 0 18px 19px;
    }

}

/* =========================================
   MOBILE NAVIGATION FIX
   ========================================= */

/*
   Prevent the page from scrolling behind
   an open mobile navigation menu.
*/

body.mobile-menu-open {
    overflow: hidden;
}


/*
   Standard mobile navigation.

   The existing desktop navigation remains
   unchanged. These rules only take effect
   on smaller screens.
*/

@media (max-width: 900px) {

    .navbar {
        position: relative;
    }


    .nav-container {
        position: relative;
        min-height: 72px;
    }


    .menu-button {
        position: relative;
        z-index: 110;

        display: flex;

        width: 44px;
        height: 44px;

        align-items: center;
        justify-content: center;

        flex-shrink: 0;

        padding: 0;

        border: 1px solid #dce6ef;
        border-radius: 9px;

        background: white;

        color: #102033;

        cursor: pointer;

        font-size: 0;

        transition:
            background 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease;
    }


    /*
       Three hamburger lines.
    */

    .menu-button::before,
    .menu-button::after {

        content: "";

        position: absolute;

        width: 20px;
        height: 2px;

        border-radius: 999px;

        background: currentColor;

        transition:
            transform 0.2s ease,
            top 0.2s ease,
            box-shadow 0.2s ease;

    }


    .menu-button::before {

        top: 16px;

        box-shadow:
            0 7px 0 currentColor,
            0 14px 0 currentColor;

    }


    .menu-button::after {
        display: none;
    }


    /*
       Turn the hamburger into an X
       when the menu is open.
    */

    .menu-button.is-open::before {

        top: 21px;

        box-shadow: none;

        transform:
            rotate(45deg);

    }


    .menu-button.is-open::after {

        display: block;

        top: 21px;

        transform:
            rotate(-45deg);

    }


    .menu-button:hover {

        border-color:
            #1769aa;

        color:
            #1769aa;

        background:
            #f7fbff;

    }


    /*
       Mobile navigation panel.
    */

    .nav-links {

        position: absolute;

        top: calc(100% + 1px);

        left: 0;
        right: 0;

        z-index: 105;

        display: none;

        flex-direction: column;

        align-items: stretch;

        gap: 0;

        padding: 10px 0 16px;

        background:
            rgba(
                255,
                255,
                255,
                0.98
            );

        border-top:
            1px solid #e5edf5;

        border-bottom:
            1px solid #dce6ef;

        box-shadow:
            0 18px 35px
            rgba(
                16,
                32,
                51,
                0.12
            );

        backdrop-filter:
            blur(12px);

    }


    /*
       This is the important part:
       the JavaScript adds this class.
    */

    .nav-links.mobile-open {

        display: flex;

    }


    .nav-links a {

        display: flex;

        width: 100%;

        min-height: 48px;

        align-items: center;

        padding:
            0 4%;

        border-radius: 0;

    }


    .nav-links a:hover {

        background:
            #f5f9fd;

    }


    /*
       Book Now becomes a proper full-width
       menu item instead of crowding the
       top navigation.
    */

    .nav-links .nav-button {

        width: calc(100% - 8%);

        justify-content: center;

        margin:
            8px 4% 0;

        border-radius: 9px;

        color: white;

    }


    .nav-links .nav-button:hover {

        color: white;

        background:
            #0f548b;

    }

}


/* =========================================
   EXTRA SMALL PHONES
   ========================================= */

@media (max-width: 600px) {

    .nav-container {

        width: 92%;

        min-height: 68px;

    }


    .logo {

        font-size: 0.92rem;

    }


    .logo span {

        font-size: 0.65rem;

    }


    .menu-button {

        width: 42px;
        height: 42px;

    }

}
