:root {
    --ink: #18202a;
    --muted: #607086;
    --line: #dfe7ef;
    --soft: #f5f8fb;
    --brand: #0f766e;
    --brand-dark: #115e59;
    --accent: #f59e0b;
    --white: #fff;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(0,0,0,.72); border-bottom: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(18px); }
.site-header-inner { width: min(1280px, 88vw); margin: 0 auto; padding: 16px 0; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.brand { font-size: 30px; font-weight: 900; color: var(--brand-dark); }
.gold { background: linear-gradient(90deg,#c8a96b,#f6e0a4,#b58a45); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.glass { background: rgba(255,255,255,.06); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.10); }
.top-search-wrap { flex: 1; max-width: 700px; }
.top-search { display: flex; align-items: center; gap: 10px; width: 100%; border-radius: 999px; padding: 8px; }
.top-search input { width: 100%; border: 0; border-radius: 999px; padding: 12px 16px; font-size: 15px; color: var(--white); background: transparent; outline: none; }
.top-search input::placeholder { color: rgba(255,255,255,.58); }
.top-search button { border-radius: 999px; background: var(--accent); color: #111827; padding: 11px 22px; }
.book-now { flex: 0 0 auto; background: var(--accent); color: #111827; padding: 14px 22px; border-radius: 999px; font-weight: 900; }
.search-panel input { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; font-size: 15px; }
button, .button { border: 0; border-radius: 8px; padding: 13px 18px; background: var(--brand); color: var(--white); font-weight: 700; cursor: pointer; }
.hero { min-height: 620px; display: grid; align-items: end; background: linear-gradient(180deg, rgba(7,20,28,.36), rgba(7,20,28,.82)), url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=80") center/cover; color: var(--white); }
.seo-hero { min-height: 540px; background-image: linear-gradient(180deg, rgba(14,34,43,.42), rgba(14,34,43,.86)), url("https://images.unsplash.com/photo-1564501049412-61c2a3083791?auto=format&fit=crop&w=1800&q=80"); }
.hero-inner { width: min(1180px, 86vw); margin: 0 auto; padding: 90px 0 70px; }
.eyebrow { color: #fef3c7; font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: .06em; }
h1 { font-size: clamp(42px, 7vw, 82px); line-height: 1; margin: 14px 0 18px; max-width: 950px; letter-spacing: 0; }
h2 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 16px; letter-spacing: 0; }
h3 { margin: 0 0 8px; }
.lead { font-size: 20px; line-height: 1.65; max-width: 780px; color: rgba(255,255,255,.88); }
.search-panel { display: grid; grid-template-columns: 1fr auto; gap: 10px; width: min(760px, 100%); padding: 12px; margin-top: 30px; background: var(--white); border-radius: 12px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.stat { padding: 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.12); border-radius: 8px; }
.stat strong { display: block; font-size: 28px; }
.section { width: min(1180px, 86vw); margin: 72px auto; }
.section + .section.guide { margin-top: 34px; }
.section.guide + .section { margin-top: 34px; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.muted { color: var(--muted); line-height: 1.7; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .city-card, .content-box { background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 14px 35px rgba(28,41,56,.07); }
.card img { width: 100%; height: 210px; object-fit: cover; background: #d7e2ec; }
.card-hover { transition: transform .28s ease, box-shadow .28s ease; }
.card-hover:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(28,41,56,.14); }
.hotel-card-pro { background: #10202a; color: var(--white); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; overflow: hidden; box-shadow: 0 18px 44px rgba(13,26,38,.16); }
.hotel-card-slider { position: relative; overflow: hidden; height: 224px; background: #d7e2ec; }
.hotel-card-slider-track { display: flex; height: 100%; transition: transform .28s ease; }
.hotel-card-slider img { flex: 0 0 100%; width: 100%; height: 224px; object-fit: cover; }
.hotel-card-slide-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(0,0,0,.48); color: var(--white); font-size: 24px; line-height: 1; padding: 0; }
.hotel-card-slide-btn.prev { left: 10px; }
.hotel-card-slide-btn.next { right: 10px; }
.hotel-card-slide-count { position: absolute; right: 10px; bottom: 10px; border-radius: 999px; background: rgba(0,0,0,.58); color: var(--white); padding: 6px 9px; font-size: 12px; font-weight: 900; }
.hotel-card-pro-body { padding: 20px; }
.hotel-card-pro-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.hotel-card-pro-head h3 { color: var(--white); font-size: 22px; line-height: 1.25; margin: 0; }
.hotel-card-pro-head span { flex: 0 0 auto; background: #16a34a; color: var(--white); border-radius: 999px; padding: 6px 9px; font-size: 12px; font-weight: 900; }
.hotel-card-pro-location { color: #b8c4d0; margin: 0 0 10px; line-height: 1.5; }
.hotel-card-pro-stars { margin: 0 0 12px; color: #fef3c7; line-height: 1.5; }
.hotel-card-pro-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.hotel-card-pro-tags span { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: 6px 9px; font-size: 12px; color: #eaf2f8; }
.hotel-card-pro-price { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.hotel-card-pro-price small { display: block; color: #b8c4d0; margin-bottom: 4px; }
.hotel-card-pro-price strong { display: block; font-size: 22px; color: var(--white); }
.hotel-card-pro-price em { color: #86efac; font-size: 12px; font-style: normal; font-weight: 900; text-align: right; }
.hotel-card-pro-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hotel-card-pro-actions a { display: block; text-align: center; border-radius: 999px; padding: 12px 14px; font-weight: 900; }
.hotel-card-pro-actions a:first-child { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.12); color: var(--white); }
.hotel-card-pro-actions a:last-child { background: var(--accent); color: #111827; }
.card-body, .city-card, .content-box { padding: 20px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; color: var(--muted); font-size: 14px; }
.pill { display: inline-flex; padding: 7px 10px; background: #e7f5f3; color: var(--brand-dark); border-radius: 999px; font-weight: 700; font-size: 13px; }
.price-row { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-top: 16px; }
.price { font-weight: 800; font-size: 20px; }
.city-card strong { display: block; font-size: 20px; margin-bottom: 8px; }
.city-image-card { position: relative; min-height: 250px; padding: 0; color: var(--white); background: #10202a; }
.city-image-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.city-image-card:hover img { transform: scale(1.06); }
.city-image-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; background: linear-gradient(180deg, rgba(8,18,28,.08), rgba(8,18,28,.86)); }
.city-image-overlay > span { color: #fef3c7; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.city-image-overlay strong { font-size: 28px; line-height: 1.05; margin: 8px 0 12px; color: var(--white); }
.city-image-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.city-image-meta span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 6px 9px; font-size: 12px; font-weight: 800; }
.city-image-overlay em { align-self: flex-start; background: var(--accent); color: #111827; border-radius: 999px; padding: 9px 13px; font-style: normal; font-weight: 900; font-size: 13px; }
.keyword-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.keyword-cloud a, .keyword-cloud span { border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 10px 13px; color: var(--brand-dark); font-weight: 700; }
.pagination { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 34px; }
.pagination a, .pagination span { border: 1px solid var(--line); background: var(--white); border-radius: 8px; padding: 12px 16px; font-weight: 700; }
.pagination a { color: var(--brand-dark); }
.guide { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items: start; }
.guide .content-box { padding: 18px; }
.guide .content-box h2 { font-size: 26px; margin-bottom: 10px; }
.guide .muted { margin: 0 0 10px; line-height: 1.55; }
.guide .keyword-cloud { margin-top: 8px; gap: 8px; max-height: 220px; overflow: auto; padding-right: 4px; }
.guide .keyword-cloud a, .guide .keyword-cloud span { padding: 8px 11px; font-size: 14px; }
.faq-item { padding: 18px 0; border-top: 1px solid var(--line); }
.detail-hero { width: min(1180px, 86vw); margin: 38px auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.detail-hero img { width: 100%; height: 470px; object-fit: cover; border-radius: 8px; }
.hotel-detail-shell { width: min(1280px, 88vw); margin: 0 auto; }
.hotel-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; padding: 34px 0; }
.gallery-main img, .gallery-side img { width: 100%; object-fit: cover; border-radius: 8px; background: #d7e2ec; }
.gallery-main img { height: 520px; }
.gallery-side { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery-side img { height: 251px; }
.hotel-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; margin-bottom: 70px; }
.hotel-main { min-width: 0; }
.hotel-title-block { margin-bottom: 28px; }
.hotel-kicker { color: var(--brand-dark); font-weight: 800; margin-bottom: 10px; }
.hotel-title-block h1 { color: var(--ink); font-size: clamp(36px, 5vw, 60px); line-height: 1.04; max-width: 980px; }
.hotel-title-block p { color: var(--muted); font-size: 19px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 34px; }
.feature-tile { padding: 18px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; text-align: center; font-weight: 800; box-shadow: 0 12px 28px rgba(28,41,56,.06); }
.lux-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 14px 35px rgba(28,41,56,.07); margin-bottom: 34px; }
.lux-panel h2, .hotel-section h2 { font-size: 32px; }
.lux-panel p { color: var(--muted); line-height: 1.85; font-size: 16px; }
.hotel-section { margin-bottom: 34px; }
.amenity-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.amenity-cloud span, .amenity-cloud a { border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 11px 14px; color: var(--brand-dark); font-weight: 800; }
.landmark-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.landmark-grid a { display: block; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: 0 12px 28px rgba(28,41,56,.06); }
.landmark-grid strong { display: block; color: var(--ink); margin-bottom: 8px; }
.landmark-grid span { color: var(--muted); line-height: 1.55; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lux-panel.compact { margin-bottom: 34px; }
.lux-panel.compact h3 { font-size: 22px; }
.booking-panel { position: sticky; top: 96px; background: #0b1720; color: var(--white); border-radius: 8px; padding: 28px; box-shadow: 0 22px 50px rgba(10,20,30,.22); }
.deal-note { color: #fca5a5; font-weight: 800; margin-bottom: 12px; }
.deal-price { font-size: 44px; line-height: 1; font-weight: 900; margin-bottom: 8px; }
.deal-sub { color: #b8c4d0; margin-bottom: 24px; }
.booking-panel ul { list-style: none; padding: 0; margin: 0 0 24px; color: #dce6ef; line-height: 2; }
.booking-panel li::before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 8px; }
.deal-button, .outline-button { display: block; text-align: center; border-radius: 8px; padding: 15px 18px; font-weight: 900; }
.deal-button { background: var(--accent); color: #111827; margin-bottom: 12px; }
.outline-button { border: 1px solid rgba(255,255,255,.28); color: var(--white); }
.similar-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.similar-card { display: grid; grid-template-columns: 160px 1fr; gap: 16px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 12px 28px rgba(28,41,56,.06); }
.similar-card img { width: 160px; height: 130px; object-fit: cover; }
.similar-card div { padding: 14px 14px 14px 0; }
.similar-card p { color: var(--muted); margin: 0 0 10px; }
.similar-card span { color: var(--brand-dark); font-weight: 900; }
.hotel-bottom { margin-bottom: 34px; }
.hotel-faq { border-top: 1px solid var(--line); padding: 18px 0; }
.hotel-faq p { margin: 0; color: var(--muted); line-height: 1.7; }
.sticky-booking-bar { position: sticky; bottom: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1280px, 88vw); margin: 24px auto 0; padding: 14px 16px; background: rgba(11,23,32,.96); color: var(--white); border: 1px solid rgba(255,255,255,.12); border-radius: 8px 8px 0 0; box-shadow: 0 -18px 40px rgba(10,20,30,.24); backdrop-filter: blur(16px); }
.sticky-booking-bar strong { display: block; font-size: 16px; margin-bottom: 4px; }
.sticky-booking-bar span { display: block; color: #b8c4d0; font-size: 13px; }
.sticky-booking-bar a { flex: 0 0 auto; background: var(--accent); color: #111827; border-radius: 999px; padding: 13px 22px; font-weight: 900; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 40px 7vw; background: #0b1720; color: var(--white); }
.site-footer p { color: #b8c4d0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px; align-content: start; }

@media (max-width: 900px) {
    .site-header-inner, .site-footer, .section-head, .price-row { align-items: stretch; flex-direction: column; }
    .top-search { width: 100%; }
    .top-search-wrap { max-width: none; }
    .book-now { text-align: center; }
    .grid, .city-grid, .guide, .detail-hero, .stats, .hotel-gallery, .hotel-layout, .feature-grid, .benefit-grid, .similar-grid, .landmark-grid { grid-template-columns: 1fr; }
    .hero { min-height: auto; }
    .search-panel { grid-template-columns: 1fr; }
    .gallery-main img, .gallery-side img { height: 240px; }
    .gallery-side { grid-template-columns: 1fr 1fr; }
    .booking-panel { position: static; }
    .sticky-booking-bar { width: 100%; margin-top: 18px; border-radius: 0; }
    .similar-card { grid-template-columns: 1fr; }
    .similar-card img { width: 100%; height: 190px; }
    .similar-card div { padding: 16px; }
}
