:root {
  --aeron-navy: #081e2d;
  --aeron-navy-2: #073248;
  --aeron-blue: #112e5c;
  --aeron-orange: #f04823;
  --aeron-white: #f7f9fa;
  --aeron-mist: #f1f2f2;
  --aeron-gray: #a9b7c3;
  --aeron-line: rgba(255, 255, 255, 0.22);
  --aeron-shadow: 0 18px 52px rgba(0, 14, 25, 0.34);
}

* { box-sizing: border-box; }

html, body {
  overflow: hidden;
  background: var(--aeron-navy);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

button, a, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.aeron-visually-hidden {
  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;
}

.aeron-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
}

/* --------------------------------------------------------------------------
   Tela de carregamento / tutorial
   -------------------------------------------------------------------------- */

#preloadContainer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 50 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  color: var(--aeron-white);
  background-color: var(--aeron-navy) !important;
  background-image:
    linear-gradient(rgba(8, 30, 45, 0.78), rgba(8, 30, 45, 0.88)),
    url('../media/album_085CDE31_2542_DCF1_41C2_983BDCCDFBF8_0.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloadContainer.aeron-loader-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.aeron-loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}

.aeron-loader-logo {
  position: absolute;
  top: 28px;
  left: 36px;
  width: 330px;
  height: 72px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  box-shadow: var(--aeron-shadow);
}

.aeron-loader-logo img,
.aeron-brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.aeron-loader-demo {
  position: absolute;
  top: 36px;
  right: 36px;
  min-height: 54px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}

.aeron-loader-card {
  width: min(1160px, calc(100vw - 56px));
  max-height: calc(100vh - 130px);
  min-height: 650px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background: rgba(8, 30, 45, 0.97);
  box-shadow: var(--aeron-shadow);
  scrollbar-width: thin;
  scrollbar-color: var(--aeron-orange) rgba(255,255,255,.12);
}

.aeron-loader-heading {
  padding: 28px 30px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px 30px 24px 24px;
  background: var(--aeron-navy-2);
}

.aeron-eyebrow {
  margin: 0 0 10px;
  color: var(--aeron-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.aeron-loader-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.1;
}

.aeron-loader-heading p:last-child {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--aeron-gray);
  font-size: 15px;
  line-height: 1.55;
}

.aeron-loader-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  padding: 36px 48px 22px;
}

.aeron-mouse-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aeron-mouse-orbit {
  position: relative;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: #0d2b3e;
}

.aeron-mouse-orbit::before {
  content: '';
  position: absolute;
  inset: 23px;
  border: 2px dashed rgba(240, 72, 35, 0.7);
  border-radius: 50%;
}

.aeron-mouse {
  position: relative;
  width: 68px;
  height: 116px;
  z-index: 1;
  border: 3px solid #fff;
  border-radius: 34px;
}

.aeron-mouse::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 34px;
  transform: translateX(-50%);
  background: #fff;
}

.aeron-mouse::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 13px;
  width: 11px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: var(--aeron-orange);
}

.aeron-mouse-arrows {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  color: var(--aeron-orange);
  font-size: 42px;
  font-weight: 300;
}

.aeron-mouse-guide strong {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
}

.aeron-mouse-guide small {
  margin-top: 9px;
  color: var(--aeron-gray);
  font-size: 13px;
  line-height: 1.5;
}

.aeron-loader-tips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
}

.aeron-loader-tip {
  min-height: 138px;
  padding: 20px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: #102c3d;
}

.aeron-loader-tip-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--aeron-orange);
  color: #fff;
}

.aeron-loader-tip h2 {
  margin: 1px 0 7px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.aeron-loader-tip p {
  margin: 0;
  color: var(--aeron-gray);
  font-size: 13px;
  line-height: 1.55;
}

.aeron-loader-footer {
  padding: 12px 48px 34px;
}

.aeron-loader-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  color: var(--aeron-gray);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aeron-loader-percent { color: #fff; letter-spacing: 0; font-size: 13px; }

.aeron-progress-track {
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.22);
}

.aeron-progress-bar {
  width: 4%;
  height: 100%;
  border-radius: inherit;
  background: var(--aeron-orange);
  transition: width 0.45s ease;
}

.aeron-loader-actions {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 240px));
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

#preloadContainer.aeron-loader-ready .aeron-loader-actions { display: grid; }

.aeron-loader-action {
  min-height: 50px;
  padding: 0 22px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  color: #fff;
  background: rgba(255,255,255,.09);
  font-size: 13px;
  font-weight: 700;
}

.aeron-loader-action:hover,
.aeron-loader-action:focus-visible { background: rgba(255,255,255,.16); outline: 2px solid #fff; outline-offset: 2px; }
.aeron-loader-action-primary { border-color: var(--aeron-orange); background: var(--aeron-orange); }
.aeron-loader-action-primary:hover,
.aeron-loader-action-primary:focus-visible { background: #ff5b34; }

.aeron-loader-auto {
  display: none;
  margin: 12px 0 0;
  color: var(--aeron-gray);
  font-size: 11px;
  text-align: center;
}

#preloadContainer.aeron-loader-ready .aeron-loader-auto { display: block; }

/* --------------------------------------------------------------------------
   Skin AERON
   -------------------------------------------------------------------------- */

#aeron-skin {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 8;
  pointer-events: none;
  color: var(--aeron-white);
  opacity: 0;
  transition: opacity 0.35s ease;
}

html.aeron-tour-entered #aeron-skin { opacity: 1; }

.aeron-top-fade,
.aeron-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.aeron-top-fade {
  top: 0;
  height: 180px;
  background: linear-gradient(to bottom, rgba(8,30,45,.82), rgba(8,30,45,.48) 46%, rgba(8,30,45,0));
}

.aeron-bottom-fade {
  bottom: 0;
  height: 230px;
  background: linear-gradient(to bottom, rgba(8,30,45,0), rgba(8,30,45,.56) 44%, rgba(8,30,45,.84));
}

.aeron-topbar {
  position: absolute;
  top: max(26px, env(safe-area-inset-top));
  left: 32px;
  right: 32px;
  height: 72px;
  display: grid;
  grid-template-columns: minmax(270px, 340px) 1fr minmax(270px, 340px);
  align-items: center;
  gap: 24px;
}

.aeron-brand,
.aeron-cta,
.aeron-mobile-menu,
.aeron-nav-button,
.aeron-scene-label,
.aeron-panel-close,
.aeron-action-button,
.aeron-room-button,
.aeron-photo-card {
  pointer-events: auto;
}

.aeron-brand {
  width: 340px;
  height: 72px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--aeron-shadow);
}

.aeron-demo-badge {
  justify-self: center;
  min-height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background: rgba(8,30,45,.78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.aeron-cta {
  justify-self: end;
  min-height: 62px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--aeron-orange);
  border-radius: 22px;
  color: #fff;
  background: var(--aeron-orange);
  box-shadow: 0 12px 28px rgba(240,72,35,.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  white-space: nowrap;
}

.aeron-cta:hover,
.aeron-cta:focus-visible { background: #ff5b34; outline: 2px solid #fff; outline-offset: 3px; }

.aeron-mobile-menu { display: none; }

.aeron-scene-label {
  position: absolute;
  left: 32px;
  bottom: 100px;
  min-width: 260px;
  min-height: 58px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 20px;
  color: #fff;
  background: rgba(8,30,45,.9);
  box-shadow: var(--aeron-shadow);
  font-size: 14px;
  font-weight: 700;
}

.aeron-scene-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--aeron-orange);
}

.aeron-dock {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: min(820px, calc(100vw - 420px));
  min-width: 650px;
  min-height: 88px;
  padding: 7px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 28px;
  background: rgba(8,30,45,.92);
  box-shadow: var(--aeron-shadow);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

#aeron-skin.aeron-menu-hidden .aeron-dock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 44px));
}

#aeron-skin.aeron-menu-hidden .aeron-bottom-fade { opacity: .42; }

.aeron-nav-button {
  min-width: 0;
  min-height: 72px;
  padding: 9px 5px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 21px;
  color: #fff;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.aeron-nav-button:hover,
.aeron-nav-button:focus-visible { background: rgba(255,255,255,.1); outline: 2px solid rgba(255,255,255,.8); outline-offset: -2px; }
.aeron-nav-button.is-active { background: var(--aeron-orange); }

.aeron-panel-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: none;
  pointer-events: auto;
}

.aeron-panel-layer.is-open { display: block; }

.aeron-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,16,27,.48);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.aeron-panel {
  position: absolute;
  left: 50%;
  top: 116px;
  bottom: 122px;
  width: min(920px, calc(100vw - 44px));
  max-height: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 28px;
  color: var(--aeron-navy);
  background: rgba(247,249,250,.94);
  box-shadow: 0 28px 70px rgba(0,12,24,.48);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
}

.aeron-panel-header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 104px;
  padding: 24px 96px 19px 28px;
  border-bottom: 1px solid rgba(8,30,45,.1);
  background: rgba(247,249,250,.94);
}

.aeron-panel-header .aeron-eyebrow { margin-bottom: 6px; }
.aeron-panel-header h2 { margin: 0; font-size: 30px; line-height: 1.12; }

.aeron-panel-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border: 1px solid rgba(8,30,45,.08);
  border-radius: 50%;
  color: var(--aeron-navy);
  background: #fff;
}

.aeron-panel-close:hover,
.aeron-panel-close:focus-visible { color: #fff; background: var(--aeron-orange); outline: none; }

.aeron-panel-body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding: 24px 28px 30px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--aeron-orange) rgba(8,30,45,.1);
}

.aeron-room-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.aeron-room-button {
  min-height: 64px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border: 1px solid rgba(8,30,45,.16);
  border-radius: 18px;
  color: var(--aeron-navy);
  background: rgba(255,255,255,.86);
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}

.aeron-room-button:hover,
.aeron-room-button:focus-visible { border-color: var(--aeron-orange); outline: none; transform: translateY(-1px); }
.aeron-room-button.is-active { color: #fff; border-color: var(--aeron-orange); background: var(--aeron-navy); }

.aeron-room-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--aeron-orange);
  font-size: 11px;
}

.aeron-room-arrow { color: var(--aeron-orange); font-size: 21px; }

.aeron-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.aeron-photo-card {
  position: relative;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(8,30,45,.14);
  border-radius: 20px;
  background: var(--aeron-navy);
}

.aeron-photo-card img { width: 100%; height: 100%; min-height: 260px; display: block; object-fit: cover; transition: transform .35s ease; }
.aeron-photo-card:hover img,
.aeron-photo-card:focus-visible img { transform: scale(1.035); }
.aeron-photo-card span { position: absolute; left: 18px; bottom: 16px; z-index: 1; color: #fff; font-size: 13px; font-weight: 700; }
.aeron-photo-card::after { content:''; position:absolute; inset:35% 0 0; background:linear-gradient(transparent,rgba(8,30,45,.84)); }

.aeron-map {
  width: 100%;
  height: min(420px, 46vh);
  display: block;
  border: 1px solid rgba(8,30,45,.14);
  border-radius: 20px;
  background: #dce5e9;
}

.aeron-location-card,
.aeron-about-hero,
.aeron-contact-card {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(8,30,45,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
}

.aeron-location-card h3,
.aeron-about-hero h3,
.aeron-contact-card h3 { margin: 0 0 8px; font-size: 21px; }
.aeron-location-card p,
.aeron-about-hero p,
.aeron-contact-card p { margin: 0; color: #536574; font-size: 13px; line-height: 1.65; }

.aeron-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }

.aeron-action-button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(8,30,45,.14);
  border-radius: 16px;
  color: var(--aeron-navy);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.aeron-action-button-primary { color: #fff; border-color: var(--aeron-orange); background: var(--aeron-orange); }
.aeron-action-button-dark { color: #fff; border-color: var(--aeron-navy); background: var(--aeron-navy); }
.aeron-action-button:hover,
.aeron-action-button:focus-visible { transform: translateY(-1px); outline: 2px solid var(--aeron-orange); outline-offset: 2px; }

.aeron-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.aeron-fact { padding: 18px; border: 1px solid rgba(8,30,45,.1); border-radius: 17px; background: rgba(255,255,255,.82); }
.aeron-fact span { display:block; margin-bottom:7px; color:#738392; font-size:10px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.aeron-fact strong { color:var(--aeron-navy); font-size:14px; }

.aeron-credit {
  margin-top: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid rgba(8,30,45,.12);
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
}
.aeron-credit span { color:#71808f; font-size:10px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; }
.aeron-credit img { width:min(310px,50%); height:48px; object-fit:contain; }

.aeron-lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  pointer-events: auto;
  background: rgba(2,16,27,.92);
}
.aeron-lightbox.is-open { display:flex; }
.aeron-lightbox img { max-width: min(1500px,94vw); max-height: 90vh; object-fit:contain; border-radius:20px; box-shadow:var(--aeron-shadow); }
.aeron-lightbox-close { position:absolute; top:24px; right:26px; width:54px; height:54px; cursor:pointer; border:0; border-radius:50%; color:var(--aeron-navy); background:#fff; }

@media (max-width: 980px) {
  .aeron-topbar { grid-template-columns: 300px 1fr 270px; }
  .aeron-brand { width: 300px; }
  .aeron-cta { padding: 0 18px; letter-spacing: 1.2px; }
  .aeron-dock { width: calc(100vw - 330px); min-width: 610px; }
  .aeron-scene-label { min-width: 220px; }
}

@media (max-width: 760px) {
  .aeron-loader { padding: 0; display:block; overflow:auto; }
  .aeron-loader-logo { position:relative; top:auto; left:auto; width:calc(100% - 164px); max-width:392px; height:72px; margin:20px auto 14px; padding:14px 20px; border-radius:18px; }
  .aeron-loader-demo { display:none; }
  .aeron-loader-card { width:calc(100% - 24px); max-height:none; min-height:0; margin:0 auto 14px; overflow:visible; border-radius:26px; }
  .aeron-loader-heading { padding:24px 20px 25px; border-radius:26px 26px 22px 22px; }
  .aeron-loader-heading h1 { font-size:30px; }
  .aeron-loader-heading p:last-child { font-size:13px; }
  .aeron-loader-content { grid-template-columns:1fr; gap:20px; padding:25px 18px 16px; }
  .aeron-mouse-orbit { width:148px; height:148px; }
  .aeron-mouse-orbit::before { inset:16px; }
  .aeron-mouse { width:48px; height:82px; border-radius:25px; }
  .aeron-mouse::before { height:24px; }
  .aeron-mouse::after { top:9px; width:8px; height:18px; }
  .aeron-mouse-arrows { padding:0 20px; font-size:30px; }
  .aeron-mouse-guide strong { margin-top:12px; font-size:10px; }
  .aeron-mouse-guide small { display:none; }
  .aeron-loader-tips { grid-template-columns:1fr; gap:10px; }
  .aeron-loader-tip { min-height:84px; padding:13px; grid-template-columns:46px 1fr; gap:12px; border-radius:17px; }
  .aeron-loader-tip-icon { width:44px; height:44px; border-radius:13px; }
  .aeron-loader-tip h2 { margin:0 0 4px; font-size:15px; }
  .aeron-loader-tip p { font-size:11px; }
  .aeron-loader-footer { padding:10px 18px 22px; }
  .aeron-loader-actions { grid-template-columns:1fr; }

  .aeron-top-fade { height:145px; background:linear-gradient(to bottom,rgba(8,30,45,.84),rgba(8,30,45,.5) 62%,rgba(8,30,45,0)); }
  .aeron-bottom-fade { height:230px; background:linear-gradient(to bottom,rgba(8,30,45,0),rgba(8,30,45,.6) 35%,rgba(8,30,45,.86)); }
  .aeron-topbar { top:max(18px,env(safe-area-inset-top)); left:14px; right:14px; height:58px; grid-template-columns:58px 1fr 58px; gap:9px; }
  .aeron-mobile-menu { width:58px; height:58px; display:grid; place-items:center; cursor:pointer; border:1px solid rgba(255,255,255,.28); border-radius:18px; color:#fff; background:rgba(8,30,45,.94); }
  .aeron-brand { width:100%; height:58px; padding:10px 14px; border-radius:17px; }
  .aeron-demo-badge { display:none; }
  .aeron-cta { width:58px; height:58px; min-height:58px; padding:0; border-radius:18px; }
  .aeron-cta span { display:none; }
  .aeron-dock { left:12px; right:12px; bottom:max(10px,env(safe-area-inset-bottom)); width:auto; min-width:0; min-height:154px; padding:8px; grid-template-columns:repeat(3,minmax(0,1fr)); grid-template-rows:repeat(2,1fr); gap:6px; transform:none; border-radius:24px; }
  #aeron-skin.aeron-menu-hidden .aeron-dock { transform:translateY(calc(100% + 30px)); }
  .aeron-nav-button { min-height:65px; padding:7px 3px; gap:5px; border:1px solid rgba(255,255,255,.11); border-radius:18px; background:rgba(8,30,45,.68); font-size:10px; }
  .aeron-nav-button .aeron-icon { width:22px; height:22px; }

  .aeron-panel { top:max(88px,calc(env(safe-area-inset-top) + 76px)); bottom:calc(178px + env(safe-area-inset-bottom)); width:calc(100% - 24px); max-height:none; border-radius:24px; }
  .aeron-panel-header { min-height:88px; padding:20px 72px 16px 20px; }
  .aeron-panel-header h2 { font-size:23px; }
  .aeron-panel-close { top:17px; right:17px; width:48px; height:48px; }
  .aeron-panel-body { max-height:none; padding:18px 18px calc(32px + env(safe-area-inset-bottom)); }
  .aeron-room-list { grid-template-columns:1fr; gap:9px; }
  .aeron-room-button { min-height:58px; }
  .aeron-photo-grid { grid-template-columns:1fr; gap:12px; }
  .aeron-photo-card,.aeron-photo-card img { min-height:220px; }
  .aeron-map { height:300px; }
  .aeron-facts { grid-template-columns:1fr; }
  .aeron-actions { flex-direction:column; }
  .aeron-action-button { width:100%; }
  .aeron-credit { flex-direction:column; gap:10px; text-align:center; }
  .aeron-credit img { width:90%; max-width:310px; }
  .aeron-lightbox { padding:16px; }
}

@media (max-height: 720px) and (min-width: 761px) {
  .aeron-loader-logo { width:260px; height:58px; }
  .aeron-loader-card { min-height:0; max-height:calc(100vh - 112px); }
  .aeron-loader-heading { padding:20px 28px; }
  .aeron-loader-heading h1 { font-size:34px; }
  .aeron-loader-content { padding:22px 42px 12px; }
  .aeron-mouse-orbit { width:170px; height:170px; }
  .aeron-loader-tip { min-height:108px; }
  .aeron-loader-footer { padding-bottom:22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}

/* WhatsApp oficial */
.aeron-action-button-whatsapp {
  color: #fff;
  border-color: #25D366;
  background: #25D366;
}
.aeron-action-button-whatsapp .aeron-icon { width: 25px; height: 25px; }
.aeron-action-button-whatsapp:hover,
.aeron-action-button-whatsapp:focus-visible { background:#1fbd5a; outline-color:#25D366; }

/* Tela inicial compacta no mobile, sem rolagem */
@media (max-width: 760px) {
  #preloadContainer { height:100dvh !important; }
  .aeron-loader {
    height:100dvh;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    padding:calc(10px + env(safe-area-inset-top)) 10px calc(10px + env(safe-area-inset-bottom));
  }
  .aeron-loader-logo {
    flex:0 0 auto;
    width:min(72vw, 330px);
    height:58px;
    margin:0 auto 10px;
    padding:10px 16px;
    border-radius:16px;
  }
  .aeron-loader-card {
    flex:1 1 auto;
    width:100%;
    min-height:0;
    margin:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border-radius:22px;
  }
  .aeron-loader-heading {
    flex:0 0 auto;
    padding:15px 16px 16px;
    border-radius:22px 22px 18px 18px;
  }
  .aeron-eyebrow { margin-bottom:6px; font-size:9px; letter-spacing:1.7px; }
  .aeron-loader-heading h1 { font-size:clamp(23px, 7vw, 30px); line-height:1.06; }
  .aeron-loader-heading p:last-child { margin-top:8px; font-size:11px; line-height:1.4; }
  .aeron-loader-content {
    flex:1 1 auto;
    min-height:0;
    overflow:hidden;
    gap:10px;
    padding:12px 12px 8px;
    display:grid;
    grid-template-rows:auto 1fr;
  }
  .aeron-mouse-orbit { width:92px; height:92px; }
  .aeron-mouse-orbit::before { inset:10px; }
  .aeron-mouse { width:31px; height:53px; border-width:2px; }
  .aeron-mouse::before { width:2px; height:16px; }
  .aeron-mouse::after { top:6px; width:6px; height:12px; }
  .aeron-mouse-arrows { padding:0 12px; font-size:22px; }
  .aeron-mouse-guide strong { margin-top:7px; font-size:8px; letter-spacing:2.2px; }
  .aeron-loader-tips { min-height:0; gap:7px; align-content:stretch; }
  .aeron-loader-tip {
    min-height:0;
    padding:8px 10px;
    grid-template-columns:36px 1fr;
    gap:10px;
    border-radius:14px;
  }
  .aeron-loader-tip-icon {
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:16px;
    line-height:1;
  }
  .aeron-loader-tip h2 { font-size:13px; line-height:1.15; margin:0 0 2px; }
  .aeron-loader-tip p { font-size:9.5px; line-height:1.32; }
  .aeron-loader-footer { flex:0 0 auto; padding:7px 12px 11px; }
  .aeron-loader-status { margin-bottom:7px; font-size:8.5px; letter-spacing:1.4px; }
  .aeron-loader-percent { font-size:11px; }
  .aeron-loader-actions { gap:7px; margin-top:10px; }
  .aeron-loader-action { min-height:42px; border-radius:13px; font-size:11px; }
  .aeron-loader-auto { margin-top:7px; font-size:9px; }
}

@media (max-width: 760px) and (max-height: 740px) {
  .aeron-loader-logo { height:48px; margin-bottom:7px; }
  .aeron-loader-heading { padding:10px 14px 11px; }
  .aeron-loader-heading p:last-child { display:none; }
  .aeron-loader-content { grid-template-columns:90px 1fr; grid-template-rows:1fr; align-items:center; }
  .aeron-loader-tips { grid-template-columns:1fr; }
  .aeron-loader-tip p { display:none; }
  .aeron-loader-tip { grid-template-columns:30px 1fr; padding:6px 8px; }
  .aeron-loader-tip-icon { width:28px; height:28px; }
  .aeron-loader-actions { grid-template-columns:repeat(2,1fr); }
}
