@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&display=swap');

* {box-sizing:border-box;margin:0;padding:0;font-family:"Nunito Sans",sans-serif;font-optical-sizing:auto;font-style:normal;}
a {color:#0085c8;text-decoration:none;}
a:hover {color:#ffc400;text-decoration:none;}
body {background:#fff;color:#222;}
.container {max-width:1200px;margin:auto;padding:0 20px;}
.btn-yellow {background:#ffc400;border:none;padding:8px 14px;border-radius:20px;cursor:pointer;font-weight:bold;}
.btn-red {background:#e53935;color:#fff;border:none;padding:12px 22px;border-radius:10px;font-size:14px;cursor:pointer;width:fit-content;margin:30px auto;}
.site-header {background:#fff;border-bottom:1px solid #eee;position:relative;}
.header-inner {height:70px;display:flex;align-items:center;justify-content:space-between;}
.main-nav ul {display:flex;list-style:none;}
.main-nav a,.main-nav button {margin:0 12px;text-decoration:none;color:#222;font-weight:500;}
.main-nav button {border:0;background:transparent;cursor:pointer;font:inherit;}
.header-right {display:flex;align-items:center;gap:15px;}
.phone {color:#0085c8;font-weight:bold;}
.mobile-call-text {display:none;}
.has-mega-wrapper {position:relative;}
.mega-menu {visibility:hidden;border-radius:6px;opacity:0;background:#fff;border-top:1px solid #eee;box-shadow:0 12px 30px rgba(0,0,0,.08);padding:24px 0;z-index:999;display:none;position:fixed !important;left:0 !important;right:0 !important;width:100vw !important;transform:none !important;top:var(--header-h)!important;}
.mega-menu::before {content:"";position:absolute;left:0;right:0;top:-30px;height:40px;}
.has-mega-wrapper:hover .mega-menu {opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-30%)translateY(0);}
.has-mega-wrapper:hover .mega-menu {display:block;}
.mega-inner {display:grid;grid-template-columns:3fr 1.4fr;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;}
.mega-links {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.mega-links h4 {margin-bottom:10px;font-size:14px;font-weight:700;}
.mega-links a:hover {color:#0085c8;}
.mega-banner img {width:100%;border-radius:12px;display:block;}
.mega-banner p {color:#555;margin-top:10px;font-size:13px;opacity:.8;}
.hero {position:relative;height:420px;}
.hero-slide {position:absolute;inset:0;background-size:cover;background-position:center;}
.hero-overlay {position:absolute;inset:0;background:rgba(0,0,0,0.25);}
.hero-content {position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:500px;color:#fff;}
.hero h1 {font-size:42px;line-height:1.1;margin-bottom:15px;}
.hero h1 strong {font-size:52px;}
.hero p {font-size:18px;margin-bottom:20px;}
.search-tab {background:#0085c8;font-weight:bold;padding:9px 20px;cursor:pointer;color:#ffffff;border-radius:8px 8px 0px 0px;margin:0px -10px -12px 0px;border:3px solid #0085c8;}
.search-tab.active {color:#0085c8;border-bottom:0px solid #0085c8;background:#fff;}
.search-box {background:#fff;padding:20px;border-radius:0px 0px 8px 8px;box-shadow:0 10px 30px rgba(0,0,0,.12);border:3px solid #0085c8;margin-top:-1px;}
.search-section {margin-top:-40px;position:relative;z-index:5;}
.search-tabs {display:flex;gap:20px;margin-bottom:10px;}
.search-tab[data-tab="flight"],
.search-content#flight {display:none !important;}

.blog-hero {padding:44px 0;background:#f4f8fb;border-bottom:1px solid #e5edf3;}
.blog-hero .container {display:grid;grid-template-columns:minmax(0,1fr)360px;gap:28px;align-items:end;}
.blog-eyebrow {display:inline-flex;margin-bottom:10px;color:#098cc8;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}
.blog-hero h1,.blog-article__header h1 {margin:0;color:#111827;font-size:38px;line-height:1.12;font-weight:900;}
.blog-hero p {max-width:720px;margin:12px 0 0;color:#64748b;font-size:16px;line-height:1.65;}
.blog-search {display:flex;gap:8px;padding:8px;border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.08);}
.blog-search input {min-width:0;flex:1;border:0;padding:0 12px;outline:0;}
.blog-search button,.blog-comment-form button {border:0;border-radius:10px;background:#ff3333;color:#fff;padding:12px 20px;font-weight:800;}
.blog-layout {display:grid;grid-template-columns:minmax(0,1fr)300px;gap:28px;padding-top:32px;padding-bottom:50px;}
.blog-featured {display:grid;grid-template-columns:42% 1fr;gap:0;margin-bottom:24px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 18px 38px rgba(15,23,42,.09);}
.blog-featured img {width:100%;height:100%;min-height:260px;object-fit:cover;}
.blog-featured span {display:flex;flex-direction:column;justify-content:center;padding:26px;}
.blog-featured small {color:#098cc8;font-weight:800;}
.blog-featured strong {margin-top:8px;color:#111827;font-size:28px;line-height:1.15;}
.blog-featured em {margin-top:12px;color:#64748b;font-style:normal;line-height:1.6;}
.blog-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.blog-card {overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.08);}
.blog-card__image img {width:100%;aspect-ratio:4/3;object-fit:cover;}
.blog-card__body {padding:18px;}
.blog-card__meta {display:flex;justify-content:space-between;gap:10px;color:#64748b;font-size:12px;font-weight:700;}
.blog-card__meta a {color:#098cc8;}
.blog-card h2 {margin:10px 0 8px;color:#111827;font-size:20px;line-height:1.25;}
.blog-card p {color:#64748b;line-height:1.55;}
.blog-read-more {color:#ff3333;font-weight:800;}
.blog-sidebar {display:grid;gap:16px;align-content:start;}
.blog-side-card {padding:18px;border-radius:14px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.07);}
.blog-side-card h3 {margin:0 0 12px;color:#111827;font-size:18px;}
.blog-side-card > a {display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #eef2f7;color:#334155;}
.blog-side-card > a:last-child {border-bottom:0;}
.blog-side-card em {font-style:normal;color:#94a3b8;}
.blog-tag-cloud {display:flex;flex-wrap:wrap;gap:8px;}
.blog-tag-cloud a,.blog-tags a {padding:7px 10px;border-radius:999px;background:#eef7fb;color:#098cc8;font-size:13px;font-weight:800;}
.blog-article {min-width:0;}
.blog-article__header {margin-bottom:18px;}
.blog-article__meta {display:flex;gap:14px;margin-top:12px;color:#64748b;font-size:14px;}
.blog-article__cover {width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin-bottom:24px;}
.blog-content {color:#243042;font-size:17px;line-height:1.8;}
.blog-content h2,.blog-content h3 {margin:28px 0 12px;color:#111827;line-height:1.25;}
.blog-content p {margin:0 0 16px;}
.blog-content img {max-width:100%;height:auto;border-radius:14px;margin:20px 0;}
.blog-tags {display:flex;flex-wrap:wrap;gap:8px;margin:26px 0;}
.blog-comments {margin-top:34px;padding-top:24px;border-top:1px solid #e5e7eb;}
.blog-comments h2 {margin:0 0 18px;font-size:24px;}
.blog-comment {padding:15px 0;border-bottom:1px solid #eef2f7;}
.blog-comment em {display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:999px;background:#eef7fb;color:#098cc8;font-size:12px;font-style:normal;font-weight:800;}
.blog-comment span {display:block;color:#94a3b8;font-size:12px;}
.blog-comment p {margin:8px 0 0;color:#475569;}
.blog-comment-success {margin:18px 0;padding:12px 14px;border-radius:10px;background:#dcfce7;color:#166534;font-weight:700;}
.blog-comment-form {display:grid;gap:12px;margin-top:18px;}
.blog-form-grid {display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.blog-comment-form input,.blog-comment-form textarea {width:100%;border:1px solid #dbe3ea;border-radius:10px;padding:12px 14px;}
.blog-hp {display:none !important;}
.blog-empty {padding:28px;border-radius:12px;background:#fff;color:#64748b;text-align:center;}
@media (max-width: 992px) {.blog-hero .container,.blog-layout,.blog-featured {grid-template-columns:1fr;}.blog-grid {grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 640px) {.blog-grid,.blog-form-grid {grid-template-columns:1fr;}.blog-hero h1,.blog-article__header h1 {font-size:30px;}}
.search-content {display:none;gap:12px;}
.search-content.active {display:flex;}
.search-content input {flex:1;padding:12px;border-radius:8px;border:1px solid #ddd;}
.search-content select {flex:1;padding:12px;border-radius:8px;border:1px solid #ddd;}
.btn-search {background:#0085c8;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:bold;}
.info-section {padding:50px 0 10px;}
.info-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:25px;}
.info-item {display:flex;gap:12px;}
.info-item h4 {font-size:14px;margin-bottom:4px;}
.info-item p {font-size:13px;color:#666;}
.category-section {padding:30px 0;}
.category-grid {display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:160px;gap:20px;}
.category-card {position:relative;background-size:cover;background-position:center;border-radius:14px;overflow:hidden;display:flex;align-items:flex-end;padding:15px;text-decoration:none;}
.category-card::after {content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);transition:opacity .25s ease;}
.category-card span {position:relative;color:#fff;font-weight:bold;font-size:14px;transition:transform .25s ease;}
.category-card:hover::after {opacity:.85;}
.category-card:hover span {transform:scale(1.05);}
.category-card.large {grid-column:span 2;}
.section-header {display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.tabs {display:flex;gap:20px;}
.tab {background:none;border:none;font-size:15px;cursor:pointer;padding-bottom:6px;color:#777;}
.tab.active {color:#0085c8;border-bottom:2px solid #0085c8;}
.tab-panel {display:none;}
.tab-panel.active {display:block;}
.slider {position:relative;overflow:hidden;padding:0 40px;}
.slider-track {display:flex;gap:20px;transition:transform .4s ease;}
.card2 {width:200px;height:350px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);flex-shrink:0;display:flex;flex-direction:column;}
.card2 img {width:100%;height:160px;object-fit:cover;}
.card-body {padding:12px;}
.card-body h4 {font-size:14px;margin-bottom:6px;}
.card-body span {font-size:12px;color:#777;}
.card-body strong {display:block;margin-top:6px;color:#e53935;}
.slider .nav {position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:#000;color:#fff;border:none;cursor:pointer;z-index:5;}
.slider .prev {left:0;}
.slider .next {right:0;}
.cta-section {background:#0085c8;color:#fff;padding:35px 0;}
.cta-inner {display:flex;justify-content:space-between;align-items:center;gap:20px;}
.cta-text {display:flex;gap:15px;}
.cta-text img {width:48px;}
.cta-text h3 {font-size:18px;margin-bottom:4px;}
.cta-text p {font-size:14px;opacity:.9;}
.cta-action {text-align:right;}
.site-footer {background:#111;color:#ccc;margin-top:40px;}
.footer-top {display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;padding:50px 0;}
.footer-col h4 {color:#fff;font-size:14px;margin-bottom:12px;}
.footer-col a {display:block;color:#ccc;text-decoration:none;font-size:13px;margin-bottom:8px;}
.footer-bottom {background:#000;font-size:12px;text-align:center;padding:15px 0;color:#777;}
.header-inner {display:flex;justify-content:space-between;align-items:center;}
.logo img {height:45px;}
.footer-col img {height:40px;}
.hero-slider {position:relative;height:420px;overflow:hidden;}
.hero-track {display:flex;height:100%;transition:transform 0.6s ease;}
.hero-slide {min-width:100%;height:100%;background-size:cover;background-position:center;position:relative;list-style:none;}
.hero-content {position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;max-width:500px;}
.hero-nav {position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;width:42px;height:42px;font-size:24px;cursor:pointer;z-index:10;}
.hero-nav.prev {left:20px;}
.hero-nav.next {right:20px;}
.hero-slide .container {height:100%;position:relative;}
.hero-content {position:absolute;top:50%;transform:translateY(-50%);}
.hero-content.pos-left {left:0;text-align:left;margin-left:80px;}
.hero-content.pos-center {left:50%;transform:translate(-50%,-50%);text-align:center;}
.hero-content.pos-right {right:0;text-align:right;margin-right:80px;}
.hero-content h1 {font-family:"Alkatra", system-ui;font-weight:400;font-style:normal;font-size:60px;text-shadow:4px 7px 6px black;}
.hero-content h1 strong {font-family:"Great Vibes",cursive;font-weight:800;font-style:normal;font-size:60px;text-shadow:4px 7px 6px black;}
.hero-content p {font-size:24px;text-shadow:4px 7px 6px black;text-align:center;}
.category-card::after {content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);}
.category-card span {position:relative;color:#fff;font-weight:bold;font-size:14px;z-index:1;}
.tour-section {padding:50px 0;background:#eee;}
.hotel-section {padding:50px 0;}
.tabs button {background:#efefef;border:none;font-weight:bold;margin-left:-10px;cursor:pointer;color:#777;padding:5px 25px;border-radius:8px;}
.tour-card img {width:100%;height:160px;object-fit:cover;}
.hotel-card img {width:100%;height:160px;object-fit:cover;}
.cta-text {display:flex;align-items:center;gap:15px;}
.cta-action span {font-size:13px;opacity:.9;}
.cta-action strong {display:block;font-size:20px;margin:4px 0 10px;}
.cta-action .btn-red {background:#ffcd04;color:#222;}
.footer-logo {/*width:140px;*/margin-bottom:10px;}
.footer-col a:hover {color:#fff;}
.footer-col p {font-size:13px;line-height:1.6;}
.footer-social {display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap;}
.footer-social a {width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:var(--footer-text,#cbd5e1);border:1px solid rgba(255,255,255,.12);margin:0;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease;}
.footer-social a:hover {background:#fff;color:#111;border-color:#fff;transform:translateY(-2px);}
.footer-social svg {width:18px;height:18px;display:block;fill:currentColor;}
.tabs-header {margin-bottom:20px;}
.tab {background:none;border:none;font-size:15px;cursor:pointer;padding-bottom:6px;}
.tab.active {color:white;border-bottom:3px solid #ffcd04;background:#0085c8;}
.tabs-content {position:relative;}
.tour-card {width:200px;background:#f4f4f4;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.tour-slider {position:relative;overflow:hidden;padding:0 40px;}
.tour-slider .track {display:flex;gap:20px;transition:transform 0.4s ease;}
.tour-slider .nav {position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#000;color:#fff;border:none;cursor:pointer;z-index:5;border-radius:40px;font-size:30px;}
.tour-slider .prev {left:0;}
.tour-slider .next {right:0;}
.hotel-slider {position:relative;overflow:hidden;padding:0 40px;}
.hotel-card {flex-shrink:0;align-items:center;justify-content:center;}
.hotel-slider .track {display:flex;gap:20px;transition:transform 0.4s ease;}
.hotel-slider .nav {position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#000;color:#fff;border:none;cursor:pointer;z-index:5;border-radius:40px;font-size:30px;}
.hotel-slider .prev {left:0;}
.hotel-slider .next {right:0;}
.tabs-content {width:100%;}
.tour-card.type-1 {width:200px;height:350px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);}
.tour-card.type-1 img {width:100%;height:160px;object-fit:cover;}
.tour-card.type-1 .card-body {padding:14px;}
.tour-card.type-1 h4 {font-size:14px;margin-bottom:6px;}
.tour-card.type-1 span {font-size:12px;color:#777;}
.tour-card.type-1 strong {display:block;margin-top:10px;color:#e53935;font-size:15px;}
.tour-card.type-2 {width:200px;height:350px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.12);position:relative;}
.tour-card.type-2 img {width:100%;height:160px;object-fit:cover;}
.tour-card.type-2 .badge {position:absolute;top:12px;left:12px;background:#0085c8;color:#fff;font-size:11px;padding:4px 8px;border-radius:6px;}
.tour-card.type-2 .card-body {padding:14px;}
.tour-card.type-2 h4 {font-size:14px;margin-bottom:4px;}
.tour-card.type-2 span {font-size:12px;color:#777;}
.tour-card.type-2 .price {margin-top:10px;}
.tour-card.type-2 .price small {font-size:11px;color:#999;}
.tour-card.type-2 .price strong {display:block;font-size:16px;color:#e53935;}
.tour-card {display:block;}
.hotel-card.type-1 {width:200px;height:350px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);}
.hotel-card.type-1 img {width:100%;height:160px;object-fit:cover;}
.hotel-card.type-1 .card-body {padding:14px;}
.hotel-card.type-1 h4 {font-size:14px;margin-bottom:6px;}
.hotel-card.type-1 span {font-size:12px;color:#777;}
.hotel-card.type-1 strong {display:block;margin-top:10px;color:#e53935;font-size:14px;line-height:1.3;}
.hotel-card.type-2 {width:200px;height:350px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.12);position:relative;}
.hotel-card.type-2 img {width:100%;height:160px;object-fit:cover;}
.hotel-card.type-2 .badge {position:absolute;top:12px;left:12px;background:#e53935;color:#fff;font-size:11px;padding:4px 8px;border-radius:6px;}
.hotel-card.type-2 .card-body {padding:14px;}
.hotel-card.type-2 h4 {font-size:14px;margin-bottom:4px;}
.hotel-card.type-2 span {font-size:12px;color:#777;}
.hotel-card.type-2 .price {margin-top:10px;}
.hotel-card.type-2 .price small {font-size:11px;color:#999;}
.hotel-card.type-2 .price strong {display:block;font-size:16px;color:#e53935;}
.hotel-card {display:block;}
.category-card {position:relative;border-radius:6px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:16px;text-decoration:none;}
.category-card span {position:relative;color:#fff;font-weight:bold;font-size:15px;z-index:1;}
.size-1x1 {grid-column:span 1;grid-row:span 1;}
.size-1x2 {grid-column:span 1;grid-row:span 2;}
.size-2x1 {grid-column:span 2;grid-row:span 1;}
.size-2x2 {grid-column:span 2;grid-row:span 2;}
.category-card {transition:transform 0.3s ease;}
.category-card::after {transition:background 0.3s ease;}
.category-card span {transition:font-size 0.3s ease;}
.category-card:hover::after {background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.25));}
.category-card:hover span {font-size:17px;}
.category-card:hover {transform:translateY(-3px);}
.main-nav ul {display:flex;gap:20px;list-style:none;}
.main-nav>ul>li>a,.main-nav>ul>li>button {position:relative;}
.main-nav>ul>li>a::after,.main-nav>ul>li>button::after {content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#0085c8;transition:width 0.2s ease;}
.main-nav>ul>li:hover>a::after,.main-nav>ul>li:hover>button::after {width:100%;}
.listing-page {padding:20px 0;}
.listing-header {margin-bottom:30px;}
.listing-layout {display:grid;grid-template-columns:260px 1fr;gap:30px;}
.listing-filters {background:#fff;padding:20px;border-radius:14px;box-shadow:0 8px 25px rgba(0,0,0,.08);}
.filter-group {margin-bottom:20px;}
.filter-group strong {display:block;margin-bottom:10px;}
.filter-group label {font-size:13px;margin-bottom:6px;}
.listing-topbar {display:flex;justify-content:space-between;margin-bottom:20px;}
.listing-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.breadcrumb {font-size:13px;color:#777;margin-bottom:10px;}
.breadcrumb a {color:#0085c8;text-decoration:none;}
.listing-filters {position:sticky;top:90px;}
.listing-topbar {display:flex;justify-content:space-between;align-items:center;font-size:14px;}
.listing-empty {text-align:center;padding:60px 0;color:#777;}
.search-section2 {position:relative;z-index:5;background-size:cover;background-position:center;padding:80px 0 20px 0;}
.search-section2:not([style]) {background-image:url('/storage/default-category.png');}
.search-section2::before {content:"";position:absolute;inset:0;background:rgba(0,0,0,0.35);z-index:0;}
.search-section2 .container {position:relative;z-index:1;}
.tour-row-card {display:grid;grid-template-columns:240px 1fr 200px;gap:20px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.08);margin-bottom:20px;width:100%;}
.tour-row-image img {width:100%;height:100%;object-fit:cover;}
.tour-row-content {padding:16px 0;}
.tour-row-content h3 {font-size:17px;margin-bottom:8px;}
.tour-tags {display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;}
.tour-tags span {font-size:12px;background:#f1f3f6;padding:4px 8px;border-radius:12px;color:#444;}
.tour-desc {font-size:13px;color:#666;}
.tour-row-price {background:#f8f9fb;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;}
.tour-row-price span {font-size:12px;color:#777;}
.tour-row-price strong {font-size:15px;color:#ffffff;}
.listing-list {display:flex;flex-direction:column;gap:20px;}
.listing-layout {display:flex;gap:30px;align-items:flex-start;}
.filters-column {width:280px;flex-shrink:0;}
.results-column {flex:1;min-width:0;}
.filter-box {background:#fff;border-radius:10px;padding:15px;margin-bottom:15px;box-shadow:0 6px 20px rgba(0,0,0,.06);}
.filter-box h4 {font-size:14px;margin-bottom:10px;}
.price-range {position:relative;margin:15px 0;}
.price-range input[type="range"] {width:100%;}
.price-values {display:flex;justify-content:space-between;font-size:13px;font-weight:bold;}
.range-wrapper {position:relative;height:40px;margin:20px 0;}
.range-track {position:absolute;top:50%;transform:translateY(-50%);height:4px;width:100%;background:#ddd;border-radius:4px;}
.range-wrapper input[type="range"] {position:absolute;width:100%;top:50%;transform:translateY(-50%);pointer-events:none;appearance:none;-webkit-appearance:none;background:none;}
.range-wrapper input[type="range"]::-webkit-slider-thumb {pointer-events:all;-webkit-appearance:none;width:16px;height:16px;background:#0085c8;border-radius:50%;cursor:pointer;}
.range-wrapper input[type="range"]::-moz-range-thumb {pointer-events:all;width:16px;height:16px;background:#0085c8;border-radius:50%;cursor:pointer;}
.departure-buttons {display:flex;flex-wrap:wrap;gap:10px;}
.departure-btn {padding:8px 14px;border:1px solid #ddd;border-radius:20px;font-size:13px;cursor:pointer;user-select:none;}
.departure-btn input {display:none;}
.departure-btn:has(input:checked) {background:#0085c8;color:#fff;border-color:#0085c8;}
.filters-column {position:sticky;bottom:20px;align-self:flex-start;}
.filters-column {position:sticky;top:20px;}
.active-filters {display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;}
.filter-chip {background:#f0f4ff;color:#0085c8;padding:6px 12px;border-radius:20px;font-size:13px;display:flex;align-items:center;gap:8px;}
.filter-chip button {background:none;border:none;cursor:pointer;font-size:14px;color:#0085c8;}
.filter-pill {display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:14px;margin:5px 5px 0 0;user-select:none;}
.filter-pill input {display:none;}
.filter-pill span {padding:2px 10px;border-radius:20px;display:inline-block;}
.tour-row-card.is-hidden {display:none !important;}
.tour-row-card {transition:opacity .2s ease,transform .2s ease;}
.tour-row-card.hidden {opacity:0;transform:translateY(10px);pointer-events:none;}
.catPTitle {font-size:34px;margin:-25px 0 20px 0;}
.site-header {position:relative;}
.has-mega-wrapper:hover .mega-menu,.has-mega-wrapper:focus-within .mega-menu {display:block;}
.has-mega-wrapper {position:static !important;}
.site-header {position:sticky;top:0;z-index:2000;transition:padding .2s ease,box-shadow .2s ease,background-color .2s ease;background:rgba(255,255,255,.98);backdrop-filter:blur(8px);}
.site-header .header-inner {padding:16px 0;transition:padding .2s ease;}
.site-header .logo img {height:44px;transition:height .2s ease;}
.site-header .phone,.site-header .btn-yellow {transition:transform .2s ease,opacity .2s ease;}
.site-header.is-shrink {box-shadow:0 10px 25px rgba(0,0,0,.08);}
.site-header.is-shrink .header-inner {padding:8px 0;}
.site-header.is-shrink .logo img {height:34px;}
.site-header.is-shrink .phone {opacity:.85;transform:translateY(-1px);}
:root {--header-h:70px;}
.site-header {height:var(--header-h);}
.site-header.is-shrink {--header-h:50px;background:white;opacity:.85;}
.site-header.is-shrink .header-inner {padding:8px 0 !important;}
.site-header.is-shrink .logo img {height:34px !important;margin-top:-20px;}
.site-header.is-shrink .main-nav {margin-top:-24px;}
.site-header.is-shrink .header-right {margin-top:-24px;}
.page-content {padding:28px 0 50px;}
.breadcrumb {font-size:13px;opacity:.75;margin:10px 0 14px;}
.breadcrumb a {text-decoration:none;}
.booking-hero {display:grid;grid-template-columns:1.6fr .9fr;gap:22px;align-items:start;}
@media (max-width: 980px) {
  .booking-hero {grid-template-columns:1fr;}
}
.hero-card {background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;}
.hero-img {aspect-ratio:16/9;background:#f6f6f6;}
.hero-img img {width:100%;height:100%;object-fit:cover;display:block;}
.hero-body {padding:16px;}
.hero-body h1 {margin:0;font-size:28px;line-height:1.15;}
.hero-body p {margin:8px 0 0;opacity:.85;}
.summary {position:sticky;top:16px;background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;}
@media (max-width: 980px) {
  .summary {position:static;}
}
.sum-row {display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f2f2f2;font-size:13px;}
.sum-row:last-child {border-bottom:0;}
.sum-row strong {font-weight:800;}
.sum-total {margin-top:10px;padding-top:10px;border-top:1px dashed #ddd;display:flex;justify-content:space-between;align-items:baseline;}
.sum-total .price {font-size:22px;font-weight:900;}
.sum-note {font-size:12px;opacity:.75;margin-top:10px;line-height:1.45;}
.stepper-wrap {margin:18px 0 14px;display:flex;justify-content:center;}
.stepper {display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.step {display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px solid #e7e7e7;background:#fff;cursor:pointer;user-select:none;font-size:13px;}
.step .num {width:24px;height:24px;border-radius:50%;display:grid;place-items:center;border:1px solid #ddd;font-weight:800;}
.step.active {border-color:#e53935;}
.step.active .num {background:#e53935;color:#fff;border-color:#e53935;}
.step.done .num {background:#111;color:#fff;border-color:#111;}
.step-sep {opacity:.45;}
.panel {display:none;}
.panel.active {display:block;}
.card-box {background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;}
.section-title {margin:0 0 12px;font-size:18px;}
.grid-2 {display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media (max-width: 980px) {
  .grid-2 {grid-template-columns:1fr;}
}
.field label {display:block;font-size:12px;opacity:.75;margin:0 0 6px;}
.field input,.field select,.field textarea {width:100%;border:1px solid #ddd;border-radius:12px;padding:12px 12px;outline:none;background:#fff;}
.field textarea {min-height:96px;resize:vertical;}
.subhead {margin:18px 0 10px;font-size:14px;opacity:.85;font-weight:800;}
.checkrow {display:flex;gap:10px;align-items:flex-start;padding:10px 0;}
.checkrow input {margin-top:3px;}
.muted {font-size:12px;opacity:.75;line-height:1.45;}
.actions {display:flex;gap:10px;justify-content:space-between;margin-top:14px;flex-wrap:wrap;}
.btn {display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:12px;border:1px solid #ddd;background:#fff;cursor:pointer;min-width:170px;}
.btn.primary {background:#e53935;border-color:#e53935;color:#fff;}
.btn:disabled {opacity:.5;cursor:not-allowed;}
.paybox {display:grid;gap:10px;}
.bank {border:1px solid #eee;border-radius:14px;padding:12px;background:#fff;}
.bank strong {display:block;margin-bottom:6px;}
.success {text-align:center;padding:22px 12px;}
.success h2 {margin:0 0 8px;}
.success p {margin:0;opacity:.85;}
.docrow {display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px;}
.docrow a {text-decoration:none;}
.error {color:#b00020;font-size:12px;margin-top:6px;display:none;}
.error.show {display:block;}
.page-reservation .site-header {position:static !important;top:auto !important;}
.page-reservation .mega-menu {display:none !important;}
.result-flex {display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:20px;}
:root {--swiper-theme-color:#0085c8 !important;}
.detail-layout {display:grid;grid-template-columns:1.6fr .9fr;gap:22px;align-items:start;}
@media (max-width: 980px) {
  .detail-layout {grid-template-columns:1fr;}
}
.detail-title h1 {margin:0;font-size:34px;line-height:1.15;}
.detail-sub {margin:8px 0 0;opacity:.85;max-width:70ch;}
.badges {display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 10px;}
.badge {display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #e7e7e7;border-radius:999px;font-size:13px;background:#fff;}
.badge strong {font-weight:700;}
.gallery {border-radius:16px;overflow:hidden;border:1px solid #eee;background:#fff;}
.gallery-main {position:relative;aspect-ratio:16/9;background:#f6f6f6;}
.gallery-main img {width:100%;height:100%;object-fit:cover;display:block;}
.gallery-thumbs {display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:10px;background:#fff;}
.gallery-thumbs button {border:0;padding:0;background:transparent;cursor:pointer;border-radius:10px;overflow:hidden;outline:none;}
.gallery-thumbs img {width:100%;height:70px;object-fit:cover;display:block;opacity:.9;}
.gallery-thumbs button[aria-current="true"] img {opacity:1;outline:2px solid #e53935;}
.section-block {margin-top:16px;}
.price-box {position:sticky;top:70px;}
@media (max-width: 980px) {
  .price-box {position:static;}
}
.price-top {display:flex;align-items:baseline;justify-content:space-between;gap:12px;}
.price-top .from {font-size:13px;opacity:.7;}
.price-top .price {font-size:22px;font-weight:800;}
.price-top .price small {font-weight:600;font-size:13px;opacity:.7;}
.price-table {width:100%;border-collapse:collapse;margin-top:12px;font-size:13px;}
.price-table th,.price-table td {border-bottom:1px solid #f0f0f0;padding:10px 8px;vertical-align:middle;}
.price-table th {text-align:left;opacity:.75;font-weight:700;}
.price-table tr:hover {background:#fafafa;}
.price-table .p {font-weight:800;}
.price-table .btn-mini {padding:8px 10px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer;}
.price-table .btn-mini.primary {border-color:#e53935;background:#e53935;color:#fff;}
.cta-row {display:grid;gap:10px;margin-top:12px;}
.cta-row button,.cta-row a {width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 12px;border-radius:12px;border:1px solid #ddd;background:#fff;cursor:pointer;text-decoration:none;font-size:14px;}
.cta-row .primary {background:#e53935;color:#fff;border-color:#e53935;}
.cta-note {font-size:12px;opacity:.75;margin-top:10px;line-height:1.45;}
.two-col {display:grid;grid-template-columns:1fr 1fr;gap:14px;}
@media (max-width: 980px) {
  .two-col {grid-template-columns:1fr;}
}
.list {margin:0;padding-left:18px;}
.list li {margin:6px 0;}
.day {border:1px solid #f0f0f0;border-radius:14px;padding:14px;margin-bottom:10px;background:#fff;}
.day-head {display:flex;justify-content:space-between;gap:10px;align-items:start;}
.day-head h3 {margin:0;font-size:16px;}
.day-head .meta {font-size:12px;opacity:.7;}
.day-content {margin-top:8px;line-height:1.6;}
.day-more {margin-top:8px;display:inline-block;font-size:13px;text-decoration:none;border-bottom:1px dashed currentColor;}
.accordion {border:1px solid #eee;border-radius:16px;overflow:hidden;background:#fff;}
.acc-item+.acc-item {border-top:1px solid #eee;}
.acc-btn {width:100%;text-align:left;background:#fff;border:0;padding:14px 16px;cursor:pointer;font-weight:700;display:flex;justify-content:space-between;gap:10px;}
.acc-panel {display:none;padding:0 16px 14px;opacity:.9;line-height:1.6;}
.acc-item.open .acc-panel {display:block;}
.acc-icon {opacity:.6;}
.reviews {display:grid;gap:10px;}
.review {border:1px solid #eee;border-radius:14px;padding:14px;background:#fff;}
.review-top {display:flex;justify-content:space-between;gap:12px;}
.review strong {font-size:14px;}
.stars {font-size:13px;opacity:.85;}
.static-layout {display:grid;grid-template-columns:280px 1fr;gap:22px;align-items:start;padding:10px 0 40px;}
.static-nav {background:#fff;border:1px solid #eee;border-radius:16px;padding:14px;position:sticky;top:16px;}
.static-nav h3 {margin:0 0 10px;font-size:16px;}
.static-link {text-decoration:none;padding:10px 12px;border-radius:6px;border:1px solid #eee;display:block;}
.static-link.is-active {text-decoration:none;padding:10px 12px;border-radius:6px;border:1px solid #eee;display:block;}
.menu-tel {margin-top:12px;font-size:12px;opacity:.75;line-height:1.45;}
.static-content {background:#fff;border:1px solid #eee;border-radius:16px;padding:18px;}
.static-content h1 {margin:0 0 10px;font-size:28px;}
.static-content.is-active p {margin:0 0 14px;opacity:.85;}
.static-content p {margin:0 0 12px;line-height:1.7;opacity:.9;}
.static-content h2 {font-size:18px;margin:18px 0 8px;}
.static-content ul {margin:0;padding-left:18px;line-height:1.8;opacity:.9;}
.static-content hr {border:0;border-top:1px solid #eee;margin:18px 0;}
.static-nav nav {display:grid;gap:6px;}
img {max-width:100%;height:auto;}
.nav-toggle {display:none;border:1px solid #eee;background:#fff;border-radius:10px;padding:8px 10px;font-size:18px;line-height:1;cursor:pointer;}
@media (max-width: 980px) {
  .header-inner {gap:10px;}
  .header-right .phone {display:none;}
  .nav-toggle {display:inline-flex;align-items:center;justify-content:center;}
  .main-nav {display:none;}
  .site-header.nav-open .main-nav {display:block;}
  .main-nav ul {flex-direction:column;gap:0;padding:10px 0;}
  .main-nav a {display:block;padding:12px 8px;margin:0;}
  .mega-menu {position:static !important;width:auto !important;left:auto !important;right:auto !important;top:auto !important;box-shadow:none;border-top:0;padding:10px 0;}
  .mega-menu {display:none !important;}
}
@media (max-width: 980px) {
  .hero-slider {height:320px;}
  .hero-content.pos-left,.hero-content.pos-right {margin-left:16px;margin-right:16px;}
  .hero-content h1 {font-size:40px;}
  .hero-content h1 strong {font-size:44px;}
  .hero-content p {font-size:16px;}
}
@media (max-width: 980px) {
  .search-tabs {gap:10px;flex-wrap:wrap;}
  .search-tab {margin:0;border-radius:10px;}
  .search-content.active {flex-direction:column;}
  .search-content input,.btn-search {width:100%;}
}
@media (max-width: 980px) {
  .info-grid {grid-template-columns:repeat(2,1fr);}
  .category-grid {grid-template-columns:repeat(2,1fr);grid-auto-rows:140px;}
  .static-layout {display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:start;padding:10px 0 40px;}
  .static-nav {position:static !important;}
  .static-link.is-active {border-color:#0085c8 !important;background:#f1faff !important;font-weight:700;}
}
@media (max-width: 520px) {
  .info-grid {grid-template-columns:1fr;}
  .category-grid {grid-template-columns:1fr;grid-auto-rows:150px;}
  .category-card.large {grid-column:span 1;}
  .static-layout {grid-template-columns:1fr !important;}
}
@media (max-width: 980px) {
  .static-sidebar {position:sticky;top:0;z-index:5;background:#fff;padding:10px 0;}
  .static-sidebar ul {display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:6px 2px;margin:0;list-style:none;}
  .static-sidebar li {flex:0 0 auto;}
  .static-link {display:inline-flex;align-items:center;white-space:nowrap;padding:10px 12px;border:1px solid #eee;border-radius:999px;}
}
.static-link.is-active {font-weight:600;border-color:#ddd;background:#f7f7f7;}
@media (max-width: 980px) {
  .static-content {padding-top:6px;}
  .static-content h1 {font-size:28px;}
  .static-content p {line-height:1.7;}
}
@media (max-width: 980px) {
  .site-header {position:sticky;top:0;z-index:9999;background:#fff;}
  .main-nav {display:none !important;}
  .site-header.nav-open .main-nav {display:block !important;position:fixed !important;left:0;right:0;top:64px;height:calc(100vh - 64px)!important;max-height:none !important;background:#fff !important;padding:12px 12px 24px;overflow-y:auto !important;overflow-x:hidden !important;border-top:1px solid #eee;box-shadow:0 10px 30px rgba(0,0,0,.10);-webkit-overflow-scrolling:touch;}
  .site-header.nav-open .main-nav>ul {display:flex !important;flex-direction:column !important;gap:0 !important;margin:0 !important;padding:0 !important;list-style:none !important;}
  .site-header.nav-open .main-nav a {display:block;padding:12px 10px;border-radius:10px;}
}
@media (max-width: 980px) {
  @media (max-width: 980px) {
    .site-header.nav-open .main-nav {display:block !important;position:absolute !important;left:0;right:0;top:100% !important;background:#fff !important;padding:10px 12px 14px;border-top:1px solid #eee;box-shadow:0 10px 30px rgba(0,0,0,.10);height:auto !important;max-height:70vh;overflow-y:auto;}
  }
  .site-header.nav-open .main-nav>ul {display:flex !important;flex-direction:column !important;margin:0 !important;padding:0 !important;list-style:none !important;}
}
.no-scroll {overflow:hidden;}
@media (max-width: 980px) {
  .header-inner {position:relative;}
  .site-header.nav-open .main-nav {display:block !important;position:absolute !important;left:0;right:0;top:100% !important;background:#fff !important;border-top:1px solid #eee;box-shadow:0 10px 30px rgba(0,0,0,.10);padding:10px 12px 14px;height:auto !important;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .nav-overlay {display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:9998;}
  .site-header.nav-open~.nav-overlay {display:block;}
  body.no-scroll {overflow:hidden;}
}
.tour-card {width:250px;background:#fff;border-radius:15px;box-shadow:0 0 15px rgba(0,0,0,.10);overflow:visible;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;text-align:center;min-width:calc(20% - 13px);}
.slider-viewport {overflow:hidden;}
.tour-card__media {position:relative;display:block;aspect-ratio:1 / 0.7;overflow:hidden;}
.tour-card__media img {width:100%;height:100%;object-fit:cover;display:block;border-radius:15px 15px 0 0;}
.tour-card__badge {position:absolute;top:4px;right:4px;padding:5px 14px;border-radius:999px;background:#f7c600;color:#0b3a77;font-weight:600;letter-spacing:0;text-transform:uppercase;font-size:12px;box-shadow:0 6px 16px rgba(0,0,0,.12);}
.tour-card__body {padding:16px 16px 14px;}
.tour-card__title {margin:-6px 0 6px;font-size:16px;line-height:1.5;font-weight:600;color:#111;font-family:'Nunito Sans';height:50px;}
.tour-card__meta {margin:0 0 16px;font-size:14px;line-height:1.35;color:#222;}
.tour-card__footer {display:flex;align-items:flex-end;justify-content:space-between;gap:12px;}
.tour-card__info {font-size:11px;line-height:1.35;color:#111;}
.tour-card__price {background:#0a75c9;color:#fff;font-weight:500;font-size:12px;padding:7PX 10px;border-radius:8px;white-space:nowrap;}
.tour-card__media:hover img {transform:scale(1.03);transition:transform .25s ease;}
.tour-card__pricebox {display:flex;flex-direction:column;align-items:flex-end;gap:4px;}
.tour-card__from {font-size:11px;color:#666;font-weight:600;}
.tour-card__old {font-size:12px;color:#888;text-decoration:line-through;}
.tour-card__price {background:#0a75c9;color:#fff;font-weight:500;font-size:12px;padding:7px 10px;border-radius:8px;white-space:nowrap;}
.tour-card__old+.tour-card__price {margin-top:2px;}
.hotel-card {width:250px;background:#fff;border-radius:15px;box-shadow:0 0 15px rgba(0,0,0,.10);overflow:visible;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;text-align:center;min-width:calc(20% - 13px);}
.hotel-card__media {position:relative;display:block;aspect-ratio:1 / 0.7;overflow:hidden;}
.hotel-card__media img {width:100%;height:100%;object-fit:cover;display:block;border-radius:15px 15px 0 0;}
.hotel-card__badge {position:absolute;top:0px;right:0px;padding:5px 14px;border-radius:0px 10px;background:#f7c600;color:#0b3a77;font-weight:600;letter-spacing:0;text-transform:uppercase;font-size:12px;box-shadow:0 6px 16px rgba(0,0,0,.12);}
.hotel-card__body {padding:16px 16px 14px;}
.hotel-card__title {margin:-6px 0 6px;font-size:16px;line-height:1.5;font-weight:600;color:#111;font-family:'Nunito Sans';height:50px;}
.hotel-card__meta {margin:0 0 16px;font-size:14px;line-height:1.35;color:#222;}
.hotel-card__footer {display:flex;align-items:flex-end;justify-content:space-between;gap:12px;}
.hotel-card__info {font-size:11px;line-height:1.35;color:#111;}
.hotel-card__price {background:#0a75c9;color:#fff;font-weight:500;font-size:12px;padding:7PX 10px;border-radius:8px;white-space:nowrap;}
.hotel-card__media:hover img {transform:scale(1.03);transition:transform .25s ease;}
.hotel-card__pricebox {display:flex;flex-direction:column;align-items:flex-end;gap:4px;}
.hotel-card__from {font-size:11px;color:#666;font-weight:600;}
.hotel-card__old {font-size:12px;color:#888;text-decoration:line-through;}
.hotel-card__price {background:#0a75c9;color:#fff;font-weight:500;font-size:12px;padding:7px 10px;border-radius:8px;white-space:nowrap;}
.hotel-card__old+.hotel-card__price {margin-top:2px;}
.hidden {display:none;}
.action-button {cursor:pointer;}
#bookingSummary {border:1px solid #eee;padding:14px;border-radius:12px;}
#bookingSummary .summary-title {font-weight:700;margin-bottom:8px;}
#bookingSummary .summary-line {margin:6px 0;}
.btn-outline {border:1px solid #ddd;padding:10px 12px;border-radius:10px;display:inline-block;}
input[type="text"]:disabled {background:#e7e7e7;}
.mega-menu.mega-cols-2 .mega-links>div {column-count:2;column-gap:28px;}
.mega-menu.mega-cols-3 .mega-links>div {column-count:3;column-gap:28px;}
@media (max-width: 768px) {
  .mega-menu .mega-links>div {column-count:1 !important;}
}
.mega-menu .mega-inner {display:flex;align-items:flex-start;gap:48px;}
.mega-menu .mega-links {flex:1;min-width:0;}
.mega-menu .mega-links>div {width:100%;}
.mega-menu.mega-cols-2 .mega-links>div {column-count:2;column-gap:64px;column-fill:balance;}
.mega-menu.mega-cols-3 .mega-links>div {column-count:3;column-gap:64px;column-fill:balance;}
.mega-menu .mega-inner {display:grid;grid-template-columns:1fr 460px;gap:48px;align-items:start;}
.mega-menu .mega-links>div {display:grid;grid-template-columns:1fr;gap:14px 64px;}
.mega-menu.mega-cols-2 .mega-links>div {grid-template-columns:repeat(2,minmax(180px,1fr));}
.mega-menu.mega-cols-3 .mega-links>div {grid-template-columns:repeat(3,minmax(180px,1fr));}
.mega-menu .mega-links a {display:block;padding:6px 0;white-space:normal;font-size:14px;break-inside:avoid;}
.mega-menu .mega-banner {width:100%;}
.mega-menu .mega-banner img {width:100%;height:260px;object-fit:cover;border-radius:18px;display:block;}
@media (max-width: 992px) {
  .mega-menu .mega-inner {grid-template-columns:1fr;}
  .mega-menu .mega-links>div {grid-template-columns:1fr !important;}
  .mega-menu .mega-banner img {height:200px;}
}
.cta-grid {display:grid;gap:30px;}
.cta-grid.cols-1 {grid-template-columns:1fr;}
.cta-grid.cols-2 {grid-template-columns:repeat(2,1fr);}
.cta-grid.cols-3 {grid-template-columns:repeat(3,1fr);}
.cta-grid.cols-4 {grid-template-columns:repeat(4,1fr);}
.cta-section {background:var(--cta-bg);color:var(--cta-text);}
.cta-section--modern {padding:44px 0;background:linear-gradient(135deg,var(--cta-bg,#098cc8),#0b6fa1);color:var(--cta-text,#fff);}
.cta-modern {display:grid;grid-template-columns:minmax(210px,.85fr) minmax(260px,1fr) minmax(300px,.9fr);gap:26px;align-items:center;}
.cta-modern--text_text_form {grid-template-columns:minmax(240px,1fr) minmax(240px,1fr) minmax(300px,.9fr);}
.cta-modern--text_form {grid-template-columns:minmax(320px,1fr) minmax(300px,.85fr);}
.cta-modern__media {display: inherit;margin: -45px 0;/*height:190px;*/border-radius:18px;overflow:hidden;/*background:rgba(255,255,255,.14);box-shadow:0 18px 40px rgba(0,0,0,.16);*/}
.cta-modern__media img {width:100%;height:100%;object-fit:cover;display:block;}
.cta-modern__media-placeholder {height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;letter-spacing:.5px;background:rgba(255,255,255,.16);}
.cta-modern__copy span {display:inline-flex;margin-bottom:10px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.18);font-size:12px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;}
.cta-modern__copy h2,.cta-modern__copy h3 {margin:0 0 10px;color:inherit;font-size:28px;line-height:1.15;font-weight:900;}
.cta-modern__copy h3 {font-size:22px;}
.cta-modern__copy p {margin:0;color:inherit;opacity:.9;font-size:15px;line-height:1.55;}
.cta-newsletter {display:grid;gap:12px;padding:20px;border-radius:8px;background:#fff6d8;color:#152033;box-shadow:0 20px 45px rgba(0,0,0,.18);margin: -23px 0;}
.cta-newsletter h3 {margin:0 0 4px;color:#152033;font-size:20px;line-height:1.2;font-weight:900;}
.cta-newsletter p {margin:0;color:#64748b;font-size:14px;line-height:1.4;}
.cta-newsletter__row {display:flex;gap:8px;}
.cta-newsletter input {min-width:0;flex:1;height:44px;padding:0 13px;border:1px solid #d8e0ea;border-radius:10px;font-size:14px;}
.cta-newsletter button {height:44px;padding:0 16px;border:0;border-radius:10px;background:#ff3131;color:#fff;font-size:14px;font-weight:800;cursor:pointer;white-space:nowrap;}
.cta-newsletter small {display:block;color:#7a8798;font-size:12px;line-height:1.35;}
@media (max-width: 992px) {.cta-modern,.cta-modern--text_text_form,.cta-modern--text_form {grid-template-columns:1fr;}.cta-modern__media {height:220px;margin: -27px 0;}.cta-newsletter__row {flex-direction:column;}.cta-newsletter button {width:100%;}}
footer {background:var(--footer-bg);color:var(--footer-text);}
.info-grid {display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.info-item {text-align:center;}
.info-item h3 {font-size:18px;margin-bottom:10px;}
.info-item p {opacity:.8;font-size:14px;}
.hotel-card {background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,0.08);transition:0.3s;}
.hotel-card:hover {transform:translateY(-4px);}
.hotel-card__media {position:relative;display:block;}
.hotel-card__media img {width:100%;height:220px;object-fit:cover;}
.hotel-card__badge {background:#111;color:#fff;}
.hotel-card__discount {position:absolute;background:#e60023;color:#fff;padding:6px 10px;font-size:12px;top:0px;left:0px;border-radius:13px 0px 13px 0px;}
.hotel-card__body {padding:16px;}
.hotel-card__title {font-size:16px;font-weight:600;margin-bottom:6px;}
.hotel-card__meta {font-size:13px;color:#666;margin-bottom:14px;}
.hotel-card__footer {display:flex;justify-content:space-between;align-items:flex-end;}
.hotel-card__pricebox {text-align:right;}
.hotel-card__old {text-decoration:line-through;font-size:13px;color:#999;}
.hotel-card__price {font-size:18px;font-weight:700;color:#fff;}
.hotel-card__from {font-size:12px;color:#777;}
.hotel-row-card {display:flex;gap:16px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:16px;}
.hotel-row-card__image {position:relative;width:260px;flex:0 0 260px;}
.hotel-row-card__image img {width:100%;height:100%;min-height:180px;object-fit:cover;display:block;}
.hotel-row-card__badge {position:absolute;left:12px;padding:6px 10px;font-size:12px;border-radius:6px;color:#fff;background:#111;}
.hotel-row-card__badge--concept {top:12px;}
.hotel-row-card__badge--tag {top:48px;background:#e60023;}
.hotel-row-card__content {flex:1;padding:14px 0;}
.hotel-row-card__title {font-size:16px;margin:0 0 8px 0;font-weight:700;}
.hotel-row-card__title a {color:inherit;text-decoration:none;}
.hotel-row-card__meta {display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:10px;}
.hotel-row-card__meta-item {font-size:13px;color:#666;background:#f5f6f8;padding:6px 10px;border-radius:999px;}
.hotel-row-card__score b {font-weight:800;color:#111;}
.hotel-row-card__score em {font-style:normal;margin-left:6px;color:#555;}
.hotel-row-card__desc {margin:0;color:#666;font-size:13px;line-height:1.5;padding-right:12px;}
.hotel-row-card__pricebox {width:190px;flex:0 0 190px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid #eee;}
.hotel-row-card__price-top {font-size:12px;color:#777;}
.hotel-row-card__price {font-size:18px;font-weight:800;color:#111;margin-top:6px;}
.hotel-row-card__from {font-size:12px;color:#777;}
.hotel-row-card__btn {display:block;text-align:center;padding:10px 12px;border-radius:10px;background:#e60023;color:#fff;text-decoration:none;font-weight:700;margin-top:12px;}
.hotel-hero {padding:18px 0 8px;}
.hotel-breadcrumb {font-size:13px;color:#777;margin-bottom:12px;display:flex;gap:8px;align-items:center;}
.hotel-hero__grid {display:grid;grid-template-columns:1.6fr .9fr;gap:18px;align-items:start;}
.hotel-gallery__main {position:relative;border-radius:14px;overflow:hidden;}
.hotel-gallery__main img {width:100%;height:420px;object-fit:cover;display:block;}
.hotel-gallery__thumbs {display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px;}
.hotel-gallery__thumb {border-radius:10px;overflow:hidden;}
.hotel-gallery__thumb img {width:100%;height:92px;object-fit:cover;display:block;}
.hotel-gallery__btn {margin-top:10px;border:1px solid #ddd;background:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;}
.hotel-pill {position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:999px;font-size:12px;color:#fff;background:#111;}
.hotel-pill--red {left:auto;right:12px;background:#e60023;}
.hotel-bookbox {position:sticky;top:12px;}
.hotel-bookbox__card {background:#fff;border-radius:14px;box-shadow:0 6px 22px rgba(0,0,0,.08);padding:14px;}
.hotel-title {margin:0 0 8px;font-size:20px;font-weight:800;}
.hotel-submeta {display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;}
.hotel-submeta__item {font-size:13px;color:#666;background:#f5f6f8;padding:6px 10px;border-radius:999px;}
.hotel-score b {color:#111;}
.hotel-score em {font-style:normal;margin-left:6px;color:#555;}
.hotel-badges {display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px;}
.hotel-badge {background:#111;color:#fff;padding:6px 10px;border-radius:10px;font-size:12px;}
.hotel-pricebox__old {text-decoration:line-through;color:#888;font-size:13px;}
.hotel-pricebox__price {font-size:22px;font-weight:900;margin-top:4px;}
.hotel-pricebox__from {font-size:12px;color:#777;}
.hotel-btn {display:block;text-align:center;padding:10px 12px;border-radius:12px;text-decoration:none;font-weight:800;}
.hotel-btn--primary {background:#e60023;color:#fff;}
.hotel-btn--ghost {background:#fff;color:#111;border:1px solid #ddd;margin-top:10px;}
.hotel-anchorbar {position:sticky;top:0;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;z-index:10;}
.hotel-anchorbar__inner {display:flex;gap:16px;padding:10px 0;overflow:auto;}
.hotel-anchorbar__inner a {color:#111;text-decoration:none;font-weight:700;white-space:nowrap;font-size:13px;}
.hotel-content {padding:18px 0 30px;}
.hotel-content__grid {display:grid;grid-template-columns:1.3fr .7fr;gap:18px;}
.hotel-section {background:#fff;border-radius:14px;padding:16px;box-shadow:0 6px 22px rgba(0,0,0,.06);margin-bottom:14px;}
.hotel-section__title {margin:0 0 10px;font-size:18px;font-weight:900;}
.hotel-section__text {color:#666;margin:0;line-height:1.6;}
.hotel-highlights {display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;}
.hotel-highlight {background:#f5f6f8;color:#444;padding:8px 12px;border-radius:999px;font-size:13px;}
.hotel-amenity-groups {display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.hotel-amenity-group h3 {margin:0 0 8px;font-size:14px;font-weight:900;}
.hotel-amenity-group ul {margin:0;padding-left:18px;color:#666;}
.hotel-roomcard {display:grid;grid-template-columns:140px 1fr 140px;gap:12px;padding:12px;border:1px solid #eee;border-radius:14px;}
.hotel-roomcard__media {background:#f2f2f2;border-radius:12px;}
.hotel-roomcard__meta {color:#666;font-size:13px;margin-top:6px;}
.hotel-roomcard__price {font-weight:900;margin-top:10px;}
.hotel-note {background:#fff7e6;border:1px solid #ffe2ad;color:#7a5b00;padding:12px;border-radius:12px;}
.hotel-sidecard {background:#fff;border-radius:14px;padding:16px;box-shadow:0 6px 22px rgba(0,0,0,.06);margin-bottom:14px;}
.hotel-sidecard__list {margin:10px 0 0;padding-left:18px;color:#666;}
.hotel-sections-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.hotel-sec-card {border:1px solid #eee;border-radius:14px;padding:14px;}
.hotel-sec-card__title {margin:0 0 10px;font-weight:900;font-size:15px;}
.hotel-sec-card__list {margin:0;padding-left:18px;color:#666;}
.hotel-sec-card__details summary {cursor:pointer;font-weight:800;margin-top:10px;}
.hotel-sec-card__note {margin-top:10px;color:#666;line-height:1.6;}
.hotel-thumb-overlay {position:absolute;inset:0;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;}
.hotel-gallery__thumb {position:relative;}
.filter-pill {display:inline-block;margin:4px 6px 4px 0;cursor:pointer;}
.filter-pill input {position:absolute;opacity:0;}
.hotel-roomcard__price--na {opacity:.7;font-size:14px;}
.hotel-bookbox__summary {margin-top:14px;display:grid;gap:8px;}
.bb-row {display:flex;justify-content:space-between;gap:10px;font-size:14px;}
.bb-row--total {padding-top:10px;border-top:1px solid #eee;font-size:15px;}
.bb-row b {font-weight:700;}
#hotelTopForm {display:grid;grid-template-columns:3fr 1.4fr 0.9fr 0.9fr 0.9fr 0.9fr auto;gap:12px;align-items:end;}
#child-ages-wrapper {display:contents;}
#child-ages-wrapper .guest-field {width:100%;}
#hotelTopForm input,#hotelTopForm select {width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;}
#hotelTopForm button {padding:11px 18px;background:#0085c8;color:#fff;border:none;border-radius:6px;cursor:pointer;}
#hotelTopForm label {display:block;font-size:11px;color:#777;margin-bottom:4px;}
#tourForm {display:grid;grid-template-columns:4fr 1.4fr 0.9fr 0.9fr 0.9fr 0.9fr auto;gap:12px;align-items:end;}
#tourForm input,#tourForm select {width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;}
#tourForm button {padding:11px 18px;background:#0085c8;color:#fff;border:none;border-radius:6px;cursor:pointer;}
#tourForm label {display:block;font-size:11px;color:#777;margin-bottom:4px;}
.hotel-roomcard__breakdown {margin-top:10px;padding:10px 12px;border:1px solid #eee;border-radius:10px;background:#fafafa;}
.hotel-roomcard__breakdown-row {display:flex;justify-content:space-between;gap:12px;font-size:13px;line-height:1.5;}
.hotel-roomcard__breakdown-row+.hotel-roomcard__breakdown-row {margin-top:4px;}
.hotel-roomcard__campaign {margin-top:8px;color:#198754;font-size:13px;font-weight:600;}
.listing-page-head {margin-bottom:28px;}
.listing-breadcrumb {display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px;font-size:14px;}
.listing-breadcrumb a {color:#199bd8;text-decoration:none;}
.listing-breadcrumb span {color:#8b8f97;}
.listing-header h1 {margin:0 0 12px;font-size:34px;line-height:1.12;font-weight:700;color:#0082c3;letter-spacing:-0.02em;}
.listing-intro {max-width:820px;}
.listing-intro-text {font-size:16px;line-height:1.75;color:#5f6b7a;}
.listing-intro-toggle {margin-top:10px;padding:0;border:0;background:none;color:#199bd8;font-size:14px;font-weight:600;cursor:pointer;}
.listing-topbar {display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:14px 0;border-bottom:1px solid #e9edf2;}
.listing-topbar-left {color:#1f2937;font-size:16px;font-weight:600;}
.listing-topbar-right {display:flex;align-items:center;}
.listing-topbar-right select {min-width:220px;}
@media (max-width: 768px) {
  .listing-header h1 {font-size:32px;}
  .listing-intro-text {font-size:15px;line-height:1.65;}
  .listing-topbar {flex-direction:column;align-items:flex-start;}
  .listing-topbar-right {width:100%;}
  .listing-topbar-right select {width:100%;min-width:0;}
}
.filters-column {display:flex;flex-direction:column;gap:16px;}
.filters-head {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px;}
.filters-head h3 {margin:0;font-size:22px;line-height:1.2;font-weight:700;color:#1f2937;}
#reset-filters {border:0;background:none;padding:0;color:#199bd8;font-size:14px;font-weight:600;cursor:pointer;}
#reset-filters:hover {text-decoration:underline;}
.filter-box {background:#fff;border:1px solid #e8edf3;border-radius:16px;padding:18px 18px 16px;box-shadow:0 4px 14px rgba(15,23,42,0.04);}
.filter-box h4,.filter-box-title {margin:0 0 14px;font-size:16px;line-height:1.3;font-weight:700;color:#1f2937;}
.filter-select {width:100%;min-height:46px;border:1px solid #d9e2ec;border-radius:12px;padding:0 14px;background:#fff;color:#1f2937;font-size:15px;}
.filter-select:focus {outline:none;border-color:#199bd8;box-shadow:0 0 0 3px rgba(25,155,216,0.12);}
.filter-box .form-check {display:flex;align-items:center;gap:10px;margin:0;padding:10px 12px;border-radius:12px;transition:background-color .18s ease,border-color .18s ease;cursor:pointer;}
.filter-box .form-check:hover {background:#f7fafc;}
.filter-box .form-check+.form-check {margin-top:4px;}
.filter-box .form-check-input {margin:0;flex:0 0 auto;height:22px;width:22px;}
.range-wrapper {position:relative;padding:10px 2px 4px;}
.price-values {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;}
.price-values span {display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:1px solid #e5ebf1;border-radius:10px;background:#f8fafc;color:#1f2937;font-size:14px;font-weight:600;}
.filter-pill {display:inline-flex;align-items:center;gap:8px;padding:10px 12px;margin:0 8px 8px 0;border:1px solid #d9e2ec;border-radius:999px;background:#fff;cursor:pointer;transition:all .18s ease;}
.filter-pill:hover {border-color:#199bd8;background:#f4fbfe;}
.filter-pill input {margin:0;}
@media (max-width: 991px) {
  .filters-head h3 {font-size:20px;}
  .filter-box {padding:16px;border-radius:14px;}
}
.filter-pill {display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;margin:0 8px 8px 0;border:1px solid #d9e2ec;border-radius:999px;background:#fff;cursor:pointer;transition:all .18s ease;}
.filter-pill input:checked+.form-check-label {color:#fff;}
.filter-pill:has(input:checked) {background:#199bd8;border-color:#199bd8;color:#fff;}
#sort-select {min-height:46px;border:1px solid #d9e2ec;border-radius:12px;padding:0 24px;background:#fff;color:#1f2937;font-size:15px;}
.category-seo-text {margin-top:40px;padding-top:25px;border-top:1px solid #e5e7eb;}
.category-seo-inner {max-width:850px;}
.seo-text-content {font-size:15px;line-height:1.7;color:#5b6675;}
.seo-text-toggle {margin-top:10px;border:none;background:none;padding:0;color:#199bd8;font-size:14px;font-weight:600;cursor:pointer;}
.seo-text-toggle:hover {text-decoration:underline;}
.filter_input {width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;}
.filter_chk {margin-top:20px;flex:0 0 auto;height:22px;width:22px;}
.hero-slide {position:relative;}
.hero-link-layer {position:absolute;inset:0;z-index:1;display:block;}
.hero-overlay {position:absolute;inset:0;z-index:2;}
.hero-slide .container {position:relative;z-index:3;}
.hero-content {position:relative;z-index:4;}
.hero-content.pos-left {text-align:center;margin-left:0;margin-right:auto;}
.hero-content.pos-center {text-align:center;margin-left:auto;margin-right:auto;}
.hero-content.pos-right {text-align:center;margin-left:auto;margin-right:0;}
.hero-title.size-sm {font-size:32px;line-height:1.15;}
.hero-title.size-md {font-size:44px;line-height:1.12;}
.hero-title.size-lg {font-size:56px;line-height:1.08;}
.hero-subtitle.size-sm {font-size:14px;line-height:1.5;}
.hero-subtitle.size-md {font-size:18px;line-height:1.6;}
.hero-subtitle.size-lg {font-size:22px;line-height:1.6;}
@media (max-width: 768px) {
  .hero-title.size-sm {font-size:24px;}
  .hero-title.size-md {font-size:32px;}
  .hero-title.size-lg {font-size:40px;}
  .hero-subtitle.size-sm {font-size:13px;}
  .hero-subtitle.size-md {font-size:15px;}
  .hero-subtitle.size-lg {font-size:18px;}
}
.accordion-header {display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;background:#eee;margin:15px 0px;}
.hotel-room-detail-table {font-size:12px;}
.head-info-list {height:40px;background:#0085c8;color:#fff;padding:10px 25px;font-size:14px;border-radius:8px;margin:4px;}
.accordion-header button {border:none;background:none;padding:0;font-size:14px;font-weight:600;color:#111;display:flex;align-items:center;gap:6px;}
.hotel-detail-search {margin:24px 0 32px;}
.hotel-detail-search .container {max-width:1240px;}
.hotel-detail-search__form {display:flex;align-items:end;gap:14px;flex-wrap:wrap;background:#eef4ff;border:1px solid #d2ddeb;border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,0.05);}
.hotel-detail-search__form .search-field {display:flex;flex-direction:column;min-width:140px;flex:1 1 140px;}
.hotel-detail-search__form .search-field:first-child {flex:2 1 280px;}
.hotel-detail-search__form label {font-size:12px;font-weight:600;color:#667085;margin-bottom:6px;line-height:1.2;}
.hotel-detail-search__form input[type="text"],.hotel-detail-search__form select {width:100%;height:48px;border:1px solid #d8dee6;border-radius:12px;background:#fff;padding:0 14px;font-size:14px;color:#1f2937;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease;}
.hotel-detail-search__form input[type="text"]:focus,.hotel-detail-search__form select:focus {border-color:#b8c4d6;box-shadow:0 0 0 3px rgba(15,23,42,0.06);}
.hotel-detail-search__form select {appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%);background-position:calc(100% - 18px)calc(50% - 3px),calc(100% - 12px)calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:34px;}
#detail-child-ages-wrapper {display:flex;align-items:end;gap:12px;flex-wrap:wrap;flex:2 1 260px;}
#detail-child-ages-wrapper .search-field,#detail-child-ages-wrapper .child-age-field {display:flex;flex-direction:column;min-width:120px;flex:1 1 120px;}
#detail-child-ages-wrapper label {font-size:12px;font-weight:600;color:#667085;margin-bottom:6px;}
#detail-child-ages-wrapper select {width:100%;height:48px;border:1px solid #d8dee6;border-radius:12px;background:#fff;padding:0 14px;font-size:14px;color:#1f2937;outline:none;}
.hotel-detail-search__form .hotel-btn {height:48px;padding:0 22px;border-radius:12px;white-space:nowrap;flex:0 0 auto;}
@media (max-width: 992px) {
  .hotel-detail-search__form {gap:12px;}
  .hotel-detail-search__form .search-field,.hotel-detail-search__form .search-field:first-child,#detail-child-ages-wrapper,#detail-child-ages-wrapper .search-field,#detail-child-ages-wrapper .child-age-field {flex:1 1 calc(50% - 12px);min-width:0;}
  .hotel-detail-search__form .hotel-btn {width:100%;}
}
@media (max-width: 640px) {
  .hotel-detail-search__form {padding:14px;border-radius:14px;}
  .hotel-detail-search__form .search-field,.hotel-detail-search__form .search-field:first-child,#detail-child-ages-wrapper,#detail-child-ages-wrapper .search-field,#detail-child-ages-wrapper .child-age-field {flex:1 1 100%;}
  .hotel-detail-search__form input[type="text"],.hotel-detail-search__form select,.hotel-detail-search__form .hotel-btn {height:46px;}
}
.hotel-hero {padding:18px 0 22px;background:linear-gradient(180deg,#f8fafc 0%,#fff 72%);}
.hotel-hero .container,.hotel-anchorbar .container,.hotel-detail-search .container,.hotel-content .container {max-width:1220px;}
.hotel-breadcrumb {margin-bottom:14px;color:#64748b;}
.hotel-breadcrumb a {color:#0f766e;font-weight:700;}
.hotel-detail-heading {display:grid;grid-template-columns:minmax(0,1fr)auto;gap:22px;align-items:end;margin-bottom:18px;}
.hotel-detail-heading__eyebrow {display:inline-flex;align-items:center;min-height:28px;padding:5px 11px;border-radius:999px;background:#e6f7f4;color:#0f766e;font-size:12px;font-weight:800;margin-bottom:10px;}
.hotel-detail-heading h1 {margin:0;max-width:850px;color:#111827;font-size:clamp(30px,4vw,34px);line-height:1.08;font-weight:900;letter-spacing:0;}
.hotel-detail-heading__meta {display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;color:#475569;font-size:14px;}
.hotel-detail-heading__meta span {display:inline-flex;align-items:center;gap:6px;}
.hotel-detail-heading__score {padding:4px 9px;border-radius:999px;background:#fff7ed;color:#9a3412;font-weight:700;}
.hotel-detail-heading__score b {display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;border-radius:999px;background:#fb923c;color:#fff;}
.hotel-detail-heading__badges {display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.hotel-detail-heading__badges span {min-height:30px;padding:7px 11px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:800;}
.hotel-detail-heading__badges .is-discount {border-color:#fecaca;background:#fee2e2;color:#b91c1c;}
.hotel-detail-heading__price {min-width:220px;padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.08);}
.hotel-detail-heading__price span,.hotel-detail-heading__price del {display:block;color:#64748b;font-size:12px;font-weight:700;}
.hotel-detail-heading__price strong {display:block;margin-top:4px;color:#0f172a;font-size:25px;line-height:1.1;font-weight:900;}
.hotel-detail-heading__price a {display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:40px;margin-top:12px;border-radius:10px;background:#dc2626;color:#fff;font-weight:800;}
.hotel-hero__grid {grid-template-columns:minmax(0,1.58fr)minmax(310px,.72fr);gap:22px;}
.hotel-gallery .travel-gallery__stage {min-height:430px;border-radius:18px;box-shadow:0 18px 44px rgba(15,23,42,.12);}
.hotel-gallery .travel-gallery__thumb {border-radius:9px;}
.hotel-bookbox {top:18px;}
.hotel-bookbox__card {border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.12);padding:18px;}
.hotel-bookbox .hotel-titleblock {display:none;}
.hotel-pricebox {padding:16px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;}
.hotel-pricebox__price {color:#111827;font-size:20px;line-height:1.05;font-weight:900;}
.hotel-pricebox__from,.hotel-pricebox__total {color:#64748b;font-size:13px;font-weight:700;}
.hotel-bookbox__summary {padding:14px 0;}
.bb-row {align-items:center;color:#64748b;}
.bb-row b {color:#111827;text-align:right;}
.bb-row--total b {color:#dc2626;font-size:18px;}
.hotel-bookbox__actions {display:grid;gap:10px;}
.hotel-btn {border-radius:10px;font-weight:800;}
.hotel-btn--primary {background:#dc2626;border-color:#dc2626;}
.hotel-btn--primary:hover {background:#b91c1c;border-color:#b91c1c;}
.hotel-btn--ghost {color:#0f766e;border:1px solid #99f6e4;background:#f0fdfa;}
.hotel-btn--selected-room {background:#eef2f7;border:1px solid #d8dee8;color:#64748b;cursor:default;}
.hotel-bookbox__trust {display:grid;gap:6px;margin-top:14px;padding-top:14px;border-top:1px solid #e5e7eb;color:#475569;font-size:13px;}
.hotel-anchorbar {position:sticky;top:0;z-index:30;padding:10px 0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;}
.hotel-anchorbar__inner {display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin;}
.hotel-anchorbar__inner a {flex:0 0 auto;min-height:36px;padding:9px 13px;border-radius:999px;color:#334155;font-size:13px;font-weight:800;}
.hotel-anchorbar__inner a:hover {background:#f1f5f9;color:#0f766e;}
.hotel-anchorbar__inner a.hotel-anchorbar__pdf {margin-left:auto;background:#fee2e2;color:#b91c1c;gap:6px;}
.hotel-anchorbar__inner a.hotel-anchorbar__pdf:hover {background:#dc2626;color:#fff;}
.hotel-detail-search {margin:22px 0;}
.hotel-detail-search__form {border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 16px 40px rgba(15,23,42,.08);}
.hotel-content {padding:8px 0 48px;background:#f8fafc;}
.hotel-content__grid {display:grid;grid-template-columns:minmax(0,1fr)300px;gap:22px;align-items:start;}
.hotel-content .hotel-section,.hotel-sidecard {border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 28px rgba(15,23,42,.06);}
.hotel-content .hotel-section {padding:22px;margin-bottom:18px;}
.hotel-section__title {color:#111827;font-size:22px;line-height:1.2;}
.hotel-section__text {color:#475569;font-size:15px;}
.hotel-section--featured {display:grid;gap:14px;}
.hotel-featured-section {width:100%;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.06);}
.hotel-featured-section .hotel-section__title {margin-bottom:10px;}
.hotel-featured-section__list {margin-top:12px;}
.hotel-highlights {gap:8px;}
.hotel-highlight {border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;font-weight:800;}
.hotel-sections-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
.hotel-sec-card {border-color:#e5e7eb;border-radius:14px;background:#fff;transition:transform .2s ease,box-shadow .2s ease;}
.hotel-sec-card:hover {transform:translateY(-2px);box-shadow:0 12px 24px rgba(15,23,42,.08);}
.hotel-sec-card__title {color:#111827;font-size:16px;}
.hotel-sec-card__list {display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;color:#475569;line-height:1.7;}
.hotel-sec-card__list li {display:inline-flex;align-items:center;max-width:100%;min-height:30px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#334155;font-size:12px;font-weight:700;line-height:1.25;}
.hotel-sec-card__list--extra {margin-top:8px;}
.hotel-sec-card__details {display:flex;flex-direction:column;margin-top:10px;}
.hotel-sec-card__details summary {order:2;display:inline-flex;align-items:center;align-self:flex-start;min-height:32px;padding:7px 10px;border-radius:999px;background:#f1f5f9;color:#0f766e;font-size:12px;font-weight:800;cursor:pointer;}
.hotel-sec-card__details .hotel-sec-card__list--extra,.hotel-sec-card__details .hotel-sec-card__note {order:1;}
.hotel-sec-card__details[open] summary {margin-top:10px;margin-bottom:0;}
.hotel-sec-card__note {margin-top:8px;color:#475569;line-height:1.65;}
.hotel-roomlist {display:grid;gap:14px;}
.hotel-roomcard {grid-template-columns:176px minmax(0,1fr)128px;gap:16px;border-color:#e5e7eb;border-radius:16px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
.hotel-roomcard:hover,.hotel-roomcard.is-selected {border-color:#0f766e;box-shadow:0 14px 32px rgba(15,23,42,.09);transform:translateY(-1px);}
.hotel-roomcard__media {min-height:132px;overflow:hidden;background:#e2e8f0;}
.hotel-roomcard__media img {width:100%;height:100%;min-height:132px;object-fit:cover;display:block;}
.hotel-room-mini-gallery {width:100%;height:100%;min-height:132px;}
.hotel-roomcard__media-button {position:relative;display:block;width:100%;height:100%;min-height:132px;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden;}
.hotel-roomcard__media-button img {transition:transform .22s ease;}
.hotel-roomcard__media-button:hover img {transform:scale(1.035);}
.hotel-roomcard__photo-count {position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:rgba(17,24,39,.78);color:#fff;padding:6px 10px;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(15,23,42,.22);}
.hotel-roomcard__body h3 {margin:0;color:#111827;font-size:19px;line-height:1.25;font-weight:900;}
.hotel-roomcard__meta {color:#64748b;line-height:1.55;}
.hotel-roomcard__price {color:#111827;font-size:14px;}
.hotel-roomcard__hint {display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:700;}
.hotel-roomcard__breakdown {background:#f8fafc;border-color:#e5e7eb;}
.hotel-roomcard__campaign {color:#0f766e;}
.hotel-roomcard__cta {display:flex;align-items:center;justify-content:flex-end;}
.hotel-roomcard__cta .hotel-btn {width:100%;min-height:44px;}
.hotel-policies,.hotel-nearby {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.hotel-policies>div,.hotel-nearby__item {padding:13px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;color:#475569;}
.hotel-map {overflow:hidden;border-radius:14px;border:1px solid #e5e7eb;}
.hotel-side {position:sticky;top:74px;display:grid;gap:14px;}
.hotel-sidecard {padding:18px;background:#fff;}
.hotel-sidecard h3 {margin:0 0 10px;color:#111827;font-size:18px;font-weight:900;}
.hotel-sidecard__text,.hotel-sidecard__list {color:#475569;font-size:14px;}
@media (max-width: 992px) {
  .hotel-detail-heading,.hotel-hero__grid,.hotel-content__grid {grid-template-columns:1fr;}
  .hotel-detail-heading__price,.hotel-side {position:static;}
  .hotel-detail-heading__price {width:100%;}
  .hotel-gallery .travel-gallery__stage {min-height:330px;}
}
@media (max-width: 768px) {
  .hotel-hero {padding-top:12px;}
  .hotel-detail-heading h1 {font-size:30px;}
  .hotel-detail-heading__price {border-radius:14px;}
  .hotel-gallery .travel-gallery__stage {min-height:250px;border-radius:0;}
  .hotel-anchorbar {top:0;}
  .hotel-content .hotel-section {padding:16px;border-radius:14px;}
  .hotel-sections-grid,.hotel-policies,.hotel-nearby {grid-template-columns:1fr;}
  .hotel-roomcard {grid-template-columns:1fr;}
  .hotel-roomcard__media,.hotel-roomcard__media img {min-height:190px;}
  .hotel-roomcard__cta {justify-content:stretch;}
}
.tour-detail-hero {display:grid;grid-template-columns:minmax(0,1fr)280px;gap:18px;align-items:stretch;margin:8px 0 18px;}
.tour-detail-hero__content {min-width:0;}
.tour-detail-hero__eyebrow {display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#eef6ff;color:#0b68a6;font-size:12px;font-weight:800;margin-bottom:10px;}
.tour-detail-hero h1 {margin:0;color:#111827;font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:0;}
.tour-detail-hero p {max-width:820px;margin:12px 0 0;color:#4b5563;font-size:15px;line-height:1.65;}
.tour-quick-facts {display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.tour-quick-facts span {display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#1f2937;font-size:13px;font-weight:700;}
.tour-quick-facts i {color:#e11d48;font-size:16px;}
.tour-mobile-facts,.hotel-mobile-facts,.hotel-pricebox__mobile-title,.hotel-pricebox__mobile-line,.hotel-mobile-select-trigger,.hotel-mobile-change-room,.hotel-mobile-bookbox-search {display:none;}
.tour-detail-hero__price {align-self:end;display:grid;gap:7px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:14px;box-shadow:0 12px 30px rgba(15,23,42,.07);}
.tour-detail-hero__price span {color:#6b7280;font-size:12px;font-weight:700;}
.tour-detail-hero__price strong {color:#dc2626;font-size:24px;line-height:1;}
.tour-detail-hero__price a {display:inline-flex;justify-content:center;align-items:center;min-height:38px;border-radius:10px;background:#dc2626;color:#fff;text-decoration:none;font-size:13px;font-weight:800;}
.detail-public-code {display:inline-flex;align-items:center;width:max-content;margin:10px 0 0;padding:6px 12px;border-radius:999px;background:#eef7fb;color:#098cc8;font-size:14px;font-weight:800;}
.tour-detail-nav {position:sticky;top:0;z-index:20;display:flex;gap:8px;overflow-x:auto;margin:14px 0 16px;padding:8px;border:1px solid #e5e7eb;border-radius:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);box-shadow:0 10px 24px rgba(15,23,42,.05);}
.tour-detail-nav a {flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:10px;color:#111827;text-decoration:none;font-size:13px;font-weight:800;}
.tour-detail-nav a:hover,.tour-detail-nav a:first-child {background:#111827;color:#fff;}
.tour-detail-nav a.tour-detail-nav__pdf {margin-left:auto;background:#fee2e2;color:#b91c1c;font-size:0;gap:6px;}
.tour-detail-nav a.tour-detail-nav__pdf:hover {background:#dc2626;color:#fff;}
.tour-detail-nav a.tour-detail-nav__pdf i {font-size:15px;}
.tour-detail-nav a.tour-detail-nav__pdf::after {content:"PDF indir";font-size:13px;}
.tour-pricing-panel,.tour-itinerary,.section-block .card-box {scroll-margin-top:86px;}
.tour-pricing-panel {margin:0 0 22px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07);overflow:hidden;}
.tour-section-heading {display:grid;gap:4px;padding:16px 18px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#f8fafc,#fff);}
.tour-section-heading span {color:#dc2626;font-size:12px;font-weight:900;text-transform:uppercase;}
.tour-section-heading h2 {margin:0;color:#111827;font-size:21px;}
.tour-section-heading p {margin:0;color:#64748b;font-size:13px;line-height:1.5;}
.tour-pricing-panel .season-prices-area {padding:14px;}
.room-type-price-list {border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;margin-bottom:10px;}
.head-info-list.tour {display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:13px 16px;background:#f8fafc;}
.head-info-list .tour-info {color:#374151;font-size:14px;font-weight:800;}
.head-info-list .price-tour-date {color:#dc2626;font-style:normal;margin-left:4px;}
.room-type-info-list {padding:12px;}
.room-type-info-list.hidden {display:none;}
.hotel-room-detail-table {width:100%;border-collapse:separate;border-spacing:0;font-size:13px;min-width:820px;}
.open-view-list {overflow-x:auto;}
.hotel-room-detail-table th {background:#f1f5f9;color:#475569;padding:11px 10px;text-align:left;font-size:12px;font-weight:800;}
.hotel-room-detail-table td {border-bottom:1px solid #eef2f7;padding:12px 10px;vertical-align:middle;}
.hotel-room-detail-table tbody tr:hover {background:#fff7f7;}
.hotel-room-detail-table .content {display:grid;gap:4px;}
.hotel-room-detail-table .text:first-child {color:#111827;font-weight:800;}
.hotel-room-detail-table .text:last-child {color:#64748b;font-size:12px;}
.hotel-room-detail-table .current-price {color:#111827;font-weight:800;}
.action-button.js-reserve {border:0;border-radius:10px;background:#dc2626;color:#fff;min-height:38px;padding:9px 12px;font-size:12px;font-weight:900;white-space:nowrap;}
.action-button.js-reserve.is-selected {background:#111827;}
.hotel-room-detail-table .tour-price-action-row:hover {background:transparent;}
.hotel-room-detail-table .tour-price-action-row td {width:auto !important;background:#fff;text-align:center;}
.hotel-room-detail-table .tour-price-action-row .action-button.js-reserve {min-width:220px;max-width:320px;}
.section-block + .tour-pricing-panel {margin-top:24px;}
.tour-itinerary + .tour-pricing-panel {margin-top:24px;}
.tour-pricing-panel .hotel-room-detail-table {min-width:0;}
.tour-pricing-panel .hotel-room-detail-table {table-layout:fixed;}
.tour-pricing-panel .hotel-room-detail-table th:first-child,.tour-pricing-panel .hotel-room-detail-table td:first-child {width:22%;}
.tour-pricing-panel .hotel-room-detail-table th:not(:first-child),.tour-pricing-panel .hotel-room-detail-table td:not(:first-child) {width:13%;}
.tour-pricing-panel .hotel-room-detail-table th,.tour-pricing-panel .hotel-room-detail-table td {white-space:normal;}
.tour-pricing-panel .hotel-room-detail-table th span {display:block;line-height:1.2;}
.tour-pricing-panel .hotel-room-detail-table .current-price {font-size:13px;}
.price-box .card-box {border:0;box-shadow:none;padding:0;background:transparent;}
#bookingSummary {border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:16px;box-shadow:0 16px 40px rgba(15,23,42,.1);}
#bookingSummary .summary-title {color:#111827;font-size:18px;font-weight:900;}
#bookingSummary .field label {display:block;color:#6b7280;font-size:12px;font-weight:800;margin-bottom:5px;}
#bookingSummary select,#bookingSummary input {width:100%;min-height:42px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;padding:8px 10px;}
#bookingSummary .muted {color:#6b7280;opacity:1;}
#sumPrice,#sumPrice2 {color:#111827;}
#sumReserveBtn.primary,#bookingSummary .primary {background:#dc2626;border-color:#dc2626;color:#fff;font-weight:900;}
#bookingSummary .btn-outline {display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid #dbe3ee;border-radius:10px;color:#111827;background:#fff;text-decoration:none;font-size:12px;font-weight:900;}
.cta-note {border-radius:10px;background:#f8fafc;padding:10px;color:#64748b;opacity:1;}
.tour-itinerary .accordion {border:0;border-radius:0;background:transparent;overflow:visible;}
.tour-itinerary .accordion-item {border:1px solid #e5e7eb;border-radius:14px;background:#fff;margin-bottom:10px;overflow:hidden;}
.tour-itinerary .accordion-button {width:100%;border:0;background:#fff;padding:15px 16px;color:#111827;font-weight:900;text-align:left;}
.tour-itinerary .accordion-button:not(.collapsed) {background:#f8fafc;color:#dc2626;}
.tour-itinerary .accordion-body {padding:16px;color:#374151;line-height:1.68;}
.section-block .card-box {border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 28px rgba(15,23,42,.05);}
.section-block .section-title,.tour-itinerary h2 {color:#111827;font-size:22px;font-weight:900;}
@media (max-width: 980px) {
  .tour-detail-hero {grid-template-columns:1fr;}
  .tour-detail-hero__price {align-self:auto;}
  .tour-detail-nav {top:0;margin-left:-2px;margin-right:-2px;}
  .hotel-room-detail-table {min-width:760px;}
}
@media (max-width: 640px) {
  .tour-detail-hero {margin-top:0;}
  .tour-quick-facts span {width:100%;justify-content:flex-start;}
  .tour-pricing-panel {border-radius:12px;}
  #bookingSummary {border-radius:14px;}
}
.travel-gallery {--gallery-radius:16px;--gallery-border:rgba(17,24,39,.1);width:100%;max-width:100%;min-width:0;margin-bottom:22px;overflow:hidden;}
.detail-layout,.hotel-hero__grid {grid-template-columns:minmax(0,1.6fr)minmax(280px,.9fr);}
.detail-layout>*,.hotel-hero__grid>*,.hotel-gallery {min-width:0;}
.travel-gallery__stage {position:relative;overflow:hidden;border-radius:var(--gallery-radius);border:1px solid var(--gallery-border);background:#eef2f7;aspect-ratio:16 / 9;min-height:260px;}
.travel-gallery__main {display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;}
.travel-gallery__main img {width:100%;height:100%;object-fit:cover;display:block;}
.travel-gallery__nav {position:absolute;top:50%;z-index:3;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:rgba(17,24,39,.68);color:#fff;transform:translateY(-50%);cursor:pointer;transition:background .18s ease,transform .18s ease;}
.travel-gallery__nav:hover {background:rgba(17,24,39,.86);transform:translateY(-50%)scale(1.04);}
.travel-gallery__nav--prev {left:14px;}
.travel-gallery__nav--next {right:14px;}
.travel-gallery__nav i {font-size:28px;line-height:1;}
.travel-gallery__nav::before,.travel-lightbox__nav::before {content:"";display:block;width:12px;height:12px;border-top:3px solid currentColor;border-right:3px solid currentColor;}
.travel-gallery__nav--prev::before,.travel-lightbox__nav--prev::before {transform:rotate(-135deg);margin-left:4px;}
.travel-gallery__nav--next::before,.travel-lightbox__nav--next::before {transform:rotate(45deg);margin-right:4px;}
.travel-gallery__nav i,.travel-lightbox__nav i {display:none;}
.travel-gallery__hud {position:absolute;right:14px;bottom:14px;z-index:4;display:flex;align-items:center;gap:8px;}
.travel-gallery__hud span,.travel-gallery__hud button {height:36px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;background:rgba(17,24,39,.78);color:#fff;padding:0 12px;font-size:13px;font-weight:700;}
.travel-gallery__hud button {cursor:pointer;}
.travel-gallery__badges {position:absolute;left:14px;top:14px;z-index:4;display:flex;flex-wrap:wrap;gap:8px;}
.travel-gallery__badge {display:inline-flex;align-items:center;min-height:30px;border-radius:999px;color:#fff;padding:6px 11px;font-size:12px;font-weight:800;box-shadow:0 8px 24px rgba(15,23,42,.18);}
.travel-gallery__badge--dark {background:rgba(17,24,39,.82);}
.travel-gallery__badge--red {background:rgba(220,38,38,.9);}
.travel-gallery__thumbs {display:flex;gap:8px;width:min(100%,calc((92px * 7)+(8px * 6)+4px));max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:10px 2px 2px;scrollbar-width:thin;-webkit-overflow-scrolling:touch;}
.travel-gallery__thumb {flex:0 0 92px;width:92px;height:66px;padding:0;border:2px solid transparent;border-radius:10px;background:#e5e7eb;overflow:hidden;cursor:pointer;scroll-snap-align:start;}
.travel-gallery__thumb[aria-current="true"] {border-color:#dc2626;}
.travel-gallery__thumb img {width:100%;height:100%;object-fit:cover;display:block;}
.travel-lightbox {position:fixed;inset:0;z-index:10050;display:none;background:rgba(3,7,18,.94);color:#fff;}
.travel-lightbox.is-open {display:grid;grid-template-rows:auto minmax(0,1fr)auto;}
.travel-lightbox__top {display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;}
.travel-lightbox__title {min-width:0;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.travel-lightbox__counter {color:#cbd5e1;font-size:13px;margin-left:10px;}
.travel-lightbox__close,.travel-lightbox__nav {border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;}
.travel-lightbox__close {width:42px;height:42px;font-size:25px;}
.travel-lightbox__body {position:relative;display:grid;place-items:center;min-height:0;max-height:calc(100vh - 132px);padding:0 72px;overflow:hidden;}
.travel-lightbox__image {width:auto;max-width:100%;height:auto;max-height:min(70vh,calc(100vh - 160px));object-fit:contain;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.35);}
.travel-lightbox__nav {position:absolute;top:50%;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);}
.travel-lightbox__nav i {font-size:32px;}
.travel-lightbox__nav--prev {left:18px;}
.travel-lightbox__nav--next {right:18px;}
.travel-lightbox__thumbs {position:relative;z-index:2;display:flex;gap:8px;overflow-x:auto;padding:12px 18px 16px;background:rgba(3,7,18,.45);}
.travel-lightbox__thumb {flex:0 0 78px;width:78px;height:54px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#111827;cursor:pointer;}
.travel-lightbox__thumb[aria-current="true"] {border-color:#fff;}
.travel-lightbox__thumb img {width:100%;height:100%;object-fit:cover;display:block;}
body.travel-lightbox-open {overflow:hidden;}
@media (max-width: 768px) {
  .detail-layout,.hotel-hero__grid {grid-template-columns:1fr;}
  .travel-gallery__stage {border-radius:0;margin-left:-16px;margin-right:-16px;width:calc(100%+32px);min-height:220px;aspect-ratio:4 / 3;border-left:0;border-right:0;}
  .travel-gallery__nav {width:38px;height:38px;}
  .travel-gallery__hud {left:10px;right:10px;justify-content:space-between;}
  .travel-gallery__hud span,.travel-gallery__hud button {height:34px;font-size:12px;padding:0 10px;}
  .travel-gallery__badges {left:10px;top:10px;}
  .travel-gallery__thumb {flex-basis:78px;width:78px;height:56px;}
  .travel-gallery__thumbs {width:100%;}
  .travel-lightbox__body {max-height:calc(100vh - 128px);padding:0;}
  .travel-lightbox__image {max-height:min(68vh,calc(100vh - 150px));border-radius:0;}
  .travel-lightbox__nav {top:auto;bottom:86px;width:42px;height:42px;}
  .travel-lightbox__nav--prev {left:14px;}
  .travel-lightbox__nav--next {right:14px;}
}
.tour-card {width:260px;min-height:410px;background:#fff;border:1px solid #ececec;border-radius:16px;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 8px 24px rgba(15,23,42,0.06);transition:transform 0.25s ease,box-shadow 0.25s ease;}
.tour-card:hover {transform:translateY(-4px);box-shadow:0 16px 30px rgba(15,23,42,0.10);}
.tour-card__media {position:relative;display:block;height:180px;overflow:hidden;background:#f3f4f6;}
.tour-card__media img {width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s ease;}
.tour-card:hover .tour-card__media img {transform:scale(1.04);}
.tour-card__badge {position:absolute;top:12px;right:12px;background:#facc15;color:#111827;font-size:12px;font-weight:700;padding:7px 12px;border-radius:999px;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,0.12);}
.tour-card__body {padding:16px;display:flex;flex-direction:column;flex:1;}
.tour-card__title {margin:0 0 10px;font-size:18px;line-height:1.35;font-weight:800;color:#111827;min-height:calc(1.35em * 3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.tour-card__meta {margin:0;color:#6b7280;font-size:14px;line-height:1.45;min-height:calc(1.45em * 3);}
.tour-card__footer {margin-top:auto;padding-top:14px;display:flex;justify-content:flex-end;align-items:end;gap:12px;}
.tour-card__pricebox {text-align:right;min-width:110px;}
.tour-card__price {display:inline-block;background:#1d4ed8;color:#fff;font-size:16px;font-weight:800;padding:9px 11px;border-radius:12px;line-height:1;}
.tour-card__from {margin-top:6px;font-size:11px;color:#6b7280;line-height:1.3;}
.hotel-card {width:260px;min-height:410px;background:#fff;border:1px solid #ececec;border-radius:16px;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 8px 24px rgba(15,23,42,0.06);transition:transform 0.25s ease,box-shadow 0.25s ease;}
.hotel-card:hover {transform:translateY(-4px);box-shadow:0 16px 30px rgba(15,23,42,0.10);}
.hotel-card__media {position:relative;display:block;height:180px;overflow:hidden;background:#f3f4f6;}
.hotel-card__media img {width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s ease;}
.hotel-card:hover .hotel-card__media img {transform:scale(1.04);}
.hotel-card__badge {position:absolute;top:12px;right:12px;background:#111827;color:#fff;font-size:12px;font-weight:700;padding:7px 12px;border-radius:999px;line-height:1;z-index:2;}
.hotel-card__discount {position:absolute;top:12px;left:12px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;padding:7px 12px;border-radius:999px;line-height:1;z-index:2;}
.hotel-card__body {padding:16px;display:flex;flex-direction:column;flex:1;}
.hotel-card__title {margin:0 0 10px;font-size:18px;line-height:1.35;font-weight:800;color:#111827;min-height:calc(1.35em * 3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.hotel-card__meta {margin:0;color:#6b7280;font-size:14px;line-height:1.45;min-height:calc(1.45em * 3);}
.hotel-card__footer {margin-top:auto;padding-top:14px;display:flex;justify-content:flex-end;align-items:end;gap:12px;}
.hotel-card__pricebox {text-align:right;min-width:110px;}
.hotel-card__old {font-size:12px;color:#9ca3af;text-decoration:line-through;line-height:1.2;margin-bottom:6px;}
.hotel-card__price {display:inline-block;background:#1d4ed8;color:#fff;font-size:16px;font-weight:800;padding:9px 11px;border-radius:12px;line-height:1;}
.hotel-card__from {margin-top:6px;font-size:11px;color:#6b7280;line-height:1.3;}
.tour-slider .track,.hotel-slider .track {display:flex;gap:20px;transition:transform 0.4s ease;align-items:stretch;}
.tour-home-card {width:270px;min-height:444px;background:#fff;border:0;border-radius:8px;overflow:visible;flex:0 0 270px;display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(15,23,42,.12);font-family:"Nunito Sans",sans-serif;text-align:center;}
.tour-home-card__media {position:relative;display:block;height:172px;overflow:hidden;border-radius:8px 8px 0 0;background:#e5e7eb;}
.tour-home-card__media img {width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease;}
.tour-home-card:hover .tour-home-card__media img {transform:scale(1.035);}
.tour-home-card__badge {position:absolute;left:0;top:0;min-width:50px;max-width:88%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:8px 0 8px 0;background:#ffd21a;color:#111827;font-size:20px;line-height:1.05;font-weight:700;box-shadow:none;text-transform:none;}
.tour-home-card__body {display:flex;flex:1;flex-direction:column;padding:15px 18px 16px;background:#fff;border-radius:0 0 8px 8px;}
.tour-home-card__duration {min-height:27px;color:#111827;font-size:20px;line-height:1.2;font-weight:500;}
.tour-home-card__title {margin:5px 0 0;min-height:96px;color:#0986bd;font-size:28px;line-height:1.14;font-weight:800;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.tour-home-card__title a {color:inherit;text-decoration:none;}
.tour-home-card__title a:hover {color:#0a75c9;}
.tour-home-card__spacer {flex:1;min-height:24px;}
.tour-home-card__meta {display:grid;gap:7px;min-height:58px;color:#111827;font-size:20px;line-height:1.2;font-weight:500;}
.tour-home-card__dates {position:relative;display:inline-flex;justify-content:center;}
.tour-home-card__date-trigger {border:0;background:transparent;color:inherit;font:inherit;cursor:default;padding:0;}
.tour-home-card__date-popover {position:absolute;left:50%;bottom:calc(100% + 8px);z-index:8;min-width:150px;max-height:210px;overflow:auto;padding:9px 11px;border-radius:8px;background:rgba(17,24,39,.94);color:#fff;text-align:left;font-size:13px;line-height:1.45;box-shadow:0 12px 28px rgba(15,23,42,.24);opacity:0;visibility:hidden;transform:translate(-50%,6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none;}
.tour-home-card__date-popover::after {content:"";position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background:rgba(17,24,39,.94);transform:translateX(-50%)rotate(45deg);}
.tour-home-card__date-popover span {display:block;white-space:nowrap;}
.tour-home-card__dates:hover .tour-home-card__date-popover,.tour-home-card__date-trigger:focus + .tour-home-card__date-popover {opacity:1;visibility:visible;transform:translate(-50%,0);}
.tour-home-card__bottom {display:grid;grid-template-columns:minmax(0,1fr)124px;gap:10px;align-items:end;margin-top:22px;text-align:left;}
.tour-home-card__left {min-width:0;color:#111827;font-size:18px;line-height:1.28;font-weight:500;}
.tour-home-card__transport {min-height:48px;display:flex;align-items:flex-start;}
.tour-home-card__code {margin-top:15px;white-space:nowrap;}
.tour-home-card__pricebox {display:grid;justify-items:end;text-align:right;min-width:0;}
.tour-home-card__deal {min-height:48px;display:grid;align-content:end;justify-items:end;color:#c3263d;}
.tour-home-card__deal del {color:#4b0b0b;font-size:18px;line-height:1.05;font-weight:800;text-decoration-thickness:2px;}
.tour-home-card__deal strong {display:block;margin-top:2px;color:#c3263d;font-size:15px;line-height:1.05;font-weight:900;white-space:nowrap;}
.tour-home-card__price {display:inline-flex;align-items:center;justify-content:center;min-width:104px;min-height:47px;margin-top:5px;padding:8px 12px;border-radius:8px;background:#098cc8;color:#fff;font-size:16px;line-height:1;font-weight:700;white-space:nowrap;}
.tour-home-card__try {margin-top:9px;color:#6b7280;font-size:14px;line-height:1.15;font-weight:800;white-space:nowrap;}
@media (max-width: 640px) {.tour-home-card {width:250px;flex-basis:250px;min-height:426px;}.tour-home-card__media {height:158px;}.tour-home-card__badge {font-size:17px;min-height:38px;}.tour-home-card__title {font-size:24px;min-height:84px;}.tour-home-card__duration,.tour-home-card__meta {font-size:18px;}.tour-home-card__bottom {grid-template-columns:minmax(0,1fr)114px;}.tour-home-card__left {font-size:16px;}.tour-home-card__price {min-width:96px;font-size:23px;}.tour-home-card__try {font-size:12px;}}
.tour-slider {overflow:visible;}
.tour-slider .track {overflow:visible;}
.tour-slider .nav {z-index:20;}
.tour-home-card {width:270px;min-height:392px;}
.tour-home-card__media {height:160px;}
.tour-home-card__body {padding:13px 15px 15px;}
.tour-home-card__badge {font-size:15px;line-height:1.2;padding:8px 14px;min-width:112px;min-height:36px;}
.tour-home-card__duration {font-size:14px;min-height:20px;margin-bottom:4px;}
.tour-home-card__title {font-size:19px;line-height:1.16;min-height:66px;width: 245px;}
.tour-home-card__spacer {min-height:14px;}
.tour-home-card__meta {font-size:14px;line-height:1.45;min-height:42px;margin-top:8px;}
.tour-home-card__date-popover {background:rgb(9 140 200);font-size:12px;line-height:1.35;max-height:190px;scrollbar-width:none;-ms-overflow-style:none;z-index:50;}
.tour-home-card__date-popover::-webkit-scrollbar {display:none;width:0;height:0;}
.tour-home-card__date-popover::after {background:rgb(9 140 200);}
.tour-home-card,.tour-home-card__body,.tour-home-card__dates {position:relative;}
.tour-home-card__dates:hover {z-index:30;}
.tour-home-card__bottom {grid-template-columns:minmax(0,1fr)104px;gap:10px;margin-top:14px;}
.tour-home-card__left {font-size:13px;line-height:1.4;}
.tour-home-card__transport {min-height:37px;}
.tour-home-card__code {margin-top:10px;}
.tour-home-card__deal {min-height:35px;margin-bottom:7px;}
.tour-home-card__deal del {font-size:13px;}
.tour-home-card__deal strong {font-size:12px;}
.tour-home-card__price {min-height:36px;min-width:88px;border-radius:7px;}
.tour-home-card__try {font-size:11px;margin-top:8px;}
@media (max-width: 640px) {.tour-home-card {width:250px;flex-basis:250px;min-height:382px;}.tour-home-card__media {height:150px;}.tour-home-card__body {padding:12px 13px 14px;}.tour-home-card__badge {font-size:14px;min-height:34px;}.tour-home-card__duration,.tour-home-card__meta {font-size:13px;}.tour-home-card__title {font-size:19px;min-height:66px;}.tour-home-card__bottom {grid-template-columns:minmax(0,1fr)98px;gap:9px;}.tour-home-card__left {font-size:12px;}.tour-home-card__price {font-size:18px;min-width:82px;}.tour-home-card__try {font-size:10px;}}
.tour-slider {overflow:hidden;}
.tour-slider .track {overflow:visible;}
.tour-home-card__media {width:100%;}
.tour-home-card__media img {width:100%;min-width:100%;max-width:none;height:100%;object-fit:cover;object-position:center center;}
.tour-home-card__meta {position:relative;}
.tour-home-card__dates {position:static;}
.tour-home-card__date-popover {left:10px;right:10px;bottom:calc(100% + 8px);width:auto;min-width:0;transform:translateY(6px);}
.tour-home-card__date-popover::after {left:50%;}
.tour-home-card__dates:hover .tour-home-card__date-popover,.tour-home-card__date-trigger:focus + .tour-home-card__date-popover {transform:translateY(0);}
.tour-home-card__pricebox {justify-items:end;padding-right:0;}
.tour-home-card__price {width:88px;box-sizing:border-box;text-align:center;}
.tour-home-card__price--ask {font-size:12px;font-weight:500;line-height:1.15;white-space:normal;padding-left:7px;padding-right:7px;}
@media (max-width: 640px) {.tour-home-card__price {width:82px;}.tour-home-card__price--ask {font-size:11px;}}
.tour-home-card__body {padding-right:14px;}
.tour-home-card__bottom {grid-template-columns:minmax(0,1fr) max-content;}
.tour-home-card__pricebox {justify-items:end;justify-self:end;}
.tour-home-card__price {width:auto;min-width:88px;max-width:none;box-sizing:border-box;}
.tour-home-card__price--ask {min-width:88px;font-size:12px;font-weight:500;}
@media (max-width: 640px) {.tour-home-card__price {width:auto;min-width:82px;}.tour-home-card__price--ask {min-width:82px;font-size:11px;}}
.hotel-home-card {width:270px;min-height:430px;background:#fff;border:0;border-radius:8px;overflow:hidden;flex:0 0 270px;display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(15,23,42,.12);font-family:"Nunito Sans",sans-serif;text-align:center;}
.hotel-home-card__media {position:relative;display:block;width:100%;height:172px;overflow:hidden;border-radius:8px 8px 0 0;background:#e5e7eb;}
.hotel-home-card__media img {width:100%;min-width:100%;max-width:none;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .28s ease;}
.hotel-home-card:hover .hotel-home-card__media img {transform:scale(1.035);}
.hotel-home-card__badge {position:absolute;left:0;top:0;max-width:88%;min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:8px 0 8px 0;background:#ffd21a;color:#111827;font-size:14px;line-height:1.05;font-weight:700;box-shadow:none;text-transform:none;}
.hotel-home-card__body {display:flex;flex:1;flex-direction:column;padding:14px 14px 15px;background:#fff;border-radius:0 0 8px 8px;}
.hotel-home-card__location {min-height:12px;color:#111827;font-size:15px;line-height:0.4;font-weight:500;}
.hotel-home-card__title {margin:5px 0 0;min-height:66px;color:#0986bd;font-size:19px;line-height:1.16;font-weight:800;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width: 250px;}
.hotel-home-card__title a {color:inherit;text-decoration:none;}
.hotel-home-card__title a:hover {color:#0a75c9;}
.hotel-home-card__spacer {flex:1;min-height:4px;}
.hotel-home-card__meta {display:grid;gap:2px;min-height:48px;color:#111827;font-size:15px;line-height:1.35;font-weight:500;}
.hotel-home-card__bottom {display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:10px;align-items:end;margin-top:8px;text-align:left;}
.hotel-home-card__left {min-width:0;color:#111827;font-size:13px;line-height:1.4;font-weight:500;}
.hotel-home-card__info {min-height:38px;display:flex;align-items:flex-start;}
.hotel-home-card__code {margin-top:10px;white-space:nowrap;}
.hotel-home-card__pricebox {display:grid;justify-items:end;justify-self:end;text-align:right;min-width:0;}
.hotel-home-card__deal {min-height:38px;display:grid;align-content:end;justify-items:end;color:#c3263d;}
.hotel-home-card__deal del {color:#4b0b0b;font-size:13px;line-height:1.05;font-weight:800;text-decoration-thickness:2px;}
.hotel-home-card__deal strong {display:block;margin-top:2px;color:#c3263d;font-size:12px;line-height:1.05;font-weight:900;white-space:nowrap;}
.hotel-home-card__price {display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:100px;min-height:38px;margin-top:5px;padding:8px 12px;border-radius:7px;background:#098cc8;color:#fff;font-size:16px;line-height:1;font-weight:700;white-space:nowrap;box-sizing:border-box;text-align:center;}
.hotel-home-card__price--ask {min-width:88px;font-size:12px;font-weight:500;line-height:1.15;white-space:normal;padding-left:7px;padding-right:7px;}
.hotel-home-card__from {margin-top:8px;color:#6b7280;font-size:11px;line-height:1.15;font-weight:800;white-space:nowrap;}
@media (max-width: 640px) {.hotel-home-card {width:250px;flex-basis:250px;min-height:405px;}.hotel-home-card__media {height:160px;}.hotel-home-card__badge {font-size:16px;min-height:36px;padding:8px 14px;}.hotel-home-card__location,.hotel-home-card__meta {font-size:13px;}.hotel-home-card__title {font-size:19px;min-height:66px;}.hotel-home-card__bottom {grid-template-columns:minmax(0,1fr) max-content;gap:9px;}.hotel-home-card__left {font-size:12px;}.hotel-home-card__price {min-width:88px;font-size:18px;}.hotel-home-card__price--ask {min-width:82px;font-size:11px;}.hotel-home-card__from {font-size:10px;}}
.hotel-list-card {display:grid;align-items:stretch;width:100%;background:#f9f9f9;border-radius:6px;overflow:hidden;padding:0 40px 0 0;box-shadow:none;min-height:250px;}
.hotel-list-card__media {position:relative;display:block;height:250px;min-width:0;overflow:hidden;background:#e5e7eb;}
.hotel-list-card__media img {border-radius: 10px 0 0 10px;width:100%;height:100%;object-position:center;display:block;}
.hotel-list-card__badge {position:absolute;left:0;top:0;display:inline-flex;align-items:center;min-height:40px;max-width:90%;padding:6px 16px;border-radius:0 0 8px 0;background:#ffd21a;color:#111827;font-size:14px;font-weight:700;line-height:1.15;}
.hotel-list-card__content {display:flex;flex-direction:column;min-width:0;padding:28px 0 18px;}
.hotel-list-card__title {margin:0 0 16px;color:#0986bd;font-size:24px;line-height:1.15;font-weight:800;letter-spacing:0;}
.hotel-list-card__title a {color:inherit;text-decoration:none;}
.hotel-list-card__title a:hover {color:#0a75c9;}
.hotel-list-card__chips {display:flex;flex-wrap:wrap;gap:12px 34px;margin-bottom:28px;}
.hotel-list-card__chips span {display:inline-flex;align-items:center;justify-content:center;min-height:30px;min-width:116px;padding:4px 18px;border-radius:999px;background:#f4f4f6;color:#111827;font-size:15px;line-height:1.2;font-weight:500;text-align:center;}
.hotel-list-card__chips strong {font-weight:900;margin-right:4px;}
.hotel-list-card__desc {margin:0 0 14px;max-width:680px;color:#757575;font-size:15px;line-height:1.35;letter-spacing:.5px;}
.hotel-list-card__code {margin-top:auto;color:#111827;font-size:15px;line-height:1.2;font-weight:500;}
.hotel-list-card__side {display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;border-left:1px solid #8c8c8c;margin:42px 0;padding-left:40px;text-align:center;}
.hotel-list-card__pricebox {display:grid;justify-items:center;min-width:0;}
.hotel-list-card__deal {min-height:42px;display:grid;align-content:end;justify-items:center;color:#ef2f35;}
.hotel-list-card__deal del {color:#5b0000;font-size:16px;line-height:1.05;font-weight:900;text-decoration-thickness:2px;}
.hotel-list-card__deal strong {display:block;margin-top:3px;color:#ef2f35;font-size:18px;line-height:1.05;font-weight:900;white-space:nowrap;}
.hotel-list-card__price {display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:150px;min-height:50px;margin-top:6px;padding:9px 18px;border-radius:5px;background:#098cc8;color:#fff;line-height:1;font-weight:700;white-space:nowrap;box-sizing:border-box;}
.hotel-list-card__price--ask {min-width:120px;font-size:13px;font-weight:500;line-height:1.15;white-space:normal;}
.hotel-list-card__from {margin-top:8px;color:#6b6b6b;font-size:10px;line-height:1.15;font-weight:800;white-space:nowrap;}
.hotel-list-card__btn {display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:48px;padding:10px 22px;border-radius:5px;background:#ff3131;color:#fff;font-size:15px;font-weight:500;text-decoration:none;}
.hotel-list-card__btn:hover {background:#e72a2a;color:#fff;}
@media (max-width: 1100px) {.hotel-list-card {grid-template-columns:300px minmax(0,1fr);padding-right:0;gap:22px;}.hotel-list-card__side {grid-column:1 / -1;flex-direction:row;justify-content:flex-end;border-left:0;border-top:1px solid #e5e7eb;margin:0;padding:16px 22px;}.hotel-list-card__media {height:230px;}.hotel-list-card__content {padding-right:22px;}}
@media (max-width: 720px) {.hotel-list-card {grid-template-columns:1fr;gap:0;padding:0;}.hotel-list-card__media {height:220px;}.hotel-list-card__content {padding:18px 18px 12px;}.hotel-list-card__title {font-size:21px;}.hotel-list-card__chips {gap:8px;margin-bottom:18px;}.hotel-list-card__chips span {min-width:0;font-size:13px;padding:5px 12px;}.hotel-list-card__desc {font-size:14px;}.hotel-list-card__side {flex-direction:column;align-items:flex-end;gap:14px;padding:14px 18px 18px;}.hotel-list-card__price {font-size:22px;min-width:124px;}.hotel-list-card__deal strong {font-size:15px;}.hotel-list-card__btn {width:100%;}}
.hotel-list-card {    margin: 0 0 20px 0;grid-template-columns:minmax(260px,34%) minmax(360px,1fr) 190px;gap:24px;padding-right:28px;min-height:252px;}
.hotel-list-card__media {height:252px;}
.hotel-list-card__content {padding:15px 0 15px;}
.hotel-list-card__title {margin-bottom:14px;font-size:21px;line-height:1.15;max-width:none;}
.hotel-list-card__chips {gap:12px 28px;margin-bottom:10px;}
.hotel-list-card__chips span {min-width:112px;padding:4px 18px;}
.hotel-list-card__desc {max-width:none;margin-bottom:14px;font-size:15px;line-height:1.36;}
.hotel-list-card__side {width:210px;justify-self:end;gap:22px;margin:42px 0;padding-left:8px;}
.hotel-list-card__price {min-width:150px;font-size:18px;}
.hotel-list-card__btn {min-width:150px;}
@media (max-width: 1180px) {.hotel-list-card {grid-template-columns:minmax(300px,34%) minmax(330px,1fr) 190px;gap:20px;padding-right:22px;}.hotel-list-card__side {width:190px;padding-left:22px;}.hotel-list-card__price {min-width:138px;font-size:22px;}.hotel-list-card__btn {min-width:138px;font-size:16px;}}
@media (max-width: 980px) {.hotel-list-card {grid-template-columns:300px minmax(0,1fr);padding-right:0;gap:22px;}.hotel-list-card__side {grid-column:1 / -1;width:auto;justify-self:stretch;flex-direction:row;justify-content:flex-end;border-left:0;border-top:1px solid #e5e7eb;margin:0;padding:16px 22px;}.hotel-list-card__media {height:230px;}.hotel-list-card__content {padding-right:22px;}}
.main-nav > ul > .has-mega-wrapper {position:relative !important;}
.main-nav > ul > .has-mega-wrapper > .has-mega {display:inline-flex;align-items:center;gap:6px;}
.main-nav > ul > .has-mega-wrapper > .has-mega::after {display:none !important;}
.mega-menu {position:fixed !important;left:var(--mega-left,16px) !important;right:auto !important;top:var(--mega-top,var(--header-h,70px)) !important;width:min(var(--mega-width,980px),calc(100vw - 32px)) !important;max-height:calc(100vh - var(--mega-top,var(--header-h,70px)) - 24px);overflow:auto;display:block !important;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(10px) !important;padding:0;border:1px solid rgba(15,23,42,.08);border-radius:0 0 14px 14px;background:#fff;box-shadow:0 22px 48px rgba(15,23,42,.16);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;z-index:1200;}
.mega-menu::before {content:"";position:absolute;left:0;right:0;top:-46px;height:46px;}
.has-mega-wrapper:not(.is-mega-open):hover > .mega-menu,.has-mega-wrapper:not(.is-mega-open):focus-within > .mega-menu {visibility:hidden !important;opacity:0 !important;pointer-events:none !important;transform:translateY(10px) !important;}
.has-mega-wrapper.is-mega-open > .mega-menu {visibility:visible !important;opacity:1 !important;pointer-events:auto !important;transform:translateY(0) !important;}
.mega-menu .mega-inner {display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;width:100%;max-width:none;margin:0;padding:24px;}
.mega-menu .mega-links {min-width:0;}
.mega-menu .mega-links > div {display:grid;gap:10px 28px;}
.mega-menu.mega-cols-1 .mega-links > div {grid-template-columns:1fr;}
.mega-menu.mega-cols-2 .mega-links > div {grid-template-columns:repeat(2,minmax(160px,1fr));}
.mega-menu.mega-cols-3 .mega-links > div {grid-template-columns:repeat(3,minmax(150px,1fr));}
.mega-menu.mega-cols-4 .mega-links > div {grid-template-columns:repeat(4,minmax(130px,1fr));}
.mega-menu .mega-links a {display:flex;align-items:center;min-height:34px;padding:7px 10px;border-radius:8px;color:#1f2937;font-size:14px;line-height:1.25;white-space:normal;break-inside:avoid;transition:background .15s ease,color .15s ease,padding-left .15s ease;}
.mega-menu .mega-links a:hover {background:#f2f8fb;color:#098cc8;padding-left:14px;}
.mega-menu .mega-links--groups {display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:22px;}
.mega-menu .mega-link-group {min-width:0;}
.mega-menu .mega-link-title {min-height:auto;margin-bottom:8px;padding:0;background:transparent;color:#111827;font-weight:800;}
.mega-menu .mega-link-title:hover {background:transparent;color:#098cc8;}
.mega-menu .mega-banner {width:100%;min-width:0;}
.mega-menu .mega-banner img {width:100%;height:190px;object-fit:cover;border-radius:12px;display:block;}
.mega-menu .mega-banner p {margin:10px 0 0;color:#5f6b7a;font-size:13px;line-height:1.45;}
.mega-menu::-webkit-scrollbar {width:0;height:0;}
@media (max-width: 1100px) {.mega-menu {left:16px !important;width:calc(100vw - 32px) !important;}.mega-menu .mega-inner {grid-template-columns:1fr 260px;}.mega-menu.mega-cols-4 .mega-links > div {grid-template-columns:repeat(3,minmax(150px,1fr));}}
@media (max-width: 768px) {.mega-menu {position:static !important;width:auto !important;max-height:none;box-shadow:none;border:0;border-radius:0;overflow:visible;}.mega-menu .mega-inner {grid-template-columns:1fr;padding:12px 0;}.mega-menu .mega-links > div,.mega-menu.mega-cols-2 .mega-links > div,.mega-menu.mega-cols-3 .mega-links > div,.mega-menu.mega-cols-4 .mega-links > div {grid-template-columns:1fr;}.mega-menu .mega-banner {display:none;}}
.mega-menu--ets {border:1px solid rgba(15,23,42,.1);border-radius:0 0 26px 26px;background:#fff;box-shadow:0 24px 55px rgba(15,23,42,.2);overflow:hidden;}
.mega-menu--ets::before {top:-52px;height:52px;}
.mega-shell {display:grid;grid-template-columns:225px minmax(0,1fr);min-height:350px;}
.mega-rail {padding:30px 0 18px;background:#f3f6fb;}
.mega-rail-link {display:flex;align-items:center;min-height:54px;margin:0 0 4px;padding:12px 12px;color:#07142f;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;background:#f7f9fc;border-radius:0 6px 6px 0;transition:background .15s ease,color .15s ease;}
.mega-rail-link:hover,.mega-rail-link.is-active {background:#d9e7ff;color:#064db7;}
.mega-content {min-width:0;padding:26px 18px 24px 26px;background:#fff;}
.mega-feature-row {display:flex;gap:26px;align-items:flex-start;padding-bottom:18px;margin-bottom:20px;border-bottom:1px dashed #9ec3ff;overflow:hidden;}
.mega-feature {display:grid;justify-items:center;gap:9px;min-width:82px;max-width:112px;color:#1e3a70;font-size:14px;font-weight:500;line-height:1.2;text-align:center;text-decoration:none;}
.mega-feature:hover {color:#098cc8;}
.mega-feature-thumb {display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:999px;overflow:hidden;background:#dff3fb;color:#098cc8;font-size:28px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(9,140,200,.12);}
.mega-feature-thumb img {width:100%;height:100%;object-fit:cover;display:block;}
.mega-content-panels {min-height:140px;}
.mega-panel {display:none;}
.mega-panel.is-active {display:block;}
.mega-panel-links {display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px 0px;align-content:start;}
.mega-panel-links a {color:#098cc8;font-size:16px;font-weight:500;line-height:1.25;text-decoration:none;}
.mega-panel-links a:hover {color:#1266ff;text-decoration:underline;}
.mega-empty-panel {display:flex;align-items:center;min-height:120px;padding:18px;border:1px dashed #d7e3f2;border-radius:10px;background:#f8fbff;color:#6b7280;font-size:14px;}
.mega-promo-strip {display:flex;align-items:center;gap:24px;min-height:80px;padding:14px 28px;border-top:1px solid #fde7a7;background:#fffbea;color:#111827;text-decoration:none;}
.mega-promo-strip:hover {color:#111827;background:#fff6d6;text-decoration:none;}
.mega-promo-icon {width:76px;height:52px;border-radius:0 26px 26px 0;overflow:hidden;background:#ffe49a;flex:0 0 auto;}
.mega-promo-icon img {width:100%;height:100%;object-fit:cover;display:block;}
.mega-promo-strip strong {display:block;margin-bottom:4px;font-size:16px;font-weight:800;color:#111827;}
.mega-promo-strip span {display:block;color:#111827;font-size:15px;line-height:1.25;}
@media (max-width: 1100px) {.mega-shell {grid-template-columns:205px minmax(0,1fr);}.mega-rail-link {padding-left:22px;font-size:15px;}.mega-panel-links {gap:12px 28px;}.mega-feature-row {gap:18px;}}
@media (max-width: 768px) {.mega-menu--ets {border-radius:0;overflow:visible;}.mega-shell {display:block;min-height:0;}.mega-rail {padding:8px 0;background:#fff;}.mega-rail-link {min-height:42px;margin:0;border-radius:8px;background:#f5f7fb;font-size:14px;}.mega-content {padding:10px 0 14px;}.mega-feature-row,.mega-promo-strip {display:none;}.mega-panel-links {grid-template-columns:1fr;gap:4px;}.mega-panel-links a {display:block;padding:8px 12px;border-radius:8px;background:#f8fafc;color:#1f2937;font-size:14px;}}
.tour-list-card {background:#fff;border-radius:18px;box-shadow:none;overflow:hidden;height:250px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.tour-list-card__image {position:relative;display:block;overflow:hidden;background:#e5e7eb;}
.tour-list-card__image img {width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.tour-list-card__badge {position:absolute;left:0;top:0;display:inline-flex;align-items:center;min-height:44px;max-width:90%;padding:8px 22px;border-radius:0 0 6px 0;background:#ffd21a;color:#111827;font-size:15px;font-weight:700;line-height:1.15;}
.tour-list-card__content {padding-top:22px;padding-bottom:18px;}
.tour-list-card__title {margin:0 0 12px;color:#0986bd;font-size:17px;line-height:1.25;font-weight:800;letter-spacing:0;}
.tour-list-card__title a {color:inherit;text-decoration:none;}
.tour-list-card__title a:hover {color:#0a75c9;}
.tour-list-card__chips {display:flex;flex-wrap:wrap;gap:12px 20px;margin:0 0 16px;}
.tour-list-card__chips span {display:inline-flex;align-items:center;justify-content:center;min-height:34px;min-width:132px;padding:5px 18px;border-radius:999px;background:#f4f4f6;color:#111827;font-size:14px;line-height:1.2;font-weight:500;text-align:center;}
.tour-list-card__desc {margin:0 0 14px;color:#757575;font-size:15px;line-height:1.35;letter-spacing:.4px;}
.tour-list-card__footer {display:flex;justify-content:space-between;gap:18px;margin-top:10px;color:#111827;font-size:15px;line-height:1.2;font-weight:500;}
.tour-list-card__code {margin-top:10px;color:#111827;font-size:14px;line-height:1.2;font-weight:500;}
.tour-list-card__pricebox {    background: #fff;border-left: 1px solid #d2d2d2;margin: 0px 0px;padding-left: 0px;gap: 10px;text-align: center;}
.tour-list-card__deal {min-height:42px;display:grid;align-content:end;justify-items:center;color:#ef2f35;}
.tour-list-card__deal del {color:#5b0000;font-size:16px;line-height:1.05;font-weight:900;text-decoration-thickness:2px;}
.tour-list-card__deal strong {display:block;margin-top:3px;color:#ef2f35;font-size:18px;line-height:1.05;font-weight:900;white-space:nowrap;}
.tour-list-card__price {display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:150px;min-height:52px;margin:0;padding:9px 18px;border-radius:5px;background:#098cc8;color:#fff;font-size:15px;line-height:1;font-weight:700;white-space:nowrap;box-sizing:border-box;}
.tour-list-card__price--ask {min-width:120px;font-size:13px;font-weight:500;line-height:1.15;white-space:normal;}
.tour-list-card__try {margin-top:4px;color:#757575;font-size:15px;line-height:1.15;font-weight:500;white-space:nowrap;}
.tour-list-card__btn {display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:48px;margin-top:12px;padding:10px 22px;border-radius:5px;background:#ff3131;color:#fff;font-size:14px;font-weight:500;text-decoration:none;}
.tour-list-card__btn:hover {background:#e72a2a;color:#fff;}

.section-block .card-box li    {margin-left: 15px;}

/* Mobile refinement layer */
.mobile-filter-toggle,.mobile-filter-close,.mobile-filter-backdrop,.mobile-filter-side-close {display:none;}

@media (max-width: 980px) {
  .site-header.nav-open .main-nav {position:fixed !important;left:0 !important;right:0 !important;top:64px !important;height:calc(100vh - 64px) !important;max-height:none !important;padding:12px 14px 28px !important;background:#fff !important;overflow:auto !important;z-index:10020 !important;}
  .site-header.nav-open .main-nav > ul {display:grid !important;gap:8px !important;margin:0 !important;padding:0 !important;list-style:none !important;}
  .site-header.nav-open .main-nav > ul > li > a,.site-header.nav-open .main-nav > ul > li > button {display:flex;align-items:center;justify-content:space-between;width:100%;min-height:46px;padding:12px 14px !important;margin:0 !important;border-radius:12px;background:#f8fafc;color:#111827;font-size:16px;font-weight:800;text-align:left;}
  .site-header.nav-open .main-nav > ul > li > .has-mega::after {content:"+" !important;display:inline-flex !important;position:static !important;width:auto !important;height:auto !important;background:transparent !important;color:#098cc8;font-size:18px;}
  .site-header.nav-open .has-mega-wrapper.is-mobile-mega-open > .has-mega::after {content:"-" !important;}
  .site-header.nav-open .mega-menu {display:none !important;}
  .site-header.nav-open .has-mega-wrapper.is-mobile-mega-open > .mega-menu--ets {display:block !important;position:static !important;width:100% !important;max-height:none !important;visibility:visible !important;opacity:1 !important;pointer-events:auto !important;transform:none !important;margin:6px 0 10px !important;padding:0 !important;border:0 !important;border-radius:14px !important;box-shadow:none !important;background:#fff !important;overflow:visible !important;}
  .site-header.nav-open .mega-menu--ets::before,.site-header.nav-open .mega-feature-row,.site-header.nav-open .mega-promo-strip {display:none !important;}
  .site-header.nav-open .mega-shell {display:block !important;min-height:0 !important;}
  .site-header.nav-open .mega-rail {display:grid !important;gap:6px;padding:8px !important;border-radius:14px;background:#eef7fb !important;}
  .site-header.nav-open .mega-rail-link {min-height:40px;margin:0 !important;padding:9px 12px !important;border-radius:10px !important;background:#fff !important;color:#1f2937 !important;font-size:14px !important;}
  .site-header.nav-open .mega-content {padding:0 8px 8px !important;background:#eef7fb !important;}
  .site-header.nav-open .mega-panel:not(.is-active) {display:none !important;}
  .site-header.nav-open .mega-panel-links {grid-template-columns:1fr !important;gap:6px !important;}
  .site-header.nav-open .mega-panel-links a {padding:9px 12px;border-radius:10px;background:#fff;color:#098cc8;font-size:14px;}

  .listing-page {padding:16px 0 28px;}
  .listing-layout {display:block !important;}
  .results-column {width:100%;}
  .listing-header {margin-bottom:14px;}
  .listing-topbar {display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px;}
  #sort-select {width:100%;min-height:44px;}
  .mobile-filter-toggle {position:sticky;top:72px;z-index:70;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin:0 0 14px;border:0;border-radius:12px;background:#111827;color:#fff;font-size:15px;font-weight:900;box-shadow:0 12px 28px rgba(15,23,42,.16);}
  .mobile-filter-close {display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:0;border-radius:999px;background:#e5eef7;color:#111827;font-weight:800;}
  .filters-column {position:fixed !important;left:0;top:0;bottom:0;width:min(72vw,320px) !important;max-width:320px;height:100vh;height:100dvh;max-height:100dvh;z-index:10040;overflow-x:hidden;overflow-y:auto !important;overscroll-behavior:contain;touch-action:pan-y;padding:16px 16px 96px;background:#f8fafc;box-shadow:22px 0 44px rgba(15,23,42,.24);transform:translateX(-105%);transition:transform .22s ease;-webkit-overflow-scrolling:touch;}
  .filters-column.is-mobile-open {transform:translateX(0);}
  .mobile-filter-backdrop {position:fixed;inset:0;z-index:10030;border:0;background:rgba(15,23,42,.45);cursor:pointer;}
  .mobile-filter-side-close {position:fixed;left:calc(min(72vw,320px) + 10px);top:50%;z-index:10050;display:none;align-items:center;justify-content:center;width:42px;min-height:154px;padding:12px 7px;border:0;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:900;line-height:1.1;letter-spacing:0;box-shadow:0 16px 34px rgba(15,23,42,.28);writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%) rotate(180deg);}
  body.filter-drawer-open .mobile-filter-side-close {display:flex;}
  body:not(.filter-drawer-open) .mobile-filter-backdrop {display:none;}
  body.filter-drawer-open {overflow:hidden;}
  .filters-head {position:sticky;top:-16px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-16px -16px 14px;padding:14px 16px;background:#fff;border-bottom:1px solid #e5e7eb;}
}

@media (min-width: 769px) and (max-width: 980px) {
  .site-header .header-inner {height:70px !important;}
  .nav-toggle {display:none !important;}
  .main-nav {display:block !important;}
  .main-nav ul {display:flex !important;flex-direction:row !important;align-items:center;gap:20px !important;padding:0 !important;margin:0 !important;}
  .main-nav > ul > li > a,.main-nav > ul > li > button {display:inline-flex !important;width:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;border-radius:0 !important;background:transparent !important;color:#222 !important;font-size:15px !important;font-weight:500 !important;}
  .header-right .phone {display:inline-flex !important;}
  .site-header.nav-open .main-nav {position:static !important;height:auto !important;max-height:none !important;padding:0 !important;background:transparent !important;overflow:visible !important;border:0 !important;box-shadow:none !important;}
  .mega-menu {position:fixed !important;left:var(--mega-left,16px) !important;right:auto !important;top:var(--mega-top,var(--header-h,70px)) !important;width:min(var(--mega-width,980px),calc(100vw - 32px)) !important;max-height:calc(100vh - var(--mega-top,var(--header-h,70px)) - 24px) !important;display:block !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;transform:translateY(10px) !important;padding:0 !important;border:1px solid rgba(15,23,42,.08) !important;border-radius:0 0 14px 14px !important;background:#fff !important;box-shadow:0 22px 48px rgba(15,23,42,.16) !important;overflow:auto !important;}
  .has-mega-wrapper.is-mega-open > .mega-menu {visibility:visible !important;opacity:1 !important;pointer-events:auto !important;transform:translateY(0) !important;}
  .mega-menu--ets::before {display:block !important;}
  .mega-shell {display:grid !important;grid-template-columns:226px minmax(0,1fr) !important;min-height:360px !important;}
  .mega-feature-row,.mega-promo-strip {display:flex !important;}
  .mega-content {padding:18px 20px 20px !important;background:#fff !important;}
  .mega-panel-links {grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

@media (max-width: 768px) {
  html {scroll-padding-top:76px;}
  .container {padding-left:14px;padding-right:14px;}
  .site-header {height:auto !important;min-height:64px;opacity:1 !important;}
  .site-header .header-inner {height:64px !important;padding:8px 0 !important;}
  .site-header .logo img,.site-header.is-shrink .logo img {height:36px !important;margin-top:0 !important;}
  .site-header.is-shrink .main-nav,.site-header.is-shrink .header-right {margin-top:0 !important;}
  .site-header .logo {min-width:0;flex:1;}
  .header-right {flex:0 0 auto;gap:6px;margin-top:0 !important;}
  .header-right .phone {display:inline-flex !important;align-items:center;justify-content:center;}
  .header-right .phone a {display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#eef7fb;color:#098cc8;font-size:0;line-height:1;}
  .header-right .phone a::before {content:"\260E";font-size:18px;font-weight:900;}
  .header-right .btn-yellow {display:inline-flex !important;align-items:center;justify-content:center;min-height:38px;padding:0 10px;border-radius:999px;font-size:12px;line-height:1;font-weight:900;white-space:nowrap;}
  .desktop-call-text {display:none;}
  .mobile-call-text {display:inline;}
  .nav-toggle {width:42px;height:42px;border-radius:999px;font-size:21px;}
  .site-header.nav-open .main-nav {position:fixed !important;left:0 !important;right:0 !important;top:64px !important;height:calc(100vh - 64px) !important;max-height:none !important;padding:12px 14px 28px !important;background:#fff !important;overflow:auto !important;z-index:10020 !important;}
  .site-header.nav-open .main-nav > ul {display:grid !important;gap:8px !important;}
  .site-header.nav-open .main-nav > ul > li > a,.site-header.nav-open .main-nav > ul > li > button {display:flex;align-items:center;justify-content:space-between;width:100%;min-height:46px;padding:12px 14px !important;margin:0 !important;border-radius:12px;background:#f8fafc;color:#111827;font-size:16px;font-weight:800;text-align:left;}
  .site-header.nav-open .main-nav > ul > li > .has-mega::after {content:"+" !important;display:inline-flex !important;position:static !important;width:auto !important;height:auto !important;background:transparent !important;color:#098cc8;font-size:18px;}
  .site-header.nav-open .has-mega-wrapper.is-mobile-mega-open > .has-mega::after {content:"-" !important;}
  .site-header.nav-open .mega-menu {display:none !important;}
  .site-header.nav-open .has-mega-wrapper.is-mobile-mega-open > .mega-menu--ets {display:block !important;position:static !important;width:100% !important;max-height:none !important;visibility:visible !important;opacity:1 !important;pointer-events:auto !important;transform:none !important;margin:6px 0 10px !important;padding:0 !important;border:0 !important;border-radius:14px !important;box-shadow:none !important;background:#fff !important;overflow:visible !important;}
  .site-header.nav-open .mega-menu--ets::before,.site-header.nav-open .mega-feature-row,.site-header.nav-open .mega-promo-strip {display:none !important;}
  .site-header.nav-open .mega-shell {display:block !important;min-height:0 !important;}
  .site-header.nav-open .mega-rail {display:grid !important;gap:6px;padding:8px !important;border-radius:14px;background:#eef7fb !important;}
  .site-header.nav-open .mega-rail-link {min-height:40px;margin:0 !important;padding:9px 12px !important;border-radius:10px !important;background:#fff !important;color:#1f2937 !important;font-size:14px !important;}
  .site-header.nav-open .mega-content {padding:0 8px 8px !important;background:#eef7fb !important;}
  .site-header.nav-open .mega-panel:not(.is-active) {display:none !important;}
  .site-header.nav-open .mega-panel-links {grid-template-columns:1fr !important;gap:6px !important;}
  .site-header.nav-open .mega-panel-links a {padding:9px 12px;border-radius:10px;background:#fff;color:#098cc8;font-size:14px;}

  .hero-slider {height:240px;}
  .hero-nav {width:34px;height:34px;font-size:20px;}
  .hero-nav.prev {left:10px;}
  .hero-nav.next {right:10px;}
  .hero-content {max-width:86%;padding:0 10px;}
  .hero-content h1,.hero-title.size-md {font-size:30px !important;line-height:1.12;}
  .hero-content p,.hero-subtitle.size-md {font-size:15px !important;line-height:1.45;}

  .search-section {margin-top:-18px;}
  .search-section2 {padding:48px 0 16px;}
  .search-tabs {display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:0;}
  .search-tab {width:100%;min-height:42px;margin:0;padding:9px 10px;border-width:2px;border-radius:12px 12px 0 0;font-size:14px;text-align:center;}
  .search-box {margin-top: -2px;padding:12px;border-width:2px;border-radius:0 0 14px 14px;}
  .search-content.active {display:block;}
  .search-content.active form,.search-content.active #hotelTopForm,.search-content.active #tourForm {display:grid !important;grid-template-columns:1fr 1fr !important;grid-auto-flow:row !important;gap:10px !important;align-items:end !important;width:100% !important;}
  .search-content.active form > .guest-field:first-child,.search-content.active form > .guest-field:nth-of-type(2),.search-content.active form > button,#child-ages-wrapper {grid-column:1 / -1 !important;}
  .guest-field {min-width:0;}
  .guest-field label,.search-field label {display:block;margin-bottom:5px;color:#475569;font-size:12px;font-weight:800;line-height:1.25;}
  .search-content input,.search-content select,.search-content form button,.btn-search {width:100%;min-width:0;min-height:46px;padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.25;}
  .search-content form button,.btn-search {border:0;background:#098cc8;color:#fff;font-weight:900;}
  #child-ages-wrapper {display:grid !important;grid-template-columns:1fr 1fr;gap:10px;}
  #child-ages-wrapper:empty {display:none !important;}

  .info-section {padding:28px 0 8px;}
  .home-info .info-grid,.info-grid {grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px;}
  .info-item {display:grid;justify-items:center;text-align:center;gap:8px;padding:14px 10px;border:1px solid #eef2f7;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.05);}
  .info-icon {width:44px;height:44px;display:flex;align-items:center;justify-content:center;}
  .info-icon img,.info-item img {width:38px;height:38px;object-fit:contain;}
  .info-item h3,.info-item h4 {margin:0;color:#111827;font-size:14px;line-height:1.2;font-weight:900;}
  .info-item p {margin:0;color:#64748b;font-size:12px;line-height:1.35;}

  .category-section {padding:20px 0;}
  .category-grid {display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;grid-auto-rows:112px !important;grid-auto-flow:dense;gap:10px;}
  .category-card {border-radius:12px;padding:12px;}
  .category-card.size-2x1,.category-card.large {grid-column:span 2 !important;grid-row:span 1 !important;}
  .category-card.size-1x2 {grid-column:span 1 !important;grid-row:span 2 !important;}
  .category-card.size-2x2 {grid-column:span 2 !important;grid-row:span 2 !important;}
  .category-card span {font-size:13px;line-height:1.25;}

  .section-header {display:grid;gap:10px;align-items:start;}
  .section-header h2 {font-size:22px;}
  .tabs {gap:8px;overflow-x:auto;padding-bottom:4px;}
  .tabs button,.tab {flex:0 0 auto;margin:0;padding:7px 12px;font-size:13px;border-radius:999px;white-space:nowrap;}
  .tour-section,.hotel-section {padding:30px 0;}
  .tour-slider,.hotel-slider {padding:0 20px;overflow:hidden;}
  .tour-slider .nav,.hotel-slider .nav {width:36px;height:36px;font-size:22px;}

  .footer-top {grid-template-columns:1fr 1fr;gap:22px 16px;padding:34px 0;}
  .footer-top .footer-col:first-child {grid-column:1 / -1;text-align:center;}
  .footer-top .footer-col:first-child .footer-social {justify-content:center;}
  .footer-top .footer-col:last-child {grid-column:1 / -1;text-align:center;}
  .footer-col h4 {font-size:15px;}
  .footer-col a,.footer-col p {font-size:13px;}

  .listing-page {padding:16px 0 28px;}
  .listing-layout {display:block !important;}
  .results-column {width:100%;}
  .listing-header {margin-bottom:14px;}
  .listing-header h1 {font-size:24px;line-height:1.2;}
  .listing-topbar {display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:14px;}
  #sort-select {width:100%;min-height:44px;}
  .mobile-filter-toggle {display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;margin:0 0 14px;border:0;border-radius:12px;background:#111827;color:#fff;font-size:15px;font-weight:900;}
  .mobile-filter-close {display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:0;border-radius:999px;background:#e5eef7;color:#111827;font-weight:800;}
  .filters-column {position:fixed !important;left:0;top:0;bottom:0;width:min(72vw,320px) !important;max-width:320px;height:100vh;height:100dvh;max-height:100dvh;z-index:10040;overflow-x:hidden;overflow-y:auto !important;overscroll-behavior:contain;touch-action:pan-y;padding:16px 16px 96px;background:#f8fafc;box-shadow:22px 0 44px rgba(15,23,42,.24);transform:translateX(-105%);transition:transform .22s ease;-webkit-overflow-scrolling:touch;}
  .filters-column.is-mobile-open {transform:translateX(0);}
  .mobile-filter-backdrop {position:fixed;inset:0;z-index:10030;border:0;background:rgba(15,23,42,.45);cursor:pointer;}
  .mobile-filter-side-close {position:fixed;left:calc(min(72vw,320px) + 0px);top:40%;z-index:10050;display:none;align-items:center;justify-content:center;width:42px;min-height:154px;padding:12px 7px;border:0;border-radius:0 12px 12px 0;background:#e6eaef;color:#0084c7;font-size:14px;font-weight:500;line-height:1.1;letter-spacing:0;box-shadow:0 16px 34px rgba(15,23,42,.28);writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%) rotate(0deg);}
  body.filter-drawer-open .mobile-filter-side-close {display:flex;}
  body:not(.filter-drawer-open) .mobile-filter-backdrop {display:none;}
  body.filter-drawer-open {overflow:hidden;}
  .filters-head {position:sticky;top:-16px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-16px -16px 14px;padding:14px 16px;background:#fff;border-bottom:1px solid #e5e7eb;}
  .filters-head h3 {font-size:18px;}
  .filter-box {padding:14px;border-radius:14px;margin-bottom:12px;}
  .price-values span {min-height:34px;font-size:12px;padding:0 8px;}

  .tour-row-card,.tour-list-card,.hotel-list-card {display:grid !important;grid-template-columns:1fr !important;height:auto !important;min-height:0 !important;padding:0 !important;gap:0 !important;border-radius:16px !important;overflow:hidden;}
  .tour-list-card__image,.hotel-list-card__media {height:210px !important;}
  .tour-list-card__content,.hotel-list-card__content {padding:16px !important;}
  .tour-list-card__title,.hotel-list-card__title {font-size:20px !important;margin-bottom:10px !important;}
  .tour-list-card__chips,.hotel-list-card__chips {gap:8px !important;margin-bottom:12px !important;}
  .tour-list-card__chips span,.hotel-list-card__chips span {min-width:0 !important;padding:6px 11px !important;font-size:12px !important;}
  .tour-list-card__desc,.hotel-list-card__desc {font-size:14px !important;line-height:1.45 !important;}
  .tour-list-card__footer {display:grid;grid-template-columns:1fr;gap:6px;font-size:14px;}
  .tour-list-card__pricebox,.hotel-list-card__side {width:auto !important;display:grid !important;grid-template-columns:1fr !important;justify-items:stretch !important;gap:12px !important;margin:0 !important;padding:14px 16px 16px !important;border-left:0 !important;border-top:1px solid #e5e7eb !important;text-align:right !important;background:#fff !important;}
  .tour-list-card__price,.hotel-list-card__price {justify-self:end;min-width:120px !important;font-size:20px !important;}
  .tour-list-card__btn,.hotel-list-card__btn {width:100%;min-width:0 !important;margin-top:0 !important;}

  .tour-detail-hero {grid-template-columns:1fr !important;}
  .tour-detail-hero h1 {font-size:27px;}
  .tour-detail-hero__price {position:static;}
  .detail-layout {grid-template-columns:1fr !important;}
  .tour-detail-nav,.hotel-anchorbar {top:64px;}
  .tour-pricing-panel .season-prices-area {padding:10px;}
  .head-info-list.tour {min-height:auto;padding:12px;border-radius:12px;}
  .head-info-list .tour-info {font-size:13px;line-height:1.35;}
  .room-type-info-list {padding:10px;}
  .tour-pricing-panel .open-view-list {overflow:visible;}
  .tour-pricing-panel .hotel-room-detail-table {display:block;min-width:0 !important;width:100%;border-spacing:0;}
  .tour-pricing-panel .hotel-room-detail-table thead {display:none;}
  .tour-pricing-panel .hotel-room-detail-table tbody,.tour-pricing-panel .hotel-room-detail-table tr,.tour-pricing-panel .hotel-room-detail-table td {display:block;width:100%;}
  .tour-pricing-panel .hotel-room-detail-table tr {margin-bottom:12px;padding:12px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.05);}
  .tour-pricing-panel .hotel-room-detail-table td {display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #eef2f7;}
  .tour-pricing-panel .hotel-room-detail-table td:last-child {border-bottom:0;display:block;padding-top:10px;}
  .tour-pricing-panel .hotel-room-detail-table td::before {content:"";color:#64748b;font-size:12px;font-weight:900;}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(1)::before {content:"Paket";}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(2)::before {content:"2 kisilik";}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(3)::before {content:"Tek kisi";}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(4)::before {content:"Ilave yatak";}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(5)::before {content:"Bebek";}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(6)::before {content:"1. cocuk";}
  .tour-pricing-panel .hotel-room-detail-table td:nth-child(7)::before {content:"2. cocuk";}
  .tour-pricing-panel .hotel-room-detail-table .tour-price-action-row {margin-top:-12px;padding:0 12px 12px;border-top:0;border-radius:0 0 14px 14px;box-shadow:0 10px 22px rgba(15,23,42,.05);}
  .tour-pricing-panel .hotel-room-detail-table .tour-price-action-row td {display:block;padding:0 !important;border:0 !important;}
  .tour-pricing-panel .hotel-room-detail-table .tour-price-action-row td::before {content:none !important;}
  .tour-pricing-panel .action-button.js-reserve {width:100%;min-height:42px;font-size:13px;}
  .price-box {position:static !important;}
  #bookingSummary {scroll-margin-top:78px;}

  .hotel-detail-heading {grid-template-columns:1fr !important;}
  .hotel-detail-heading h1 {font-size:27px;}
  .hotel-bookbox {position:static !important;}
  #hotelBookingSummary {scroll-margin-top:78px;}
  .hotel-detail-search__form {display:grid;grid-template-columns:1fr 1fr;padding:14px;}
  .hotel-detail-search__form .search-field:first-child,#detail-child-ages-wrapper,.hotel-detail-search__form .hotel-btn {grid-column:1 / -1;}
  #detail-child-ages-wrapper {display:grid;grid-template-columns:1fr 1fr;gap:10px;}
  .hotel-content__grid {grid-template-columns:1fr !important;}
  .hotel-side {position:static !important;}
  .hotel-roomcard {grid-template-columns:1fr !important;}
  .hotel-roomcard__media,.hotel-roomcard__media img {min-height:190px;}

  .static-layout {display:block !important;}
  .static-nav {display:none !important;}
  .static-content {padding:16px;border-radius:14px;}
  .static-content h1 {font-size:26px;line-height:1.2;}
}

@media (max-width: 420px) {
  .search-content.active form,.search-content.active #hotelTopForm,.search-content.active #tourForm {grid-template-columns:1fr !important;}
  .search-content.active form > .guest-field:first-child,.search-content.active form > .guest-field:nth-of-type(2),.search-content.active form > button,#child-ages-wrapper {grid-column:auto !important;}
  #child-ages-wrapper,#detail-child-ages-wrapper {grid-template-columns:1fr;}
  .home-info .info-grid,.info-grid {grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .info-item {padding:12px 8px;}
  .category-grid {grid-auto-rows:104px !important;}
    .footer-col{margin: 0 20px;}
}

@media (max-width: 480px) and (orientation: portrait) {
  .page-content > .container {padding-left:12px;padding-right:12px;}
  .breadcrumb {margin:8px 0 7px;font-size:11px;line-height:1.35;}

  .tour-detail-hero {display:block !important;margin:0 0 9px !important;}
  .tour-detail-hero__eyebrow,.tour-detail-hero .detail-public-code,.tour-detail-hero p,.tour-detail-hero .tour-quick-facts,.tour-detail-hero__price {display:none !important;}
  .tour-detail-hero h1 {font-size:19px !important;line-height:1.18 !important;margin:0 !important;}

  .detail-layout {display:grid !important;grid-template-columns:1fr !important;gap:0 !important;}
  .detail-layout > div:first-child {display:contents;}
  .travel-gallery {order:1;margin-bottom:10px;}
  .travel-gallery__stage {min-height:168px !important;aspect-ratio:16 / 9 !important;border-radius:14px !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;border:1px solid #e5e7eb !important;}
  .travel-gallery__thumbs {display:none;}
  .travel-gallery__nav {width:32px;height:32px;}
  .travel-gallery__hud {left:8px;right:8px;bottom:8px;}
  .travel-gallery__hud span,.travel-gallery__hud button {height:30px;padding:0 8px;font-size:11px;}

  .tour-mobile-facts {order:2;display:grid;gap:8px;margin:0 0 10px;padding:11px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.05);}
  .tour-mobile-facts__code {width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;background:#eef7fb;color:#098cc8;font-size:12px;font-weight:900;}
  .tour-mobile-facts p {margin:0;color:#64748b;font-size:12px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
  .tour-mobile-facts__chips {display:flex;flex-wrap:wrap;gap:6px;}
  .tour-mobile-facts__chips span,.tour-mobile-facts__pdf {display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:5px 8px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;color:#1f2937;font-size:11px;font-weight:800;}
  .tour-mobile-facts__pdf {background:#fee2e2;color:#b91c1c;text-decoration:none;}
  .tour-mobile-facts__chips i,.tour-mobile-facts__pdf i {color:#dc2626;font-size:14px;}

  .price-box {order:3;width:100%;margin:0 0 10px;position:static !important;}
  .price-box .card-box {padding:0 !important;}
  #bookingSummary {display:grid;grid-template-columns:minmax(0,1fr)auto;gap:8px 10px;padding:12px !important;border-radius:14px !important;box-shadow:0 12px 28px rgba(15,23,42,.08);}
  #bookingSummary .summary-title,#summaryExtraContent,.tour-summary-selected,.summary-actions {display:none !important;}
  .tour-summary-date-field {grid-column:1 / -1;margin-bottom:0 !important;}
  .tour-summary-date-field label {display:none !important;}
  #tourDepartureSelect {min-height:38px !important;padding:8px 10px !important;border-radius:10px !important;font-size:12px !important;font-weight:800;}
  .tour-summary-pax-row {grid-column:1 / -1;display:grid !important;grid-template-columns:1fr 1fr !important;gap:8px !important;margin-bottom:0 !important;}
  .tour-summary-pax-row label {font-size:10px !important;margin-bottom:3px !important;}
  .tour-summary-pax-row select {min-height:36px !important;padding:7px 9px !important;font-size:12px !important;}
  #tourChildAgesWrap {grid-column:1 / -1;margin-bottom:0 !important;}
  #tourChildAgesWrap:empty {display:none !important;}
  .tour-summary-price-row {grid-column:1 / 2;margin:0 !important;padding:0 !important;border:0 !important;align-self:center;}
  .tour-summary-price-row > div:first-child {display:grid !important;gap:2px !important;}
  .tour-summary-price-row .muted {font-size:11px !important;font-weight:800;}
  #sumPrice {font-size:18px !important;color:#111827 !important;line-height:1.1;}
  .tour-summary-cta-row {grid-column:2 / 3;grid-row:auto;margin:0 !important;align-self:end;}
  #sumReserveBtn.primary {min-height:42px;padding:0 12px;border-radius:11px;font-size:12px;white-space:nowrap;}
  .tour-summary-prices-link {grid-column:1 / -1;margin:-2px 0 0 !important;}
  .tour-summary-prices-link a {display:inline-flex;font-size:12px !important;font-weight:900;color:#098cc8 !important;text-decoration:none !important;}

  .tour-detail-nav {order:4;position:static !important;display:grid !important;grid-template-columns:1fr !important;gap:8px;margin:0 0 10px !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;overflow:visible !important;}
  .tour-detail-nav a {width:100%;min-height:44px;justify-content:space-between !important;padding:11px 13px !important;border:1px solid #e5e7eb;border-radius:13px;background:#fff !important;color:#111827 !important;font-size:13px !important;box-shadow:0 8px 18px rgba(15,23,42,.04);}
  .tour-detail-nav a::after {content:"+";color:#098cc8;font-size:18px;font-weight:900;}
  .tour-detail-nav a.is-active {border-color:#098cc8;background:#eef7fb !important;color:#111827 !important;}
  .tour-detail-nav a.is-active::after {content:"-";}
  .tour-detail-nav a.tour-detail-nav__pdf {display:none !important;}

  .tour-itinerary {order:5;}
  .section-block {order:6;}
  .tour-pricing-panel {order:7;}
  .tour-pricing-panel,.tour-itinerary,.section-block {display:none !important;margin-top:0 !important;margin-bottom:12px !important;scroll-margin-top:76px;}
  .tour-pricing-panel.is-mobile-section-open,.tour-itinerary.is-mobile-section-open {display:block !important;}
  .section-block.is-mobile-section-open {display:grid !important;}
  .tour-section-heading {display:none;}
  .section-block .card-box,.tour-itinerary .accordion-item,.tour-pricing-panel {border-radius:13px !important;}
  .section-block .section-title,.tour-itinerary h2 {font-size:17px !important;}

  .hotel-hero {padding:8px 0 10px !important;background:#f8fafc !important;}
  .hotel-hero .container,.hotel-anchorbar .container,.hotel-detail-search .container,.hotel-content .container {padding-left:12px !important;padding-right:12px !important;}
  .hotel-breadcrumb {margin:0 0 7px !important;font-size:11px !important;line-height:1.35 !important;}
  .hotel-detail-heading {display:block !important;margin:0 0 9px !important;}
  .hotel-detail-heading__eyebrow,.hotel-detail-heading .detail-public-code,.hotel-detail-heading__meta,.hotel-detail-heading__badges,.hotel-detail-heading__price {display:none !important;}
  .hotel-detail-heading h1 {font-size:19px !important;line-height:1.18 !important;margin:0 !important;}
  .hotel-hero__grid {display:grid !important;grid-template-columns:1fr !important;gap:0 !important;}
  .hotel-gallery {order:1;margin-bottom:0;}
  .hotel-gallery .travel-gallery__stage {min-height:168px !important;aspect-ratio:16 / 9 !important;border-radius:14px !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;border:1px solid #e5e7eb !important;}
  .hotel-gallery .travel-gallery__thumbs {display:none;}
  .hotel-mobile-facts {order:2;display:grid;gap:8px;margin:10px 0;padding:11px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.05);}
  .hotel-mobile-facts__code {width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;background:#eef7fb;color:#098cc8;font-size:12px;font-weight:900;}
  .hotel-mobile-facts p {margin:0;color:#64748b;font-size:12px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
  .hotel-mobile-facts__chips {display:flex;flex-wrap:wrap;gap:6px;}
  .hotel-mobile-facts__chips span,.hotel-mobile-facts__pdf {display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:5px 8px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;color:#1f2937;font-size:11px;font-weight:800;text-decoration:none;}
  .hotel-mobile-facts__pdf {background:#fee2e2;color:#b91c1c;}
  .hotel-mobile-facts__chips i,.hotel-mobile-facts__pdf i {color:#dc2626;font-size:14px;}

  .hotel-bookbox {order:3;width:100%;margin:0 0 10px;position:static !important;}
  .hotel-bookbox__card {display:grid;gap:9px;padding:12px !important;border-radius:14px !important;box-shadow:0 12px 28px rgba(15,23,42,.08) !important;}
  .hotel-bookbox .hotel-titleblock,.hotel-bookbox__trust {display:none !important;}
  .hotel-pricebox {padding:0 !important;border:0 !important;background:transparent !important;}
  .hotel-pricebox__mobile-title {display:block;margin-bottom:4px;color:#64748b;font-size:11px;font-weight:900;line-height:1.25;}
  .hotel-pricebox__price,.hotel-pricebox__from,.hotel-pricebox__total {display:none !important;}
  .hotel-pricebox__mobile-line {display:block;color:#111827;font-size:18px;line-height:1.15;font-weight:900;}
  .hotel-pricebox__old,.hotel-pricebox__campaign {font-size:11px !important;margin:0 0 3px !important;}
  .hotel-bookbox__summary {display:grid;gap:6px;padding:0 !important;}
  .hotel-bookbox__summary .bb-row {display:grid;grid-template-columns:80px minmax(0,1fr);gap:8px;align-items:center;font-size:12px;}
  .hotel-bookbox__summary .bb-row span {color:#64748b;font-weight:800;}
  .hotel-bookbox__summary .bb-row b {text-align:left;font-size:12px;line-height:1.25;}
  .hotel-bookbox__summary .bb-row--total {display:none;}
  .hotel-bookbox__actions {display:grid !important;grid-template-columns:1fr;gap:8px;}
  .hotel-bookbox__selected {order:4;padding:0 !important;border:0 !important;background:transparent !important;color:#64748b;font-size:12px;}
  .hotel-bookbox__actions form {order:1;}
  .hotel-bookbox__actions form .hotel-btn,.hotel-mobile-select-trigger {display:flex !important;width:100%;min-height:42px;align-items:center;justify-content:center;border-radius:11px;font-size:13px;}
  .hotel-mobile-select-trigger {order:2;background:#eef2f7 !important;border-color:#d8dee8 !important;color:#475569 !important;}
  .hotel-mobile-select-trigger.is-open,.hotel-mobile-select-trigger.is-muted {background:#f1f5f9 !important;border-color:#e2e8f0 !important;color:#64748b !important;box-shadow:none !important;}
  .hotel-mobile-change-room {order:3;display:flex !important;width:100%;min-height:38px;align-items:center;justify-content:center;border-radius:11px;font-size:12px;}
  .hotel-bookbox__actions > .hotel-btn--ghost:not(.hotel-mobile-change-room) {display:none !important;}
  .hotel-mobile-bookbox-search {display:none !important;grid-template-columns:1fr 1fr !important;gap:10px !important;margin-top:2px !important;padding:11px !important;border-radius:13px !important;box-shadow:none !important;}
  .hotel-mobile-bookbox-search.is-open {display:grid !important;}
  .hotel-mobile-bookbox-search .search-field:first-child,.hotel-mobile-bookbox-search .hotel-btn,#mobile-detail-child-ages-wrapper {grid-column:1 / -1;}
  .hotel-mobile-bookbox-search input[type="text"],.hotel-mobile-bookbox-search select {height:40px !important;font-size:12px !important;border-radius:10px !important;}
  .hotel-mobile-bookbox-search label {font-size:10px !important;margin-bottom:4px !important;}
  #mobile-detail-child-ages-wrapper {display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  #mobile-detail-child-ages-wrapper:empty {display:none;}

  .hotel-anchorbar {position:static !important;margin:0 0 10px;padding:0 !important;background:transparent !important;border:0 !important;backdrop-filter:none !important;}
  .hotel-anchorbar__inner {display:grid !important;grid-template-columns:1fr !important;gap:8px !important;overflow:visible !important;}
  .hotel-anchorbar__inner a {width:100%;min-height:44px;justify-content:space-between !important;padding:11px 13px !important;border:1px solid #e5e7eb;border-radius:13px;background:#fff !important;color:#111827 !important;font-size:13px !important;box-shadow:0 8px 18px rgba(15,23,42,.04);}
  .hotel-anchorbar__inner a::after {content:"+";color:#098cc8;font-size:18px;font-weight:900;}
  .hotel-anchorbar__inner a.is-active {border-color:#098cc8;background:#eef7fb !important;}
  .hotel-anchorbar__inner a.is-active::after {content:"-";}
  .hotel-anchorbar__inner a[href="#hotel-date-search"],.hotel-anchorbar__inner a.hotel-anchorbar__pdf {display:none !important;}

  .hotel-detail-search {display:none !important;}
  .hotel-content {padding:0 0 34px !important;background:#f8fafc !important;}
  .hotel-content__grid {display:grid !important;grid-template-columns:1fr !important;gap:0 !important;}
  .hotel-main {display:grid;gap:0;}
  .hotel-main .hotel-section {display:none !important;margin:0 0 12px !important;padding:14px !important;border-radius:13px !important;scroll-margin-top:76px;}
  .hotel-main .hotel-section.is-mobile-section-open {display:block !important;}
  .hotel-main .hotel-section__title {font-size:17px !important;margin-bottom:9px !important;}
  .hotel-sections-grid,.hotel-policies,.hotel-nearby {grid-template-columns:1fr !important;}
  .hotel-roomcard {grid-template-columns:1fr !important;gap:10px !important;border-radius:13px !important;}
  .hotel-roomcard__media,.hotel-roomcard__media img,.hotel-room-mini-gallery,.hotel-roomcard__media-button {min-height:168px !important;}
  .hotel-roomcard__body h3 {font-size:17px !important;}
  .hotel-side {position:static !important;display:grid !important;gap:12px;margin-top:0;}
  .hotel-sidecard {padding:14px !important;border-radius:13px !important;}
  .hotel-sidecard h3 {font-size:17px !important;}
}
