/**
 * Likyon Travel v2 — saf CSS/tema katmanı
 * Admin panel ayarlarına dokunmadan BookingCore üzerine uygulanır.
 */
:root {
    --lt-bg: #faf9f7;
    --lt-surface: #ffffff;
    --lt-ink: #1c1917;
    --lt-muted: #78716c;
    --lt-line: rgba(28, 25, 23, 0.08);
    --lt-brand: #2d6a6a;
    --lt-brand-dark: #1f4f4f;
    --lt-brand-soft: rgba(45, 106, 106, 0.1);
    --lt-warm: #c4704b;
    --lt-warm-soft: rgba(196, 112, 75, 0.12);
    --lt-gold: #b8956a;
    --lt-radius: 16px;
    --lt-radius-xl: 28px;
    --lt-shadow: 0 4px 24px rgba(28, 25, 23, 0.06);
    --lt-shadow-lg: 0 24px 64px rgba(28, 25, 23, 0.1);
    --lt-font: "Outfit", system-ui, sans-serif;
    --lt-serif: "Fraunces", Georgia, serif;
    --lt-ease: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Admin dinamik rengini tema paletiyle eşle ── */
body.likyon-body a:hover,
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover > a,
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a:hover {
    color: var(--lt-brand) !important;
}

.btn-primary,
.btn.btn-primary,
.bravo_wrap .bravo_form .g-button-submit button,
.bravo_wrap .bravo_search_tour .bravo_form_search .bravo_form .g-button-submit button,
.bravo_wrap .page-template-content .bravo-form-search-tour .bravo_form_search_tour .g-button-submit button {
    background: var(--lt-brand) !important;
    border-color: var(--lt-brand) !important;
}

.btn-primary:hover,
.btn.btn-primary:hover {
    background: var(--lt-brand-dark) !important;
}

.bravo-pagination ul li.active a,
.bravo-pagination ul li.active span {
    color: var(--lt-brand) !important;
    border-color: var(--lt-brand) !important;
}

/* ── Temel ── */
body.frontend-page.likyon-body {
    font-family: var(--lt-font) !important;
    color: var(--lt-ink);
    background: var(--lt-bg);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.text-heading,
.bravo_banner h1 {
    font-family: var(--lt-serif) !important;
    font-weight: 600;
    letter-spacing: -0.025em;
}

/* ── Topbar ── */
.bravo_topbar {
    background: var(--lt-ink) !important;
    border: none !important;
    padding: 7px 0 !important;
    font-size: 12.5px;
    letter-spacing: 0.01em;
}

.bravo_topbar .topbar-left,
.bravo_topbar .topbar-left a {
    color: rgba(255, 255, 255, 0.82) !important;
}

.bravo_topbar .topbar-left a:hover {
    color: var(--lt-gold) !important;
}

.bravo_topbar .topbar-right .topbar-items > li > a,
.bravo_topbar .topbar-items .dropdown-toggle {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
}

/* ── Header ── */
.bravo_header {
    background: var(--lt-surface) !important;
    border-bottom: 1px solid var(--lt-line) !important;
    box-shadow: none !important;
}

.bravo_header .content {
    padding: 16px 0 !important;
    align-items: center;
}

.bravo_header .bravo-logo img {
    max-height: 48px;
    width: auto;
}

.likyon-logo-text {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    text-decoration: none !important;
}

.likyon-logo-brand {
    font-family: var(--lt-serif);
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--lt-ink);
}

.likyon-logo-tag {
    font-family: var(--lt-font);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lt-brand);
}

.bravo_header .bravo-menu > ul {
    gap: 4px;
}

.bravo_header .bravo-menu > ul > li > a {
    font-weight: 500 !important;
    font-size: 14.5px !important;
    color: var(--lt-muted) !important;
    padding: 9px 14px !important;
    border-radius: 10px;
    transition: color var(--lt-ease), background var(--lt-ease);
}

.bravo_header .bravo-menu > ul > li > a:hover,
.bravo_header .bravo-menu > ul > li.active > a,
.bravo_header .bravo-menu > ul > li.current-menu-item > a {
    color: var(--lt-ink) !important;
    background: var(--lt-brand-soft);
}

.bravo_header .bravo-menu > ul > li > .dropdown-menu {
    border: 1px solid var(--lt-line) !important;
    border-radius: var(--lt-radius) !important;
    box-shadow: var(--lt-shadow-lg) !important;
    padding: 6px !important;
    margin-top: 6px !important;
}

.bravo_header .header-right .login {
    font-weight: 500 !important;
    color: var(--lt-muted) !important;
}

.bravo_header .header-right .signup {
    background: var(--lt-ink) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 9px 20px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.bravo_header .header-right .signup:hover {
    background: var(--lt-brand) !important;
}

.bravo_header.has_sticky.affix {
    box-shadow: var(--lt-shadow) !important;
}

/* ── Ana sayfa hero ── */
.lt-home {
    overflow: hidden;
}

.lt-hero {
    position: relative;
    padding: 56px 0 72px;
    background: var(--lt-bg);
}

.lt-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    opacity: 0.45;
}

.lt-hero__blob--1 {
    width: 420px;
    height: 420px;
    background: #d4ebe8;
    top: -120px;
    right: -80px;
}

.lt-hero__blob--2 {
    width: 300px;
    height: 300px;
    background: #f5e6dc;
    bottom: 0;
    left: -60px;
}

.lt-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.lt-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lt-brand);
    margin-bottom: 20px;
}

.lt-hero__title {
    font-family: var(--lt-serif) !important;
    font-size: clamp(2.5rem, 4.8vw, 3.75rem);
    line-height: 1.08;
    color: var(--lt-ink);
    margin-bottom: 22px;
}

.lt-hero__title span {
    color: var(--lt-warm);
    font-style: italic;
}

.lt-hero__desc {
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--lt-muted);
    max-width: 480px;
    margin-bottom: 32px;
}

.lt-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.lt-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14.5px;
    text-decoration: none !important;
    transition: transform var(--lt-ease), box-shadow var(--lt-ease), background var(--lt-ease);
}

.lt-btn--fill {
    background: var(--lt-brand);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(45, 106, 106, 0.28);
}

.lt-btn--fill:hover {
    background: var(--lt-brand-dark);
    transform: translateY(-2px);
    color: #fff !important;
}

.lt-btn--line {
    background: var(--lt-surface);
    color: var(--lt-ink) !important;
    border: 1.5px solid var(--lt-line);
}

.lt-btn--line:hover {
    border-color: var(--lt-brand);
    color: var(--lt-brand) !important;
    transform: translateY(-2px);
}

.lt-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lt-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    background: var(--lt-surface);
    border: 1px solid var(--lt-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--lt-muted);
}

.lt-hero__tag i {
    color: var(--lt-warm);
    font-size: 12px;
}

/* Görsel kolaj */
.lt-hero__visual {
    position: relative;
    height: 480px;
}

.lt-hero__photo {
    position: absolute;
    border-radius: var(--lt-radius-xl);
    overflow: hidden;
    box-shadow: var(--lt-shadow-lg);
    background-size: cover;
    background-position: center;
}

.lt-hero__photo--main {
    width: 72%;
    height: 78%;
    top: 0;
    right: 0;
    background-color: var(--lt-brand);
    background-image: linear-gradient(135deg, rgba(45, 106, 106, 0.15), rgba(196, 112, 75, 0.25));
    z-index: 2;
}

.lt-hero__photo--sub {
    width: 48%;
    height: 52%;
    bottom: 0;
    left: 0;
    background-color: var(--lt-warm);
    background-image: linear-gradient(135deg, rgba(196, 112, 75, 0.2), rgba(45, 106, 106, 0.2));
    z-index: 3;
    border: 4px solid var(--lt-bg);
}

.lt-hero__card {
    position: absolute;
    top: 18%;
    left: -8px;
    z-index: 4;
    background: var(--lt-surface);
    border-radius: var(--lt-radius);
    padding: 16px 20px;
    box-shadow: var(--lt-shadow-lg);
    display: flex;
    align-items: center;
    gap: 14px;
    animation: lt-float 4s ease-in-out infinite;
}

.lt-hero__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--lt-warm-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lt-warm);
    font-size: 18px;
}

.lt-hero__card strong {
    display: block;
    font-size: 14px;
    color: var(--lt-ink);
    line-height: 1.3;
}

.lt-hero__card span {
    font-size: 12px;
    color: var(--lt-muted);
}

@keyframes lt-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Tur arama kutusu */
.lt-search {
    margin-top: -24px;
    padding-bottom: 8px;
    position: relative;
    z-index: 5;
}

.lt-search__box {
    background: var(--lt-surface);
    border: 1px solid var(--lt-line);
    border-radius: var(--lt-radius-xl);
    box-shadow: var(--lt-shadow-lg);
    padding: 28px 32px 24px;
}

.lt-search__title {
    font-family: var(--lt-serif) !important;
    font-size: 1.35rem;
    margin: 0 0 6px;
    color: var(--lt-ink);
}

.lt-search__sub {
    margin: 0 0 20px;
    color: var(--lt-muted);
    font-size: 14px;
}

.lt-search__box .bravo_form .g-field-search .row {
    margin-left: -8px;
    margin-right: -8px;
}

.lt-search__box .bravo_form .g-field-search .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.lt-search__box .bravo_form .g-button-submit {
    margin-top: 16px;
}

.lt-search__box .bravo_form .g-button-submit .btn-search {
    border-radius: 999px !important;
    padding: 12px 32px !important;
    font-weight: 600;
}

/* Hızlı erişim şeridi */
.lt-strip {
    background: var(--lt-surface);
    border-top: 1px solid var(--lt-line);
    border-bottom: 1px solid var(--lt-line);
    padding: 28px 0;
}

.lt-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.lt-strip__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: var(--lt-bg);
    border-radius: var(--lt-radius);
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: border-color var(--lt-ease), transform var(--lt-ease), box-shadow var(--lt-ease);
}

.lt-strip__item:hover {
    border-color: var(--lt-brand);
    transform: translateY(-3px);
    box-shadow: var(--lt-shadow);
}

.lt-strip__icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 13px;
    background: var(--lt-brand-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--lt-brand);
    transition: background var(--lt-ease), color var(--lt-ease);
}

.lt-strip__item:hover .lt-strip__icon {
    background: var(--lt-brand);
    color: #fff;
}

.lt-strip__item strong {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--lt-ink);
    margin-bottom: 2px;
}

.lt-strip__item span {
    font-size: 12.5px;
    color: var(--lt-muted);
}

/* Keşfet bölümü */
.lt-discover {
    padding: 88px 0;
}

.lt-section-label {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lt-warm);
    margin-bottom: 12px;
}

.lt-section-title {
    font-family: var(--lt-serif) !important;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    color: var(--lt-ink);
    margin-bottom: 48px;
    max-width: 520px;
    line-height: 1.2;
}

.lt-bento {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 240px 240px;
    gap: 16px;
}

.lt-bento__cell {
    position: relative;
    border-radius: var(--lt-radius-xl);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
}

.lt-bento__cell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(28, 25, 23, 0.72) 0%, rgba(28, 25, 23, 0.05) 60%);
    transition: opacity var(--lt-ease);
}

.lt-bento__cell:hover::after {
    opacity: 0.85;
}

.lt-bento__cell:hover {
    transform: scale(1.01);
    transition: transform var(--lt-ease);
}

.lt-bento__cell--large {
    grid-row: span 2;
    background-color: var(--lt-brand-dark);
    background-image: linear-gradient(160deg, rgba(31, 79, 79, 0.85), rgba(45, 106, 106, 0.4));
}

.lt-bento__cell:nth-child(2) {
    background-color: #3d5a80;
    background-image: linear-gradient(160deg, rgba(61, 90, 128, 0.85), rgba(45, 106, 106, 0.35));
}

.lt-bento__cell:nth-child(3) {
    background-color: var(--lt-warm);
    background-image: linear-gradient(160deg, rgba(196, 112, 75, 0.85), rgba(184, 149, 106, 0.4));
}

.lt-bento__cell:nth-child(4) {
    background-color: #2d6a6a;
    background-image: linear-gradient(160deg, rgba(45, 106, 106, 0.85), rgba(28, 25, 23, 0.45));
}

.lt-bento__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 24px;
    color: #fff;
}

.lt-bento__label h3 {
    font-family: var(--lt-serif) !important;
    font-size: 1.25rem;
    margin-bottom: 4px;
    color: #fff;
}

.lt-bento__label p {
    font-size: 13px;
    opacity: 0.85;
    margin: 0;
}

/* Populer turlar */
.lt-tours {
    padding: 0 0 88px;
}

.lt-tours__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lt-tour-card {
    display: flex;
    flex-direction: column;
    background: var(--lt-surface);
    border-radius: var(--lt-radius-xl);
    overflow: hidden;
    border: 1px solid var(--lt-line);
    text-decoration: none !important;
    transition: transform var(--lt-ease), box-shadow var(--lt-ease);
}

.lt-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lt-shadow-lg);
}

.lt-tour-card__img {
    height: 200px;
    background: linear-gradient(135deg, var(--lt-brand-soft), var(--lt-warm-soft));
    background-size: cover;
    background-position: center;
}

.lt-tour-card__body {
    padding: 20px 22px 22px;
}

.lt-tour-card__loc {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lt-brand);
    margin-bottom: 8px;
}

.lt-tour-card__body h3 {
    font-size: 1.05rem;
    color: var(--lt-ink);
    margin: 0 0 12px;
    line-height: 1.35;
}

.lt-tour-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: var(--lt-muted);
}

.lt-tour-card__meta strong {
    color: var(--lt-brand);
    font-size: 1rem;
}

/* Neden biz */
.lt-why {
    padding: 0 0 88px;
}

.lt-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lt-why__item {
    padding: 32px 28px;
    background: var(--lt-surface);
    border-radius: var(--lt-radius-xl);
    border: 1px solid var(--lt-line);
    transition: box-shadow var(--lt-ease), transform var(--lt-ease);
}

.lt-why__item:hover {
    box-shadow: var(--lt-shadow-lg);
    transform: translateY(-4px);
}

.lt-why__num {
    font-family: var(--lt-serif);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--lt-brand-soft);
    color: transparent;
    -webkit-text-stroke: 1.5px var(--lt-brand);
    line-height: 1;
    margin-bottom: 16px;
}

.lt-why__item h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--lt-ink);
}

.lt-why__item p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--lt-muted);
    margin: 0;
}

/* CTA */
.lt-cta {
    margin: 0 0 88px;
}

.lt-cta__inner {
    background: var(--lt-ink);
    border-radius: var(--lt-radius-xl);
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    overflow: hidden;
}

.lt-cta__inner::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(45, 106, 106, 0.35) 0%, transparent 70%);
    top: -100px;
    right: -60px;
    pointer-events: none;
}

.lt-cta__text {
    position: relative;
    z-index: 1;
}

.lt-cta__text h2 {
    font-family: var(--lt-serif) !important;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #fff;
    margin-bottom: 10px;
}

.lt-cta__text p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    font-size: 15px;
    max-width: 440px;
    line-height: 1.65;
}

.lt-cta__action {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.lt-btn--light {
    background: #fff;
    color: var(--lt-ink) !important;
    padding: 16px 32px;
}

.lt-btn--light:hover {
    background: var(--lt-gold);
    color: #fff !important;
    transform: translateY(-2px);
}

/* ── Footer ── */
.bravo_footer .mailchimp {
    background: var(--lt-surface) !important;
    border-bottom: 1px solid var(--lt-line);
    padding: 52px 0 !important;
}

.bravo_footer .mailchimp .media-heading {
    font-family: var(--lt-serif) !important;
    color: var(--lt-ink) !important;
    font-size: 1.35rem !important;
}

.bravo_footer .mailchimp .media-left i {
    color: var(--lt-brand) !important;
}

.bravo_footer .subcribe-form .email-input {
    border-radius: 999px 0 0 999px !important;
    border: 1.5px solid var(--lt-line) !important;
    padding: 13px 20px !important;
    height: auto !important;
    background: var(--lt-bg) !important;
}

.bravo_footer .subcribe-form .btn-submit {
    border-radius: 0 999px 999px 0 !important;
    background: var(--lt-brand) !important;
    font-weight: 600 !important;
    border: none !important;
}

.bravo_footer .main-footer {
    background: var(--lt-ink) !important;
    padding: 52px 0 36px !important;
}

.bravo_footer .main-footer .nav-footer .title {
    font-family: var(--lt-serif) !important;
    color: #fff !important;
    font-size: 1rem !important;
}

.bravo_footer .main-footer .nav-footer .context,
.bravo_footer .main-footer .nav-footer .context a {
    color: rgba(255, 255, 255, 0.65) !important;
}

.bravo_footer .main-footer .nav-footer .context a:hover {
    color: var(--lt-gold) !important;
}

.bravo_footer .copy-right {
    background: #111 !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px;
    padding: 18px 0 !important;
}

/* ── İç sayfalar ── */
.bravo_banner {
    background: var(--lt-ink) !important;
    padding: 64px 0 !important;
}

.bravo_banner h1 {
    color: #fff !important;
}

.bravo_content {
    padding: 48px 0 72px;
}

.bravo-item-list .item,
.bravo-list-item .item,
.list-news .item-news {
    border-radius: var(--lt-radius) !important;
    border: 1px solid var(--lt-line) !important;
    box-shadow: var(--lt-shadow) !important;
    overflow: hidden;
    transition: transform var(--lt-ease), box-shadow var(--lt-ease);
}

.bravo-item-list .item:hover,
.list-news .item-news:hover {
    transform: translateY(-3px);
    box-shadow: var(--lt-shadow-lg) !important;
}

.g-form-control,
.bravo_form_search {
    border-radius: var(--lt-radius-xl) !important;
    box-shadow: var(--lt-shadow-lg) !important;
    border: 1px solid var(--lt-line) !important;
}

.bravo-breadcrumb {
    background: var(--lt-surface) !important;
    border-bottom: 1px solid var(--lt-line);
}

/* ── WhatsApp ── */
.likyon-whatsapp {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: transform var(--lt-ease);
}

.likyon-whatsapp:hover {
    transform: scale(1.08);
}

.likyon-whatsapp svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

/* ── Responsive ── */
.is-homepage .lt-home .lt-hero__grid,
.is-homepage .lt-home .lt-strip__grid,
.is-homepage .lt-home .lt-bento,
.is-homepage .lt-home .lt-why__grid,
.is-homepage .lt-home .lt-tours__grid {
    display: grid !important;
}

@media (max-width: 991px) {
    .lt-search {
        margin-top: 0;
        padding: 0 0 24px;
    }

    .lt-search__box {
        padding: 20px 18px 18px;
    }

    .lt-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lt-hero__visual {
        height: 360px;
        max-width: 480px;
        margin: 0 auto;
    }

    .lt-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lt-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .lt-bento__cell--large {
        grid-row: span 1;
        min-height: 280px;
    }

    .lt-bento__cell {
        min-height: 200px;
    }

    .lt-why__grid {
        grid-template-columns: 1fr;
    }

    .lt-cta__inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 32px;
    }

    .lt-cta__text p {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .lt-hero {
        padding: 36px 0 48px;
    }

    .lt-hero__btns {
        flex-direction: column;
    }

    .lt-btn {
        justify-content: center;
        width: 100%;
    }

    .lt-strip__grid {
        grid-template-columns: 1fr;
    }

    .lt-bento {
        grid-template-columns: 1fr;
    }

    .lt-tours__grid {
        grid-template-columns: 1fr;
    }

    .lt-hero__card {
        left: 0;
        top: auto;
        bottom: 10px;
    }
}
