:root{
  --hc-navy:#072c67;
  --hc-navy-2:#0b356f;
  --hc-coral:#ff6b47;
  --hc-coral-strong:#ff5a33;
  --hc-text:#102341;
  --hc-muted:#617089;
  --hc-border:#d9e2ef;
  --hc-bg:#f5f8fc;
  --hc-card:#ffffff;
  --hc-shadow:0 16px 40px rgba(10,33,74,.08);
  --hc-radius:22px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--hc-bg);color:var(--hc-text);line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.hc-container{width:min(1480px,calc(100vw - 64px));margin:0 auto}
.hc-page{padding-bottom:32px}
.hc-topbar{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid rgba(7,44,103,.08)}
.hc-topbar-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.hc-brand img{height:62px;width:auto}
.hc-nav{display:flex;align-items:center;gap:32px;font-size:16px;font-weight:500;color:#283a58}
.hc-nav a{display:flex;align-items:center;gap:8px;white-space:nowrap}
.hc-pill{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;background:var(--hc-coral);color:#fff;font-size:11px;font-weight:700}
.hc-actions{display:flex;align-items:center;gap:14px}
.hc-locale{display:flex;align-items:center;gap:10px;color:#445676;font-weight:600;font-size:14px;white-space:nowrap}
.hc-locale span{width:1px;height:18px;background:var(--hc-border);display:inline-block}
.hc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font-weight:700;transition:.2s ease;white-space:nowrap}
.hc-btn-primary{background:var(--hc-coral);color:#fff;box-shadow:0 10px 24px rgba(255,107,71,.22)}
.hc-btn-primary:hover,.hc-search-btn:hover,.hc-availability-btn:hover{background:var(--hc-coral-strong)}
.hc-btn-ghost{border:1px solid #cbd5e3;background:#fff;color:var(--hc-navy)}
.hc-hero{padding:34px 0 0}
.hc-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch;background:#fff;border-radius:32px 32px 0 0;overflow:hidden;position:relative}
.hc-hero-copy{padding:54px 48px 120px 48px;position:relative;z-index:2}
.hc-hero-copy h1{margin:0 0 18px;font-size:68px;line-height:1.02;letter-spacing:-.03em;color:#0b2247}
.hc-hero-copy p{margin:0;max-width:620px;font-size:24px;line-height:1.45;color:#50607a}
.hc-hero-visual{min-height:360px;background:linear-gradient(115deg,#eef3f9 0%,#dce9fa 48%,#d0e1f8 100%);background-size:cover;background-position:center;position:relative}
.hc-hero-glow{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.6) 22%,rgba(255,255,255,.08) 48%,rgba(255,255,255,0))}
.hc-search-wrap{position:relative;margin-top:-72px;z-index:3}
.hc-searchbar{display:grid;grid-template-columns:1.45fr repeat(3,1fr) 290px;gap:0;background:#fff;border:1px solid rgba(7,44,103,.08);border-radius:22px;box-shadow:var(--hc-shadow);overflow:visible}
.hc-field{position:relative;padding:18px 24px;border-right:1px solid #e7edf5;min-height:112px;display:flex;flex-direction:column;justify-content:center}
.hc-field:last-of-type{border-right:none}
.hc-field label{display:block;font-size:14px;font-weight:700;color:#263855;margin-bottom:10px}
.hc-field-input{display:flex;align-items:center;gap:12px;font-size:16px;color:#34486a}
.hc-icon{font-size:18px;opacity:.8}
.hc-field input,.hc-field select{border:none;outline:none;background:transparent;width:100%;font:inherit;color:#1f3357;padding:0}
.hc-field select{appearance:none;cursor:pointer}
.hc-search-btn{border:none;background:var(--hc-coral);color:#fff;font:700 22px/1 Inter,sans-serif;cursor:pointer}
.hc-destination-field{z-index:12}
.hc-destination-menu{position:absolute;left:16px;right:16px;top:calc(100% - 8px);background:#fff;border:1px solid var(--hc-border);border-radius:18px;box-shadow:0 22px 40px rgba(13,38,75,.16);padding:10px;display:grid;gap:6px;max-height:360px;overflow:auto}
.hc-destination-menu button{display:flex;align-items:center;justify-content:space-between;gap:16px;border:none;background:#fff;padding:12px 14px;border-radius:12px;text-align:left;cursor:pointer;font:inherit;color:#17335c}
.hc-destination-menu button:hover{background:#f1f6fd}
.hc-destination-menu small{display:block;color:#6d7d95;font-size:13px;margin-top:3px}
.hc-trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid rgba(7,44,103,.08);border-radius:18px;margin-top:16px;box-shadow:0 10px 24px rgba(8,35,74,.04)}
.hc-trust-item{padding:20px 26px;border-right:1px solid #ecf1f7;display:flex;flex-direction:column;gap:4px}
.hc-trust-item:last-child{border-right:none}
.hc-trust-item strong{font-size:21px;color:var(--hc-navy)}
.hc-trust-item span{color:#667791;font-size:15px}
.hc-main-grid{display:grid;grid-template-columns:minmax(0,1.95fr) minmax(320px,.68fr);gap:24px;margin-top:22px;align-items:start}
.hc-section,.hc-side-card{background:#fff;border:1px solid rgba(7,44,103,.08);border-radius:22px;box-shadow:0 10px 26px rgba(10,34,73,.04)}
.hc-section{padding:22px}
.hc-section-head,.hc-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.hc-section-head h2,.hc-sidebar-head h2{margin:0;font-size:34px;line-height:1.1;color:#12284b;letter-spacing:-.02em}
.hc-section-head a{color:var(--hc-coral);font-weight:700;font-size:15px}
.hc-destination-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.hc-destination-card{position:relative;min-height:174px;border-radius:18px;overflow:hidden;background:#d9e4f1;display:block}
.hc-destination-media,.hc-property-media,.hc-owner-media{position:absolute;inset:0;background:#d5e2f1 center/cover no-repeat}
.hc-destination-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,22,53,0) 22%,rgba(5,22,53,.76) 100%)}
.hc-destination-meta{position:absolute;left:18px;right:18px;bottom:16px;color:#fff;z-index:2;display:flex;flex-direction:column;gap:4px}
.hc-destination-meta strong{font-size:28px;line-height:1.05}
.hc-destination-meta span{font-size:15px;opacity:.95}
.hc-property-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.hc-property-card{border:1px solid #e5ebf3;border-radius:18px;overflow:hidden;background:#fff}
.hc-property-media{position:relative;display:block;padding-top:61%;background:#dde8f4 center/cover no-repeat}
.hc-rating-badge{position:absolute;left:12px;bottom:12px;background:#0f7d58;color:#fff;border-radius:10px;padding:6px 10px;font-size:13px;font-weight:700}
.hc-favorite{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);font-size:18px;color:#6d7d95}
.hc-property-body{padding:16px}
.hc-property-body h3{margin:0 0 6px;font-size:19px;line-height:1.2;color:#10284c;min-height:46px}
.hc-property-location{margin:0 0 12px;color:#64748b;font-size:14px;min-height:38px}
.hc-property-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin-bottom:16px}
.hc-property-features span{font-size:13px;color:#52637f;background:#f6f9fc;border:1px solid #e8eef6;padding:8px 10px;border-radius:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hc-property-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.hc-price strong{display:block;font-size:28px;line-height:1;color:#10254a}
.hc-price span{display:block;margin-top:4px;font-size:13px;color:#667791}
.hc-availability-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border-radius:12px;border:1px solid rgba(255,107,71,.4);background:#fff4f1;color:var(--hc-coral);font-weight:700;font-size:14px;text-align:center}
.hc-sidebar{display:grid;gap:18px}
.hc-side-card{padding:22px}
.hc-region-layout{display:grid;grid-template-columns:118px 1fr;gap:18px;align-items:start}
.hc-mini-map{display:flex;align-items:center;justify-content:center;background:#f7fbff;border-radius:18px;padding:12px;min-height:240px}
.hc-mini-map svg{width:100%;height:auto;display:block}
.hc-region-list{display:grid;gap:8px}
.hc-region-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf2f8}
.hc-region-list a:last-child{border-bottom:none}
.hc-region-list strong{display:block;font-size:16px;color:#162c4e}
.hc-region-list span{display:block;font-size:13px;color:#697b95;text-align:right}
.hc-side-link{display:inline-flex;margin-top:14px;color:var(--hc-coral);font-weight:700}
.hc-owner-card{padding:0;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;min-height:260px;background:linear-gradient(135deg,#08285f,#0b356f)}
.hc-owner-copy{padding:26px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.hc-owner-copy h3{margin:0 0 12px;font-size:34px;line-height:1.08;letter-spacing:-.02em}
.hc-owner-copy p{margin:0 0 20px;color:rgba(255,255,255,.86);font-size:16px}
.hc-owner-media{position:relative;min-height:100%;background-position:center;background-size:cover}
.hc-business-card{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.hc-business-card h3{margin:0 0 8px;font-size:22px;color:#132d53}
.hc-business-card p{margin:0;color:#657790}
.hc-business-card a{font-weight:700;color:var(--hc-coral);white-space:nowrap}
.hc-footer{background:#071d45;color:#fff;margin-top:26px;padding:42px 0}
.hc-footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,.7fr) .95fr;gap:32px}
.hc-footer-brand img{height:84px;width:auto;margin-bottom:14px}
.hc-footer p{margin:0 0 10px;color:rgba(255,255,255,.75)}
.hc-footer span{color:rgba(255,255,255,.62)}
.hc-footer h4{margin:0 0 14px;font-size:18px}
.hc-footer a{display:block;color:rgba(255,255,255,.78);margin-bottom:10px}
.hc-newsletter{display:flex;gap:8px;margin-bottom:10px}
.hc-newsletter input{flex:1;min-height:48px;border:none;border-radius:14px;padding:0 16px;font:inherit}
.hc-newsletter button{width:54px;border:none;border-radius:14px;background:var(--hc-coral);color:#fff;font-size:22px;cursor:pointer}
.hc-footer small{display:block;color:rgba(255,255,255,.58);line-height:1.45}
@media (max-width:1440px){
  .hc-hero-copy h1{font-size:58px}
  .hc-destination-meta strong{font-size:24px}
  .hc-property-grid,.hc-destination-cards{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1180px){
  .hc-topbar-inner{height:auto;padding:16px 0;flex-wrap:wrap}
  .hc-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}
  .hc-actions{margin-left:auto}
  .hc-hero-grid,.hc-main-grid,.hc-owner-card,.hc-footer-grid{grid-template-columns:1fr}
  .hc-hero-copy{padding:42px 28px 120px}
  .hc-searchbar{grid-template-columns:1fr 1fr}
  .hc-search-btn{min-height:88px}
  .hc-trust-row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:780px){
  .hc-container{width:min(100vw - 28px,1480px)}
  .hc-brand img{height:54px}
  .hc-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}
  .hc-nav{justify-content:flex-start;gap:18px;font-size:14px;overflow:auto;padding-bottom:6px}
  .hc-hero-copy h1{font-size:42px}
  .hc-hero-copy p{font-size:18px}
  .hc-search-wrap{margin-top:-64px}
  .hc-searchbar{grid-template-columns:1fr}
  .hc-field{border-right:none;border-bottom:1px solid #e7edf5;min-height:92px}
  .hc-search-btn{min-height:72px;font-size:20px}
  .hc-trust-row{grid-template-columns:1fr}
  .hc-trust-item{border-right:none;border-bottom:1px solid #ecf1f7}
  .hc-trust-item:last-child{border-bottom:none}
  .hc-section{padding:16px}
  .hc-section-head h2,.hc-sidebar-head h2{font-size:28px}
  .hc-destination-cards,.hc-property-grid{grid-template-columns:1fr}
  .hc-region-layout{grid-template-columns:1fr}
  .hc-owner-copy h3{font-size:28px}
}

/* V1.1.7 — Trust & Real Data Integrity */
.hc-integrity-note{margin:0 0 16px;padding:14px 16px;border:1px solid #d8e7f8;border-radius:14px;background:#f5f9ff;color:#53657f;font-size:14px;line-height:1.45}
.hc-integrity-note strong{color:#133762}
.hc-rate-status{display:flex;flex-direction:column;gap:3px;min-width:0}
.hc-rate-status strong{font-size:14px;color:#17345f}
.hc-rate-status span{font-size:13px;color:#6b7b92}
.hc-footer-grid-trust{grid-template-columns:1.35fr .7fr .8fr .8fr 1fr}
.hc-footer-data{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.hc-footer-data strong{font-size:22px;color:#fff}
.hc-footer-data span{color:rgba(255,255,255,.78)}
.hc-footer-data small{margin-top:6px;color:rgba(255,255,255,.58);line-height:1.45}
@media (max-width:1180px){.hc-footer-grid-trust{grid-template-columns:repeat(2,1fr)}}
@media (max-width:780px){.hc-footer-grid-trust{grid-template-columns:1fr}.hc-property-footer{align-items:center}.hc-rate-status{max-width:52%}}

/* V1.1.7.1 — Premium Accommodation Cards */
.hc-property-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.hc-property-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  border:1px solid #dfe7f1;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 24px rgba(11,40,82,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.hc-property-card:hover{
  transform:translateY(-3px);
  border-color:#cfdae8;
  box-shadow:0 18px 38px rgba(11,40,82,.11);
}
.hc-property-media{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:4/3;
  padding:0;
  overflow:hidden;
  background:linear-gradient(145deg,#eaf1f9,#d6e3f2);
}
.hc-property-media>img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.hc-property-card:hover .hc-property-media>img{transform:scale(1.025)}
.hc-property-placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  justify-items:center;
  gap:8px;
  color:#6d7e96;
  background:linear-gradient(145deg,#eef4fa,#dce8f5);
}
.hc-property-placeholder[hidden]{display:none}
.hc-property-placeholder>span{
  width:56px;
  height:56px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--hc-navy);
  font-size:24px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(7,44,103,.09);
}
.hc-property-placeholder small{font-size:13px;font-weight:600}
.hc-property-type-badge{
  position:absolute;
  left:14px;
  top:14px;
  max-width:70%;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#17345f;
  box-shadow:0 5px 14px rgba(9,35,72,.10);
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}
.hc-rating-badge{
  left:auto;
  right:14px;
  bottom:14px;
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border-radius:12px;
  background:#0f7d58;
  color:#fff;
  box-shadow:0 6px 16px rgba(5,70,48,.2);
}
.hc-rating-badge strong{font-size:15px;line-height:1}
.hc-rating-badge small{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.04em;opacity:.88}
.hc-favorite{display:none!important}
.hc-property-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:18px;
}
.hc-property-heading{min-height:96px}
.hc-property-body h3{
  margin:0 0 8px;
  min-height:0;
  font-size:20px;
  line-height:1.3;
  color:#10284c;
  letter-spacing:-.012em;
  overflow:visible;
  white-space:normal;
  text-overflow:clip;
}
.hc-property-body h3 a:hover{color:var(--hc-coral)}
.hc-property-location{
  margin:0;
  min-height:0;
  display:flex;
  align-items:flex-start;
  gap:6px;
  color:#63758e;
  font-size:14px;
  line-height:1.45;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.hc-property-location>span{color:var(--hc-coral);font-weight:800;flex:0 0 auto}
.hc-property-features{display:none}
.hc-property-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:14px 0 18px;
}
.hc-property-meta>span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 9px;
  border-radius:9px;
  font-size:12px;
  line-height:1.25;
  font-weight:700;
  white-space:normal;
}
.hc-property-stars{background:#fff7e8;color:#7a5810;border:1px solid #f2ddb0;letter-spacing:.02em}
.hc-property-source{background:#f3f7fc;color:#55708f;border:1px solid #e2eaf4}
.hc-property-footer{
  margin-top:auto;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  align-items:stretch;
  padding-top:16px;
  border-top:1px solid #edf1f6;
}
.hc-rate-status{
  max-width:none!important;
  gap:4px;
}
.hc-rate-status strong{font-size:14px;color:#15345f}
.hc-rate-status span{font-size:13px;line-height:1.4;color:#687991}
.hc-availability-btn{
  width:100%;
  min-height:48px;
  padding:0 16px;
  border:1px solid var(--hc-coral);
  border-radius:13px;
  background:var(--hc-coral);
  color:#fff;
  font-size:14px;
  font-weight:800;
  white-space:normal;
  line-height:1.25;
  box-shadow:0 8px 18px rgba(255,107,71,.17);
}
.hc-availability-btn span{font-size:16px}
.hc-availability-btn:hover{color:#fff;box-shadow:0 10px 22px rgba(255,90,51,.24)}
@media (max-width:1320px){
  .hc-property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:960px){
  .hc-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .hc-property-grid{grid-template-columns:1fr;gap:16px}
  .hc-property-media{aspect-ratio:16/10}
  .hc-property-heading{min-height:0}
  .hc-property-body h3{font-size:21px}
}

/* V1.1.7.2 — Corporate Header & Hero Polish */
.hc-topbar{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e8eef6;
  box-shadow:0 7px 22px rgba(10,35,75,.035);
  backdrop-filter:saturate(140%) blur(12px);
}
.hc-topbar-inner{
  min-height:92px;
  height:92px;
  gap:28px;
}
.hc-brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  min-width:188px;
}
.hc-brand img{
  width:188px;
  height:auto;
  max-height:70px;
  object-fit:contain;
  object-position:left center;
}
.hc-nav{
  gap:34px;
  font-size:15px;
  font-weight:600;
  color:#344762;
}
.hc-nav a{
  position:relative;
  min-height:42px;
  display:inline-flex;
  align-items:center;
}
.hc-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:3px;
  height:2px;
  border-radius:999px;
  background:var(--hc-coral);
  transition:right .2s ease;
}
.hc-nav a:hover{color:var(--hc-navy)}
.hc-nav a:hover::after{right:0}
.hc-actions{gap:12px}
.hc-locale{
  padding-right:4px;
  color:#5b6b83;
  font-size:13px;
}
.hc-actions .hc-btn{
  min-height:44px;
  border-radius:12px;
  padding:0 18px;
  font-size:14px;
}
.hc-actions .hc-btn-primary{
  box-shadow:0 8px 18px rgba(255,107,71,.16);
}
.hc-hero{
  padding-top:28px;
}
.hc-hero-grid{
  min-height:430px;
  grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);
  background:#fff;
  border:1px solid #e4ebf4;
  border-radius:30px 30px 0 0;
  box-shadow:0 20px 48px rgba(10,34,74,.055);
}
.hc-hero-copy{
  padding:58px 52px 126px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hc-hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  width:max-content;
  margin-bottom:16px;
  color:#29496f;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:800;
}
.hc-hero-eyebrow i{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--hc-coral);
  box-shadow:0 0 0 5px rgba(255,107,71,.11);
}
.hc-hero-copy h1{
  max-width:720px;
  margin:0 0 18px;
  color:#092553;
  font-size:64px;
  line-height:1.025;
  letter-spacing:-.045em;
}
.hc-hero-copy p{
  max-width:680px;
  margin:0;
  color:#556881;
  font-size:19px;
  line-height:1.55;
}
.hc-hero-assurance{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.hc-hero-assurance span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid #dfe8f3;
  border-radius:999px;
  background:#f7faff;
  color:#5c708a;
  font-size:12px;
  font-weight:700;
}
.hc-hero-visual{
  position:relative;
  min-height:430px;
  overflow:hidden;
  background:#dceafb;
}
.hc-hero-visual::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 auto 0 0;
  width:30%;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.hc-hero-visual img{
  width:100%;
  height:100%;
  min-height:430px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.hc-hero-visual-label{
  position:absolute;
  z-index:3;
  right:28px;
  bottom:96px;
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:160px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:14px;
  background:rgba(255,255,255,.86);
  box-shadow:0 12px 28px rgba(8,35,74,.12);
  backdrop-filter:blur(10px);
}
.hc-hero-visual-label strong{
  color:#0b2f61;
  font-size:17px;
}
.hc-hero-visual-label span{
  color:#63758d;
  font-size:12px;
  font-weight:600;
}
.hc-search-wrap{
  margin-top:-68px;
}
.hc-searchbar{
  border-color:#dfe7f1;
  border-radius:18px;
  box-shadow:0 18px 42px rgba(8,35,74,.13);
}
.hc-field{
  min-height:108px;
  padding:18px 22px;
}
.hc-field label{
  margin-bottom:8px;
  color:#30455f;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.hc-field-input{
  color:#294565;
  font-size:15px;
}
.hc-search-btn{
  border-radius:0 17px 17px 0;
  font-size:18px;
  box-shadow:inset 1px 0 rgba(255,255,255,.16);
}
.hc-footer-brand img{
  width:178px;
  height:auto;
  max-height:88px;
  object-fit:contain;
  object-position:left center;
}
@media (max-width:1280px){
  .hc-topbar-inner{gap:18px}
  .hc-brand{min-width:160px}
  .hc-brand img{width:160px}
  .hc-nav{gap:22px;font-size:14px}
  .hc-hero-grid{grid-template-columns:1fr .92fr}
  .hc-hero-copy h1{font-size:56px}
}
@media (max-width:1180px){
  .hc-topbar-inner{height:auto;min-height:0;padding:14px 0}
  .hc-brand img{width:174px;max-height:64px}
  .hc-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:2px 0 5px}
  .hc-hero-grid{grid-template-columns:1fr;border-radius:26px 26px 0 0}
  .hc-hero-copy{padding:42px 34px 110px}
  .hc-hero-copy h1{font-size:54px;max-width:760px}
  .hc-hero-visual{min-height:300px}
  .hc-hero-visual img{min-height:300px}
  .hc-hero-visual::before{width:100%;height:25%;inset:0 0 auto;background:linear-gradient(180deg,#fff,rgba(255,255,255,0))}
  .hc-hero-visual-label{bottom:84px}
  .hc-search-btn{border-radius:0}
}
@media (max-width:780px){
  .hc-topbar{position:relative}
  .hc-topbar-inner{gap:12px}
  .hc-brand{min-width:0}
  .hc-brand img{width:152px;max-height:58px}
  .hc-actions{width:auto;margin-left:auto;gap:8px}
  .hc-locale{display:none}
  .hc-actions .hc-btn-ghost{display:none}
  .hc-actions .hc-btn-primary{min-height:40px;padding:0 13px;font-size:12px}
  .hc-nav{font-size:13px;gap:18px}
  .hc-hero{padding-top:14px}
  .hc-hero-copy{padding:34px 22px 100px}
  .hc-hero-copy h1{font-size:40px;line-height:1.06}
  .hc-hero-copy p{font-size:16px}
  .hc-hero-assurance{margin-top:16px}
  .hc-hero-assurance span{font-size:11px}
  .hc-hero-visual{min-height:245px}
  .hc-hero-visual img{min-height:245px}
  .hc-hero-visual-label{right:16px;bottom:76px;min-width:0;padding:10px 12px}
  .hc-search-wrap{margin-top:-58px}
  .hc-searchbar{border-radius:16px;overflow:hidden}
  .hc-search-btn{border-radius:0;min-height:66px}
}

/* V1.1.8 — Destination Visual System */
.hc-destination-card{min-height:202px;background:#d8e5f2;isolation:isolate}
.hc-destination-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .38s ease;z-index:0}
.hc-destination-card:hover .hc-destination-media{transform:scale(1.035)}
.hc-destination-overlay{z-index:1;background:linear-gradient(180deg,rgba(5,22,53,.04) 20%,rgba(5,22,53,.2) 50%,rgba(5,22,53,.9) 100%)}
.hc-destination-type{position:absolute;left:14px;top:14px;z-index:3;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(7,31,67,.13);color:#15355f;font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;backdrop-filter:blur(7px)}
.hc-destination-meta{z-index:3;gap:3px}.hc-destination-meta strong{font-size:25px}.hc-destination-meta small{display:block;font-size:12px;color:rgba(255,255,255,.82);font-weight:500;margin-bottom:3px}.hc-destination-meta span{font-size:13px;font-weight:650;color:#fff}
@media(max-width:1440px){.hc-destination-cards{grid-template-columns:repeat(5,minmax(0,1fr))}.hc-destination-card{min-height:190px}.hc-destination-meta strong{font-size:21px}}
@media(max-width:1180px){.hc-destination-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:780px){.hc-destination-cards{grid-template-columns:1fr}.hc-destination-card{min-height:220px}.hc-destination-meta strong{font-size:25px}}

/* V1.1.8.1 — Unified Regional Explorer integration on corporate home */
.hc-region-card-unified{padding:16px}.hc-region-card-unified .hc-sidebar-head{margin-bottom:12px}.hc-region-card-unified .hc-sidebar-head h2{font-size:28px}.hc-region-card-unified .hc-side-link{margin-top:14px}.hc-region-card-unified .hotelia-region-map-card,.hc-region-card-unified .hotelia-region-preview{box-shadow:none}

/* Hotelia Chile V1.1.8.2 — Universal Search */
.hus-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hus-menu{z-index:80;max-height:520px;overflow:auto;padding:10px!important;scrollbar-width:thin}
.hus-group+.hus-group{border-top:1px solid #e8eef5;margin-top:7px;padding-top:7px}
.hus-group-title{padding:7px 11px 6px;color:#8794a8;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.hus-result{width:100%;display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(120px,190px);gap:12px;align-items:center;padding:10px 11px!important;border-radius:13px!important;text-align:left!important;color:#17335c!important;background:#fff!important}
.hus-result:hover,.hus-result.active{background:#f2f7fc!important;box-shadow:inset 0 0 0 1px #dce8f4}
.hus-result-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:12px;font-weight:900;color:#fff;box-shadow:0 5px 14px rgba(7,44,103,.12)}
.hus-result-icon-region{background:#ff6b47}.hus-result-icon-destination{background:#1768d9}.hus-result-icon-property{background:#16875c}
.hus-result-copy{min-width:0;display:block}.hus-result-copy small,.hus-result-copy strong,.hus-result-copy span{display:block}.hus-result-copy small{color:#8794a8;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2px}.hus-result-copy strong{font-size:14px;line-height:1.25;color:#132c51;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hus-result-copy span{margin-top:3px;color:#718096;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hus-result-meta{text-align:right;color:#586c87;font-size:10px;font-weight:700;line-height:1.35}.hus-result-meta i{display:inline-block;margin-left:7px;color:#ff6b47;font-style:normal;font-size:14px}
.hus-state,.hus-empty{padding:18px 15px;border-radius:13px;background:#f7fafe;color:#536981}.hus-state{display:flex;align-items:center;gap:10px}.hus-state strong,.hus-empty strong,.hus-empty span{display:block}.hus-empty strong{font-size:13px;color:#17335c}.hus-empty span{font-size:11px;margin-top:4px;color:#7b899c}.hus-loader{width:18px;height:18px;border-radius:50%;border:2px solid #d4e1ee;border-top-color:#ff6b47;animation:hus-spin .7s linear infinite}@keyframes hus-spin{to{transform:rotate(360deg)}}
.hc-destination-field .hus-menu{min-width:min(620px,calc(100vw - 44px))}
@media(max-width:780px){.hus-result{grid-template-columns:38px minmax(0,1fr);gap:9px}.hus-result-meta{grid-column:2;text-align:left;margin-top:-5px}.hc-destination-field .hus-menu{min-width:0;left:8px;right:8px}}
@media(max-width:780px){.hc-searchbar{overflow:visible}.hc-searchbar>.hc-field:first-of-type{border-radius:16px 16px 0 0;background:#fff}.hc-search-btn{border-radius:0 0 16px 16px}}

/* Hotelia Chile V1.1.9 — Owners, Business & Functional CTAs */
.hc-commercial-owner{background:linear-gradient(145deg,#08285f,#0b3976)}
.hc-commercial-owner .hc-owner-media{background-size:cover;background-position:center;filter:saturate(.85)}
.hc-commercial-kicker{display:inline-flex;align-items:center;width:max-content;min-height:25px;padding:0 9px;border-radius:999px;background:rgba(255,255,255,.13);color:#ffc0b0;font-size:9px;font-weight:900;letter-spacing:.09em;margin-bottom:12px}
.hc-commercial-kicker.dark{background:#fff0ec;color:#d65739;margin-bottom:9px}
.hc-commercial-business{align-items:center;background:linear-gradient(135deg,#fff,#f4f8fd)}
.hc-commercial-business a{white-space:normal;text-align:right}
@media(max-width:780px){.hc-commercial-business{align-items:flex-start;flex-direction:column}.hc-commercial-business a{text-align:left}}
