@charset "utf-8";
/* ============================================================
   Ofertas · estilo Apple (consistente con el resto del sitio)
   ============================================================ */
:root{
  --ap-bg:#f5f5f7; --ap-card:#fff; --ap-ink:#1d1d1f; --ap-muted:#6e6e73;
  --ap-line:#e3e3e6; --ap-blue:#1E90FF; --ap-blue-d:#0a6fe0;
  --ap-font:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}
*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{ font-family:var(--ap-font); background:var(--ap-bg); color:var(--ap-ink); -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
img{ max-width:100%; display:block; }
a{ color:inherit; }

/* ---------- Header ---------- */
.of-header{
  position:sticky; top:0; z-index:20;
  display:flex; align-items:center; justify-content:space-between;
  padding:12px clamp(16px,5%,64px);
  background:rgba(255,255,255,.9); backdrop-filter:saturate(180%) blur(14px); -webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--ap-line);
}
.of-brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.of-brand img{ width:38px; height:38px; border-radius:8px; object-fit:cover; }
.of-brand span{ font-weight:600; letter-spacing:-.4px; font-size:20px; color:var(--ap-ink); }
.of-back{ color:var(--ap-blue); text-decoration:none; font-weight:500; }
.of-back:hover{ color:var(--ap-blue-d); }

/* ---------- Hero ---------- */
.of-hero{ text-align:center; padding:56px clamp(16px,5%,64px) 24px; }
.of-hero h1{ margin:0 0 10px; font-size:clamp(28px,5vw,44px); font-weight:600; letter-spacing:-1px; }
.of-hero p{ margin:0 auto; max-width:620px; color:var(--ap-muted); font-size:clamp(15px,2vw,18px); }

/* ---------- Grid de cards ---------- */
.of-grid{
  display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:24px;
  max-width:1200px; margin:0 auto; padding:20px clamp(16px,5%,64px) 64px;
}
.of-empty{
  grid-column:1/-1; text-align:center; padding:64px 24px;
  background:var(--ap-card); border:1px solid var(--ap-line); border-radius:20px;
}
.of-empty p{ margin:0 0 6px; font-size:20px; font-weight:600; }
.of-empty span{ color:var(--ap-muted); }

.of-card{
  background:var(--ap-card); border:1px solid var(--ap-line); border-radius:20px; overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  display:flex; flex-direction:column;
}
.of-card:hover{ transform:translateY(-4px); box-shadow:0 18px 44px rgba(0,0,0,.1); border-color:rgba(30,144,255,.35); }
.of-card-media{ position:relative; display:block; }
.of-card-media img{ width:100%; height:200px; object-fit:cover; }
.of-badge{ position:absolute; top:12px; left:12px; background:var(--ap-blue); color:#fff; font-size:12px; font-weight:600; padding:5px 12px; border-radius:980px; }
.of-badge--paq{ background:#6d28d9; }
.of-card-body{ padding:16px 18px 18px; display:flex; flex-direction:column; gap:10px; flex:1; }
.of-card-title{ margin:0; font-size:18px; font-weight:600; letter-spacing:-.3px; }
.of-card-zone{ margin:0; color:var(--ap-muted); font-size:14px; }
.of-chips{ display:flex; flex-wrap:wrap; gap:6px; }
.of-chips span{ background:var(--ap-bg); border:1px solid var(--ap-line); color:#3a3a3c; font-size:12px; padding:4px 10px; border-radius:980px; }

.of-prices{ display:flex; gap:16px; margin-top:2px; }
.of-price{ display:flex; flex-direction:column; }
.of-plabel{ color:var(--ap-muted); font-size:12px; }
.of-pval{ font-size:18px; font-weight:700; letter-spacing:-.3px; }
.of-pval--alt{ color:var(--ap-muted); }

.of-btn{
  margin-top:auto; display:inline-flex; align-items:center; justify-content:center;
  background:var(--ap-blue); color:#fff; text-decoration:none;
  border:none; border-radius:980px; padding:12px 20px; font-size:15px; font-weight:600; cursor:pointer;
  transition:background .25s ease, transform .2s ease;
}
.of-btn:hover:not(:disabled){ background:var(--ap-blue-d); transform:translateY(-1px); }
.of-btn:disabled{ background:#c7c7cc; cursor:not-allowed; }

/* ---------- Detalle ---------- */
.of-detail{ max-width:1000px; margin:0 auto; padding:24px clamp(16px,5%,64px) 64px; display:flex; flex-direction:column; gap:26px; }
.of-gallery-main img{ width:100%; height:clamp(240px,42vw,440px); object-fit:cover; border-radius:22px; }
.of-gallery-thumbs{ display:flex; gap:10px; margin-top:10px; overflow-x:auto; padding-bottom:4px; }
.of-gallery-thumbs::-webkit-scrollbar{ display:none; } .of-gallery-thumbs{ scrollbar-width:none; }
.of-gallery-thumbs img{ width:96px; height:70px; object-fit:cover; border-radius:12px; flex:0 0 auto; border:1px solid var(--ap-line); }

.of-head{ display:flex; flex-wrap:wrap; gap:20px; justify-content:space-between; align-items:flex-start; }
.of-head h1{ margin:0 0 6px; font-size:clamp(24px,4vw,34px); font-weight:600; letter-spacing:-.6px; }
.of-loc{ margin:0; color:var(--ap-muted); }
.of-air{ margin:4px 0 0; color:var(--ap-muted); font-size:14px; }
.of-head-prices{ display:flex; gap:22px; }
.of-pbig{ font-size:22px; font-weight:700; letter-spacing:-.4px; display:block; }
.of-pbig--alt{ color:var(--ap-muted); }

.of-services{ display:flex; flex-wrap:wrap; gap:8px; }
.of-service{ background:var(--ap-card); border:1px solid var(--ap-line); border-radius:980px; padding:8px 16px; font-size:14px; }

.of-info{ display:flex; flex-direction:column; gap:10px; }
.of-info-item{ background:var(--ap-card); border:1px solid var(--ap-line); border-radius:16px; overflow:hidden; }
.of-info-item summary{ cursor:pointer; list-style:none; padding:16px 20px; font-weight:600; }
.of-info-item summary::-webkit-details-marker{ display:none; }
.of-info-item[open] summary{ border-bottom:1px solid var(--ap-line); }
.of-info-body{ padding:16px 20px; color:#3a3a3c; line-height:1.65; font-size:15px; }

.of-rooms h2{ font-size:22px; font-weight:600; letter-spacing:-.4px; margin:0 0 14px; }
.of-room{
  display:flex; gap:16px; align-items:center; background:var(--ap-card);
  border:1px solid var(--ap-line); border-radius:18px; padding:14px; margin-bottom:14px;
  box-shadow:0 8px 26px rgba(0,0,0,.05);
}
.of-room-img{ flex:0 0 auto; }
.of-room-img img{ width:140px; height:104px; object-fit:cover; border-radius:12px; }
.of-room-body{ flex:1 1 auto; min-width:0; }
.of-room-body h3{ margin:0 0 4px; font-size:17px; font-weight:600; }
.of-room-meta{ margin:0 0 8px; color:var(--ap-muted); font-size:14px; }
.of-room-prices{ display:flex; gap:16px; margin-top:8px; color:var(--ap-muted); font-size:14px; }
.of-room-prices strong{ color:var(--ap-ink); }
.of-room-cta{ flex:0 0 auto; }
.of-empty-inline{ color:var(--ap-muted); }

/* ---------- Footer ---------- */
.of-footer{ text-align:center; padding:28px 16px; color:var(--ap-muted); font-size:13px; border-top:1px solid var(--ap-line); }

@media (max-width:560px){
  .of-room{ flex-wrap:wrap; }
  .of-room-img img{ width:100%; height:180px; }
  .of-room-cta{ width:100%; } .of-room-cta .of-btn{ width:100%; }
  .of-head-prices{ gap:16px; }
}
