.tr-page,
.tr-home-launch,
.tr-search-pro {
    --tr-navy-950: #061b3a;
    --tr-navy-900: #082b59;
    --tr-navy-800: #0a3d78;
    --tr-blue-700: #0861c9;
    --tr-blue-600: #0c74e8;
    --tr-blue-500: #2a8cff;
    --tr-cyan-400: #3bd5e8;
    --tr-orange-600: #f35f0a;
    --tr-orange-500: #ff7518;
    --tr-orange-400: #ff953d;
    --tr-green-700: #078658;
    --tr-green-100: #e8fbf3;
    --tr-red-700: #bd2b22;
    --tr-red-100: #fff0ef;
    --tr-amber-800: #85530b;
    --tr-amber-100: #fff7dd;
    --tr-ink: #0d2648;
    --tr-muted: #6b7b92;
    --tr-border: #d8e3ef;
    --tr-surface: #ffffff;
    --tr-page: #f3f7fc;
    --tr-shadow: 0 18px 55px rgba(17, 58, 102, .10);
    --tr-shadow-soft: 0 10px 28px rgba(17, 58, 102, .08);
    --tr-radius-xl: 32px;
    --tr-radius-lg: 24px;
    --tr-radius-md: 18px;
    --tr-radius-sm: 13px;
}

.tr-page {
    background:
        radial-gradient(circle at 5% 14%, rgba(42, 140, 255, .10), transparent 28rem),
        radial-gradient(circle at 95% 66%, rgba(59, 213, 232, .08), transparent 30rem),
        var(--tr-page);
    color: var(--tr-ink);
    min-height: 100vh;
}

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

.tr-page button,
.tr-page input,
.tr-page select {
    font: inherit;
}

.tr-test-ribbon {
    align-items: center;
    background: linear-gradient(90deg, #fff3bf, #fff9df);
    border-block: 1px solid #f3d570;
    color: #6c4809;
    display: flex;
    font-size: .76rem;
    font-weight: 900;
    gap: .55rem;
    justify-content: center;
    letter-spacing: .08em;
    min-height: 46px;
    padding: .72rem 1rem;
    text-align: center;
}

.tr-main {
    overflow: hidden;
    padding: clamp(1.2rem, 3vw, 2.7rem) 1rem clamp(4rem, 8vw, 7rem);
}

.tr-shell {
    margin: 0 auto;
    max-width: 1180px;
}

.tr-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto clamp(1.4rem, 3vw, 2.2rem);
    max-width: 760px;
    position: relative;
}

.tr-progress::before {
    background: #d9e4ef;
    content: "";
    height: 4px;
    inset-inline: 11%;
    position: absolute;
    top: 25px;
}

.tr-progress__step {
    align-items: center;
    color: #8a98aa;
    display: flex;
    flex-direction: column;
    font-size: .78rem;
    font-weight: 800;
    gap: .48rem;
    min-width: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.tr-progress__step > span {
    align-items: center;
    background: #fff;
    border: 2px solid #d9e4ef;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    transition: .2s ease;
    width: 54px;
}

.tr-progress__step.is-done,
.tr-progress__step.is-current {
    color: var(--tr-blue-700);
}

.tr-progress__step.is-done > span {
    background: var(--tr-blue-600);
    border-color: var(--tr-blue-600);
    color: #fff;
}

.tr-progress__step.is-current > span {
    background: linear-gradient(135deg, var(--tr-orange-500), var(--tr-orange-400));
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(255, 117, 24, .28);
    color: #fff;
}

.tr-card {
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(207, 220, 235, .92);
    border-radius: var(--tr-radius-lg);
    box-shadow: var(--tr-shadow-soft);
}

.tr-alert {
    align-items: flex-start;
    background: var(--tr-red-100);
    border: 1px solid #f1bbb7;
    border-radius: var(--tr-radius-md);
    color: var(--tr-red-700);
    display: flex;
    font-weight: 800;
    gap: .8rem;
    line-height: 1.45;
    margin: 0 auto 1.4rem;
    max-width: 920px;
    padding: 1rem 1.15rem;
}

.tr-alert > i {
    margin-top: .16rem;
}

.tr-alert--success {
    background: var(--tr-green-100);
    border-color: #afe6cf;
    color: var(--tr-green-700);
}

.tr-alert--warning {
    background: var(--tr-amber-100);
    border-color: #ead28d;
    color: var(--tr-amber-800);
}

.tr-kicker {
    align-items: center;
    color: var(--tr-blue-600);
    display: inline-flex;
    font-size: .77rem;
    font-weight: 950;
    gap: .5rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tr-hero {
    background:
        radial-gradient(circle at 88% 12%, rgba(59, 213, 232, .26), transparent 20rem),
        radial-gradient(circle at 58% 120%, rgba(42, 140, 255, .25), transparent 25rem),
        linear-gradient(135deg, var(--tr-navy-950), #073d7c 64%, #075cb3);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--tr-radius-xl);
    box-shadow: 0 26px 70px rgba(3, 39, 82, .24);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
    margin-bottom: 1.5rem;
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.tr-hero::after {
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
    content: "";
    height: 330px;
    position: absolute;
    right: -120px;
    top: -150px;
    width: 330px;
}

.tr-hero__content {
    align-self: center;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
    z-index: 1;
}

.tr-hero .tr-kicker {
    color: #80edf7;
}

.tr-hero h1,
.tr-page-head h1,
.tr-results-head h1,
.tr-manage-hero h1,
.tr-status h1 {
    letter-spacing: -.035em;
    line-height: 1.06;
}

.tr-hero h1 {
    font-size: clamp(2.15rem, 5vw, 4.65rem);
    margin: .9rem 0 1rem;
    max-width: 760px;
}

.tr-hero p {
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1rem, 1.8vw, 1.16rem);
    line-height: 1.7;
    margin: 0;
    max-width: 660px;
}

.tr-hero__manage {
    align-items: center;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 800;
    gap: .55rem;
    margin-top: 1.6rem;
    padding: .8rem 1.05rem;
    text-decoration: none;
    transition: .2s ease;
}

.tr-hero__manage:hover {
    background: rgba(255, 255, 255, .18);
    transform: translateY(-2px);
}

.tr-hero__visual {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 310px;
    padding: 2rem;
    position: relative;
}

.tr-route-line {
    background: linear-gradient(90deg, #4bd9e8, #fff, #ff9e4f);
    border-radius: 99px;
    height: 4px;
    opacity: .9;
    width: min(72%, 330px);
}

.tr-route-line::before {
    border: 2px dashed rgba(255, 255, 255, .28);
    border-radius: 50%;
    content: "";
    height: 230px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
}

.tr-route-pin,
.tr-route-car {
    align-items: center;
    border-radius: 22px;
    box-shadow: 0 15px 38px rgba(0, 18, 45, .25);
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    width: 70px;
    z-index: 1;
}

.tr-route-pin {
    background: #fff;
    color: var(--tr-blue-600);
    font-size: 1.45rem;
}

.tr-route-pin--one {
    inset-inline-start: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.tr-route-pin--two {
    inset-inline-end: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.tr-route-car {
    background: linear-gradient(135deg, var(--tr-orange-500), #ffad45);
    color: #fff;
    font-size: 1.7rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
}

.tr-search {
    margin: 0 auto;
    max-width: 1040px;
    padding: clamp(1.2rem, 3vw, 2.2rem);
}

.tr-trip-switch {
    background: #edf3fa;
    border-radius: 15px;
    display: grid;
    gap: .4rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.5rem;
    padding: .4rem;
}

.tr-trip-switch label {
    align-items: center;
    border-radius: 12px;
    color: var(--tr-muted);
    cursor: pointer;
    display: flex;
    font-weight: 850;
    gap: .55rem;
    justify-content: center;
    min-height: 50px;
    padding: .7rem;
    transition: .18s ease;
}

.tr-trip-switch label.is-active {
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 65, 120, .10);
    color: var(--tr-blue-700);
}

.tr-trip-switch input,
.tr-offer > input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.tr-location-pair {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
    margin-bottom: 1.2rem;
}

.tr-location {
    background: #f9fbfe;
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-md);
    padding: 1rem;
    position: relative;
}

.tr-location > label,
.tr-field > label {
    align-items: center;
    color: var(--tr-ink);
    display: flex;
    font-size: .88rem;
    font-weight: 850;
    gap: .48rem;
    margin-bottom: .55rem;
}

.tr-location > label i,
.tr-field > label i {
    color: var(--tr-blue-600);
}

.tr-location__controls {
    display: grid;
    gap: .55rem;
    grid-template-columns: minmax(98px, .35fr) minmax(0, 1fr);
}

.tr-location__input {
    position: relative;
}

.tr-location select,
.tr-location input,
.tr-field input,
.tr-field select {
    background: #fff;
    border: 1px solid #cbd8e6;
    border-radius: var(--tr-radius-sm);
    color: var(--tr-ink);
    min-height: 52px;
    outline: none;
    padding: .78rem .9rem;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.tr-location input:focus,
.tr-location select:focus,
.tr-field input:focus,
.tr-field select:focus {
    border-color: var(--tr-blue-500);
    box-shadow: 0 0 0 4px rgba(42, 140, 255, .12);
}

.tr-swap {
    align-self: center;
    background: linear-gradient(135deg, var(--tr-blue-600), var(--tr-cyan-400));
    border: 0;
    border-radius: 50%;
    box-shadow: 0 9px 24px rgba(12, 116, 232, .25);
    color: #fff;
    cursor: pointer;
    height: 46px;
    transition: .2s ease;
    width: 46px;
}

.tr-swap:hover {
    transform: rotate(180deg);
}

.tr-suggestions {
    background: #fff;
    border: 1px solid var(--tr-border);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(7, 40, 78, .18);
    inset-inline: 0;
    max-height: 260px;
    overflow: auto;
    padding: .35rem;
    position: absolute;
    top: calc(100% + .42rem);
    z-index: 30;
}

.tr-suggestions button,
.tr-suggestions span {
    background: transparent;
    border: 0;
    border-radius: 10px;
    color: var(--tr-ink);
    display: block;
    padding: .72rem .75rem;
    text-align: start;
    width: 100%;
}

.tr-suggestions button {
    cursor: pointer;
}

.tr-suggestions button:hover,
.tr-suggestions button:focus,
.tr-suggestions button.is-keyboard-active {
    background: #edf6ff;
    outline: none;
}

.tr-suggestions button strong,
.tr-suggestions button small {
    display: block;
}

.tr-suggestions button small {
    color: var(--tr-muted);
    margin-top: .18rem;
}

.tr-grid {
    display: grid;
    gap: 1rem;
}

.tr-grid--dates,
.tr-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tr-grid--passengers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tr-field {
    min-width: 0;
}

.tr-passengers {
    border: 0;
    margin: 1.35rem 0;
    padding: 0;
}

.tr-passengers legend {
    color: var(--tr-ink);
    font-size: .98rem;
    font-weight: 900;
    margin-bottom: .75rem;
}

.tr-passengers legend i {
    color: var(--tr-blue-600);
    margin-inline-end: .35rem;
}

.tr-counter {
    align-items: center;
    background: #f9fbfe;
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-md);
    display: flex;
    gap: .8rem;
    justify-content: space-between;
    min-height: 86px;
    padding: .85rem;
}

.tr-counter > span:first-child strong,
.tr-counter > span:first-child small {
    display: block;
}

.tr-counter > span:first-child small {
    color: var(--tr-muted);
    font-size: .76rem;
    margin-top: .2rem;
}

.tr-counter__control {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tr-border);
    border-radius: 999px;
    display: flex;
    flex: 0 0 auto;
    padding: .22rem;
}

.tr-counter__control button {
    align-items: center;
    background: #edf6ff;
    border: 0;
    border-radius: 50%;
    color: var(--tr-blue-700);
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.tr-counter__control button:disabled {
    cursor: not-allowed;
    opacity: .35;
}

.tr-counter__control input {
    appearance: textfield;
    background: transparent;
    border: 0;
    color: var(--tr-ink);
    font-weight: 900;
    padding: 0;
    text-align: center;
    width: 34px;
}

.tr-primary,
.tr-secondary,
.tr-danger {
    align-items: center;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    gap: .65rem;
    justify-content: center;
    min-height: 56px;
    padding: .9rem 1.35rem;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.tr-primary {
    background: linear-gradient(135deg, var(--tr-blue-700), var(--tr-blue-500));
    box-shadow: 0 12px 28px rgba(12, 116, 232, .22);
    color: #fff;
    width: 100%;
}

.tr-primary--orange {
    background: linear-gradient(135deg, var(--tr-orange-600), var(--tr-orange-400));
    box-shadow: 0 12px 28px rgba(243, 95, 10, .23);
}

.tr-secondary {
    background: #fff;
    border: 1px solid var(--tr-border);
    color: var(--tr-ink);
}

.tr-danger {
    background: linear-gradient(135deg, #b91f18, #e03a2f);
    box-shadow: 0 12px 28px rgba(185, 31, 24, .19);
    color: #fff;
    width: 100%;
}

.tr-primary:hover,
.tr-secondary:hover,
.tr-danger:hover {
    transform: translateY(-2px);
}

.tr-primary:disabled,
.tr-danger:disabled {
    cursor: not-allowed;
    opacity: .48;
    transform: none;
}

.tr-form-note,
.tr-inline-note {
    align-items: flex-start;
    color: var(--tr-muted);
    display: flex;
    font-size: .82rem;
    gap: .48rem;
    justify-content: center;
    line-height: 1.45;
    margin: .85rem 0 0;
    text-align: center;
}

.tr-form-note i,
.tr-inline-note i {
    color: var(--tr-green-700);
    margin-top: .12rem;
}

.tr-trust {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 1.5rem auto 0;
    max-width: 1040px;
}

.tr-trust article {
    align-items: flex-start;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(207, 220, 235, .75);
    border-radius: var(--tr-radius-md);
    display: flex;
    gap: .85rem;
    padding: 1.1rem;
}

.tr-trust article > i {
    align-items: center;
    background: #eaf4ff;
    border-radius: 13px;
    color: var(--tr-blue-600);
    display: flex;
    flex: 0 0 auto;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.tr-trust h2 {
    font-size: .95rem;
    margin: .08rem 0 .32rem;
}

.tr-trust p {
    color: var(--tr-muted);
    font-size: .8rem;
    line-height: 1.48;
    margin: 0;
}

.tr-results-head,
.tr-page-head,
.tr-manage-hero {
    margin: 0 auto 1.8rem;
    max-width: 980px;
}

.tr-results-head > a,
.tr-back-link {
    align-items: center;
    color: var(--tr-blue-700);
    display: inline-flex;
    font-weight: 850;
    gap: .45rem;
    margin-bottom: 1.1rem;
    text-decoration: none;
}

.tr-results-head h1,
.tr-page-head h1,
.tr-manage-hero h1 {
    font-size: clamp(2rem, 5vw, 3.8rem);
    margin: .7rem 0 .75rem;
}

.tr-results-head h1 i {
    color: var(--tr-orange-500);
    font-size: .7em;
    margin-inline: .35rem;
}

.tr-results-head__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.tr-results-head__meta span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tr-border);
    border-radius: 999px;
    color: var(--tr-muted);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 750;
    gap: .45rem;
    padding: .6rem .82rem;
}

.tr-results-head__meta i {
    color: var(--tr-blue-600);
}

.tr-results-form,
.tr-booking-form,
.tr-confirm-actions {
    margin: 0 auto;
    max-width: 980px;
}

.tr-offers-section + .tr-offers-section {
    margin-top: 2.2rem;
}

.tr-section-title {
    align-items: center;
    display: flex;
    gap: .9rem;
    margin-bottom: 1rem;
}

.tr-section-title > span {
    align-items: center;
    background: linear-gradient(135deg, var(--tr-blue-700), var(--tr-cyan-400));
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-size: .8rem;
    font-weight: 950;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.tr-section-title h2,
.tr-section-title p {
    margin: 0;
}

.tr-section-title h2 {
    font-size: 1.25rem;
}

.tr-section-title p {
    color: var(--tr-muted);
    font-size: .86rem;
    margin-top: .22rem;
}

.tr-offers {
    display: grid;
    gap: .9rem;
}

.tr-offer {
    align-items: center;
    background: #fff;
    border: 1.5px solid var(--tr-border);
    border-radius: var(--tr-radius-lg);
    cursor: pointer;
    display: grid;
    gap: 1rem;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 1.2rem;
    position: relative;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tr-offer:hover,
.tr-offer.is-selected {
    border-color: var(--tr-blue-500);
    box-shadow: var(--tr-shadow);
    transform: translateY(-2px);
}

.tr-offer__check {
    align-items: center;
    background: var(--tr-blue-600);
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 27px;
    inset-inline-end: -7px;
    justify-content: center;
    position: absolute;
    top: -7px;
    width: 27px;
}

.tr-offer.is-selected .tr-offer__check {
    display: flex;
}

.tr-offer__icon {
    align-items: center;
    background: #eaf4ff;
    border-radius: 18px;
    color: var(--tr-blue-600);
    display: flex;
    font-size: 1.35rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.tr-offer__body,
.tr-offer__body > strong,
.tr-offer__body > small,
.tr-offer__price > small,
.tr-offer__price > strong {
    display: block;
}

.tr-offer__body > strong {
    font-size: 1.08rem;
    margin-top: .4rem;
}

.tr-offer__body > small {
    color: var(--tr-muted);
    line-height: 1.45;
    margin-top: .25rem;
}

.tr-offer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.tr-offer__tags em,
.tr-badge {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--tr-muted);
    font-size: .68rem;
    font-style: normal;
    font-weight: 900;
    padding: .36rem .55rem;
    text-transform: uppercase;
}

.tr-offer__tags em.is-private {
    background: #e7f8f2;
    color: var(--tr-green-700);
}

.tr-offer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .75rem;
    margin-top: .55rem;
}

.tr-offer__meta span {
    color: var(--tr-muted);
    font-size: .76rem;
}

.tr-offer__meta i {
    color: var(--tr-green-700);
    margin-inline-end: .22rem;
}

.tr-offer__price {
    min-width: 130px;
    text-align: end;
}

.tr-offer__price small {
    color: var(--tr-muted);
    font-size: .75rem;
}

.tr-offer__price strong {
    color: var(--tr-navy-900);
    font-size: 1.3rem;
    margin-top: .25rem;
}

.tr-selection-bar {
    align-items: center;
    background: var(--tr-navy-950);
    border-radius: var(--tr-radius-lg);
    color: #fff;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .45fr);
    margin-top: 1.4rem;
    padding: 1.2rem;
}

.tr-selection-bar strong,
.tr-selection-bar small {
    display: block;
}

.tr-selection-bar small {
    color: rgba(255, 255, 255, .66);
    margin-top: .28rem;
}

.tr-empty {
    margin: 0 auto;
    max-width: 780px;
    padding: 3rem 1.3rem;
    text-align: center;
}

.tr-empty > i {
    align-items: center;
    background: #eaf4ff;
    border-radius: 23px;
    color: var(--tr-blue-600);
    display: inline-flex;
    font-size: 2rem;
    height: 88px;
    justify-content: center;
    width: 88px;
}

.tr-empty h2 {
    font-size: 1.7rem;
    margin: 1rem 0 .5rem;
}

.tr-empty p {
    color: var(--tr-muted);
    margin: 0 auto 1.3rem;
    max-width: 520px;
}

.tr-page-head p,
.tr-manage-hero p {
    color: var(--tr-muted);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 720px;
}

.tr-summary,
.tr-form-section,
.tr-conditions,
.tr-booking-card,
.tr-total-card,
.tr-cancel {
    margin-bottom: 1rem;
    padding: clamp(1.1rem, 3vw, 1.8rem);
}

.tr-summary__top,
.tr-booking-card__route,
.tr-form-section__head,
.tr-cancel__head {
    align-items: center;
    display: flex;
    gap: .9rem;
}

.tr-summary__icon,
.tr-booking-card__route > span,
.tr-form-section__head > span,
.tr-cancel__head > span,
.tr-manage-hero__icon {
    align-items: center;
    background: #eaf4ff;
    border-radius: 17px;
    color: var(--tr-blue-600);
    display: flex;
    flex: 0 0 auto;
    font-size: 1.25rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.tr-summary__top small,
.tr-booking-card__route small,
.tr-summary__grid small,
.tr-reference-grid small,
.tr-total-card div span {
    color: var(--tr-muted);
    display: block;
    font-size: .76rem;
    margin-bottom: .25rem;
}

.tr-summary__top h2,
.tr-booking-card__route h2 {
    font-size: 1.2rem;
    margin: 0;
}

.tr-summary__top h2 i,
.tr-booking-card__route h2 i {
    color: var(--tr-orange-500);
    font-size: .8em;
    margin-inline: .25rem;
}

.tr-summary__grid,
.tr-reference-grid {
    display: grid;
    gap: .7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.1rem;
}

.tr-summary__grid > div,
.tr-reference-grid > div {
    background: #f5f8fc;
    border: 1px solid #e0e8f1;
    border-radius: 15px;
    min-width: 0;
    padding: .85rem;
}

.tr-summary__grid strong,
.tr-reference-grid strong {
    display: block;
    overflow-wrap: anywhere;
}

.tr-summary__price {
    background: #fff4ea !important;
    border-color: #ffd2ae !important;
}

.tr-summary__price strong {
    color: var(--tr-orange-600);
    font-size: 1.2rem;
}

.tr-summary__services,
.tr-booking-services {
    border-top: 1px solid var(--tr-border);
    display: grid;
    gap: .65rem;
    margin-top: 1rem;
    padding-top: 1rem;
}

.tr-summary__services span {
    color: var(--tr-muted);
    font-size: .84rem;
}

.tr-summary__services i {
    color: var(--tr-blue-600);
    margin-inline-end: .35rem;
}

.tr-booking-form .tr-primary--orange {
    margin-top: .2rem;
}

.tr-form-section__head h2,
.tr-form-section__head p,
.tr-cancel__head h2,
.tr-cancel__head p {
    margin: 0;
}

.tr-form-section__head h2,
.tr-cancel__head h2 {
    font-size: 1.25rem;
}

.tr-form-section__head p,
.tr-cancel__head p {
    color: var(--tr-muted);
    font-size: .84rem;
    line-height: 1.45;
    margin-top: .25rem;
}

.tr-form-section .tr-grid {
    margin-top: 1.15rem;
}

.tr-inline-note {
    justify-content: flex-start;
    text-align: start;
}

.tr-conditions > div,
.tr-conditions > label {
    align-items: flex-start;
    display: flex;
    gap: .75rem;
}

.tr-conditions > div > i {
    color: var(--tr-blue-600);
    font-size: 1.25rem;
}

.tr-conditions > div span strong,
.tr-conditions > div span small {
    display: block;
}

.tr-conditions > div span small {
    color: var(--tr-muted);
    line-height: 1.45;
    margin-top: .25rem;
}

.tr-conditions > label {
    border-top: 1px solid var(--tr-border);
    cursor: pointer;
    font-size: .9rem;
    font-weight: 800;
    margin-top: 1rem;
    padding-top: 1rem;
}

.tr-conditions input,
.tr-cancel form input[type="checkbox"] {
    accent-color: var(--tr-blue-600);
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
}

.tr-manage-hero {
    padding-top: .5rem;
    text-align: center;
}

.tr-manage-hero__icon {
    background: linear-gradient(135deg, var(--tr-blue-700), var(--tr-cyan-400));
    box-shadow: 0 14px 30px rgba(12, 116, 232, .22);
    color: #fff;
    height: 76px;
    margin: 0 auto 1rem;
    width: 76px;
}

.tr-manage-hero p {
    margin-inline: auto;
}

.tr-manage-form {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 680px;
    padding: clamp(1.2rem, 4vw, 2rem);
}

.tr-manage-form .tr-form-note {
    margin: 0;
}

.tr-back-link {
    display: flex;
    justify-content: center;
    margin: 1rem auto 0;
}

.tr-status {
    align-items: center;
    background: #fff;
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-lg);
    display: flex;
    gap: 1.1rem;
    margin: 0 auto 1rem;
    max-width: 980px;
    padding: clamp(1.2rem, 4vw, 2rem);
}

.tr-status__icon {
    align-items: center;
    border-radius: 21px;
    display: flex;
    flex: 0 0 auto;
    font-size: 1.7rem;
    height: 78px;
    justify-content: center;
    width: 78px;
}

.tr-status h1 {
    font-size: clamp(1.7rem, 4vw, 2.7rem);
    margin: .25rem 0 .35rem;
}

.tr-status p {
    color: var(--tr-muted);
    margin: 0;
}

.tr-status--success {
    background: linear-gradient(135deg, #fff, #effcf7);
    border-color: #a9e4cd;
}

.tr-status--success .tr-status__icon {
    background: var(--tr-green-100);
    color: var(--tr-green-700);
}

.tr-status--warning {
    background: linear-gradient(135deg, #fff, #fff9e9);
    border-color: #ead28d;
}

.tr-status--warning .tr-status__icon {
    background: var(--tr-amber-100);
    color: #ce8500;
}

.tr-status--error,
.tr-status--cancelled {
    background: linear-gradient(135deg, #fff, #fff2f1);
    border-color: #efb5b0;
}

.tr-status--error .tr-status__icon,
.tr-status--cancelled .tr-status__icon {
    background: var(--tr-red-100);
    color: var(--tr-red-700);
}

.tr-booking-card,
.tr-total-card,
.tr-cancel {
    margin-inline: auto;
    max-width: 980px;
}

.tr-booking-services article {
    align-items: center;
    display: grid;
    gap: .7rem;
    grid-template-columns: 36px minmax(0, 1fr) auto;
}

.tr-booking-services article > i {
    align-items: center;
    background: #eaf4ff;
    border-radius: 11px;
    color: var(--tr-blue-600);
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.tr-booking-services article small {
    color: var(--tr-muted);
    display: block;
    margin-top: .16rem;
}

.tr-booking-services article > span {
    font-weight: 900;
}

.tr-total-card h2 {
    border-bottom: 1px solid var(--tr-border);
    font-size: 1.45rem;
    margin: 0 0 1rem;
    padding-bottom: .8rem;
}

.tr-total-card > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.tr-total-card > div strong {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.tr-total-card .tr-badge {
    display: inline-block;
    margin-top: .85rem;
}

.tr-badge--success {
    background: var(--tr-green-100);
    color: var(--tr-green-700);
}

.tr-badge--warning {
    background: var(--tr-amber-100);
    color: var(--tr-amber-800);
}

.tr-badge--error,
.tr-badge--cancelled {
    background: var(--tr-red-100);
    color: var(--tr-red-700);
}

.tr-cancel {
    border-color: #efbbb7;
}

.tr-cancel__head > span {
    background: var(--tr-red-100);
    color: var(--tr-red-700);
}

.tr-cancel__head strong {
    color: var(--tr-red-700);
    display: block;
    font-size: 1.7rem;
    margin-top: .35rem;
}

.tr-cancel form {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.tr-cancel form label {
    align-items: flex-start;
    display: flex;
    font-size: .88rem;
    font-weight: 800;
    gap: .65rem;
}

.tr-confirm-actions {
    display: grid;
    gap: .7rem;
    grid-template-columns: repeat(2, 1fr);
}

.tr-confirm-actions .tr-secondary {
    width: 100%;
}

/* Carte de lancement intégrée à l’onglet Transferts de l’accueil. */
.tr-home-launch {
    background:
        radial-gradient(circle at 90% 10%, rgba(59, 213, 232, .25), transparent 13rem),
        linear-gradient(135deg, var(--tr-navy-950), #074687 62%, #0c74e8);
    border-radius: 26px;
    color: #fff;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
    overflow: hidden;
    padding: clamp(1.25rem, 3vw, 2.1rem);
    position: relative;
    width: 100%;
}

.tr-home-launch .tr-kicker {
    color: #83edf5;
}

.tr-home-launch h2 {
    color: #fff;
    font-size: clamp(1.65rem, 3.2vw, 2.7rem);
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: .65rem 0 .65rem;
}

.tr-home-launch p {
    color: rgba(255, 255, 255, .74);
    line-height: 1.58;
    margin: 0;
    max-width: 660px;
}

.tr-home-launch__features {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.tr-home-launch__features span {
    align-items: center;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    gap: .35rem;
    padding: .48rem .68rem;
}

.tr-home-launch__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.2rem;
}

.tr-home-launch__actions .tr-primary {
    background: linear-gradient(135deg, var(--tr-orange-600), var(--tr-orange-400));
    box-shadow: 0 12px 28px rgba(243, 95, 10, .24);
    min-height: 53px;
    width: auto;
}

.tr-home-launch__manage {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    font-size: .85rem;
    font-weight: 850;
    gap: .45rem;
    min-height: 53px;
    padding: .75rem 1rem;
    text-decoration: none;
}

.tr-home-launch__visual {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: .65rem;
    justify-content: center;
    min-height: 180px;
    position: relative;
}

.tr-home-launch__visual::before {
    border: 1px dashed rgba(255, 255, 255, .25);
    border-radius: 50%;
    content: "";
    height: 210px;
    position: absolute;
    width: 210px;
}

.tr-home-launch__visual > span,
.tr-home-launch__visual > strong {
    align-items: center;
    background: #fff;
    border-radius: 17px;
    color: var(--tr-blue-700);
    display: flex;
    flex: 0 0 auto;
    height: 56px;
    justify-content: center;
    position: relative;
    width: 56px;
    z-index: 1;
}

.tr-home-launch__visual > strong {
    background: linear-gradient(135deg, var(--tr-orange-500), #ffad45);
    box-shadow: 0 12px 25px rgba(0, 20, 50, .25);
    color: #fff;
    font-size: 1.25rem;
    height: 68px;
    width: 68px;
}

.tr-home-launch__visual > i {
    color: rgba(255, 255, 255, .72);
    position: relative;
    z-index: 1;
}

.tr-offers-section.is-invalid {
    animation: tr-attention .36s ease 2;
}

@keyframes tr-attention {
    50% { transform: translateX(5px); }
}

@media (max-width: 860px) {
    .tr-hero {
        grid-template-columns: 1fr;
    }

    .tr-hero__visual {
        min-height: 220px;
        padding-top: 0;
    }

    .tr-location-pair {
        grid-template-columns: 1fr;
    }

    .tr-swap {
        justify-self: center;
        margin: -.45rem 0;
        transform: rotate(90deg);
    }

    .tr-swap:hover {
        transform: rotate(270deg);
    }

    .tr-grid--passengers,
    .tr-trust {
        grid-template-columns: 1fr;
    }

    .tr-home-launch {
        grid-template-columns: 1fr;
    }

    .tr-home-launch__visual {
        min-height: 135px;
    }
}

@media (max-width: 680px) {
    .tr-main {
        padding-inline: .72rem;
    }

    .tr-test-ribbon {
        font-size: .67rem;
        min-height: 42px;
    }

    .tr-progress::before {
        inset-inline: 12%;
        top: 21px;
    }

    .tr-progress__step > span {
        height: 44px;
        width: 44px;
    }

    .tr-progress__step strong {
        font-size: .65rem;
    }

    .tr-hero,
    .tr-card,
    .tr-status {
        border-radius: 22px;
    }

    .tr-hero {
        min-height: 0;
    }

    .tr-hero__content {
        padding: 1.6rem 1.25rem 1rem;
    }

    .tr-hero h1 {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .tr-hero__visual {
        min-height: 190px;
    }

    .tr-route-line::before {
        height: 170px;
        width: 170px;
    }

    .tr-route-pin,
    .tr-route-car {
        border-radius: 16px;
        height: 54px;
        width: 54px;
    }

    .tr-location__controls,
    .tr-grid--dates,
    .tr-grid--two,
    .tr-summary__grid,
    .tr-reference-grid,
    .tr-confirm-actions {
        grid-template-columns: 1fr;
    }

    .tr-trip-switch label {
        font-size: .8rem;
    }

    .tr-location,
    .tr-counter {
        padding: .82rem;
    }

    .tr-offer {
        align-items: start;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 1rem;
    }

    .tr-offer__icon {
        border-radius: 15px;
        height: 48px;
        width: 48px;
    }

    .tr-offer__price {
        border-top: 1px solid var(--tr-border);
        grid-column: 1 / -1;
        min-width: 0;
        padding-top: .8rem;
        text-align: start;
    }

    .tr-selection-bar {
        grid-template-columns: 1fr;
    }

    .tr-results-head h1,
    .tr-page-head h1,
    .tr-manage-hero h1 {
        font-size: clamp(1.8rem, 9vw, 2.65rem);
    }

    .tr-status {
        align-items: flex-start;
    }

    .tr-status__icon {
        border-radius: 16px;
        height: 58px;
        width: 58px;
    }

    .tr-booking-services article {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .tr-booking-services article > span {
        grid-column: 2;
    }

    .tr-home-launch {
        border-radius: 22px;
        padding: 1.15rem;
    }

    .tr-home-launch__actions,
    .tr-home-launch__actions .tr-primary,
    .tr-home-launch__manage {
        width: 100%;
    }

    .tr-home-launch__manage {
        justify-content: center;
    }
}

[dir="rtl"] .tr-route-car {
    transform: translate(-50%, -50%) rotate(4deg) scaleX(-1);
}

[dir="rtl"] .tr-results-head h1 i,
[dir="rtl"] .tr-summary__top h2 i,
[dir="rtl"] .tr-booking-card__route h2 i,
[dir="rtl"] .tr-primary .fa-arrow-right,
[dir="rtl"] .tr-offer .fa-arrow-right {
    transform: scaleX(-1);
}

@media (prefers-reduced-motion: reduce) {
    .tr-page *,
    .tr-page *::before,
    .tr-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/*
 * Recherche Transferts V2 — même langage visuel que le moteur Vols.
 * Les pages de résultats et de réservation conservent leurs styles V1.
 */
#transferts.tr-home-search {
    background: transparent;
    padding: 0;
    width: 100%;
}

.tr-search-intro {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin: 0 auto 1rem;
    max-width: 1040px;
    padding: 0 .2rem;
}

.tr-search-intro__icon {
    align-items: center;
    background: linear-gradient(135deg, #0c74e8, #31c7e7);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(12, 116, 232, .22);
    color: #fff;
    display: flex;
    flex: 0 0 58px;
    font-size: 1.25rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.tr-search-intro h1 {
    color: var(--tr-ink);
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    letter-spacing: -.035em;
    line-height: 1.08;
    margin: .25rem 0 .25rem;
}

.tr-search-intro p {
    color: var(--tr-muted);
    font-size: .92rem;
    line-height: 1.5;
    margin: 0;
}

.tr-search-pro {
    display: grid;
    gap: 10px;
    overflow: visible;
    position: relative;
}

.tr-search-pro--home {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    padding: 0;
}

.tr-search-pro--page {
    max-width: 1040px;
    padding: clamp(1rem, 2.2vw, 1.45rem);
}

.tr-search-pro .tr-trip-switch {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #e8eef7;
    border-radius: 0;
    display: flex;
    gap: clamp(1.2rem, 3vw, 2rem);
    margin: 0 0 2px;
    min-height: 43px;
    overflow-x: auto;
    padding: 0 4px;
    scrollbar-width: none;
}

.tr-search-pro .tr-trip-switch::-webkit-scrollbar {
    display: none;
}

.tr-search-pro .tr-trip-switch label {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #536785;
    flex: 0 0 auto;
    font-size: .86rem;
    font-weight: 900;
    gap: .45rem;
    min-height: 43px;
    padding: 0;
    position: relative;
}

.tr-search-pro .tr-trip-switch label::after {
    background: #2563eb;
    border-radius: 999px 999px 0 0;
    bottom: -1px;
    content: "";
    height: 3px;
    inset-inline: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.tr-search-pro .tr-trip-switch label:hover,
.tr-search-pro .tr-trip-switch label.is-active {
    color: #071f43;
}

.tr-search-pro .tr-trip-switch label.is-active::after {
    transform: scaleX(1);
}

.tr-search-pro .tr-location-pair {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
    margin: 0;
}

.tr-search-pro .tr-pro-field {
    background: #fff;
    border: 1px solid #d7e0ed;
    border-radius: 16px;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .035);
    min-width: 0;
    position: relative;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tr-search-pro .tr-pro-field:hover {
    border-color: #aac0df;
}

.tr-search-pro .tr-pro-field:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .10), 0 14px 30px rgba(37, 99, 235, .10);
    transform: translateY(-1px);
    z-index: 40;
}

.tr-search-pro .tr-location {
    min-height: 82px;
    padding: 10px 12px 10px 48px;
}

.tr-search-pro .tr-location > label,
.tr-search-pro .tr-field > label {
    color: #637696;
    display: block;
    font-size: .67rem;
    font-weight: 950;
    line-height: 1.15;
    margin: 0 0 5px;
    text-transform: none;
}

.tr-search-pro .tr-pro-field__icon {
    align-items: center;
    color: #071f43;
    display: flex;
    font-size: 1rem;
    height: 26px;
    inset-inline-start: 14px;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}

.tr-search-pro .tr-location__controls {
    align-items: center;
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(88px, .34fr) minmax(0, 1fr);
}

.tr-search-pro .tr-location select,
.tr-search-pro .tr-location input,
.tr-search-pro .tr-field input {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    color: #071f43;
    font-size: .84rem;
    font-weight: 900;
    min-height: 35px;
    outline: 0;
    padding: .38rem .48rem;
}

.tr-search-pro .tr-location select {
    background: #eff5fc;
    color: #315479;
    cursor: pointer;
    font-size: .72rem;
}

.tr-search-pro .tr-location input {
    background: transparent;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tr-search-pro .tr-location input::placeholder,
.tr-search-pro .tr-field input::placeholder {
    color: #8795aa;
    font-weight: 750;
}

.tr-search-pro .tr-location input:focus,
.tr-search-pro .tr-location select:focus,
.tr-search-pro .tr-field input:focus {
    box-shadow: none;
}

.tr-search-pro .tr-swap {
    align-self: center;
    background: #fff;
    border: 1px solid #cdd9ea;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .12);
    color: #2563eb;
    height: 44px;
    margin: 0 -4px;
    min-width: 44px;
    position: relative;
    width: 44px;
    z-index: 25;
}

.tr-search-pro .tr-swap:hover {
    background: #eff6ff;
    border-color: #2563eb;
    transform: rotate(180deg);
}

.tr-search-pro__details {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}

.tr-search-pro .tr-field {
    min-height: 72px;
    padding: 10px 12px 10px 48px;
}

.tr-search-pro .tr-field[hidden] {
    display: none;
}

.tr-search-pro .tr-field input {
    background: transparent;
    padding: 0;
    width: 100%;
}

.tr-travellers {
    min-height: 72px;
    z-index: 35;
}

.tr-travellers > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: .5rem;
    height: 100%;
    list-style: none;
    min-height: 70px;
    padding: 10px 12px 10px 48px;
    user-select: none;
}

.tr-travellers > summary::-webkit-details-marker {
    display: none;
}

.tr-travellers__summary-copy {
    display: block;
    min-width: 0;
    width: 100%;
}

.tr-travellers__summary-copy small,
.tr-travellers__summary-copy strong {
    display: block;
}

.tr-travellers__summary-copy small {
    color: #637696;
    font-size: .67rem;
    font-weight: 950;
    margin-bottom: 5px;
}

.tr-travellers__summary-copy strong {
    color: #071f43;
    font-size: .84rem;
    font-weight: 900;
}

.tr-travellers > summary > .fa-chevron-down {
    color: #718096;
    font-size: .72rem;
    transition: transform .2s ease;
}

.tr-travellers[open] > summary > .fa-chevron-down {
    transform: rotate(180deg);
}

.tr-travellers .tr-passengers {
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    box-shadow: 0 25px 65px rgba(7, 31, 67, .20);
    inset-inline-end: 0;
    margin: 9px 0 0;
    max-height: min(430px, 70vh);
    overflow-y: auto;
    padding: 1rem;
    position: absolute;
    top: 100%;
    width: min(360px, calc(100vw - 32px));
    z-index: 500;
}

.tr-travellers .tr-passengers legend {
    font-size: .9rem;
    margin-bottom: .7rem;
}

.tr-travellers .tr-grid--passengers {
    grid-template-columns: 1fr;
}

.tr-travellers .tr-counter {
    background: #f8fbff;
    border-radius: 14px;
    min-height: 66px;
    padding: .65rem .7rem;
}

.tr-search-pro__submit {
    align-self: stretch;
    background: linear-gradient(135deg, #ffd21e 0%, #ffb703 100%);
    border: 1px solid rgba(255, 183, 3, .62);
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(245, 158, 11, .20), inset 0 1px 0 rgba(255, 255, 255, .48);
    color: #071f43;
    gap: 8px;
    min-height: 72px;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    width: 100%;
}

.tr-search-pro__submit::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent);
    content: "";
    height: 230%;
    left: -45%;
    pointer-events: none;
    position: absolute;
    top: -65%;
    transform: rotate(18deg);
    transition: left .6s ease;
    width: 44%;
}

.tr-search-pro__submit:hover {
    box-shadow: 0 17px 30px rgba(245, 158, 11, .27), inset 0 1px 0 rgba(255, 255, 255, .56);
    transform: translateY(-2px);
}

.tr-search-pro__submit:hover::before {
    left: 115%;
}

.tr-search-pro__submit > span {
    position: relative;
    z-index: 1;
}

.tr-search-pro__submit-icon {
    align-items: center;
    background: #071f43;
    border-radius: 10px;
    box-shadow: 0 7px 14px rgba(7, 31, 67, .18);
    color: #fff;
    display: inline-flex;
    flex: 0 0 29px;
    font-size: .72rem;
    height: 29px;
    justify-content: center;
    width: 29px;
}

.tr-search-pro__submit-arrow {
    align-items: center;
    background: rgba(255, 255, 255, .48);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 23px;
    font-size: .62rem;
    height: 23px;
    justify-content: center;
    width: 23px;
}

.tr-search-pro__footer {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 40px;
    padding: 3px 3px 0;
}

.tr-search-pro__footer .tr-form-note {
    font-size: .68rem;
    justify-content: flex-start;
    margin: 0;
    text-align: start;
}

.tr-search-pro__footer > a {
    align-items: center;
    color: #1d62c4;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 900;
    gap: .42rem;
    text-decoration: none;
}

.tr-search-pro__footer > a:hover {
    color: #0a3d78;
}

.tr-search-pro .tr-suggestions {
    border-radius: 14px;
    box-shadow: 0 22px 55px rgba(7, 31, 67, .20);
    max-height: 300px;
    min-width: min(360px, calc(100vw - 30px));
    z-index: 600;
}

@media (max-width: 860px) {
    .tr-search-pro .tr-location-pair {
        grid-template-columns: 1fr;
    }

    .tr-search-pro .tr-swap {
        justify-self: center;
        margin: -3px 0;
        transform: rotate(90deg);
    }

    .tr-search-pro .tr-swap:hover {
        transform: rotate(270deg);
    }
}

@media (max-width: 680px) {
    .tr-search-intro {
        align-items: flex-start;
        padding-inline: .15rem;
    }

    .tr-search-intro__icon {
        border-radius: 15px;
        flex-basis: 48px;
        height: 48px;
        width: 48px;
    }

    .tr-search-intro h1 {
        font-size: 1.55rem;
    }

    .tr-search-intro p {
        font-size: .82rem;
    }

    .tr-search-pro--page {
        padding: .85rem;
    }

    .tr-search-pro .tr-trip-switch {
        gap: 1.25rem;
    }

    .tr-search-pro .tr-location {
        min-height: 78px;
        padding-inline-end: 10px;
    }

    .tr-search-pro .tr-location__controls {
        grid-template-columns: minmax(82px, .32fr) minmax(0, 1fr);
    }

    .tr-search-pro__details {
        grid-template-columns: 1fr;
    }

    .tr-search-pro .tr-field,
    .tr-travellers,
    .tr-search-pro__submit {
        min-height: 66px;
    }

    .tr-travellers > summary {
        min-height: 64px;
    }

    .tr-travellers .tr-passengers {
        inset-inline: 0;
        width: 100%;
    }

    .tr-search-pro__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: .65rem;
        padding-top: 6px;
    }
}

@media (max-width: 390px) {
    .tr-search-pro .tr-location__controls {
        gap: 5px;
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .tr-search-pro .tr-location select,
    .tr-search-pro .tr-location input {
        font-size: .77rem;
        padding-inline: .35rem;
    }

    .tr-search-pro__submit {
        font-size: .82rem;
    }
}

[dir="rtl"] .tr-search-pro__submit .fa-arrow-right,
[dir="rtl"] .tr-trip-switch .fa-arrow-right {
    transform: scaleX(-1);
}
