/* PRZEWOZ NOWE */

.cityv2 {
    --cityv2-navy: #152550;
    --cityv2-blue: #0074DA;
    --cityv2-red: #E40043;
    --cityv2-text: #535353;
    --cityv2-light: #F6F7F9;
    --cityv2-border: #E1E5EC;
    --cityv2-white: #FFFFFF;

    background: var(--cityv2-white);
    color: var(--cityv2-text);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cityv2 *,
.cityv2 *::before,
.cityv2 *::after {
    box-sizing: border-box;
}

.cityv2-container {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}

/*
 * Główny układ desktopowy:
 * lewa kolumna działa jak w starym szablonie - jest sticky przez całą
 * wysokość prawej kolumny, a nie tylko przez sekcję hero.
 */
.cityv2-shell {
    display: flex !important;
    align-items: flex-start;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
}

.cityv2-sidebar {
    flex: 0 0 30.6vw;
    width: 30.6vw;
    min-width: 0;
    align-self: stretch;
}

.cityv2-maincol {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin-left: 2vw;
    background: #fff;
}

.cityv2-maincol .cityv2-container {
    width: min(880px, calc(100% - 80px));
}

/* HERO */

.cityv2-hero {
    background: #fff;
}

.cityv2-hero-media {
    position: sticky;
    top: 12.7vh;
    width: 100%;
    height: 87.3vh;
    min-height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.cityv2-hero-media__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 99, 184, 0.63);
}

.cityv2-hero-media__phones {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 40px 34px 0;
}

.cityv2-hero-media__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}

.cityv2-hero-media__phoneicon {
    font-size: 20px;
}

.cityv2-hero-media__number {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #fff;
    color: var(--cityv2-red);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
    text-decoration: none;
}

.cityv2-sidebar__bottom {
    position: absolute;
    left: 2.1vw;
    right: 1.4vw;
    bottom: 2.2vw;
    z-index: 3;
}

.cityv2-sidebar__title {
    max-width: 24vw;
    margin: 0 0 1.35vw;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.cityv2-sidebar__credit {
    display: flex;
    width: max-content;
    max-width: 100%;
    min-height: 23px;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #fff;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 0.68vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.cityv2-sidebar__credit a {
    color: #e40043;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.cityv2-hero-content {
    display: flex;
    align-items: center;
    min-height: 620px;
    background: #fff;
}

.cityv2-hero-content__inner {
    width: min(880px, calc(100% - 80px));
    margin: 0 auto;
    padding: 50px 0 56px;
}

.cityv2-breadcrumbs {
    margin-bottom: 14px;
    color: #777e87;
    font-size: 12px;
}

.cityv2-route {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #77808b;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cityv2-route__arrow {
    color: var(--cityv2-red);
    font-size: 16px;
}

.cityv2-hero__title {
    margin: 0;
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-size: clamp(40px, 3.7vw, 62px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.cityv2-hero__intro {
    max-width: 780px;
    margin: 23px 0 0;
    color: var(--cityv2-text);
    font-size: 17px;
    line-height: 1.65;
}

.cityv2-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    border: 1px solid var(--cityv2-border);
}

.cityv2-mainfact {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 21px 22px;
    border-right: 1px solid var(--cityv2-border);
    background: #fff;
}

.cityv2-mainfact:last-child {
    border-right: 0;
}

.cityv2-mainfact--price {
    background: var(--cityv2-navy);
}

.cityv2-mainfact__label {
    margin-bottom: 7px;
    color: #858c95;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.cityv2-mainfact--price .cityv2-mainfact__label {
    color: rgba(255,255,255,.65);
}

.cityv2-mainfact__value {
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.cityv2-mainfact--price .cityv2-mainfact__value {
    color: #fff;
    font-size: 23px;
}

.cityv2-mainfact__separator {
    margin: 0 4px;
    opacity: .5;
}

.cityv2-hero__actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
}

.cityv2-btn {
    border: 0;
    text-decoration: none;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.cityv2-btn--primary {
    display: inline-flex;
    min-height: 50px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    background: var(--cityv2-red);
    color: #fff;
}

.cityv2-hero__phones {
    display: grid;
    gap: 1px;
    font-size: 13px;
}

.cityv2-hero__phones span {
    color: #888f98;
}

.cityv2-hero__phones a {
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 800;
}

/* QUICK FACTS */

.cityv2-quickfacts {
    border-top: 1px solid var(--cityv2-border);
    border-bottom: 1px solid var(--cityv2-border);
    background: #fff;
}

.cityv2-quickfacts__grid {
    display: grid;
    grid-template-columns: 1.65fr repeat(3, .75fr);
}

.cityv2-quickfact {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 30px;
    border-right: 1px solid var(--cityv2-border);
}

.cityv2-quickfact:first-child {
    border-left: 1px solid var(--cityv2-border);
}

.cityv2-quickfact span {
    color: #727982;
    font-size: 14px;
    font-weight: 600;
}

.cityv2-quickfact strong {
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

.cityv2-quickfact__label {
    margin-bottom: 8px;
    color: var(--cityv2-red) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cityv2-quickfact__number {
    margin-bottom: 3px;
    font-size: 36px !important;
    line-height: 1 !important;
}

/* BOOKING */

.cityv2-booking {
    padding: 90px 0 100px;
    background: var(--cityv2-light);
}

.cityv2-booking__grid {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 80px;
    align-items: start;
}

.cityv2-booking__intro {
    position: sticky;
    top: 30px;
}

.cityv2-section-kicker {
    display: block;
    margin-bottom: 14px;
    color: var(--cityv2-red);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cityv2-section-title {
    margin: 0;
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.1;
}

.cityv2-booking__intro p {
    max-width: 430px;
    margin: 22px 0 0;
    color: var(--cityv2-text);
    font-size: 16px;
    line-height: 1.7;
}

.cityv2-booking__contact {
    display: grid;
    gap: 5px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #d8dde5;
}

.cityv2-booking__contact a {
    width: max-content;
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 800;
}

/* FORM */

.cityv2 .formularz_zarezerwuj.cityv2-form {
    width: 100% !important;
    margin: 0 !important;
    padding: 38px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 18px 50px rgba(20,34,68,.08);
}

.cityv2-form__service {
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--cityv2-border);
}

.cityv2-form__label,
.cityv2-form__field label {
    display: block;
    margin-bottom: 8px;
    color: var(--cityv2-navy);
    font-size: 13px;
    font-weight: 800;
}

.cityv2-form__radios {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
}

.cityv2-form__radios label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #5d646e;
    font-size: 14px;
    font-weight: 600;
}

.cityv2 .cityv2-form__radios .rad {
    width: 17px !important;
    height: 17px !important;
    margin: 0;
}

.cityv2-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.cityv2-form__field {
    margin-bottom: 20px;
}

.cityv2-form__weight {
    max-width: 280px;
}

.cityv2 .cityv2-form input.inputtype,
.cityv2 .cityv2-form input.przybl,
.cityv2 .cityv2-form textarea.inputtype {
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid #d7dce4 !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-size: 15px !important;
}

.cityv2 .cityv2-form input:disabled {
    background: #eef1f4 !important;
}

.cityv2 .cityv2-form textarea.inputtype.inputtype11 {
    min-height: 130px !important;
    height: 130px !important;
    padding: 13px 14px !important;
}

.cityv2-btn--submit {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 5px;
    padding: 0 26px;
    background: var(--cityv2-red);
    color: #fff;
}

.cityv2-form-message {
    min-height: 22px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
}

.cityv2-form-message.is-success {
    color: #267a3b;
}

.cityv2-form-message.is-error {
    color: #b4233c;
}

/* MOBILE: lewa część hero niewidoczna */


@media (max-width: 1250px) and (min-width: 901px) {
    .cityv2-hero-media__phones {
        gap: 8px;
        padding-left: 22px;
        padding-right: 18px;
        flex-wrap: wrap;
    }

    .cityv2-hero-media__label,
    .cityv2-hero-media__number {
        font-size: 15px;
    }

    .cityv2-sidebar__credit {
        font-size: 9px;
        white-space: normal;
        flex-wrap: wrap;
        width: fit-content;
    }
}

@media (max-width: 900px) {
    .cityv2-shell {
        display: block;
    }

    .cityv2-sidebar,
    .cityv2-hero-media {
        display: none !important;
    }

    .cityv2-maincol {
        width: 100%;
        margin-left: 0;
    }

    .cityv2-maincol .cityv2-container {
        width: min(100% - 36px, 720px);
    }

    .cityv2-hero-content {
        width: 100%;
        min-height: 0;
    }

    .cityv2-hero-content__inner {
        width: min(100% - 36px, 720px);
        padding: 48px 0 52px;
    }

    .cityv2-hero__facts {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cityv2-quickfacts__grid {
        grid-template-columns: 1fr 1fr;
    }

    .cityv2-quickfact--wide {
        grid-column: 1 / -1;
    }

    .cityv2-booking__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .cityv2-booking__intro {
        position: static;
    }
}

@media (max-width: 620px) {
    .cityv2-container,
    .cityv2-maincol .cityv2-container {
        width: calc(100% - 28px);
    }

    .cityv2-hero-content__inner {
        width: calc(100% - 28px);
        padding: 36px 0 40px;
    }

    .cityv2-hero__title {
        font-size: 36px;
    }

    .cityv2-hero__intro {
        font-size: 16px;
    }

    .cityv2-hero__facts {
        grid-template-columns: 1fr;
    }

    .cityv2-mainfact {
        border-right: 0;
        border-bottom: 1px solid var(--cityv2-border);
    }

    .cityv2-mainfact:last-child {
        border-bottom: 0;
    }

    .cityv2-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .cityv2-btn--primary {
        width: 100%;
    }

    .cityv2 .formularz_zarezerwuj.cityv2-form {
        padding: 24px 18px !important;
    }

    .cityv2-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cityv2-form__radios {
        flex-direction: column;
    }

    .cityv2-btn--submit {
        width: 100%;
    }
}


/* ==========================================================
   COMPACT DESKTOP
   Cel: maksymalnie dużo informacji above the fold.
   Usuwa sztuczną wysokość hero i duże pionowe odstępy.
   ========================================================== */
@media (min-width: 901px) {

    /* 1. GÓRA PRAWEJ KOLUMNY
       Nie centrujemy treści w bloku 620px. */
    .cityv2-hero-content {
        display: block;
        min-height: 0;
        align-items: initial;
    }

    .cityv2-hero-content__inner {
        width: min(880px, calc(100% - 80px));
        padding-top: 18px;
        padding-bottom: 12px;
    }

    /* Breadcrumbs i kierunek niemal bez pustej przestrzeni. */
    .cityv2-breadcrumbs {
        margin: 0 0 5px;
        font-size: 11px;
        line-height: 1.25;
    }

    .cityv2-breadcrumbs .rank-math-breadcrumb,
    .cityv2-breadcrumbs .rank-math-breadcrumb p {
        margin: 0;
        font-size: 11px;
        line-height: 1.25;
    }

    .cityv2-route {
        margin: 0 0 5px;
        font-size: 10px;
        line-height: 1.2;
    }

    .cityv2-hero__title {
        font-size: clamp(38px, 3.2vw, 52px);
        line-height: 1.02;
    }

    .cityv2-hero__intro {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.4;
    }

    /* 2. CENA / GODZINY */
    .cityv2-hero__facts {
        margin-top: 14px;
    }

    .cityv2-mainfact {
        min-height: 78px;
        padding: 11px 16px;
    }

    .cityv2-mainfact__label {
        margin-bottom: 3px;
        font-size: 9px;
    }

    .cityv2-mainfact__value {
        font-size: 16px;
        line-height: 1.2;
    }

    .cityv2-mainfact--price .cityv2-mainfact__value {
        font-size: 20px;
    }

    /* 3. CTA / TELEFONY */
    .cityv2-hero__actions {
        margin-top: 11px;
        gap: 18px;
    }

    .cityv2-btn--primary {
        min-height: 42px;
        padding-left: 19px;
        padding-right: 19px;
        font-size: 12px;
    }

    .cityv2-hero__phones {
        font-size: 11px;
        line-height: 1.2;
    }

    .cityv2-hero__phones a {
        font-size: 13px;
        line-height: 1.15;
    }

    /* 4. DOOR-TO-DOOR / 11 / 10 / 2
       Sekcja zaczyna się niemal od razu po hero. */
    .cityv2-quickfacts {
        margin-top: 0;
    }

    .cityv2-quickfact {
        min-height: 82px;
        padding: 11px 18px;
    }

    .cityv2-quickfact__label {
        margin-bottom: 3px;
        font-size: 10px !important;
    }

    .cityv2-quickfact strong {
        font-size: 15px;
        line-height: 1.25;
    }

    .cityv2-quickfact__number {
        margin-bottom: 1px;
        font-size: 27px !important;
    }

    .cityv2-quickfact span {
        font-size: 12px;
        line-height: 1.2;
    }

    /* 5. REZERWACJA
       Zamiast 90px pustej przestrzeni dajemy 24px. */
    .cityv2-booking {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .cityv2-booking__grid {
        gap: 36px;
    }

    .cityv2-section-kicker {
        margin-bottom: 4px;
        font-size: 10px;
    }

    .cityv2-section-title {
        font-size: clamp(30px, 2.6vw, 40px);
        line-height: 1.03;
    }

    .cityv2-booking__intro p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.45;
    }

    .cityv2-booking__contact {
        margin-top: 13px;
        padding-top: 11px;
    }

    .cityv2-booking__contact a {
        font-size: 16px;
    }

    /* Sam formularz również trochę ciaśniejszy. */
    .cityv2 .formularz_zarezerwuj.cityv2-form {
        padding: 26px !important;
    }

    .cityv2-form__service {
        margin-bottom: 18px;
        padding-bottom: 16px;
    }

    .cityv2-form__field {
        margin-bottom: 14px;
    }

    .cityv2 .cityv2-form input.inputtype,
    .cityv2 .cityv2-form input.przybl {
        height: 44px !important;
    }

    .cityv2 .cityv2-form textarea.inputtype.inputtype11 {
        min-height: 105px !important;
        height: 105px !important;
    }
}


/* ==========================================================
   FIX: TELEFONY W LEWYM PANELU NA LAPTOPACH
   ========================================================== */

/* Szeroki desktop: zachowujemy jeden wiersz, ale elementy są ciaśniejsze. */
@media (min-width: 1200px) {
    .cityv2-hero-media__phones {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        padding: 30px 16px 0;
    }

    .cityv2-hero-media__label {
        flex: 0 0 auto;
        gap: 7px;
        font-size: clamp(13px, 1vw, 16px);
    }

    .cityv2-hero-media__number {
        flex: 0 1 auto;
        min-width: 0;
        min-height: 40px;
        padding: 0 9px;
        font-size: clamp(13px, 1vw, 16px);
    }
}

/* Mniejszy laptop / tablet landscape:
   etykieta w pierwszym wierszu, oba telefony obok siebie poniżej. */
@media (min-width: 901px) and (max-width: 1199px) {
    .cityv2-hero-media__phones {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 24px 16px 0;
    }

    .cityv2-hero-media__label {
        grid-column: 1 / -1;
        font-size: 15px;
    }

    .cityv2-hero-media__number {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        padding: 0 7px;
        font-size: 14px;
    }
}


/* ==========================================================
   V7: UPROSZCZONA GÓRA STRONY
   - bez breadcrumbs
   - bez Polska ↔ miasto
   - bez CTA i telefonów w hero na desktopie
   - dwa CTA tylko na mobile
   ========================================================== */

/* Stare elementy nie są już generowane w PHP, ale zerujemy ich wpływ
   na wypadek cache/starego HTML. */
.cityv2-breadcrumbs,
.cityv2-route,
.cityv2-hero__actions,
.cityv2-hero__phones {
    display: none !important;
}

/* Przyciski mobilne domyślnie niewidoczne na desktopie. */
.cityv2-mobile-actions {
    display: none;
}

/* Po usunięciu elementów nad H1 góra może być jeszcze ciaśniejsza. */
@media (min-width: 901px) {
    .cityv2-hero-content__inner {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .cityv2-hero__title {
        margin-top: 0;
    }

    .cityv2-hero__intro {
        margin-top: 9px;
    }

    .cityv2-hero__facts {
        margin-top: 13px;
    }

    /* Hero kończy się na boxach cena/godziny.
       Quick facts pojawiają się bez pustego pasa po CTA. */
    .cityv2-quickfacts {
        margin-top: 0 !important;
    }
}

/* MOBILE: dwa konkretne CTA pod boxami z ceną/godzinami. */
@media (max-width: 900px) {
    .cityv2-mobile-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
    }

    .cityv2-mobile-actions .cityv2-btn {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        text-align: center;
        font-size: 13px;
    }

    .cityv2-btn--mobile-online {
        background: var(--cityv2-red);
        color: #fff;
    }

    .cityv2-btn--mobile-phone {
        border: 2px solid var(--cityv2-navy);
        background: #fff;
        color: var(--cityv2-navy);
    }

    .cityv2-btn--mobile-online:hover,
    .cityv2-btn--mobile-online:focus {
        color: #fff;
    }

    .cityv2-btn--mobile-phone:hover,
    .cityv2-btn--mobile-phone:focus {
        color: var(--cityv2-navy);
    }

    /* Skoro usunęliśmy breadcrumbs i route, nie potrzebujemy
       dużego górnego paddingu na mobile. */
    .cityv2-hero-content__inner {
        padding-top: 22px;
        padding-bottom: 20px;
    }
}

@media (max-width: 620px) {
    .cityv2-mobile-actions {
        margin-top: 12px;
        gap: 8px;
    }

    .cityv2-mobile-actions .cityv2-btn {
        min-height: 46px;
        font-size: 12px;
    }
}


/* ==========================================================
   V8 MOBILE: CTA NAD KAFELKAMI + KOMPAKTOWE KAFELKI
   ========================================================== */
@media (max-width: 900px) {

    /* CTA ma być łatwe do kliknięcia */
    .cityv2-mobile-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
        margin-bottom: 12px;
    }

    .cityv2-mobile-actions .cityv2-btn {
        width: 100%;
        min-height: 60px;
        padding: 10px 18px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 800;
    }

    /* Kafelki informacyjne mają być możliwie niskie */
    .cityv2-hero__facts {
        margin-top: 0;
    }

    .cityv2-mainfact {
        min-height: 0 !important;
        padding: 8px 12px !important;
        justify-content: center;
    }

    .cityv2-mainfact__label {
        margin-bottom: 2px !important;
        font-size: 9px !important;
        line-height: 1.15 !important;
    }

    .cityv2-mainfact__value {
        font-size: 16px !important;
        line-height: 1.15 !important;
    }

    .cityv2-mainfact--price .cityv2-mainfact__value {
        font-size: 20px !important;
    }
}

@media (max-width: 620px) {

    .cityv2-mobile-actions {
        gap: 9px;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .cityv2-mobile-actions .cityv2-btn {
        min-height: 64px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .cityv2-mainfact {
        padding: 7px 12px !important;
    }

    .cityv2-mainfact__label {
        margin-bottom: 2px !important;
        font-size: 9px !important;
    }

    .cityv2-mainfact__value {
        font-size: 16px !important;
    }

    .cityv2-mainfact--price .cityv2-mainfact__value {
        font-size: 20px !important;
    }
}


/* ==========================================================
   V8.1 MOBILE: KAFELKI INFORMACYJNE + ~20% WYSOKOŚCI
   ========================================================== */
@media (max-width: 900px) {
    .cityv2-mainfact {
        min-height: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (max-width: 620px) {
    .cityv2-mainfact {
        min-height: 0 !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
}


/* ==========================================================
   V9: 7 DNI W TYGODNIU + SPACING REZERWACJI + OPIS HTML
   ========================================================== */

/* Desktop: Door-to-door + 4 kafelki liczbowe. */
@media (min-width: 901px) {
    .cityv2-quickfacts__grid {
        grid-template-columns: 1.65fr repeat(4, .75fr);
    }
}

/* Mobile: odległość "Rezerwacja" od góry jak w Door-to-door. */
@media (max-width: 900px) {
    .cityv2-booking {
        padding-top: 18px !important;
    }

    .cityv2-section-kicker {
        margin-top: 0 !important;
    }
}

@media (max-width: 620px) {
    .cityv2-booking {
        padding-top: 18px !important;
    }
}

/* Rozszerzony opis oferty pod formularzem. */
.cityv2-offer-description {
    margin-top: 28px;
    padding: 30px 32px;
    background: #fff;
    color: var(--cityv2-text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    box-shadow: 0 10px 34px rgba(20, 34, 68, .06);
}

.cityv2-offer-description > :first-child {
    margin-top: 0;
}

.cityv2-offer-description > :last-child {
    margin-bottom: 0;
}

.cityv2-offer-description h2,
.cityv2-offer-description h3,
.cityv2-offer-description h4 {
    color: var(--cityv2-navy);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    line-height: 1.2;
}

.cityv2-offer-description h2 {
    margin: 30px 0 12px;
    font-size: 28px;
}

.cityv2-offer-description h3 {
    margin: 24px 0 10px;
    font-size: 21px;
}

.cityv2-offer-description h4 {
    margin: 20px 0 8px;
    font-size: 17px;
}

.cityv2-offer-description p {
    margin: 0 0 14px;
}

.cityv2-offer-description ul,
.cityv2-offer-description ol {
    margin: 12px 0 18px;
    padding-left: 22px;
}

.cityv2-offer-description li {
    margin-bottom: 7px;
}

.cityv2-offer-description a {
    color: var(--cityv2-blue);
    text-decoration: underline;
}

.cityv2-offer-description strong {
    font-weight: 800;
}

.cityv2-offer-description table {
    width: 100%;
    margin: 18px 0;
    border-collapse: collapse;
}

.cityv2-offer-description th,
.cityv2-offer-description td {
    padding: 10px 12px;
    border: 1px solid var(--cityv2-border);
    text-align: left;
    vertical-align: top;
}

.cityv2-offer-description th {
    color: var(--cityv2-navy);
    font-weight: 800;
    background: var(--cityv2-light);
}

@media (max-width: 620px) {
    .cityv2-offer-description {
        margin-top: 18px;
        padding: 20px 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .cityv2-offer-description h2 {
        margin-top: 24px;
        font-size: 24px;
    }

    .cityv2-offer-description h3 {
        margin-top: 20px;
        font-size: 19px;
    }

    .cityv2-offer-description table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* ==========================================================
   V10: ROZSZERZONY OPIS POD CAŁYM FORMULARZEM
   ========================================================== */

.cityv2-offer-description-wrap {
    margin-top: 34px;
}

.cityv2-offer-description-wrap .cityv2-offer-description {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 34px 38px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(20, 34, 68, .06);
}

@media (min-width: 901px) {
    .cityv2-offer-description-wrap {
        width: min(1220px, calc(100% - 48px));
    }
}

@media (max-width: 900px) {
    .cityv2-offer-description-wrap {
        margin-top: 22px;
    }

    .cityv2-offer-description-wrap .cityv2-offer-description {
        padding: 24px 22px;
    }
}

@media (max-width: 620px) {
    .cityv2-offer-description-wrap {
        width: calc(100% - 28px);
        margin-top: 18px;
    }

    .cityv2-offer-description-wrap .cityv2-offer-description {
        padding: 20px 18px;
    }
}