/* Pagina Turism — restructurare completă HTML + CSS, 2026-09-02.
   Paleta respectă exact tokenii temei definiți în resources/css/public.css:
   --ho-navy:#08254d --ho-cyan:#078ea2 --ho-green:#07966f --ho-pink:#d40a67 --ho-orange:#ff6500 */

.ho-tourism-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 64px 0 96px;
    background: linear-gradient(160deg, #071a36 0%, #0b2b52 46%, #0e3a63 100%);
    color: #fff;
}

.ho-tourism-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ho-tourism-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}

.ho-tourism-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 16, 33, .55) 0%, rgba(7, 26, 54, .8) 55%, #071a36 100%),
        linear-gradient(100deg, rgba(167, 8, 136, .28) 0%, rgba(212, 10, 103, .16) 45%, rgba(255, 101, 0, .14) 100%);
}

.ho-tourism-hero__top,
.ho-tourism-hero > .site-container {
    position: relative;
    z-index: 1;
}

.ho-tourism-hero__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.ho-tourism-hero__intro {
    max-width: 640px;
}

.ho-tourism-hero__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    padding: 6px 14px 6px 10px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    color: #ffd8ae;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ho-tourism-hero__eyebrow svg {
    width: 15px;
    height: 15px;
}

.ho-tourism-hero__intro h1 {
    margin: 0;
    background: linear-gradient(95deg, #ffffff 0%, #eaf6ff 60%, #d6f1f2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.ho-tourism-hero__intro p {
    max-width: 560px;
    margin: 14px 0 0;
    color: #c9d8ea;
    font-size: 15px;
    line-height: 1.7;
}

.ho-tourism-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ho-tourism-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    border: 0;
    border-radius: 13px;
    padding-inline: 20px;
    background: linear-gradient(100deg, #a70888 0%, #d40a67 48%, #ff6500 100%);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(212, 10, 103, .3);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.ho-tourism-hero__cta:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 14px 32px rgba(212, 10, 103, .4);
}

.ho-tourism-hero__cta--ghost {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .28);
    box-shadow: none;
}

.ho-tourism-hero__cta--ghost:hover {
    background: rgba(255, 255, 255, .16);
    box-shadow: none;
}

.ho-tourism-hero__stats {
    display: flex;
    gap: 12px;
    flex: 0 0 auto;
}

.ho-tourism-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 96px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
    text-align: center;
}

.ho-tourism-hero__stat strong {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.ho-tourism-hero__stat span {
    margin-top: 2px;
    color: #c9d8ea;
    font-size: 11px;
    font-weight: 600;
}

/* Search */
.ho-tourism-search {
    position: relative;
    z-index: 2;
    margin-top: 34px;
    margin-bottom: -64px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    padding: 18px;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 60px rgba(4, 14, 32, .35);
}

.ho-tourism-search__row {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) minmax(190px, 1fr) minmax(180px, .95fr) auto;
    align-items: end;
    gap: 12px;
}

.ho-tourism-search__field {
    display: block;
    min-width: 0;
}

.ho-tourism-search__control {
    position: relative;
    display: block;
    min-width: 0;
}

.ho-tourism-search__icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
    color: #078ea2;
    pointer-events: none;
}

.ho-tourism-search__field input,
.ho-tourism-search__field select {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    border: 1px solid #e1e8f0;
    border-radius: 13px;
    padding: 10px 16px 10px 45px;
    outline: 0;
    background: #f8fafd;
    color: #08254d;
    font-size: 14px;
    font-weight: 600;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ho-tourism-search__field input::placeholder {
    color: #8b99ad;
}

.ho-tourism-search__field input:focus,
.ho-tourism-search__field select:focus {
    border-color: #078ea2;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(7, 142, 162, .12);
}

.ho-tourism-search__submit {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 128px;
    min-height: 52px;
    border: 0;
    border-radius: 13px;
    padding-inline: 22px;
    background: linear-gradient(100deg, #078ea2 0%, #07966f 130%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(7, 142, 162, .28);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ho-tourism-search__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(7, 142, 162, .36);
}

.ho-tourism-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eef2f6;
}

.ho-tourism-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid #e1e8f0;
    border-radius: 999px;
    padding: 0 14px;
    background: #f8fafd;
    color: #45566e;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 700;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.ho-tourism-chip:hover {
    border-color: #9cd7de;
    color: #08254d;
}

.ho-tourism-chip.is-active {
    border-color: transparent;
    background: linear-gradient(100deg, #078ea2, #07966f);
    color: #fff;
}

/* Body shell */
.ho-tourism-body {
    background:
        radial-gradient(720px 320px at 10% 0%, rgba(7, 142, 162, .05), transparent 60%),
        radial-gradient(720px 320px at 90% 10%, rgba(212, 10, 103, .04), transparent 60%),
        #f6f9fc;
    padding: 106px 0 76px;
}

.ho-tourism-stack {
    display: grid;
    gap: 72px;
}

.ho-tourism-heading {
    margin-bottom: 26px;
}

.ho-tourism-heading--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.ho-tourism-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #078ea2;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.ho-tourism-kicker::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #078ea2, #d40a67);
}

.ho-tourism-heading h2 {
    margin: 7px 0 0;
    color: #08254d;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.15;
}

.ho-tourism-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 40px;
    border: 1px solid #dce5ed;
    border-radius: 12px;
    padding: 0 15px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-size: 12px;
    font-weight: 750;
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ho-tourism-action span {
    transition: transform .2s ease;
}

.ho-tourism-action:hover {
    border-color: #9cd7de;
    color: #0e7490;
    box-shadow: 0 8px 20px rgba(8, 37, 77, .08);
    transform: translateY(-1px);
}

.ho-tourism-action:hover span {
    transform: translateX(4px);
}

.ho-tourism-empty {
    border: 1px dashed #bfd0de;
    border-radius: 20px;
    background: #f8fbfd;
    padding: 42px 24px;
    color: #526176;
    text-align: center;
}

/* Bento categories */
.ho-tourism-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ho-tourism-bento__card {
    position: relative;
    display: block;
    min-height: 190px;
    overflow: hidden;
    border-radius: 24px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    transition: box-shadow .3s ease, transform .3s ease;
}

.ho-tourism-bento__card--lg {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 260px;
}

.ho-tourism-bento__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(8, 37, 77, .2);
}

.ho-tourism-bento__card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.ho-tourism-bento__card:hover img {
    transform: scale(1.06);
}

.ho-tourism-bento__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, .05) 20%, rgba(9, 16, 33, .88) 100%);
}

.ho-tourism-bento__badge {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-radius: 999px;
    padding: 0 11px;
    background: rgba(255, 255, 255, .94);
    color: #0f172a;
    font-size: 10.5px;
    font-weight: 800;
}

.ho-tourism-bento__title {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.ho-tourism-bento__card--lg .ho-tourism-bento__title {
    font-size: 23px;
}

.ho-tourism-bento__title svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    opacity: .85;
    transition: transform .22s ease;
}

.ho-tourism-bento__card:hover .ho-tourism-bento__title svg {
    transform: translateX(4px);
}

/* Places: spotlight + grid */
.ho-tourism-places--spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.ho-tourism-spotlight-card {
    position: relative;
    display: block;
    min-height: 380px;
    overflow: hidden;
    border-radius: 24px;
    background: #0f172a;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .05);
    transition: box-shadow .3s ease, transform .3s ease;
}

.ho-tourism-spotlight-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(8, 37, 77, .2);
}

.ho-tourism-spotlight-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.ho-tourism-spotlight-card:hover > img {
    transform: scale(1.05);
}

.ho-tourism-spotlight-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 16, 33, .92) 5%, rgba(15, 23, 42, .1) 55%);
}

.ho-tourism-spotlight-card__body {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 24px;
    display: grid;
    justify-items: start;
    gap: 8px;
}

.ho-tourism-spotlight-card__tag {
    display: inline-flex;
    align-items: center;
    align-self: start;
    min-height: 26px;
    border-radius: 999px;
    padding: 0 11px;
    background: linear-gradient(100deg, #a70888 0%, #d40a67 60%, #ff6500 130%);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
}

.ho-tourism-spotlight-card__body strong {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.15;
}

.ho-tourism-spotlight-card__body p {
    max-width: 480px;
    margin: 0;
    color: #dbe6f3;
    font-size: 13px;
    line-height: 1.6;
}

.ho-tourism-spotlight-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 800;
}

.ho-tourism-place-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ho-tourism-places--spotlight .ho-tourism-place-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 1fr;
}

.ho-tourism-place-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e9eef4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .045);
    transition: transform .26s cubic-bezier(.2, .7, .2, 1), border-color .26s ease, box-shadow .26s ease;
}

.ho-tourism-place-card:hover {
    transform: translateY(-4px);
    border-color: #d7e3ee;
    box-shadow: 0 20px 40px rgba(8, 37, 77, .12);
}

.ho-tourism-place-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e2e8f0;
}

.ho-tourism-place-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.ho-tourism-place-card:hover .ho-tourism-place-card__media img {
    transform: scale(1.06);
}

.ho-tourism-place-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    border-radius: 999px;
    padding: 0 10px;
    background: linear-gradient(100deg, #a70888 0%, #d40a67 60%, #ff6500 130%);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
}

.ho-tourism-place-card__body {
    flex: 1;
    padding: 18px 18px 14px;
}

.ho-tourism-place-card__city {
    display: block;
    margin-bottom: 4px;
    color: #078ea2;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ho-tourism-place-card__body h3 {
    margin: 0;
    color: #08254d;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.ho-tourism-place-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.ho-tourism-place-card:hover .ho-tourism-place-card__body h3 a {
    color: #0e7490;
}

.ho-tourism-place-card__body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 0;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ho-tourism-place-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding: 11px 18px;
    background: #f8fafc;
    font-size: 11px;
}

.ho-tourism-place-card__footer > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-weight: 600;
}

.ho-tourism-place-card__footer a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #078ea2;
    text-decoration: none;
    font-weight: 800;
}

.ho-tourism-pagination {
    margin-top: 26px;
}

/* Routes */
.ho-tourism-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ho-tourism-route-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 108px;
    border: 1px solid #e9eef4;
    border-radius: 20px;
    padding: 18px 20px;
    background: #fff;
    color: #08254d;
    text-decoration: none;
    transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.ho-tourism-route-card:hover {
    transform: translateY(-4px);
    border-color: #d7e3ee;
    box-shadow: 0 18px 38px rgba(8, 37, 77, .1);
}

.ho-tourism-route-card__rank {
    color: #e6edf5;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -.03em;
    -webkit-text-stroke: 1px #cfdbe8;
}

.ho-tourism-route-card:hover .ho-tourism-route-card__rank {
    color: #ecfeff;
    -webkit-text-stroke: 1px #078ea2;
}

.ho-tourism-route-card__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ho-tourism-route-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.ho-tourism-route-card__meta small {
    color: #94a3b8;
    font-size: 10.5px;
}

.ho-tourism-difficulty {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    border: 1px solid #dbe4eb;
    border-radius: 7px;
    padding: 0 8px;
    font-size: 9.5px;
    font-weight: 800;
}

.ho-tourism-difficulty--easy { border-color: #bbf7d0; background: #f0fdf4; color: #15803d; }
.ho-tourism-difficulty--medium { border-color: #fde68a; background: #fffbeb; color: #b45309; }
.ho-tourism-difficulty--hard { border-color: #fecaca; background: #fef2f2; color: #b91c1c; }

.ho-tourism-route-card__body > strong {
    color: #08254d;
    font-size: 14px;
    font-weight: 800;
}

.ho-tourism-route-card:hover .ho-tourism-route-card__body > strong {
    color: #0e7490;
}

.ho-tourism-route-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    color: #64748b;
    font-size: 11px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ho-tourism-route-card__stats {
    display: grid;
    justify-items: end;
    gap: 3px;
    white-space: nowrap;
}

.ho-tourism-route-card__stats strong {
    font-size: 12px;
    font-weight: 800;
}

.ho-tourism-route-card__stats small {
    color: #94a3b8;
    font-size: 10px;
}

/* Split section (gastronomie + ghiduri) */
.ho-tourism-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.ho-tourism-list {
    display: grid;
    gap: 12px;
}

.ho-tourism-list-card {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #e9eef4;
    border-radius: 16px;
    padding: 12px;
    background: #fff;
    color: #08254d;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ho-tourism-list-card:hover {
    transform: translateX(4px);
    border-color: #d7e3ee;
    box-shadow: 0 12px 26px rgba(8, 37, 77, .08);
}

.ho-tourism-list-card__media {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 12px;
    background: #e2e8f0;
}

.ho-tourism-list-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ho-tourism-list-card__body {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.ho-tourism-list-card__body strong {
    color: #08254d;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.3;
}

.ho-tourism-list-card:hover .ho-tourism-list-card__body strong {
    color: #0e7490;
}

.ho-tourism-list-card__body small {
    display: -webkit-box;
    overflow: hidden;
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ho-tourism-list-card__location {
    display: inline-flex !important;
    -webkit-line-clamp: 1;
    align-items: center;
    gap: 4px;
    color: #078ea2 !important;
    font-weight: 700 !important;
}

.ho-tourism-list-card__location svg {
    width: 12px;
    height: 12px;
}

.ho-tourism-list-card--text {
    align-items: flex-start;
    padding: 16px;
}

.ho-tourism-list-card__meta {
    color: #94a3b8;
    font-size: 10.5px;
    font-weight: 700;
}

/* Events */
.ho-tourism-event-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ho-tourism-event-card {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #e9eef4;
    border-radius: 18px;
    padding: 15px 18px;
    background: #fff;
    color: #08254d;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ho-tourism-event-card:hover {
    transform: translateY(-3px);
    border-color: #d7e3ee;
    box-shadow: 0 16px 34px rgba(8, 37, 77, .1);
}

.ho-tourism-event-card__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(160deg, #078ea2, #07966f);
    color: #fff;
}

.ho-tourism-event-card__date strong {
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
}

.ho-tourism-event-card__date small {
    margin-top: 2px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ho-tourism-event-card__body {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.ho-tourism-event-card__body strong {
    color: #08254d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.ho-tourism-event-card:hover .ho-tourism-event-card__body strong {
    color: #0e7490;
}

.ho-tourism-event-card__body small {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    font-size: 11.5px;
}

.ho-tourism-event-card__body small svg {
    width: 13px;
    height: 13px;
}

/* CTA banner */
.ho-tourism-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    border-radius: 28px;
    padding: 30px 34px;
    background: linear-gradient(105deg, #071a36 0%, #0b2b52 45%, #0e3a63 100%);
    color: #fff;
    box-shadow: 0 20px 45px rgba(8, 37, 77, .22);
}

.ho-tourism-cta::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 10, 103, .38) 0%, rgba(212, 10, 103, 0) 70%);
    filter: blur(20px);
}

.ho-tourism-cta__copy {
    display: flex;
    align-items: center;
    gap: 17px;
    min-width: 0;
}

.ho-tourism-cta__icon {
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(100deg, #078ea2, #07966f);
    color: #fff;
}

.ho-tourism-cta__icon svg {
    width: 25px;
    height: 25px;
}

.ho-tourism-cta__copy > span:last-child {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.ho-tourism-cta__copy strong {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.ho-tourism-cta__copy small {
    color: #c9d8ea;
    font-size: 11.5px;
    line-height: 1.6;
}

.ho-tourism-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 46px;
    border-radius: 13px;
    padding: 0 18px;
    background: #fff;
    color: #08254d;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ho-tourism-cta > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
}

/* Responsive */
@media (max-width: 1100px) {
    .ho-tourism-places--spotlight {
        grid-template-columns: minmax(0, 1fr);
    }

    .ho-tourism-places--spotlight .ho-tourism-place-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .ho-tourism-search__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ho-tourism-search__field--query {
        grid-column: span 2;
    }

    .ho-tourism-search__submit {
        grid-column: 1 / -1;
        width: 100%;
    }

    .ho-tourism-body {
        padding-top: 96px;
    }

    .ho-tourism-place-grid,
    .ho-tourism-places--spotlight .ho-tourism-place-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ho-tourism-split {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

@media (max-width: 900px) {
    .ho-tourism-hero__top {
        align-items: flex-start;
    }

    .ho-tourism-bento__card--lg {
        grid-column: span 3;
    }
}

@media (max-width: 760px) {
    .ho-tourism-hero {
        padding: 34px 0 74px;
    }

    .ho-tourism-hero__intro h1 {
        font-size: 27px;
    }

    .ho-tourism-hero__intro p {
        font-size: 13.5px;
    }

    .ho-tourism-hero__stats {
        width: 100%;
        justify-content: space-between;
    }

    .ho-tourism-hero__stat {
        min-width: 0;
        flex: 1;
        padding: 12px 8px;
    }

    .ho-tourism-search {
        margin-top: 22px;
        margin-bottom: -46px;
        padding: 14px;
        border-radius: 18px;
    }

    .ho-tourism-search__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .ho-tourism-search__field--query,
    .ho-tourism-search__submit {
        grid-column: auto;
    }

    .ho-tourism-body {
        padding: 66px 0 46px;
    }

    .ho-tourism-stack {
        gap: 46px;
    }

    .ho-tourism-heading h2 {
        font-size: 22px;
    }

    .ho-tourism-heading--row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ho-tourism-bento {
        grid-template-columns: 1fr;
    }

    .ho-tourism-bento__card--lg {
        grid-column: auto;
    }

    .ho-tourism-place-grid,
    .ho-tourism-places--spotlight .ho-tourism-place-grid,
    .ho-tourism-route-grid,
    .ho-tourism-event-grid {
        grid-template-columns: 1fr;
    }

    .ho-tourism-spotlight-card {
        min-height: 300px;
    }

    .ho-tourism-cta {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
        padding: 22px;
    }

    .ho-tourism-cta > a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ho-tourism-hero__cta,
    .ho-tourism-search__submit,
    .ho-tourism-action,
    .ho-tourism-bento__card,
    .ho-tourism-bento__card img,
    .ho-tourism-spotlight-card,
    .ho-tourism-spotlight-card > img,
    .ho-tourism-place-card,
    .ho-tourism-place-card__media img,
    .ho-tourism-route-card,
    .ho-tourism-list-card,
    .ho-tourism-event-card,
    .ho-tourism-cta > a {
        transition: none;
    }
}
