* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
       margin:0; background:#f5f5f7; color:#111; line-height:1.5; }
img { max-width:100%; height:auto; }
a { color:#e31837; text-decoration:none; }
a:hover { text-decoration:underline; }
.muted { color:#888; }
.container { max-width:1200px; margin:0 auto; padding:0 20px; }
h1,h2,h3 { margin-top:0; line-height:1.2; }
h1 { font-size:36px; font-weight:900; letter-spacing:-.5px; }
h2 { font-size:24px; font-weight:800; margin-bottom:14px; }
h3 { font-size:18px; font-weight:700; }

.btn { display:inline-block; padding:10px 18px; border:1px solid transparent; border-radius:4px;
       font-weight:700; font-size:13px; cursor:pointer; text-decoration:none; transition:all .15s; font-family:inherit; }
.btn:hover { text-decoration:none; }
.btn-pri { background:#e31837; color:#fff; }
.btn-pri:hover { background:#c01532; }
.btn-sec { background:#fff; color:#111; border-color:#d4d4d8; }
.btn-sec:hover { background:#f5f5f7; }
.btn-dng { background:#fee2e2; color:#991b1b; border-color:#fca5a5; }
.btn-dng:hover { background:#fecaca; }
.btn-sm { padding:6px 12px; font-size:12px; }
.btn-block { display:block; width:100%; text-align:center; }

.site-hdr { background:#fff; border-bottom:1px solid #e5e7eb; position:sticky; top:0; z-index:100; }
.hdr-row { display:flex; align-items:center; gap:20px; padding:14px 20px; }
.logo { display:inline-flex; align-items:center; padding:8px 14px; border-radius:3px;
        font-weight:900; font-size:17px; font-style:italic; letter-spacing:-.5px; }
.hdr-nav { display:flex; gap:18px; margin-left:24px; }
.hdr-nav a { color:#444; font-size:14px; font-weight:600; }
.hdr-actions { margin-left:auto; display:flex; align-items:center; gap:10px; }

.hero { padding:60px 0; background:linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        background-size:cover; background-position:center; color:#fff; }
.hero h1 { color:#fff; max-width:700px; }
.hero-sub { font-size:18px; opacity:.85; max-width:600px; margin-bottom:30px; }
.hero-promo { display:inline-block; margin-top:18px; padding:8px 18px; background:#fef3c7;
              color:#78350f; border-radius:20px; font-weight:700; font-size:13px; }

.booking-widget { background:#fff; border-radius:8px; padding:18px; display:flex; gap:12px;
                  align-items:flex-end; flex-wrap:wrap; margin-top:26px;
                  box-shadow:0 4px 12px rgba(0,0,0,.15); }
.bw-field { flex:1; min-width:160px; }
.bw-field label { display:block; font-size:11px; font-weight:800; color:#666;
                  text-transform:uppercase; letter-spacing:.04em; margin-bottom:4px; }
.bw-field input, .bw-field select { width:100%; padding:9px 10px; border:1px solid #d4d4d8;
                                     border-radius:3px; font-size:14px; font-family:inherit; }

.section { padding:60px 0; }
.section-alt { background:#fff; }
.grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)); gap:20px; margin-top:26px; }
.grid-3 { grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); }

.card { background:#fff; border:1px solid #e5e7eb; border-radius:8px; overflow:hidden;
        transition:transform .15s, box-shadow .15s; }
.card:hover { transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.08); }
.card-img { height:170px; background:#f3f4f6 center/cover no-repeat; position:relative; }
.card-img-empty { display:flex; align-items:center; justify-content:center; font-size:64px; opacity:.3; }
.card-body { padding:18px; }
.card-body .badge { display:inline-block; background:#e31837; color:#fff; padding:3px 8px; border-radius:3px;
                    font-size:10px; font-weight:800; letter-spacing:.5px; text-transform:uppercase; margin-bottom:8px; }
.card-cat { color:#888; font-size:13px; margin-bottom:10px; }
.card-specs { display:flex; gap:12px; font-size:12px; color:#444; margin-bottom:12px; }
.card-feats { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:14px; }
.feat { background:#f0fdf4; color:#15803d; padding:2px 7px; border-radius:10px; font-size:11px; font-weight:600; }
.card-price { margin-bottom:12px; }
.price-big { font-size:26px; font-weight:900; }
.price-unit { color:#888; font-size:13px; margin-left:4px; }

.loc-card { background:#fff; border:1px solid #e5e7eb; border-radius:8px; padding:20px; }
.loc-type { font-size:11px; font-weight:800; color:#e31837; letter-spacing:.04em; margin-bottom:6px; }
.loc-addr { color:#555; font-size:13px; }
.loc-meta { margin-top:12px; font-size:13px; color:#444; }
.loc-meta div { margin-top:4px; }

.promo-card { background:#fef3c7; border:1px solid #fde68a; border-radius:8px; padding:20px; text-align:center; }
.promo-code { font-family:monospace; font-size:13px; font-weight:900; letter-spacing:1px; background:#fff;
              border:1px dashed #d97706; padding:6px 12px; border-radius:3px; display:inline-block; margin-bottom:14px; }
.promo-disc { font-size:28px; font-weight:900; color:#b45309; margin:8px 0; }

.contact-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); gap:16px; margin-top:20px; }
.contact-grid > div { padding:16px; background:#fff; border:1px solid #e5e7eb; border-radius:6px; }

.empty { padding:60px 20px; text-align:center; background:#fff;
         border:1px dashed #d4d4d8; border-radius:8px; color:#888; }

.site-footer { background:#111; color:#aaa; padding:30px 0; text-align:center; font-size:13px; }

/* Admin */
.admin-body { background:#f5f5f7; }
.admin-layout { display:flex; min-height:100vh; }
.sb { width:240px; background:#1f2937; color:#fff; flex-shrink:0; }
.sb-hdr { padding:18px 20px; border-bottom:1px solid #374151; }
.sb-brand { font-weight:900; font-size:18px; letter-spacing:-.5px; }
.sb-sub { font-size:11px; color:#9ca3af; text-transform:uppercase; letter-spacing:.06em; margin-top:2px; }
.sb-nav { padding:12px 0; }
.sb-nav a { display:block; padding:11px 20px; color:#d1d5db; font-size:14px; font-weight:600;
            border-left:3px solid transparent; }
.sb-nav a:hover { background:#374151; color:#fff; text-decoration:none; }
.sb-nav a.active { background:#374151; color:#fff; border-left-color:#e31837; }
.sb-foot { padding:16px 20px; border-top:1px solid #374151; font-size:12px; color:#9ca3af; }
.sb-foot a { color:#fca5a5; }
.admin-main { flex:1; padding:30px 40px; max-width:100%; overflow-x:auto; }
.admin-hdr { display:flex; justify-content:space-between; align-items:center;
             margin-bottom:24px; padding-bottom:16px; border-bottom:1px solid #e5e7eb; }
.admin-hdr h1 { font-size:22px; margin:0; }
.panel { background:#fff; border:1px solid #e5e7eb; border-radius:8px; margin-bottom:20px; overflow:hidden; }
.panel-h { padding:16px 20px; border-bottom:1px solid #e5e7eb;
           display:flex; align-items:center; justify-content:space-between; }
.panel-h h3 { margin:0; font-size:15px; }
.panel-b { padding:20px; }
.alert { padding:12px 16px; border-radius:4px; margin-bottom:16px; font-size:13px; }
.alert-ok  { background:#dcfce7; color:#15803d; border-left:3px solid #16a34a; }
.alert-err { background:#fee2e2; color:#991b1b; border-left:3px solid #dc2626; }
.tbl-wrap { overflow-x:auto; }
table.tbl { width:100%; border-collapse:collapse; font-size:13px; }
table.tbl th, table.tbl td { padding:10px 14px; border-bottom:1px solid #f1f5f9; text-align:left; }
table.tbl th { background:#f9fafb; font-weight:800; font-size:11px;
               text-transform:uppercase; letter-spacing:.04em; color:#555; }
table.tbl tr:hover td { background:#f9fafb; }
.row-actions { display:flex; gap:6px; }
.form-row { display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); gap:14px; margin-bottom:14px; }
.form-f label { display:block; font-size:11px; font-weight:800; color:#444;
                text-transform:uppercase; letter-spacing:.04em; margin-bottom:4px; }
.form-f input, .form-f select, .form-f textarea { width:100%; padding:8px 10px;
        border:1px solid #d4d4d8; border-radius:3px; font-size:14px; font-family:inherit; }
.form-f.full { grid-column:1 / -1; }
.form-f textarea { resize:vertical; min-height:80px; }
.stats { display:grid; grid-template-columns:repeat(auto-fill, minmax(180px, 1fr)); gap:14px; margin-bottom:24px; }
.stat { background:#fff; border:1px solid #e5e7eb; border-radius:8px; padding:18px; }
.stat-num { font-size:28px; font-weight:900; }
.stat-lbl { font-size:11px; color:#888; text-transform:uppercase; letter-spacing:.04em; margin-top:4px; }
.badge-status { display:inline-block; padding:2px 8px; border-radius:10px; font-size:11px; font-weight:700; }
.bg-active { background:#dcfce7; color:#15803d; }
.bg-pend   { background:#fef3c7; color:#78350f; }
.bg-canc   { background:#fee2e2; color:#991b1b; }

/* Login */
.login-wrap { display:flex; align-items:center; justify-content:center; min-height:100vh; padding:20px; }
.login-box { width:100%; max-width:400px; background:#fff; border-radius:8px;
             box-shadow:0 8px 24px rgba(0,0,0,.08); overflow:hidden; }
.login-hdr { background:#e31837; color:#fff; padding:28px; text-align:center; }
.login-hdr h1 { font-size:22px; margin:0; color:#fff; font-style:italic; }
.login-hdr .sub { font-size:11px; letter-spacing:.5px; opacity:.85; text-transform:uppercase; margin-top:6px; }
.login-body { padding:28px; }
.login-foot { text-align:center; padding:16px; border-top:1px solid #f3f4f6; font-size:12px; color:#888; }

@media (max-width: 768px) {
  .hdr-nav { display:none; }
  .booking-widget { flex-direction:column; align-items:stretch; }
  .sb { width:64px; }
  .sb-brand, .sb-sub, .sb-foot { display:none; }
  .sb-nav a { padding:14px; text-align:center; }
  .admin-main { padding:20px; }
  h1 { font-size:28px; }
}
