:root {
    --tt-home-orange: #ff671d;
    --tt-home-orange-dark: #e95612;
    --tt-home-ink: #121922;
    --tt-home-muted: #667085;
    --tt-home-border: #dde3e9;
    --tt-home-soft: #f5f7f8;
    --tt-home-green: #3fa95c;
    --tt-home-yellow: #f5a623;
    --tt-home-red: #e65a54;
}

body.page-home-redesign {
    background: #f5f7f8;
    color: var(--tt-home-ink);
}

body.page-home-redesign > .site-topbar,
body.page-home-redesign > .site-footer,
body.page-home-redesign > #mobile-bottom-nav,
body.page-home-redesign > .site-ambient {
    display: none !important;
}

body.page-home-redesign #main-content {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
}

body.page-home-redesign .site-main-offset {
    padding-top: 0 !important;
}

.tt-home-v2,
.tt-home-footer {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

.tt-home-v2 *,
.tt-home-footer * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.tt-home-v2 {
    width: min(1360px, calc(100% - 32px));
    margin: 16px auto 0;
}

.tt-home-v2 a,
.tt-home-footer a {
    text-decoration: none;
}

.tt-home-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 12px;
    background: #172127 url("../../img/bg.png") center center / cover no-repeat;
    color: #fff;
    isolation: isolate;
}

.tt-home-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgba(7, 15, 20, .82) 0%, rgba(7, 15, 20, .42) 44%, rgba(7, 15, 20, .08) 72%, rgba(7, 15, 20, .18) 100%);
}

.tt-home-nav {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 76px;
    padding: 0 42px;
}

.tt-home-nav__logo {
    display: inline-flex;
    width: 156px;
    height: 28px;
    align-items: center;
}

.tt-home-nav__logo img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.tt-home-nav__links {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

.tt-home-nav__links a {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
    white-space: nowrap;
    transition: color .2s ease, transform .2s ease;
}

.tt-home-nav__links a:hover,
.tt-home-nav__links a:focus-visible {
    color: #fff;
    transform: translateY(-1px);
}

.tt-home-nav__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tt-home-nav__icon,
.tt-home-nav__language,
.tt-home-nav__profile {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 8px;
    background: rgba(12, 20, 25, .12);
    color: #fff;
    backdrop-filter: blur(8px);
}

.tt-home-nav__icon {
    padding: 0;
    cursor: pointer;
}

.tt-home-nav__icon svg,
.tt-home-nav__profile svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-home-nav__language {
    width: 58px;
}

.tt-home-nav__language select {
    width: 100%;
    height: 100%;
    padding: 0 6px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.tt-home-nav__language option {
    color: var(--tt-home-ink);
}

.tt-home-nav__profile {
    overflow: hidden;
    border-radius: 50%;
}

.tt-home-nav__profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-home-nav__profile span {
    font-size: 13px;
    font-weight: 900;
}

.tt-home-nav__icon:hover,
.tt-home-nav__profile:hover,
.tt-home-nav__language:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .14);
}

.tt-home-nav__mobile-menu {
    display: none;
}

.tt-home-hero__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 72px;
    min-height: 430px;
    padding: 20px 48px 82px;
}

.tt-home-hero__copy {
    min-width: 0;
    width: 100%;
    max-width: 610px;
    animation: tt-home-enter .7s ease both;
}

.tt-home-hero__copy h1 {
    max-width: 590px;
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.06;
}

.tt-home-hero__copy p {
    max-width: 560px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.tt-home-hero__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.tt-home-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tt-home-button img {
    width: 18px;
    height: 18px;
}

.tt-home-button:hover,
.tt-home-button:focus-visible {
    transform: translateY(-2px);
}

.tt-home-button--orange {
    background: var(--tt-home-orange);
    box-shadow: 0 12px 28px rgba(255, 103, 29, .26);
    color: #fff;
}

.tt-home-button--orange img {
    filter: brightness(0) invert(1);
}

.tt-home-button--orange:hover {
    background: var(--tt-home-orange-dark);
}

.tt-home-button--white {
    border-color: rgba(16, 24, 32, .1);
    background: #fff;
    box-shadow: 0 10px 24px rgba(12, 22, 29, .12);
    color: var(--tt-home-ink);
}

.tt-home-featured {
    position: relative;
    display: flex;
    min-height: 370px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    background: #182126;
    box-shadow: 0 24px 50px rgba(9, 19, 24, .32);
    color: #fff;
    isolation: isolate;
    animation: tt-home-card-enter .8s .1s ease both;
    transition: transform .25s ease, box-shadow .25s ease;
}

.tt-home-featured::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(180deg, rgba(8, 15, 18, .03) 14%, rgba(8, 15, 18, .22) 38%, rgba(8, 15, 18, .88) 67%, rgba(8, 15, 18, .97) 100%);
}

.tt-home-featured__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.tt-home-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(9, 19, 24, .28);
}

.tt-home-featured:hover .tt-home-featured__image {
    transform: scale(1.035);
}

.tt-home-featured__badge {
    position: absolute;
    top: 22px;
    left: 22px;
    align-self: flex-start;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--tt-home-orange);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.tt-home-featured__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.tt-home-featured__content > strong {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.16;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tt-home-featured__content > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tt-home-featured__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

.tt-home-featured__meta small {
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-home-featured__meta img {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.tt-home-featured__content > em {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 850;
    transition: background .2s ease, border-color .2s ease;
}

.tt-home-featured:hover .tt-home-featured__content > em {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .13);
}

.tt-route-finder {
    position: relative;
    z-index: 10;
    width: calc(100% - 96px);
    margin: -52px auto 0;
    padding: 28px 30px 24px;
    border: 1px solid var(--tt-home-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 50px rgba(19, 36, 48, .12);
}

.tt-route-finder h2 {
    margin: 0 0 20px;
    color: var(--tt-home-ink);
    font-size: 22px;
    font-weight: 900;
}

.tt-route-finder form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    align-items: end;
    gap: 14px;
}

.tt-route-finder__field {
    display: block;
    min-width: 0;
}

.tt-route-finder__field > span:first-child {
    display: block;
    margin: 0 0 7px;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 800;
}

.tt-route-finder__control {
    position: relative;
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--tt-home-border);
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.tt-route-finder__control:focus-within {
    border-color: var(--tt-home-orange);
    box-shadow: 0 0 0 3px rgba(255, 103, 29, .12);
}

.tt-route-finder__control img {
    width: 18px;
    height: 18px;
    filter: invert(48%) sepia(89%) saturate(2798%) hue-rotate(347deg) brightness(104%) contrast(102%);
}

.tt-route-finder__control select {
    min-width: 0;
    width: 100%;
    height: 52px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tt-home-ink);
    appearance: none;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.tt-route-finder__control.is-enhanced select {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.tt-route-finder__control.is-open {
    z-index: 60;
    border-color: var(--tt-home-orange);
    box-shadow: 0 0 0 3px rgba(255, 103, 29, .12);
}

.tt-custom-select__button {
    display: flex;
    min-width: 0;
    min-height: 52px;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tt-home-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.tt-custom-select__button::after {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin: -4px 2px 0 0;
    border-right: 2px solid #344054;
    border-bottom: 2px solid #344054;
    content: '';
    transform: rotate(45deg);
    transition: transform .2s ease, margin .2s ease;
}

.tt-route-finder__control.is-open .tt-custom-select__button::after {
    margin-top: 4px;
    transform: rotate(225deg);
}

.tt-custom-select__label {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-custom-select__menu {
    position: absolute;
    top: calc(100% + 9px);
    left: -1px;
    z-index: 80;
    width: max(100%, 270px);
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid #e2e7ec;
    border-radius: 8px;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 20px 44px rgba(18, 34, 45, .18);
    scrollbar-color: #cbd3da transparent;
    scrollbar-width: thin;
    animation: tt-custom-select-enter .16s ease both;
}

.tt-custom-select__menu[hidden] {
    display: none;
}

.tt-route-finder__field:nth-child(n+4) .tt-custom-select__menu {
    right: -1px;
    left: auto;
}

.tt-custom-select__menu::-webkit-scrollbar {
    width: 7px;
}

.tt-custom-select__menu::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    border-radius: 999px;
    background: #cbd3da;
}

.tt-custom-select__group {
    padding: 10px 11px 6px;
    color: #98a2b3;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.tt-custom-select__option {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 11px 9px 30px;
    border: 0;
    border-radius: 7px;
    outline: 0;
    background: transparent;
    color: #27313a;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    text-align: left;
    cursor: pointer;
    transition: color .16s ease, background .16s ease;
}

.tt-custom-select__option::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 7px;
    height: 7px;
    border: 2px solid #d5dce2;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
}

.tt-custom-select__option span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-custom-select__option small {
    flex: 0 0 auto;
    color: #98a2b3;
    font-size: 9px;
    font-weight: 750;
    white-space: nowrap;
}

.tt-custom-select__option:hover,
.tt-custom-select__option:focus-visible {
    background: #fff2e9;
    color: #d94b00;
}

.tt-custom-select__option.is-selected {
    background: #fff5ee;
    color: #d94b00;
}

.tt-custom-select__option.is-selected::before {
    border-color: var(--tt-home-orange);
    background: var(--tt-home-orange);
    box-shadow: inset 0 0 0 2px #fff;
}

@keyframes tt-custom-select-enter {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tt-route-finder__submit {
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background: var(--tt-home-orange);
    box-shadow: 0 12px 24px rgba(255, 103, 29, .24);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.tt-route-finder__submit:hover {
    transform: translateY(-2px);
    background: var(--tt-home-orange-dark);
}

.tt-route-finder__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.tt-route-finder__quick a {
    padding: 8px 14px;
    border: 1px solid var(--tt-home-border);
    border-radius: 999px;
    background: #fff;
    color: #6b7480;
    font-size: 12px;
    font-weight: 750;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.tt-route-finder__quick a:hover {
    border-color: #ffc3a4;
    background: #fff7f2;
    color: var(--tt-home-orange-dark);
}

.tt-home-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    padding: 28px 10px 8px;
}

.tt-home-benefits article {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 12px;
}

.tt-home-benefits article > span {
    display: flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd2ba;
    border-radius: 50%;
    background: #fff7f2;
}

.tt-home-benefits img {
    width: 18px;
    height: 18px;
    filter: invert(48%) sepia(89%) saturate(2798%) hue-rotate(347deg) brightness(104%) contrast(102%);
}

.tt-home-benefits strong {
    display: block;
    color: var(--tt-home-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
}

.tt-home-benefits p {
    margin: 5px 0 0;
    color: var(--tt-home-muted);
    font-size: 11px;
    line-height: 1.45;
}

.tt-home-section {
    padding-top: 36px;
}

.tt-home-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.tt-home-section__head h2,
.tt-home-report-panel__head h2 {
    margin: 0;
    color: var(--tt-home-ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.tt-home-section__head p {
    margin: 6px 0 0;
    color: var(--tt-home-muted);
    font-size: 13px;
}

.tt-home-section__head > a,
.tt-home-report-panel__head > a {
    flex: 0 0 auto;
    color: #2f3945;
    font-size: 12px;
    font-weight: 800;
}

.tt-home-section__head > a:hover,
.tt-home-report-panel__head > a:hover {
    color: var(--tt-home-orange);
}

.tt-home-scroll-wrap {
    position: relative;
}

.tt-home-route-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tt-home-route-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--tt-home-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 35, 45, .06);
    transition: transform .24s ease, box-shadow .24s ease;
}

.tt-home-route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(20, 35, 45, .12);
}

.tt-home-route-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dfe6e8;
}

.tt-home-route-card__media > a,
.tt-home-route-card__media > a img {
    display: block;
    width: 100%;
    height: 100%;
}

.tt-home-route-card__media > a img {
    object-fit: cover;
    transition: transform .45s ease;
}

.tt-home-route-card:hover .tt-home-route-card__media > a img {
    transform: scale(1.035);
}

.tt-home-route-card__kind {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--tt-home-green);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.tt-home-route-card__kind--medium {
    background: #3d88a7;
}

.tt-home-route-card__kind--hard,
.tt-home-route-card__kind--hardcore {
    background: var(--tt-home-orange);
}

.tt-home-route-card__save {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    background: rgba(8, 16, 20, .28);
    backdrop-filter: blur(7px);
    cursor: pointer;
}

.tt-home-route-card__save img {
    width: 17px;
    height: 17px;
    filter: brightness(0) invert(1);
}

.tt-home-route-card__save.is-saved {
    background: var(--tt-home-orange);
}

.tt-home-route-card__body {
    padding: 13px;
}

.tt-home-route-card__body h3 {
    min-height: 38px;
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.tt-home-route-card__body h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--tt-home-ink);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-home-route-card__body > p {
    overflow: hidden;
    margin: 5px 0 9px;
    color: var(--tt-home-muted);
    font-size: 11px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-home-route-card__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.tt-home-route-card__metrics span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    color: #35404c;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.tt-home-route-card__metrics img {
    width: 13px;
    height: 13px;
    opacity: .72;
}

.tt-home-route-card__tags {
    display: flex;
    min-height: 22px;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.tt-home-route-card__tags span {
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef4f7;
    color: #567086;
    font-size: 9px;
    font-weight: 800;
}

.tt-home-route-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    color: #536171;
    font-size: 10px;
    font-weight: 800;
}

.tt-home-route-card__rating > img {
    width: 13px;
    height: 13px;
    opacity: .65;
}

.tt-home-route-card__rating small {
    color: #9aa4ae;
}

.tt-home-slider-next {
    position: absolute;
    top: 50%;
    right: -18px;
    z-index: 3;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tt-home-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(24, 38, 47, .16);
    color: var(--tt-home-ink);
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
}

.tt-home-slider-next[hidden] {
    display: none;
}

.tt-home-map {
    display: grid;
    grid-template-columns: 34% 66%;
    min-height: 240px;
    overflow: hidden;
    margin-top: 32px;
    border: 1px solid var(--tt-home-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(25, 40, 51, .06);
}

.tt-home-map__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 28px;
}

.tt-home-map__copy h2 {
    max-width: 290px;
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.12;
}

.tt-home-map__copy p {
    max-width: 310px;
    margin: 11px 0 18px;
    color: var(--tt-home-muted);
    font-size: 13px;
    line-height: 1.55;
}

.tt-home-map__copy .tt-home-button {
    min-height: 44px;
    padding: 0 17px;
    font-size: 12px;
}

.tt-home-map__image {
    display: block;
    min-height: 240px;
    overflow: hidden;
}

.tt-home-map__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tt-home-collection-list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.tt-home-collection-list::-webkit-scrollbar {
    display: none;
}

.tt-home-collection-card {
    position: relative;
    width: calc((100% - 64px) / 5);
    min-height: 190px;
    overflow: hidden;
    flex: 0 0 calc((100% - 64px) / 5);
    border-radius: 8px;
    background: #1d2932;
    color: #fff;
    isolation: isolate;
    scroll-snap-align: start;
    transition: transform .24s ease, box-shadow .24s ease;
}

.tt-home-collection-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, rgba(8, 15, 18, .02) 22%, rgba(8, 15, 18, .22) 52%, rgba(8, 15, 18, .9) 100%);
}

.tt-home-collection-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(20, 35, 45, .18);
}

.tt-home-collection-card > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.tt-home-collection-card:hover > img {
    transform: scale(1.04);
}

.tt-home-collection-card__save {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(12, 20, 24, .18);
}

.tt-home-collection-card__save img {
    width: 15px;
    filter: brightness(0) invert(1);
}

.tt-home-collection-card__copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-shadow: 0 2px 10px rgba(4, 12, 16, .4);
}

.tt-home-collection-card__copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-home-collection-card__copy small {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, .84);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-home-community-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
    margin-top: 40px;
}

.tt-home-report-panel {
    padding: 20px;
    border: 1px solid var(--tt-home-border);
    border-radius: 8px;
    background: #fff;
}

.tt-home-report-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}

.tt-home-report-panel__head h2 {
    font-size: 20px;
}

.tt-home-report-row {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #e8edf0;
}

.tt-home-report-row:last-child {
    border-bottom: 0;
}

.tt-home-report-row__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 6px;
    background: #e9eef1;
}

.tt-home-report-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-home-report-row__badge {
    display: inline-flex;
    margin-bottom: 4px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #eaf7ec;
    color: #31984d;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
}

.tt-home-report-row h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
}

.tt-home-report-row h3 a {
    color: var(--tt-home-ink);
}

.tt-home-report-row p {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0;
    color: var(--tt-home-muted);
    font-size: 10px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-home-report-row small {
    color: #84909d;
    font-size: 9px;
}

.tt-home-report-row__stats {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f6b78;
    font-size: 10px;
    white-space: nowrap;
}

.tt-home-cta-stack {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tt-home-image-cta {
    position: relative;
    display: flex;
    min-height: 150px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    border-radius: 8px;
    background: #273139 var(--cta-bg, url("../../img/bg.png")) center / cover no-repeat;
    color: #fff;
    isolation: isolate;
}

.tt-home-image-cta::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: rgba(7, 15, 20, .62);
}

.tt-home-image-cta h2 {
    max-width: 440px;
    margin: 0;
    font-size: 22px;
    font-weight: 900;
}

.tt-home-image-cta p {
    max-width: 470px;
    margin: 8px 0 13px;
    color: rgba(255, 255, 255, .85);
    font-size: 12px;
    line-height: 1.55;
}

.tt-home-image-cta span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 16px;
    border-radius: 7px;
    background: #fff;
    color: var(--tt-home-ink);
    font-size: 11px;
    font-weight: 900;
}

.tt-home-newsletter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(360px, .8fr);
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    padding: 18px 22px;
    border: 1px solid var(--tt-home-border);
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.tt-home-newsletter__icon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd2ba;
    border-radius: 50%;
    background: #fff7f2;
}

.tt-home-newsletter__icon img {
    width: 23px;
    filter: invert(48%) sepia(89%) saturate(2798%) hue-rotate(347deg) brightness(104%) contrast(102%);
}

.tt-home-newsletter h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
}

.tt-home-newsletter p {
    margin: 5px 0 0;
    color: var(--tt-home-muted);
    font-size: 11px;
}

.tt-home-newsletter form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.tt-home-newsletter input {
    min-width: 0;
    height: 46px;
    padding: 0 15px;
    border: 1px solid var(--tt-home-border);
    border-radius: 7px;
    outline: 0;
    font-size: 13px;
}

.tt-home-newsletter input:focus {
    border-color: var(--tt-home-orange);
    box-shadow: 0 0 0 3px rgba(255, 103, 29, .12);
}

.tt-home-newsletter button {
    height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 7px;
    background: var(--tt-home-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.tt-home-footer {
    margin-top: 0;
    background: #09131f;
    color: #fff;
}

.tt-home-footer__inner,
.tt-home-footer__bottom {
    width: min(1360px, calc(100% - 64px));
    margin: 0 auto;
}

.tt-home-footer__inner {
    display: grid;
    grid-template-columns: 1.1fr 2fr .9fr;
    gap: 64px;
    padding: 42px 0 30px;
}

.tt-home-footer__brand > img {
    width: 154px;
    filter: brightness(0) invert(1);
}

.tt-home-footer__brand p {
    max-width: 260px;
    margin: 18px 0;
    color: #9aa8b6;
    font-size: 12px;
    line-height: 1.6;
}

.tt-home-footer__brand > div {
    display: flex;
    gap: 8px;
}

.tt-home-footer__brand > div a {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #263544;
    border-radius: 50%;
    color: #c7d0d9;
    font-size: 10px;
    font-weight: 900;
}

.tt-home-footer__inner > nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.tt-home-footer h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.tt-home-footer nav section a {
    display: block;
    margin-top: 10px;
    color: #9aa8b6;
    font-size: 11px;
    font-weight: 650;
}

.tt-home-footer a:hover {
    color: #fff;
}

.tt-home-footer__travel a {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 0 14px;
    border: 1px solid #314151;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.tt-home-footer__travel img {
    width: 17px;
    filter: brightness(0) invert(1);
}

.tt-home-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 18px 0 24px;
    border-top: 1px solid #1b2a38;
    color: #738292;
    font-size: 10px;
}

.tt-home-empty {
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--tt-home-border);
    border-radius: 8px;
    color: var(--tt-home-muted);
    font-size: 13px;
    font-weight: 750;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

@keyframes tt-home-enter {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes tt-home-card-enter {
    from { opacity: 0; transform: translateX(18px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes tt-home-mobile-menu-enter {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
    .tt-home-v2 {
        width: min(1080px, calc(100% - 28px));
    }

    .tt-home-hero {
        min-height: 460px;
    }

    .tt-home-nav {
        grid-template-columns: 170px minmax(0, 1fr) auto;
        min-height: 64px;
        padding: 0 28px;
    }

    .tt-home-nav__links {
        gap: 20px;
    }

    .tt-home-nav__links a {
        font-size: 12px;
    }

    .tt-home-hero__body {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 42px;
        min-height: 396px;
        padding: 12px 34px 54px;
    }

    .tt-home-hero__copy h1 {
        font-size: 48px;
    }

    .tt-home-featured {
        min-height: 340px;
        padding: 20px;
    }

    .tt-route-finder {
        width: calc(100% - 68px);
        margin-top: -42px;
        padding: 20px 22px 18px;
    }

    .tt-route-finder h2 {
        margin-bottom: 14px;
    }

    .tt-route-finder form {
        grid-template-columns: 1.15fr 1.15fr .85fr 1fr auto;
        gap: 10px;
    }

    .tt-route-finder__control {
        min-height: 50px;
        gap: 6px;
        padding: 0 8px;
    }

    .tt-route-finder__control img {
        width: 16px;
        height: 16px;
    }

    .tt-route-finder__control select {
        height: 48px;
        font-size: 12px;
    }

    .tt-route-finder__submit {
        min-height: 50px;
        padding: 0 18px;
    }

    .tt-route-finder__quick {
        margin-top: 12px;
    }

    .tt-route-finder__quick a {
        padding: 6px 12px;
    }

    .tt-home-route-card__metrics {
        grid-template-columns: 1fr 1fr;
    }

    .tt-home-route-card__metrics span:last-child {
        display: none;
    }

    .tt-home-community-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tt-home-footer__inner {
        grid-template-columns: .8fr 1.7fr;
    }

    .tt-home-footer__travel {
        display: none;
    }
}

@media (max-width: 860px) {
    .tt-home-v2 {
        width: min(760px, calc(100% - 24px));
        margin-top: 12px;
    }

    .tt-home-hero {
        min-height: 620px;
    }

    .tt-home-nav {
        grid-template-columns: 1fr auto auto;
        min-height: 68px;
        padding: 0 20px;
    }

    .tt-home-nav__links,
    .tt-home-nav__actions > .tt-home-nav__icon,
    .tt-home-nav__actions > .tt-home-nav__language {
        display: none;
    }

    .tt-home-nav__mobile-menu {
        position: static;
        display: block;
        margin-left: 10px;
    }

    .tt-home-nav__mobile-menu summary {
        display: flex;
        width: 38px;
        height: 38px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        border: 1px solid rgba(255, 255, 255, .4);
        border-radius: 8px;
        background: rgba(12, 20, 25, .18);
        cursor: pointer;
        list-style: none;
        backdrop-filter: blur(10px);
        transition: border-color .2s ease, background .2s ease;
    }

    .tt-home-nav__mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .tt-home-nav__mobile-menu summary span {
        width: 16px;
        height: 2px;
        border-radius: 99px;
        background: #fff;
        transform-origin: center;
        transition: opacity .2s ease, transform .2s ease;
    }

    .tt-home-nav__mobile-menu[open] summary {
        border-color: rgba(255, 255, 255, .8);
        background: rgba(255, 255, 255, .14);
    }

    .tt-home-nav__mobile-menu[open] summary span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .tt-home-nav__mobile-menu[open] summary span:nth-child(2) {
        opacity: 0;
    }

    .tt-home-nav__mobile-menu[open] summary span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .tt-home-nav__mobile-menu > div {
        position: absolute;
        top: calc(100% - 2px);
        right: 16px;
        left: 16px;
        z-index: 20;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: auto;
        gap: 4px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, .45);
        border-radius: 12px;
        background: rgba(13, 22, 27, .94);
        box-shadow: 0 18px 32px rgba(0, 0, 0, .28);
        backdrop-filter: blur(18px);
        animation: tt-home-mobile-menu-enter .18s ease both;
    }

    .tt-home-nav__mobile-menu a {
        display: flex;
        min-height: 42px;
        align-items: center;
        padding: 9px 12px;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        font-weight: 750;
    }

    .tt-home-nav__mobile-menu a:last-child {
        grid-column: 1 / -1;
    }

    .tt-home-nav__mobile-menu a:hover {
        background: rgba(255, 255, 255, .09);
    }

    .tt-home-hero__body {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 24px;
        padding: 12px 24px 90px;
    }

    .tt-home-hero__copy h1 {
        font-size: 42px;
    }

    .tt-home-hero__copy p {
        font-size: 14px;
    }

    .tt-home-featured {
        min-height: 310px;
        padding: 22px;
    }

    .tt-home-featured__content > strong {
        font-size: 19px;
    }

    .tt-route-finder {
        width: calc(100% - 48px);
        padding: 24px;
    }

    .tt-route-finder form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tt-route-finder__submit {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 50px;
    }

    .tt-home-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tt-home-benefits article:nth-child(n+4) {
        display: none;
    }

    .tt-home-route-list,
    .tt-home-collection-list {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 2px 2px 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .tt-home-route-list::-webkit-scrollbar,
    .tt-home-collection-list::-webkit-scrollbar {
        display: none;
    }

    .tt-home-route-card {
        width: 290px;
        flex: 0 0 290px;
        scroll-snap-align: start;
    }

    .tt-home-collection-card {
        width: 220px;
        min-height: 260px;
        flex: 0 0 220px;
        scroll-snap-align: start;
    }

    .tt-home-slider-next {
        display: none;
    }

    .tt-home-map {
        grid-template-columns: 40% 60%;
    }

    .tt-home-map__copy {
        padding: 26px;
    }

    .tt-home-map__copy h2 {
        font-size: 26px;
    }

    .tt-home-community-grid {
        grid-template-columns: 1fr;
    }

    .tt-home-newsletter {
        grid-template-columns: auto 1fr;
    }

    .tt-home-newsletter form {
        grid-column: 1 / -1;
    }

    .tt-home-footer__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tt-home-footer__inner > nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body.page-home-redesign {
        background: #fff;
    }

    .tt-home-v2 {
        width: 100%;
        margin: 0;
    }

    .tt-home-hero {
        min-height: 560px;
        border-radius: 0 0 12px 12px;
        background-position: 58% center;
    }

    .tt-home-hero::before {
        background: linear-gradient(180deg, rgba(7, 15, 20, .58) 0%, rgba(7, 15, 20, .7) 46%, rgba(7, 15, 20, .88) 100%);
    }

    .tt-home-nav {
        padding: 0 16px;
    }

    .tt-home-nav__logo {
        width: 138px;
    }

    .tt-home-hero__body {
        display: flex;
        min-height: 492px;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        padding: 42px 20px 62px;
    }

    .tt-home-hero__copy {
        min-width: 0;
        width: 100%;
        max-width: 330px;
    }

    .tt-home-hero__copy h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
        font-size: 32px;
        line-height: 1.06;
    }

    .tt-home-hero__copy p {
        max-width: 330px;
        margin-top: 14px;
        font-size: 14px;
    }

    .tt-home-hero__buttons {
        align-items: stretch;
        margin-top: 18px;
    }

    .tt-home-button {
        min-height: 46px;
        padding: 0 16px;
        font-size: 12px;
    }

    .tt-home-featured {
        display: none;
    }

    .tt-route-finder {
        width: calc(100% - 40px);
        margin-top: -48px;
        padding: 22px 16px 18px;
        border-radius: 10px;
    }

    .tt-route-finder h2 {
        font-size: 20px;
    }

    .tt-route-finder form {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .tt-route-finder__control {
        min-height: 50px;
    }

    .tt-route-finder__control select {
        height: 48px;
    }

    .tt-route-finder__quick {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .tt-route-finder__quick::-webkit-scrollbar {
        display: none;
    }

    .tt-route-finder__quick a {
        flex: 0 0 auto;
    }

    .tt-home-benefits {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        padding: 34px 18px 12px;
        scrollbar-width: none;
    }

    .tt-home-benefits::-webkit-scrollbar {
        display: none;
    }

    .tt-home-benefits article,
    .tt-home-benefits article:nth-child(n+4) {
        display: flex;
        width: 210px;
        flex: 0 0 210px;
    }

    .tt-home-section,
    .tt-home-community-grid,
    .tt-home-newsletter {
        margin-left: 16px;
        margin-right: 16px;
    }

    .tt-home-section {
        padding-top: 42px;
    }

    .tt-home-section__head {
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .tt-home-section__head h2,
    .tt-home-report-panel__head h2 {
        font-size: 23px;
    }

    .tt-home-section__head p {
        max-width: 260px;
        font-size: 11px;
    }

    .tt-home-section__head > a,
    .tt-home-report-panel__head > a {
        font-size: 10px;
        text-align: right;
    }

    .tt-home-route-card {
        width: 82vw;
        flex-basis: 82vw;
    }

    .tt-home-map {
        display: flex;
        min-height: 0;
        flex-direction: column;
        margin: 44px 16px 0;
    }

    .tt-home-map__copy {
        padding: 28px 22px;
    }

    .tt-home-map__copy h2 {
        max-width: 260px;
        font-size: 27px;
    }

    .tt-home-map__image {
        min-height: 230px;
    }

    .tt-home-map__image img {
        object-position: 55% center;
    }

    .tt-home-community-grid {
        margin-top: 44px;
    }

    .tt-home-report-panel {
        padding: 20px 16px;
    }

    .tt-home-report-panel__head {
        align-items: flex-start;
    }

    .tt-home-report-row {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
    }

    .tt-home-report-row__stats {
        display: none;
    }

    .tt-home-report-row p {
        display: none;
    }

    .tt-home-image-cta {
        min-height: 220px;
        padding: 24px;
    }

    .tt-home-image-cta h2 {
        font-size: 24px;
    }

    .tt-home-newsletter {
        grid-template-columns: auto 1fr;
        margin-top: 40px;
        padding: 20px 16px;
        border-radius: 8px;
    }

    .tt-home-newsletter form {
        grid-template-columns: 1fr;
    }

    .tt-home-newsletter button {
        width: 100%;
    }

    .tt-home-footer {
        margin-top: 28px;
    }

    .tt-home-footer__inner,
    .tt-home-footer__bottom {
        width: calc(100% - 32px);
    }

    .tt-home-footer__inner {
        padding: 44px 0 30px;
    }

    .tt-home-footer__inner > nav {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .tt-home-footer__inner > nav section:last-child {
        display: none;
    }

    .tt-home-footer__bottom {
        display: grid;
        padding-bottom: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tt-home-v2 *,
    .tt-home-footer * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

/* Homepage dark theme: keep the same hierarchy while replacing every light surface. */
html[data-theme="dark"] body.page-home-redesign {
    color: #edf3fb;
    background: #07101d !important;
}

html[data-theme="dark"] .tt-home-v2 {
    --tt-home-ink: #edf3fb;
    --tt-home-muted: #9aabc0;
    --tt-home-border: #26364a;
    --tt-home-soft: #111d2c;
    color: var(--tt-home-ink);
}

html[data-theme="dark"] .tt-route-finder,
html[data-theme="dark"] .tt-home-route-card,
html[data-theme="dark"] .tt-home-map,
html[data-theme="dark"] .tt-home-report-panel,
html[data-theme="dark"] .tt-home-newsletter {
    border-color: var(--tt-home-border);
    background: linear-gradient(180deg, #111d2c 0%, #0d1827 100%);
    box-shadow: 0 22px 54px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .035);
}

html[data-theme="dark"] .tt-route-finder__field > span:first-child,
html[data-theme="dark"] .tt-custom-select__group {
    color: #8395ab;
}

html[data-theme="dark"] .tt-route-finder__control {
    border-color: #2a3b50;
    background: #142133;
}

html[data-theme="dark"] .tt-route-finder__control:hover {
    border-color: #3a4d64;
    background: #17263a;
}

html[data-theme="dark"] .tt-route-finder__control select,
html[data-theme="dark"] .tt-custom-select__button {
    color: #eef4fb !important;
    background: transparent !important;
}

html[data-theme="dark"] .tt-custom-select__button::after {
    border-color: #9eafc3;
}

html[data-theme="dark"] .tt-custom-select__menu {
    border-color: #2b3c51;
    background: rgba(14, 25, 40, .99);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .04);
    scrollbar-color: #465a72 transparent;
}

html[data-theme="dark"] .tt-custom-select__menu::-webkit-scrollbar-thumb {
    border-color: #0e1928;
    background: #465a72;
}

html[data-theme="dark"] .tt-custom-select__option {
    color: #cfdae7;
}

html[data-theme="dark"] .tt-custom-select__option::before {
    border-color: #52657c;
}

html[data-theme="dark"] .tt-custom-select__option small {
    color: #8395ab;
}

html[data-theme="dark"] .tt-custom-select__option:hover,
html[data-theme="dark"] .tt-custom-select__option:focus-visible,
html[data-theme="dark"] .tt-custom-select__option.is-selected {
    color: #ff9b61;
    background: rgba(255, 103, 29, .12);
}

html[data-theme="dark"] .tt-custom-select__option.is-selected::before {
    box-shadow: inset 0 0 0 2px #142133;
}

html[data-theme="dark"] .tt-route-finder__quick a {
    border-color: #2c3d52;
    background: #142133;
    color: #aebdce;
}

html[data-theme="dark"] .tt-route-finder__quick a:hover {
    border-color: rgba(255, 122, 26, .48);
    background: rgba(255, 103, 29, .12);
    color: #ff9b61;
}

html[data-theme="dark"] .tt-home-benefits article > span,
html[data-theme="dark"] .tt-home-newsletter__icon {
    border-color: rgba(255, 122, 26, .34);
    background: rgba(255, 122, 26, .1);
}

html[data-theme="dark"] .tt-home-benefits strong,
html[data-theme="dark"] .tt-home-section__head h2,
html[data-theme="dark"] .tt-home-report-panel__head h2,
html[data-theme="dark"] .tt-home-map__copy h2,
html[data-theme="dark"] .tt-home-newsletter h2 {
    color: #f4f7fb;
}

html[data-theme="dark"] .tt-home-benefits p,
html[data-theme="dark"] .tt-home-section__head p,
html[data-theme="dark"] .tt-home-map__copy p,
html[data-theme="dark"] .tt-home-newsletter p {
    color: #9aabc0;
}

html[data-theme="dark"] .tt-home-section__head > a,
html[data-theme="dark"] .tt-home-report-panel__head > a {
    color: #b9c7d6;
}

html[data-theme="dark"] .tt-home-route-card:hover {
    box-shadow: 0 22px 46px rgba(0, 0, 0, .36), 0 0 0 1px rgba(255, 122, 26, .08);
}

html[data-theme="dark"] .tt-home-route-card__media,
html[data-theme="dark"] .tt-home-report-row__image {
    background: #172537;
}

html[data-theme="dark"] .tt-home-route-card__body h3 a,
html[data-theme="dark"] .tt-home-report-row h3 a {
    color: #f1f5fa;
}

html[data-theme="dark"] .tt-home-route-card__body > p,
html[data-theme="dark"] .tt-home-report-row p,
html[data-theme="dark"] .tt-home-report-row small {
    color: #91a3b9;
}

html[data-theme="dark"] .tt-home-route-card__metrics span,
html[data-theme="dark"] .tt-home-route-card__rating,
html[data-theme="dark"] .tt-home-report-row__stats {
    color: #c2cfdd;
}

html[data-theme="dark"] .tt-home-route-card__metrics img,
html[data-theme="dark"] .tt-home-route-card__rating > img {
    filter: brightness(0) invert(1);
    opacity: .68;
}

html[data-theme="dark"] .tt-home-route-card__tags span {
    background: #18283b;
    color: #a9bdd0;
}

html[data-theme="dark"] .tt-home-route-card__rating small {
    color: #71849b;
}

html[data-theme="dark"] .tt-home-slider-next {
    border-color: #33465c;
    background: #152337;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .42);
    color: #f4f7fb;
}

html[data-theme="dark"] .tt-home-slider-next:hover {
    border-color: rgba(255, 122, 26, .55);
    color: #ff9b61;
}

html[data-theme="dark"] .tt-home-map .tt-home-button--white {
    border-color: #33465c;
    background: #17263a;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .26);
    color: #f4f7fb;
}

html[data-theme="dark"] .tt-home-map .tt-home-button--white img {
    filter: brightness(0) invert(1);
    opacity: .8;
}

html[data-theme="dark"] .tt-home-collection-card {
    border: 1px solid #26364a;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .25);
}

html[data-theme="dark"] .tt-home-report-row {
    border-color: #26364a;
}

html[data-theme="dark"] .tt-home-report-row__badge {
    background: rgba(58, 185, 92, .14);
    color: #76d58d;
}

html[data-theme="dark"] .tt-home-image-cta {
    border: 1px solid #26364a;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
}

html[data-theme="dark"] .tt-home-image-cta::before {
    background: linear-gradient(90deg, rgba(5, 13, 22, .88), rgba(5, 13, 22, .55));
}

html[data-theme="dark"] .tt-home-image-cta span {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(244, 247, 251, .94);
    color: #101927;
}

html[data-theme="dark"] .tt-home-newsletter input {
    border-color: #304157 !important;
    background: #142133 !important;
    color: #eef4fb !important;
}

html[data-theme="dark"] .tt-home-newsletter input::placeholder {
    color: #778aa1 !important;
}

html[data-theme="dark"] .tt-home-empty {
    border-color: #304157;
    color: #91a3b9;
    background: rgba(17, 29, 44, .55);
}

html[data-theme="dark"] .tt-home-footer {
    border-top: 1px solid #17283a;
    background: #08121f;
}

html[data-theme="dark"] .tt-home-footer__brand p,
html[data-theme="dark"] .tt-home-footer nav section a {
    color: #9aabc0;
}

html[data-theme="dark"] .tt-home-footer__travel a,
html[data-theme="dark"] .tt-home-footer__brand > div a {
    border-color: #304157;
    background: rgba(19, 33, 51, .52);
}

html[data-theme="dark"] .tt-home-footer__bottom {
    border-color: #1c2c3e;
    color: #778aa1;
}
