:root {
  --black: #050705;
  --dark: #0b0f0b;
  --green: #35c233;
  --green-2: #1f9f2e;
  --white: #ffffff;
  --muted: #c9c9c9;
  --soft: #f7f7f7;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--black);
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(5, 7, 5, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.navbar { padding: 16px 0; }

.brand-icon {
  width: 54px;
  height: 54px;
  position: relative;
  border: 2px solid var(--green);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 30px;
}

.brand-icon .pin {
  position: absolute;
  top: -14px;
  right: 12px;
  font-size: 20px;
  color: #9bd235;
}

.brand-text strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: .5px;
}

.brand-text span {
  color: var(--green);
  font-weight: 800;
  font-size: 1rem;
}

.nav-link {
  color: rgba(255,255,255,.86) !important;
  font-weight: 700;
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
  padding: 12px 20px;
  box-shadow: 0 12px 28px rgba(53, 194, 51, .22);
  text-decoration: none;
}

.btn-whatsapp:hover {
  transform: translateY(-1px);
}

.hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.88) 39%, rgba(0,0,0,.25) 75%),
    url("../img/foto08.jpg") center right / cover no-repeat;
}

.min-vh-hero { min-height: 660px; }

.hero h1 {
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  line-height: .98;
  font-weight: 950;
  letter-spacing: -2px;
  margin-bottom: 22px;
}

.hero h1 span { color: var(--green); }

.hero .lead {
  color: #ececec;
  max-width: 540px;
  font-size: 1.28rem;
  margin-bottom: 24px;
}

.price-box {
  border: 1px solid rgba(53,194,51,.9);
  border-radius: 14px;
  width: fit-content;
  padding: 16px 24px;
  margin-bottom: 20px;
  background: rgba(0,0,0,.42);
}

.price-box small {
  display: block;
  color: #fff;
  font-weight: 800;
}

.price-box strong {
  display: block;
  color: var(--green);
  font-size: clamp(2.6rem, 8vw, 4.3rem);
  line-height: 1;
  font-weight: 950;
}

.main-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.15rem;
}

.main-cta i { font-size: 2rem; }

.main-cta small {
  display: block;
  font-size: .78rem;
  opacity: .88;
}

.features-dark {
  background: #020302;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.feature-item {
  padding: 16px 8px;
  height: 100%;
}

.feature-item i {
  color: var(--green);
  font-size: 2.5rem;
}

.feature-item h3 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
}

.feature-item p {
  color: var(--muted);
  margin: 0;
  font-size: .92rem;
}

.rooms-section {
  background: var(--soft);
  color: #0d0d0d;
  padding: 60px 0;
}

.section-title span {
  text-transform: uppercase;
  color: var(--green-2);
  font-weight: 950;
  font-size: .9rem;
  letter-spacing: .4px;
}

.section-title h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 950;
  margin: 8px 0;
}

.section-title p { color: #666; }

.room-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  margin: 26px 0;
}

.room-img {
  min-height: 340px;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.room-content { padding: 32px; }

.room-content h3 {
  font-weight: 950;
  font-size: 1.8rem;
}

.room-price {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 18px;
}

.room-price strong {
  color: var(--green-2);
  font-size: 2rem;
  font-weight: 950;
}

.bed-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.bed-options span {
  border: 1px solid rgba(31,159,46,.35);
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 800;
  background: rgba(53,194,51,.06);
}

.bed-options em {
  font-style: normal;
  font-weight: 900;
  color: #777;
}

.amenities {
  row-gap: 10px;
  margin-bottom: 22px;
}

.amenities i {
  color: var(--green-2);
  margin-right: 6px;
}

.reviews-section {
  background: #030403;
  padding: 60px 0;
}

.reviews-section .carousel-item {
  min-height: 190px;
  padding: 0 52px;
}

.stars {
  color: #ffc107;
  font-size: 1.7rem;
  letter-spacing: 4px;
  margin: 8px 0 18px;
}

.reviews-section p {
  max-width: 620px;
  margin: 0 auto 14px;
  font-size: 1.15rem;
}

.trust-section {
  background: #fff;
  color: #111;
  padding: 34px 0;
}

.trust-item i {
  color: var(--green-2);
  font-size: 2.5rem;
}

.trust-item h3 {
  font-size: 1.05rem;
  font-weight: 950;
  margin: 10px 0 5px;
}

.trust-item p {
  color: #555;
  margin: 0;
}

.location-section {
  background: #f5f5f5;
  color: #111;
  padding: 60px 0;
}

.location-section h2 {
  font-weight: 950;
  font-size: 2.4rem;
}

.btn-outline-green {
  border: 2px solid var(--green-2);
  color: var(--green-2);
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 900;
}

.map-placeholder {
  height: 280px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(53,194,51,.15), transparent 36%),
    linear-gradient(135deg, #dfeee3, #f8f8f8);
  border: 1px solid #ddd;
}

.map-placeholder i {
  font-size: 4rem;
  color: #e53935;
}

.map-placeholder span {
  display: block;
  font-weight: 950;
  font-size: 1.2rem;
}

.final-cta {
  background: #fff;
  padding: 0 0 28px;
}

.cta-box {
  background: linear-gradient(135deg, #0d160d, #0b0b0b);
  color: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cta-box h2 {
  font-weight: 950;
  margin: 0;
}

.cta-box p {
  margin: 4px 0 0;
  color: var(--muted);
}

.footer {
  background: #020302;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 24px 0;
}

.footer-brand {
  font-weight: 950;
  font-size: 1.25rem;
}

.footer-brand span {
  display: block;
  color: var(--green);
  font-size: .9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0,0,0,.35);
}

@media (max-width: 991px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.96) 78%),
      url("../img/hero-room.svg") center top / cover no-repeat;
  }

  .min-vh-hero {
    min-height: 760px;
    align-items: end !important;
    padding: 110px 0 52px;
  }

  .hero h1 { letter-spacing: -1px; }

  .features-dark .col-12 .feature-item {
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .room-content { padding: 24px; }

  .room-img { min-height: 260px; }

  .cta-box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .brand-icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }

  .brand-text strong { font-size: 1rem; }

  .brand-text span { font-size: .82rem; }

  .navbar-toggler { border: 0; }

  .main-cta {
    width: 100%;
    justify-content: center;
  }

  .price-box { width: 100%; }

  .bed-options span { width: 100%; }

  .amenities .col-6 { width: 100%; }
}

#map{
    height:300px;
    border-radius:15px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.card-mapa{
    margin-top:30px;
    padding:20px;
    background:white;
    border-radius:15px;
}

.botao-rota{
    margin-top:15px;
}

.card-rota{
    max-width:200px;
    margin:auto;
    margin-top:40px;
    background:white;
    padding:30px;
    border-radius:20px;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}

.qrcode{
    width:220px;
}