:root {
  --hotel-blue: #005c9c;
  --hotel-blue-dark: #004274;
  --hotel-blue-soft: #edf7ff;
  --hotel-green: #16b957;
  --hotel-green-dark: #079943;
  --hotel-text: #18283b;
  --hotel-muted: #536579;
  --hotel-border: #dfe9f2;
  --hotel-soft: #f5f9fc;
  --hotel-shadow: 0 18px 42px rgba(15, 43, 72, 0.09);
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--hotel-text);
  background: #fff;
}

.hotelero-page { overflow: hidden; }
.hotelero-page a { text-underline-offset: 3px; }
.section-standard { padding: 4.75rem 0; }
.section-tight { padding: 2rem 0; }
.section-soft { background: var(--hotel-soft); }

.hotelero-hero {
  position: relative;
  padding: 2rem 0 4rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 92, 156, .13), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f4faff 52%, #edf6fc 100%);
}

.hotelero-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 2.2rem;
  font-size: .92rem;
  color: #65768a;
}

.hotelero-breadcrumb a { color: var(--hotel-blue); font-weight: 700; text-decoration: none; }
.hotelero-breadcrumb a:hover { text-decoration: underline; }

.hotelero-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--hotel-blue);
  font-weight: 800;
  font-size: .9rem;
  letter-spacing: .015em;
}

.hotelero-eyebrow {
  background: #fff;
  border: 1px solid rgba(0, 92, 156, .14);
  border-radius: 999px;
  padding: .5rem .78rem;
  box-shadow: 0 8px 20px rgba(0, 92, 156, .07);
  margin-bottom: 1rem;
}

.hotelero-hero h1 {
  max-width: 720px;
  margin: 0 0 1.1rem;
  color: #102237;
  font-weight: 850;
  font-size: clamp(2.25rem, 4.8vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: -.047em;
}

.hotelero-lead {
  max-width: 680px;
  color: #40546a;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.72;
  margin: 0;
}

.hotelero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.55rem;
}

.btn-hotelero-whatsapp,
.btn-hotelero-secondary {
  min-height: 56px;
  padding: .85rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn-hotelero-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--hotel-green), var(--hotel-green-dark));
  box-shadow: 0 14px 28px rgba(22, 185, 87, .22);
}
.btn-hotelero-whatsapp:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(22, 185, 87, .28); }
.btn-hotelero-secondary { color: var(--hotel-blue); background: #fff; border: 1px solid rgba(0, 92, 156, .18); }
.btn-hotelero-secondary:hover { color: #fff; background: var(--hotel-blue); }

.hotelero-proof { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.hotelero-proof span {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .43rem .68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(0, 92, 156, .10);
  color: #3e5267;
  font-size: .9rem;
}
.hotelero-proof i { color: var(--hotel-green); }

.hero-products {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  background: linear-gradient(145deg, #fff 0%, #eef7fd 100%);
  border: 1px solid rgba(0, 92, 156, .10);
  box-shadow: var(--hotel-shadow);
  overflow: hidden;
}

/*
.hero-products:before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  right: -110px;
  top: -110px;
  background: rgba(0, 92, 156, .07);
}
*/

.hero-products:before {
  display: none;
}

.hero-product { position: absolute; text-align: center; }
.hero-product img { width: 100%; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(15, 43, 72, .12)); }
.hero-product span { display: inline-block; margin-top: -.25rem; padding: .36rem .65rem; border-radius: 999px; background: #fff; color: var(--hotel-blue); font-weight: 800; font-size: .84rem; box-shadow: 0 8px 18px rgba(15,43,72,.08); }
.hero-product-gitano { width: 48%; left: 3%; top: 2.5rem; transform: rotate(-3deg); }
.hero-product-principal { width: 49%; right: 2%; top: 2rem; transform: rotate(3deg); }
.hero-products-note { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; padding: 1rem 1.1rem; box-shadow: 0 14px 28px rgba(15,43,72,.10); }
.hero-products-note strong, .hero-products-note small { display: block; }
.hero-products-note strong { color: #173049; }
.hero-products-note small { color: #617286; margin-top: .2rem; }

.hotelero-trust { background: #fff; }
.hotelero-trust-card {
  height: 100%;
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: 1.1rem;
  border: 1px solid var(--hotel-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15,43,72,.05);
}
.hotelero-trust-card > i { width: 44px; height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; color: var(--hotel-blue); background: var(--hotel-blue-soft); font-size: 1.25rem; }
.hotelero-trust-card strong, .hotelero-trust-card span { display: block; }
.hotelero-trust-card strong { color: #173049; font-size: .98rem; }
.hotelero-trust-card span { color: #657488; font-size: .9rem; line-height: 1.5; margin-top: .18rem; }

.section-kicker { margin-bottom: .65rem; }
.section-standard h2 {
  color: #12253a;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 850;
  margin-bottom: 1rem;
}
.section-standard p { color: var(--hotel-muted); font-size: 1.03rem; line-height: 1.78; }
.section-heading { max-width: 860px; margin-bottom: 2rem; }
.section-heading > p { margin-bottom: 0; }
.direct-answer { color: #344b63 !important; font-size: 1.08rem !important; }

.fact-box, .bulk-card, .help-card {
  border: 1px solid var(--hotel-border);
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--hotel-shadow);
  padding: 1.35rem;
}
.fact-box-title { display: block; font-weight: 850; color: #15314a; margin-bottom: .7rem; }
.fact-box dl { margin: 0; }
.fact-box dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid #edf1f5; }
.fact-box dl > div:last-child { border-bottom: 0; }
.fact-box dt { color: #647589; font-weight: 650; }
.fact-box dd { color: #18334d; font-weight: 800; margin: 0; text-align: right; }

.hotel-product-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--hotel-border); border-radius: 28px; box-shadow: 0 14px 34px rgba(15,43,72,.08); transition: transform .2s ease, box-shadow .2s ease; }
.hotel-product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(15,43,72,.12); }
.hotel-product-card-featured { border-color: rgba(0,92,156,.25); }
.hotel-product-image { min-height: 330px; display: flex; align-items: center; justify-content: center; padding: 1.4rem; background: linear-gradient(180deg, #fff 0%, #f3f8fc 100%); }
.hotel-product-image img { max-width: 100%; max-height: 320px; width: auto; height: auto; object-fit: contain; }
.hotel-product-body { padding: 1.35rem; }
.product-label { display: inline-flex; padding: .35rem .65rem; border-radius: 999px; background: var(--hotel-blue-soft); color: var(--hotel-blue); font-size: .82rem; font-weight: 850; margin-bottom: .65rem; }
.hotel-product-body h3 { color: #15314a; font-size: 1.45rem; font-weight: 850; }
.hotel-product-body p { font-size: .97rem; }
.product-pills { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0; }
.product-pills span { padding: .37rem .58rem; border-radius: 999px; background: #f1f6fa; color: #3d586f; border: 1px solid #e1eaf2; font-size: .85rem; font-weight: 750; }
.product-price-hotel { color: var(--hotel-blue); font-weight: 850; margin: .9rem 0 1rem; }
.product-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.btn-product-primary, .btn-product-quote { display: inline-flex; align-items: center; justify-content: center; gap: .42rem; min-height: 48px; padding: .7rem 1rem; border-radius: 14px; font-weight: 800; text-decoration: none; }
.btn-product-primary { background: var(--hotel-blue); color: #fff; }
.btn-product-primary:hover { color: #fff; background: var(--hotel-blue-dark); }
.btn-product-quote { border: 1px solid #b9dfc8; color: #147441; background: #f2fbf5; }
.btn-product-quote:hover { color: #0d5b32; background: #e5f7eb; }

.hotelero-table-wrap { overflow-x: auto; border: 1px solid var(--hotel-border); border-radius: 22px; box-shadow: 0 12px 28px rgba(15,43,72,.06); }
.hotelero-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.hotelero-table th, .hotelero-table td { padding: 1rem 1.1rem; border-bottom: 1px solid #e9eff4; vertical-align: top; }
.hotelero-table thead th { background: #eaf5fd; color: #173b5a; font-weight: 850; }
.hotelero-table tbody th { color: #27435b; font-weight: 800; width: 28%; }
.hotelero-table td { color: #526579; }
.hotelero-table tbody tr:last-child th, .hotelero-table tbody tr:last-child td { border-bottom: 0; }
.comparison-note { margin: 1rem 0 0; padding: .85rem 1rem; border-radius: 14px; background: #f3f8fc; border: 1px solid #e0eaf2; font-size: .95rem !important; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.4rem; }
.choice-grid article, .lodging-grid article { background: #fff; border: 1px solid var(--hotel-border); border-radius: 20px; padding: 1.2rem; box-shadow: 0 10px 24px rgba(15,43,72,.05); }
.choice-grid i, .lodging-grid i { color: var(--hotel-blue); font-size: 1.55rem; }
.choice-grid h3, .lodging-grid h3 { color: #18334d; font-size: 1.08rem; font-weight: 850; margin: .7rem 0 .4rem; }
.choice-grid p, .lodging-grid p { font-size: .94rem; margin: 0; }

.help-card > i { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: var(--hotel-blue-soft); border-radius: 16px; color: var(--hotel-blue); font-size: 1.35rem; }
.help-card h3 { margin-top: 1rem; color: #18334d; font-weight: 850; }
.help-card a { color: var(--hotel-blue); font-weight: 850; text-decoration: none; }
.help-card a:hover { text-decoration: underline; }

.lodging-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.bulk-card > span { display: block; color: var(--hotel-blue); font-weight: 850; margin-bottom: .8rem; }
.bulk-card ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.bulk-card li { display: flex; align-items: flex-start; gap: .55rem; margin-bottom: .7rem; color: #43586c; }
.bulk-card li i { color: var(--hotel-green); margin-top: .13rem; }
.text-link { color: var(--hotel-blue); font-weight: 750; }

.category-contrast { display: grid; gap: .85rem; }
.category-contrast > div { padding: 1.2rem; border-radius: 20px; border: 1px solid var(--hotel-border); background: #fff; box-shadow: 0 10px 24px rgba(15,43,72,.05); }
.category-contrast span, .category-contrast strong, .category-contrast small { display: block; }
.category-contrast span { color: var(--hotel-blue); font-weight: 850; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.category-contrast strong { color: #18334d; margin-top: .25rem; }
.category-contrast small { color: #68798a; margin-top: .2rem; }

.company-mini-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: center; background: #fff; border: 1px solid var(--hotel-border); border-radius: 28px; padding: 1.6rem; box-shadow: var(--hotel-shadow); }
.company-mini-card p { margin-bottom: 0; }
.company-pills { display: flex; flex-wrap: wrap; gap: .55rem; }
.company-pills span { padding: .55rem .7rem; border-radius: 999px; background: var(--hotel-blue-soft); color: #315a79; font-weight: 750; font-size: .88rem; }

.faq-list { display: grid; gap: .75rem; max-width: 980px; }
.faq-list details { border: 1px solid var(--hotel-border); border-radius: 18px; background: #fff; overflow: hidden; box-shadow: 0 8px 18px rgba(15,43,72,.04); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1rem 1.2rem; color: #19354f; font-weight: 800; position: relative; padding-right: 3rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--hotel-blue); font-size: 1.35rem; }
.faq-list details[open] summary { background: var(--hotel-blue-soft); }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { padding: 0 1.2rem 1.15rem; margin: 0; font-size: .98rem; }

.closing-hotelero-wrap { padding-top: 1rem; }
.closing-hotelero { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(1.6rem, 4vw, 3rem); border-radius: 32px; background: linear-gradient(135deg, var(--hotel-blue), var(--hotel-blue-dark)); color: #fff; box-shadow: 0 22px 48px rgba(0,92,156,.22); }
.closing-hotelero:after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -110px; border-radius: 50%; background: rgba(255,255,255,.10); }
.closing-hotelero span { display: block; color: #d4efff; font-weight: 800; margin-bottom: .45rem; }
.closing-hotelero h2 { color: #fff; margin-bottom: .6rem; }
.closing-hotelero p { color: rgba(255,255,255,.87); max-width: 760px; margin: 0; }
.closing-hotelero-btn { position: relative; z-index: 1; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.25rem; border-radius: 999px; background: #fff; color: var(--hotel-green-dark); font-weight: 850; text-decoration: none; white-space: nowrap; }
.closing-hotelero-btn:hover { color: #066d35; transform: translateY(-1px); }

.hotelero-sticky-mobile { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040; padding: .7rem .8rem calc(.7rem + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-top: 1px solid #e3e8ed; box-shadow: 0 -8px 24px rgba(0,0,0,.08); }
.hotelero-sticky-mobile a { display: flex; align-items: center; justify-content: center; gap: .6rem; min-height: 58px; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--hotel-green), var(--hotel-green-dark)); text-decoration: none; }
.hotelero-sticky-mobile i { font-size: 1.35rem; }
.hotelero-sticky-mobile strong, .hotelero-sticky-mobile small { display: block; }
.hotelero-sticky-mobile small { opacity: .9; }

@media (max-width: 1199.98px) {
  .lodging-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .hotelero-hero { padding-bottom: 3rem; }
  .hero-products { min-height: 440px; margin-top: .5rem; }
  .company-mini-card, .closing-hotelero { grid-template-columns: 1fr; }
  .closing-hotelero-btn { justify-self: start; }
}

@media (max-width: 767.98px) {
  .section-standard { padding: 3.35rem 0; }
  .hotelero-hero { padding-top: 1.3rem; }
  .hotelero-breadcrumb { margin-bottom: 1.4rem; }
  .hotelero-actions .btn-hotelero-whatsapp, .hotelero-actions .btn-hotelero-secondary { width: 100%; }
  .hero-products { min-height: 390px; border-radius: 26px; }
  .choice-grid, .lodging-grid { grid-template-columns: 1fr; }
  .hotel-product-image { min-height: 280px; }
  .product-links > a { width: 100%; }
  .closing-hotelero-btn { width: 100%; }
  body { padding-bottom: 92px; }
}

@media (max-width: 575.98px) {
  .hotelero-hero h1 { font-size: 2.4rem; }
  .hero-products { min-height: 330px; }
  .hero-product-gitano { width: 52%; left: -1%; top: 2rem; }
  .hero-product-principal { width: 53%; right: -2%; top: 1.6rem; }
  .hero-products-note { left: .8rem; right: .8rem; bottom: .8rem; padding: .8rem; }
  .hotelero-table th, .hotelero-table td { padding: .85rem; }
}
