.hotel-page { --hotel-ink:#172033; --hotel-muted:#64748b; --hotel-blue:#2563eb; --hotel-green:#0f9f6e; color:var(--hotel-ink); }
.hotel-hero { position:relative; overflow:hidden; padding:28px; border-radius:24px; color:#fff; background:linear-gradient(125deg,#172554 0%,#2563eb 58%,#0f766e 100%); box-shadow:0 18px 44px rgba(37,99,235,.18); }
.hotel-hero::after { content:""; position:absolute; width:260px; height:260px; right:-80px; top:-120px; border:38px solid rgba(255,255,255,.1); border-radius:50%; }
.hotel-hero h2 { position:relative; z-index:1; margin:0 0 6px; font-weight:800; letter-spacing:-.03em; }
.hotel-hero p { position:relative; z-index:1; max-width:620px; margin:0; color:rgba(255,255,255,.8); }
.hotel-hero .btn { position:relative; z-index:1; }
.hotel-kpi { height:100%; padding:18px; border:1px solid #e3eaf3; border-radius:16px; background:#fff; box-shadow:0 7px 22px rgba(15,23,42,.04); }
.hotel-kpi-label { color:var(--hotel-muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; font-weight:700; }
.hotel-kpi-value { margin-top:6px; font-size:1.65rem; line-height:1; font-weight:850; }
.hotel-kpi i { float:right; color:var(--hotel-blue); font-size:1.35rem; }
.hotel-tabs { display:flex; gap:8px; overflow-x:auto; padding:5px; border:1px solid #e3eaf3; border-radius:14px; background:#eef3fa; }
.hotel-tab { flex:0 0 auto; border:0; border-radius:10px; padding:10px 15px; color:var(--hotel-muted); background:transparent; font-weight:700; }
.hotel-tab.active { color:var(--hotel-blue); background:#fff; box-shadow:0 3px 12px rgba(15,23,42,.08); }
.hotel-section { display:none; }
.hotel-section.active { display:block; animation:hotelFade .18s ease; }
@keyframes hotelFade { from { opacity:0; transform:translateY(4px); } to { opacity:1; transform:translateY(0); } }
.hotel-card { height:100%; border:1px solid #e3eaf3; border-radius:18px; background:#fff; box-shadow:0 7px 22px rgba(15,23,42,.04); }
.hotel-card-header { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:18px 20px; border-bottom:1px solid #edf1f6; }
.hotel-card-header h3 { margin:0; font-size:1rem; font-weight:800; }
.hotel-card-body { padding:20px; }
.hotel-page .form-control,.hotel-page .form-select { border-color:#dbe3ef; border-radius:10px; }
.hotel-page .table { margin-bottom:0; }
.hotel-page .table th { color:var(--hotel-muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.04em; white-space:nowrap; }
.hotel-page .table td { vertical-align:middle; }
.hotel-list-item { padding:12px 0; border-bottom:1px solid #edf1f6; }
.hotel-list-item:last-child { border-bottom:0; }
@media (max-width: 600px) { .hotel-hero { padding:22px 18px; border-radius:18px; } .hotel-card-body { padding:15px; } .hotel-page .table { min-width:640px; } }
