.tn-node-type-section {
    padding-top: 0;
}

.tn-guides-hub {
    --guides-navy: #071849;
    --guides-blue: #2456ef;
    --guides-ink: #0b1945;
    --guides-muted: #5e6c89;
    --guides-line: #e3e9f4;
    --guides-surface: #f6f8fc;
    overflow: hidden;
    background: #fff;
    color: var(--guides-ink);
}

.tn-guides-hub .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tn-guides-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 22%, rgba(80, 197, 255, .28), transparent 29%),
        radial-gradient(circle at 92% 88%, rgba(255, 181, 71, .22), transparent 26%),
        linear-gradient(118deg, #06143f 0%, #0b2b78 56%, #1663ae 100%);
}

.tn-guides-hero::before,
.tn-guides-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    pointer-events: none;
}

.tn-guides-hero::before {
    width: 560px;
    height: 560px;
    right: -120px;
    top: -270px;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .018);
}

.tn-guides-hero::after {
    width: 240px;
    height: 240px;
    left: -110px;
    bottom: -145px;
}

.tn-guides-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(370px, .72fr);
    align-items: center;
    gap: 76px;
    padding-top: 36px;
    padding-bottom: 54px;
}

.tn-guides-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.tn-guides-breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.tn-guides-breadcrumbs i {
    font-size: 9px;
    opacity: .55;
}

.tn-guides-kicker,
.tn-guides-heading > div > span,
.tn-guides-connected > div > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2d5ff0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tn-guides-kicker {
    color: #8cd9ff;
}

.tn-guides-hero h1 {
    max-width: 780px;
    margin: 13px 0 17px;
    color: #fff;
    font-size: clamp(52px, 5.2vw, 78px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.065em;
}

.tn-guides-hero__content > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.tn-guides-search {
    width: min(100%, 700px);
    min-height: 64px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
    padding: 7px 7px 7px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 7, 31, .32);
}

.tn-guides-search > i {
    color: #2b59e9;
    font-size: 19px;
}

.tn-guides-search input {
    min-width: 0;
    height: 50px;
    padding: 0;
    border: 0;
    outline: 0;
    color: #0b1945;
    background: transparent;
    font: inherit;
    font-size: 15px;
}

.tn-guides-search button {
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(180deg, #3267f3, #1646d5);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 9px 22px rgba(36, 86, 239, .3);
}

.tn-guides-search-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 700;
}

.tn-guides-hero__visual {
    position: relative;
    min-height: 390px;
}

.tn-guides-hero__visual > span:not(.tn-guides-hero__label) {
    position: absolute;
    display: block;
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 28px 58px rgba(0, 9, 35, .35);
}

.tn-guides-hero__visual > span:nth-child(1) {
    inset: 18px 62px 76px 20px;
    transform: rotate(-3deg);
}

.tn-guides-hero__visual > span:nth-child(2) {
    width: 180px;
    height: 142px;
    right: -16px;
    top: 0;
    transform: rotate(5deg);
}

.tn-guides-hero__visual > span:nth-child(3) {
    width: 190px;
    height: 148px;
    right: -5px;
    bottom: 20px;
    transform: rotate(3deg);
}

.tn-guides-hero__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tn-guides-hero__compass {
    position: absolute;
    inset: 40px 52px 34px 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 48% 52% 58% 42% / 42% 44% 56% 58%;
    background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 32px 70px rgba(0, 5, 32, .25);
    color: #fff;
    font-size: 112px;
    transform: rotate(-4deg);
}

.tn-guides-hero__compass i {
    filter: drop-shadow(0 16px 26px rgba(0, 10, 48, .35));
    transform: rotate(4deg);
}

.tn-guides-hero__label {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    color: #0b1945;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 13px 30px rgba(0, 8, 35, .23);
    font-size: 12px;
    font-weight: 900;
}

.tn-guides-hero__label--one { left: 0; top: 38px; }
.tn-guides-hero__label--two { right: 0; top: 168px; }
.tn-guides-hero__label--three { left: 36px; bottom: 20px; }

.tn-guides-main {
    background: linear-gradient(180deg, #f6f9ff 0, #fff 580px);
}

.tn-guides-section {
    padding-top: 78px;
    padding-bottom: 78px;
}

.tn-guides-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.tn-guides-heading h2,
.tn-guides-connected h2 {
    margin: 8px 0 8px;
    color: var(--guides-ink);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 950;
    letter-spacing: -.05em;
    line-height: 1.08;
}

.tn-guides-heading p {
    margin: 0;
    color: var(--guides-muted);
    font-size: 15px;
    line-height: 1.6;
}

.tn-guides-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    color: var(--guides-blue);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.tn-guides-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tn-guides-category-card {
    position: relative;
    min-height: 142px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 7px 14px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--guides-line);
    border-radius: 18px;
    color: var(--guides-ink);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(15, 35, 88, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tn-guides-category-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -38px;
    top: -42px;
    border-radius: 50%;
    background: var(--category-soft);
}

.tn-guides-category-card:hover {
    transform: translateY(-4px);
    border-color: var(--category-accent);
    box-shadow: 0 20px 42px rgba(15, 35, 88, .11);
}

.tn-guides-category-card > span {
    grid-row: 1 / 3;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--category-accent);
    background: var(--category-soft);
    font-size: 21px;
}

.tn-guides-category-card > strong {
    align-self: end;
    font-size: 16px;
    line-height: 1.25;
}

.tn-guides-category-card > small {
    align-self: start;
    color: var(--guides-muted);
    font-size: 12px;
    font-weight: 700;
}

.tn-guides-category-card > i {
    grid-column: 3;
    grid-row: 1 / 3;
    position: relative;
    z-index: 1;
    color: var(--category-accent);
    font-size: 13px;
}

.tn-guides-tone-1 { --category-accent: #2456ef; --category-soft: #eaf0ff; }
.tn-guides-tone-2 { --category-accent: #13a06f; --category-soft: #e6f9f1; }
.tn-guides-tone-3 { --category-accent: #e46a22; --category-soft: #fff0e4; }
.tn-guides-tone-4 { --category-accent: #8a4ddd; --category-soft: #f2eaff; }
.tn-guides-tone-5 { --category-accent: #d63c6a; --category-soft: #ffeaf1; }
.tn-guides-tone-6 { --category-accent: #0891b2; --category-soft: #e3f7fb; }

.tn-guides-featured-section {
    position: relative;
    background:
        radial-gradient(circle at 8% 20%, rgba(50, 103, 243, .28), transparent 26%),
        radial-gradient(circle at 93% 85%, rgba(255, 168, 60, .13), transparent 24%),
        #07153c;
}

.tn-guides-heading--light h2 { color: #fff; }
.tn-guides-heading--light p { color: rgba(255, 255, 255, .65); }
.tn-guides-heading--light > div > span { color: #75d3ff; }

.tn-guides-feature-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(180px, 1fr));
    gap: 17px;
    min-height: 480px;
}

.tn-guides-feature {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, #173d94, #1591a6);
    text-decoration: none;
    box-shadow: 0 22px 48px rgba(0, 6, 29, .28);
}

.tn-guides-feature:first-child {
    grid-row: 1 / 3;
}

.tn-guides-feature:nth-child(4) {
    grid-column: 2 / 4;
}

.tn-guides-feature > img,
.tn-guides-feature > .tn-guides-image-fallback,
.tn-guides-feature > .tn-card-content-link > img,
.tn-guides-feature > .tn-card-content-link > .tn-guides-image-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    transition: transform .45s ease;
}

.tn-guides-feature:hover > img,
.tn-guides-feature:hover > .tn-guides-image-fallback,
.tn-guides-feature:hover > .tn-card-content-link > img,
.tn-guides-feature:hover > .tn-card-content-link > .tn-guides-image-fallback {
    transform: scale(1.035);
}

.tn-guides-feature__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 12, 39, .03) 15%, rgba(3, 12, 39, .86) 100%);
}

.tn-guides-feature__content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    gap: 8px;
    padding: 24px;
}

.tn-guides-feature:first-child .tn-guides-feature__content {
    padding: 34px;
}

.tn-guides-feature__content > small {
    justify-self: start;
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(37, 86, 239, .9);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.tn-guides-feature__content > strong {
    font-size: 21px;
    font-weight: 950;
    line-height: 1.13;
    letter-spacing: -.025em;
}

.tn-guides-feature:first-child .tn-guides-feature__content > strong {
    font-size: clamp(30px, 3vw, 42px);
}

.tn-guides-feature__content > span {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tn-guides-feature__content > em {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.tn-guides-feature__content > em span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.tn-guides-image-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, .9);
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 205, 95, .45), transparent 25%),
        linear-gradient(145deg, #1d55c6, #0aa0a1);
}

.tn-guides-image-fallback > i { font-size: 42px; }
.tn-guides-image-fallback > small { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.tn-guides-essential-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.tn-guides-essential-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    min-height: 116px;
    padding: 18px;
    border: 1px solid var(--guides-line);
    border-radius: 17px;
    color: var(--guides-ink);
    background: #fff;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tn-guides-essential-card:hover {
    transform: translateY(-3px);
    border-color: #bdcaea;
    box-shadow: 0 16px 34px rgba(19, 42, 96, .09);
}

.tn-guides-essential-card > span:first-child,
.tn-guides-essential-card > .tn-card-content-link > span:first-child {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #2456ef;
    background: #eaf0ff;
    font-size: 20px;
}

.tn-guides-essential-card > span:nth-child(2),
.tn-guides-essential-card > .tn-card-content-link > span:nth-child(2) {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.tn-guides-essential-card small {
    color: #2c5cea;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tn-guides-essential-card strong {
    font-size: 14px;
    line-height: 1.3;
}

.tn-guides-essential-card em {
    color: var(--guides-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.tn-guides-essential-card > i,
.tn-guides-essential-card > .tn-card-content-link > i {
    color: #2456ef;
    font-size: 12px;
}

.tn-guides-destinations {
    background: #f5f8fe;
}

.tn-guides-destination-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.tn-guides-destination-card {
    overflow: hidden;
    border: 1px solid var(--guides-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 32px rgba(15, 35, 88, .06);
}

.tn-guides-destination-card__place {
    position: relative;
    min-height: 185px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.tn-guides-destination-card__place::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 14, 40, .02), rgba(5, 14, 40, .78));
}

.tn-guides-destination-card__place > img,
.tn-guides-destination-card__place > .tn-guides-image-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    transition: transform .35s ease;
}

.tn-guides-destination-card:hover .tn-guides-destination-card__place > img {
    transform: scale(1.04);
}

.tn-guides-destination-card__place > span:last-child {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 19px;
}

.tn-guides-destination-card__place small {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tn-guides-destination-card__place strong {
    font-size: 20px;
    font-weight: 950;
}

.tn-guides-destination-card__guides {
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    color: #2456ef;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.tn-guides-browse {
    padding-bottom: 60px;
}

.tn-guides-browse__tools {
    display: grid;
    grid-template-columns: minmax(260px, 430px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.tn-guides-filter-search {
    min-height: 50px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 11px;
    padding: 0 16px;
    border: 1px solid #dce4f2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(16, 35, 83, .045);
}

.tn-guides-filter-search > i { color: #2456ef; }

.tn-guides-filter-search input {
    min-width: 0;
    height: 48px;
    border: 0;
    outline: 0;
    color: var(--guides-ink);
    background: transparent;
    font: inherit;
}

.tn-guides-result-count {
    color: var(--guides-muted);
    font-size: 13px;
    font-weight: 700;
}

.tn-guides-result-count strong {
    color: var(--guides-ink);
    font-size: 16px;
}

.tn-guides-filter-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 -2px 25px;
    padding: 2px;
    overflow-x: auto;
    scrollbar-width: none;
}

.tn-guides-filter-row::-webkit-scrollbar { display: none; }

.tn-guides-filter {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 15px;
    border: 1px solid #dce4f2;
    border-radius: 999px;
    color: #344363;
    background: #fff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.tn-guides-filter:hover,
.tn-guides-filter.is-active {
    border-color: #2456ef;
    color: #fff;
    background: #2456ef;
}

.tn-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tn-guides-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--guides-line);
    border-radius: 18px;
    color: var(--guides-ink);
    background: #fff;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 35, 88, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.tn-guides-card:hover {
    transform: translateY(-4px);
    border-color: #c8d4ed;
    box-shadow: 0 22px 44px rgba(15, 35, 88, .12);
}

.tn-guides-card[hidden] { display: none; }

.tn-guides-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    background: #eaf0ff;
}

.tn-guides-card__media > img,
.tn-guides-card__media > .tn-guides-image-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    transition: transform .4s ease;
}

.tn-guides-card:hover .tn-guides-card__media > img,
.tn-guides-card:hover .tn-guides-card__media > .tn-guides-image-fallback {
    transform: scale(1.035);
}

.tn-guides-card__media .tn-guides-image-fallback > i { font-size: 34px; }

.tn-guides-card__badge {
    position: absolute;
    left: 14px;
    bottom: 13px;
    max-width: calc(100% - 28px);
    padding: 6px 9px;
    overflow: hidden;
    border-radius: 999px;
    color: #1748da;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 7px 18px rgba(0, 13, 47, .15);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .055em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tn-guides-card__body {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.tn-guides-card__destination {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #2456ef;
    font-size: 10px;
    font-weight: 900;
}

.tn-guides-card__body > strong {
    display: block;
    color: var(--guides-ink);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.24;
    letter-spacing: -.025em;
}

.tn-guides-card__summary {
    display: -webkit-box;
    margin-top: 9px;
    overflow: hidden;
    color: var(--guides-muted);
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tn-guides-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    color: #6a7895;
}

.tn-guides-card__meta small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 750;
}

.tn-guides-card__meta > i {
    margin-left: auto;
    color: #2456ef;
    font-size: 12px;
}

.tn-guides-no-results,
.tn-guides-empty {
    padding: 50px 24px;
    border: 1px dashed #c9d4e7;
    border-radius: 19px;
    text-align: center;
    background: #f8faff;
}

.tn-guides-no-results[hidden] { display: none; }

.tn-guides-no-results > span,
.tn-guides-empty > span {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto 15px;
    border-radius: 19px;
    color: #2456ef;
    background: #e8efff;
    font-size: 25px;
}

.tn-guides-no-results h3,
.tn-guides-empty h3 {
    margin: 0 0 8px;
    color: var(--guides-ink);
    font-size: 23px;
}

.tn-guides-no-results p,
.tn-guides-empty p {
    max-width: 610px;
    margin: 0 auto;
    color: var(--guides-muted);
    line-height: 1.65;
}

.tn-guides-no-results button,
.tn-guides-empty a,
.tn-guides-load-more {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 19px;
    padding: 0 18px;
    border: 1px solid #2456ef;
    border-radius: 10px;
    color: #2456ef;
    background: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.tn-guides-empty div { display: flex; justify-content: center; gap: 10px; }
.tn-guides-empty a:first-child { color: #fff; background: #2456ef; }

.tn-guides-load-more {
    margin: 28px auto 0;
}

.tn-guides-load-more[hidden] { display: none; }

.tn-guides-connected {
    display: grid;
    grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 54px;
    margin-bottom: 78px;
    padding: 42px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 15% 15%, rgba(40, 100, 245, .34), transparent 28%),
        linear-gradient(118deg, #06133d, #0a2868);
    box-shadow: 0 26px 58px rgba(8, 24, 73, .18);
}

.tn-guides-connected > div > span { color: #77d6ff; }
.tn-guides-connected h2 { color: #fff; font-size: 32px; }

.tn-guides-connected nav {
    display: grid;
    gap: 10px;
}

.tn-guides-connected nav a {
    min-height: 68px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.tn-guides-connected nav a:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, .12);
}

.tn-guides-connected nav a > i:first-child {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #78d8ff;
    background: rgba(255, 255, 255, .1);
}

.tn-guides-connected nav a > i:last-child { color: #78d8ff; font-size: 12px; }
.tn-guides-connected nav span { display: grid; gap: 3px; }
.tn-guides-connected nav strong { font-size: 13px; }
.tn-guides-connected nav small { color: rgba(255, 255, 255, .62); font-size: 10px; }

.tn-guides-hub a:focus-visible,
.tn-guides-hub button:focus-visible,
.tn-guides-hub input:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .tn-guides-hero__inner { grid-template-columns: minmax(0, 1fr) 330px; gap: 38px; }
    .tn-guides-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tn-guides-feature-grid { grid-template-columns: 1.35fr 1fr; }
    .tn-guides-feature:nth-child(4) { grid-column: auto; }
    .tn-guides-feature-grid .tn-guides-feature:nth-child(n+4) { display: none; }
    .tn-guides-destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .tn-guides-hero { min-height: auto; }
    .tn-guides-hero__inner { grid-template-columns: 1fr; padding-top: 26px; padding-bottom: 48px; }
    .tn-guides-breadcrumbs { margin-bottom: 32px; }
    .tn-guides-hero__visual { display: none; }
    .tn-guides-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-guides-feature-grid { grid-template-columns: 1.25fr 1fr; min-height: 430px; }
    .tn-guides-essential-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-guides-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-guides-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tn-guides-connected { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
    .tn-guides-hero__inner { width: min(100% - 32px, 1320px); padding-top: 22px; padding-bottom: 38px; }
    .tn-guides-breadcrumbs { margin-bottom: 27px; }
    .tn-guides-hero h1 { margin-top: 10px; font-size: 45px; }
    .tn-guides-hero__content > p { font-size: 16px; line-height: 1.55; }
    .tn-guides-search { min-height: 58px; margin-top: 23px; padding: 5px 5px 5px 16px; }
    .tn-guides-search input { height: 48px; font-size: 14px; }
    .tn-guides-search button { width: 48px; min-height: 48px; padding: 0; overflow: hidden; color: transparent; }
    .tn-guides-search button::after { content: "\f002"; color: #fff; font-family: "Font Awesome 6 Free"; font-weight: 900; }
    .tn-guides-search-note { align-items: flex-start; line-height: 1.45; }
    .tn-guides-section { padding-top: 55px; padding-bottom: 55px; }
    .tn-guides-heading { display: block; margin-bottom: 23px; }
    .tn-guides-heading h2 { font-size: 31px; }
    .tn-guides-heading > a { margin-top: 13px; }
    .tn-guides-category-grid { grid-template-columns: repeat(8, minmax(238px, 78vw)); gap: 12px; margin-right: -16px; padding: 2px 16px 14px 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
    .tn-guides-category-grid::-webkit-scrollbar { display: none; }
    .tn-guides-category-card { min-height: 120px; scroll-snap-align: start; }
    .tn-guides-feature-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
    .tn-guides-feature:first-child { grid-row: auto; min-height: 390px; }
    .tn-guides-feature:not(:first-child) { min-height: 230px; }
    .tn-guides-feature-grid .tn-guides-feature:nth-child(3) { display: none; }
    .tn-guides-feature:first-child .tn-guides-feature__content { padding: 24px; }
    .tn-guides-feature:first-child .tn-guides-feature__content > strong { font-size: 29px; }
    .tn-guides-essential-grid { grid-template-columns: 1fr; }
    .tn-guides-destination-grid { grid-template-columns: repeat(8, minmax(245px, 78vw)); gap: 12px; margin-right: -16px; padding: 2px 16px 15px 0; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
    .tn-guides-destination-card { scroll-snap-align: start; }
    .tn-guides-browse__tools { grid-template-columns: 1fr auto; }
    .tn-guides-result-count { white-space: nowrap; }
    .tn-guides-grid { grid-template-columns: 1fr; gap: 16px; }
    .tn-guides-card__body > strong { font-size: 20px; }
    .tn-guides-connected { width: min(100% - 32px, 1320px); margin-bottom: 55px; padding: 27px 20px; border-radius: 20px; }
    .tn-guides-connected h2 { font-size: 27px; }
    .tn-guides-empty div { flex-direction: column; align-items: center; }
}

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