/* HotelManya — Shared shell for secondary pages */
@media (min-width: 1024px) { html { zoom: 1.07; } }
:root {
  --hm-primary: #EB4D00;
  --hm-primary-2: #ff7a2a;
  --hm-dark: #0c2340;
  --hm-text: #1f2937;
  --hm-muted: #6b7280;
  --hm-line: #e5e7eb;
  --hm-bg: #f7f8fa;
  --hm-radius: 12px;
  --hm-shadow: 0 6px 20px rgba(15, 23, 42, .06);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--hm-text); background: var(--hm-bg) url('/site/static/assets/images/bg.jpg') no-repeat center top fixed; background-size: cover; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Header */
.hm-header { background: #fff; border-bottom: 1px solid var(--hm-line); position: sticky; top: 0; z-index: 50; }
.hm-header-inner { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hm-logo { display: flex; align-items: center; gap: 10px; }
.hm-logo-mark { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--hm-primary), var(--hm-primary-2)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; letter-spacing: 1px; }
.hm-logo-text { font-weight: 700; font-size: 18px; color: var(--hm-dark); }
.hm-logo-text span { color: var(--hm-primary); }
.hm-nav { display: flex; align-items: center; gap: 26px; }
.hm-nav a { font-size: 14px; font-weight: 500; color: #374151; transition: color .15s; }
.hm-nav a:hover { color: var(--hm-primary); }
.hm-nav-cta { background: var(--hm-primary); color: #fff !important; padding: 9px 18px; border-radius: 8px; font-weight: 600; }
.hm-nav-cta:hover { background: var(--hm-primary-2); color: #fff !important; }
.hm-burger { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; }
@media (max-width: 860px) {
  .hm-burger { display: block; }
  .hm-nav { position: absolute; top: 64px; right: 0; left: 0; background: #fff; flex-direction: column; gap: 0; padding: 12px 24px; border-bottom: 1px solid var(--hm-line); display: none; }
  .hm-nav.open { display: flex; }
  .hm-nav a { padding: 10px 0; width: 100%; }
}

/* Footer */
.hm-footer { background: #0c2340; color: #cbd5e1; margin-top: 60px; }
.hm-footer-inner { max-width: 1200px; margin: 0 auto; padding: 50px 24px 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.hm-foot-col h4 { color: #fff; font-size: 15px; margin: 0 0 16px; font-weight: 700; letter-spacing: .5px; }
.hm-foot-col ul { list-style: none; padding: 0; margin: 0; }
.hm-foot-col li { margin-bottom: 10px; }
.hm-foot-col a { font-size: 14px; color: #cbd5e1; transition: color .15s; }
.hm-foot-col a:hover { color: var(--hm-primary-2); }
.hm-foot-bottom { text-align: center; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: #94a3b8; }
@media (max-width: 720px) { .hm-footer-inner { grid-template-columns: 1fr; gap: 28px; } }

/* Containers */
.hm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hm-page { padding: 30px 0 40px; }

/* Generic */
.hm-btn { display: inline-block; background: var(--hm-primary); color: #fff; padding: 11px 22px; border-radius: 8px; font-weight: 600; font-size: 14px; border: 0; cursor: pointer; transition: all .15s; }
.hm-btn:hover { background: var(--hm-primary-2); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(235,77,0,.3); }
.hm-btn-ghost { background: transparent; color: var(--hm-primary); border: 1.5px solid var(--hm-primary); }
.hm-btn-ghost:hover { background: var(--hm-primary); color: #fff; }
.hm-card { background: #fff; border-radius: var(--hm-radius); box-shadow: var(--hm-shadow); overflow: hidden; }
.hm-stars { color: #D4AF37; letter-spacing: 2px; font-size: 14px; }
.hm-hcard-addr { font-size: 12px; color: var(--hm-muted); margin: 0 0 8px; display:flex; align-items:center; gap:4px; }
.hm-hcard-addr::before { content:"📍"; font-size: 11px; }
.hm-pays { display:flex; flex-wrap:wrap; gap:5px; margin: 8px 0 0; }
.hm-pay { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 999px; background: #e8f7ee; color: #15803d; border: 1px solid #bbe9c9; letter-spacing:.3px; }
.hm-pay.alt { background:#15803d; color:#fff; border-color:#15803d; }
.hm-chip { display: inline-block; padding: 4px 10px; border-radius: 999px; background: #fff5ef; color: var(--hm-primary); font-size: 12px; font-weight: 600; margin: 2px; }
.hm-concept { color: #16a34a; font-weight: 600; font-size: 13px; margin: 0 0 6px; }

h1.hm-h1 { font-size: 32px; margin: 0 0 8px; color: var(--hm-dark); font-weight: 800; }
h2.hm-h2 { font-size: 22px; margin: 30px 0 16px; color: var(--hm-dark); font-weight: 700; }
.hm-muted { color: var(--hm-muted); font-size: 14px; }

/* Hotel card */
.hm-hcard { display: flex; flex-direction: column; height: 100%; }
.hm-hcard-img { aspect-ratio: 16/10; background: #eee; overflow: hidden; }
.hm-hcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hm-hcard:hover .hm-hcard-img img { transform: scale(1.05); }
.hm-hcard-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.hm-hcard-name { font-weight: 700; font-size: 16px; color: var(--hm-dark); margin: 0 0 4px; line-height: 1.3; }
.hm-hcard-loc { font-size: 13px; color: var(--hm-muted); margin-bottom: 8px; }
.hm-hcard-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--hm-line); }
.hm-hcard-price { color: var(--hm-primary); font-weight: 800; font-size: 18px; }
.hm-hcard-price small { font-weight: 500; color: var(--hm-muted); font-size: 11px; display: block; }
.hm-hcard-rating { background: #EB4D00; color: #fff; padding: 4px 8px; border-radius: 6px; font-size: 12px; font-weight: 700; }

/* === Küçük yazılar için renk normalleştirme (boyutlar hm-typography.css içinde) === */
.hm-hcard-addr, .d-hcard .d-addr,
.hm-hcard-body small, .hm-hcard-price small,
.d-hcard .d-room small, .d-hcard .d-room-price small,
.d-hcard .d-feats .chip,
.sort-toggle button, .d-toolbar .d-sort-btn,
.filters small, .d-filters small { color: #000 !important; }

/* Vurgu renkleri korunsun */
.hm-pay { color: #15803d !important; }
.hm-pay.alt { color: #fff !important; }
.d-pay { color: #15803d !important; }
.d-pay.alt { color: #fff !important; }
.hm-hcard-rating, .d-hcard .rating { color: #fff !important; }
.hm-stars, .d-hcard .stars-row, .hm-hcard-stars { color: #D4AF37 !important; }

