/* CHANGE 3M: one shared site hero for homepage and commercial pages */
.tb-site-hero,
.tb-site-hero * {
    box-sizing: border-box;
}

.tb-site-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 36px;
    background:
        linear-gradient(90deg, rgba(7, 23, 47, 0.98), rgba(7, 23, 47, 0.72)),
        var(--tb-site-hero-bg, none);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.tb-site-hero::after {
    content: "";
    position: absolute;
    inset: auto -12% -45% 40%;
    height: 420px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.18);
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
}

.tb-site-hero__container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.tb-site-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.86fr);
    gap: 34px;
    align-items: start;
}

.tb-site-hero__content {
    position: relative;
    z-index: 1;
}

.tb-site-hero__eyebrow {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}

.tb-site-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.tb-site-hero__lead {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.55;
}

.tb-site-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
}

.tb-site-hero__button,
.tb-site-hero__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 1px;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
}

.tb-site-hero__button--primary,
.tb-site-hero__button--primary:visited {
    border: 1px solid #ff6b00;
    background: #ff6b00;
    color: #ffffff;
}

.tb-site-hero__button--secondary,
.tb-site-hero__button--secondary:visited {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.tb-site-hero__booking {
    justify-self: end;
    width: 390px;
    max-width: 100%;
    padding-top: 63px;
}

.tb-site-hero .tb-front-booking {
    width: 390px;
    max-width: 100%;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.98) 100%);
    color: #07172f;
    box-shadow:
        0 20px 46px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.tb-site-hero .tb-front-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    padding: 14px 16px 16px;
}

.tb-site-hero .tb-front-form label {
    display: grid;
    gap: 5px;
}

.tb-site-hero .tb-front-form label:nth-child(1),
.tb-site-hero .tb-front-form label:nth-child(2),
.tb-site-hero .tb-front-form button {
    grid-column: 1 / -1;
}

.tb-site-hero .tb-front-form span {
    color: #42526a;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 900;
}

.tb-site-hero .tb-front-form input,
.tb-site-hero .tb-front-form select {
    width: 100%;
    min-height: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #c9d4e3;
    border-radius: 0;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(7, 23, 47, 0.03);
}

.tb-site-hero .tb-front-form input::placeholder {
    color: #8a95a6;
}

.tb-site-hero .tb-front-form button {
    width: 100%;
    min-height: 41px;
    height: 41px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #ff8124 0%, #f97316 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    cursor: pointer;
    box-shadow:
        0 12px 24px rgba(249, 115, 22, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.tb-site-hero .tb-front-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.tb-site-hero .tb-front-trust li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.tb-site-hero .tb-front-trust li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b00;
}

.tb-site-hero .tb-front-trust__secure {
    flex-basis: 100%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tb-site-hero .tb-front-trust__lock {
    width: 14px;
    height: 14px;
    color: #f97316;
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .tb-site-hero__grid {
        grid-template-columns: 1fr;
    }

    .tb-site-hero__booking {
        width: 100%;
        padding-top: 0;
        justify-self: stretch;
    }

    .tb-site-hero .tb-front-booking {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 760px) {
    .tb-site-hero {
        padding: 28px 0 22px;
        background-position: center center;
    }

    .tb-site-hero::after {
        inset: 0;
        height: auto;
        border-radius: 0;
        filter: none;
        background:
            linear-gradient(180deg, rgba(3,17,36,.94) 0%, rgba(3,17,36,.86) 56%, rgba(3,17,36,.92) 100%);
    }

    .tb-site-hero__grid {
        gap: 18px;
    }

    .tb-site-hero__eyebrow {
        padding: 5px 8px;
        font-size: 10px;
    }

    .tb-site-hero h1 {
        margin-top: 13px;
        font-size: clamp(31px, 9.4vw, 42px);
    }

    .tb-site-hero__lead {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.45;
    }

    .tb-site-hero__actions {
        margin-top: 15px;
        gap: 8px;
    }

    .tb-site-hero__button,
    .tb-site-hero__button:visited {
        min-height: 40px;
        padding: 0 13px;
        font-size: 12px;
        font-weight: 950;
    }

    .tb-site-hero .tb-front-trust {
        margin-top: 13px;
        gap: 8px;
        font-size: 10.5px;
    }
}


/* FORM 2N: shared hero/front route swap button */
.tb-front-form .tb-front-form__swap,
.tb-front-form button.tb-front-form__swap {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(15, 23, 42, 0.16) !important;
    border-radius: 12px !important;
    background: #f3f6fb !important;
    color: #0f172a !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
    cursor: pointer !important;
}

.tb-front-form .tb-front-form__swap:hover,
.tb-front-form .tb-front-form__swap:focus-visible {
    background: #e8eef7 !important;
    color: #0f172a !important;
    box-shadow: none !important;
    transform: none !important;
}

.tb-front-form .tb-front-form__swap + label {
    grid-column: 1 / -1 !important;
}
