/* Extracted from city-page.php */

.input {
        width: -webkit-fill-available;
        height: 56px;
        background-color: transparent;
        border: none;
        outline: none;
        color: #000 !important;
    }

    .highlight:after,
    input[type="radio"]:checked + .radio-wrapper {
        background-color: #1ECB15 !important;
    }

    .wrv76wo,
    .radio-wrapper {
        border: 2px solid #1ECB15 !important;
    }

    input[type=text]:not(.browser-default) {
        height: 28px !important;
        margin: 0 !important;
    }

    .modal {
        background-color: unset !important;
        max-height: unset !important;
    }

.radio-container {
        display: flex;
        justify-content: left;
        gap: 10px;
        margin-bottom: 10px;
    }

    .radio-wrapper {
        display: block;
        border-radius: 10px;
        border: 2px solid #c1f11d;
        padding: 8px 20px;
        background-color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
        font-size: 16px;
        text-align: center;
        user-select: none;
        color: #000;
    }

    input[type="radio"]:checked + .radio-wrapper {
        background-color: #c1f11d;
        color: #000;
    }

    input[type="radio"] + .radio-wrapper {
        color: #000;
    }

    .radio-wrapper:hover {
        background-color: #f0f0f0;
    }

    input[type="radio"] {
        display: none;
    }

    button:focus {
        background-color: #1ECB15 !important;
    }

.city-hero {
    position: relative;
    min-height: 420px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(10, 37, 21, .88), rgba(10, 37, 21, .58)),
        url('/images/background/onedrop-hero-road.jpg') center / cover no-repeat;
}

.city-hero-inner {
    max-width: 760px;
    padding: 70px 0;
}

.city-hero h1 {
    margin: 8px 0 16px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.city-hero p {
    max-width: 660px;
    margin: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, .9);
}

.city-hero .city-seo-kicker {
    color: #a7f3a1;
}

.city-hero .city-seo-actions {
    margin-top: 28px;
}

.booking-workspace {
    padding: 56px 0 64px;
    background:
        linear-gradient(90deg, rgba(246, 248, 244, .96), rgba(246, 248, 244, .88)),
        url('/images/background/onedrop-hero-road.jpg') center / cover no-repeat;
}

.booking-workspace-grid {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(360px, 1fr) 320px;
    gap: 32px;
    align-items: center;
}

.booking-form-panel .booking-card {
    position: static;
    width: 100%;
    max-width: none;
}

.booking-copy-panel h1 {
    margin: 8px 0 16px;
    color: #10141c;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.booking-copy-panel p {
    color: #374151;
    font-size: 18px;
}

.booking-trust-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.booking-trust-list span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(25, 123, 22, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    color: #14532d;
    font-weight: 800;
}

.booking-help-panel h2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.1;
}

.booking-help-panel .btn-main {
    margin-top: 16px;
}

.booking-seo {
    padding-top: 0;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    gap: 34px;
    align-items: center;
}

.service-detail-grid h2 {
    margin-top: 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: 0;
}

.service-feature-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
}

.city-seo-page {
    padding: 64px 0;
    background: #ffffff;
    color: #1f2933;
}

.city-seo-page h2,
.city-seo-page h3 {
    color: #111827;
}

.city-seo-kicker {
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: 0;
    color: #179510;
    text-transform: uppercase;
}

.city-seo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
    align-items: start;
}

.city-seo-main h2 {
    margin-top: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: 0;
}

.city-seo-main p,
.city-seo-coverage p,
.city-seo-grid p,
.city-seo-faq p {
    color: #4b5563;
    font-size: 16px;
}

.city-seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.btn-main,
.btn-main-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
}

.btn-main {
    color: #fff;
    background: linear-gradient(135deg, #197b16, #0f5f13);
    box-shadow: 0 10px 20px rgba(25, 123, 22, .23);
}

.btn-main-border {
    color: #14532d;
    background: #fff;
    border: 1px solid rgba(20, 83, 45, .25);
}

.city-seo-panel,
.city-seo-grid article,
.city-seo-faq article {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.city-seo-panel {
    padding: 24px;
}

.city-seo-panel ul {
    margin: 14px 0 0;
    padding-left: 20px;
}

.city-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 44px 0;
}

.city-seo-grid article,
.city-seo-faq article {
    padding: 22px;
}

.city-seo-routes,
.city-seo-coverage,
.city-seo-faq,
.city-seo-split,
.city-seo-steps {
    margin-top: 42px;
}

.city-seo-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fff7;
}

.city-seo-split.reverse {
    grid-template-columns: 360px minmax(0, 1fr);
    background: #ffffff;
}

.city-seo-split h2,
.city-seo-steps h2 {
    margin-top: 0;
}

.city-seo-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.city-seo-list-grid span {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #dbe6d8;
    border-radius: 8px;
    background: #fff;
    color: #14532d;
    font-weight: 700;
}

.city-seo-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.city-seo-step-grid article {
    position: relative;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.city-seo-step-grid span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 50%;
    color: #fff;
    background: #197b16;
    font-weight: 900;
}

.city-seo-route-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.city-seo-route-list a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #dbe6d8;
    border-radius: 8px;
    color: #14532d;
    background: #f8fff7;
    font-weight: 600;
}

.city-seo-faq {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.city-seo-faq > h2 {
    grid-column: 1 / -1;
}

@media (max-width: 991px) {
    .city-hero {
        min-height: 360px;
    }

    .city-hero p {
        font-size: 17px;
    }

    .city-seo-layout,
    .service-detail-grid,
    .city-seo-split,
    .city-seo-split.reverse,
    .city-seo-step-grid,
    .booking-workspace-grid,
    .city-seo-grid,
    .city-seo-route-list,
    .city-seo-faq {
        grid-template-columns: 1fr;
    }

    .city-seo-panel {
        margin-top: 28px;
    }
}

@media (max-width: 640px) {
    .city-seo-page {
        padding: 44px 0;
    }

    .city-seo-actions {
        flex-direction: column;
    }

    .city-seo-split {
        padding: 22px;
    }

    .city-seo-list-grid {
        grid-template-columns: 1fr;
    }

    .btn-main,
    .btn-main-border {
        width: 100%;
    }
}
