:root{
  --bg:#242222;
  --panel:#111216;
  --border:#ffcc00;
  --text:#f5f5f7;
  --muted:#b9bcc6;
  --gold:#fffb00;
  --gold-2:#dd9b01;
}

html,body{height:100%;}
body{
  background: var(--bg);
  color: var(--text);
}

a{color:inherit;}
a:hover{color:var(--gold);}

.navbar-premium{
  background: rgba(10,10,12,.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.brand-logo{height:44px; width:auto;}
.brand-text{letter-spacing:.12em; font-weight:800;}


.hero{
  min-height: 72vh;
  background:
    radial-gradient(60% 60% at 15% 20%, rgba(212,175,55,.18) 0%, rgba(0,0,0,0) 60%),
    radial-gradient(50% 50% at 90% 10%, rgba(212,175,55,.10) 0%, rgba(0,0,0,0) 55%),
    linear-gradient(120deg, rgba(0,0,0,.70), rgba(0,0,0,.35));
  border-bottom: 1px solid var(--border);
}

.hero-card{
  background: rgba(17,18,22,.68);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.badge-gold{
  background: rgba(212,175,55,.12);
  color: var(--gold);
  border: 1px solid rgba(212,175,55,.25);
}

.btn-gold{
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  border: 0;
  color: #1a1a1a;
  font-weight: 800;
  border-radius: 999px;
  padding: .75rem 1.1rem;
}
.btn-gold:hover{filter: brightness(1.03); color:#1a1a1a;}

.btn-outline-gold{
  border: 1px solid rgba(212,175,55,.55);
  color: var(--gold);
  border-radius: 999px;
  padding: .75rem 1.1rem;
}
.btn-outline-gold:hover{
  background: rgba(212,175,55,.10);
  color: var(--gold);
}

.section{
  padding: 4rem 0;
}

.panel{
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
}

.panel:hover{border-color: rgba(212,175,55,.30);}

.kicker{
  letter-spacing:.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  font-size: .78rem;
}

.h-title{font-weight: 900; letter-spacing: .02em;}
.text-muted-premium{color: var(--muted) !important;}

.icon-pill{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(212,175,55,.10);
  border: 1px solid rgba(212,175,55,.22);
  color: var(--gold);
}

#btnBookingFloat{
  position: fixed;
  right: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,.45);
  z-index: 1050;
}

footer{
  border-top: 1px solid var(--border);
  color: var(--muted);
}

.modal-content{
  background: var(--panel);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 1.25rem;
}
.form-control, .form-select{
  background: #0f1014;
  color: var(--text);
  border: 1px solid var(--border);
}
.form-control:focus, .form-select:focus{
  border-color: rgba(212,175,55,.55);
  box-shadow: 0 0 0 .2rem rgba(212,175,55,.12);
}
.progress{background:#0f1014; border:1px solid var(--border);}
.progress-bar{background: linear-gradient(90deg, var(--gold), var(--gold-2));}


/* --- Galeria profissional --- */
.gallery-card{
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 1.25rem;
  overflow: hidden;
}
.gallery-card img{
  display:block;
  width:100%;
  height:auto;
  transform: scale(1.01);
  transition: transform .35s ease;
}
.gallery-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding: 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.75) 100%);
  opacity: 0;
  transition: opacity .25s ease;
}
.gallery-tag{
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(212,175,55,.10);
  padding: 6px 10px;
  border-radius: 999px;
}
.gallery-zoom{
  color: var(--text);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.28);
  padding: 6px 10px;
  border-radius: 999px;
}
.gallery-card:hover img{ transform: scale(1.06); }
.gallery-card:hover .gallery-overlay{ opacity: 1; }



/* ===== EFEITO NOS LINKS (CONTACTOS / MENU) ===== */
.link-effect {
  position: relative;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.link-effect::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -3px;
  background: #d4af37;
  transition: 0.3s;
}

.link-effect:hover {
  color: #d4af37;
  transform: scale(1.05);
  text-shadow: 0 0 8px #d4af37;
}

.link-effect:hover::after {
  width: 100%;
}

#galleryGrid {
  align-items: stretch;
}
.section .border {
  background: #111;
  color: white;
  border-radius: 15px;
  transition: 0.10s;
}

.section .border:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #d4af37;
}
.carousel-item img {
  height: 700px;
  object-fit: cover;
  border-radius: 15px;
  transition: 0.10s;
}