/* =========
   Página Hospedagem | ISVC 2028
   CSS complementar para hospedagem.html
========= */

.hospedagem-page{
  --hotel-green:#165226;
  --hotel-green-2:#2a7c48;
  --hotel-gold:#ddb205;
  --hotel-blue:#3771bd;
  --hotel-soft:#eef6ea;
}

.hospedagem-hero{
  background:
    linear-gradient(180deg, rgba(22,82,38,.20), rgba(255,255,255,0)),
    url("images/fundo-hospedagem.png") center center / cover no-repeat;
}

.hospedagem-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(5,51,9,.44), rgba(0,0,0,.48)),
    url("images/fundo-hospedagem.png") center center / cover no-repeat;
}

.hospedagem-content-section{
  background:
    radial-gradient(860px 420px at 12% 8%, rgba(123,189,90,.14), transparent 62%),
    radial-gradient(780px 380px at 92% 12%, rgba(55,113,189,.10), transparent 58%);
}

.hotel-section-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  padding:7px 14px;
  border-radius:999px;
  background:rgb(55 113 189);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.hospedagem-intro p{
  margin-bottom:0;
}

.hotel-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
  margin-top:24px;
}

.hotel-stat-card{
  min-height:112px;
  padding:18px;
  border-radius:24px;
  background:
    linear-gradient(135deg, rgba(22,82,38,.96), rgba(42,124,72,.92));
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 18px 40px rgba(2,6,23,.10);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}

.hotel-stat-card strong{
  font-size:clamp(24px, 3vw, 36px);
  line-height:1;
  color:#d7ffd3;
  font-family:Calibri, "Plus Jakarta Sans", sans-serif;
}

.hotel-stat-card span{
  color:rgba(255,255,255,.84);
  font-size:13px;
  font-weight:700;
}

.hotel-topic-header{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(260px, .8fr);
  gap:22px;
  align-items:end;
  margin-bottom:24px;
}

.hotel-topic-header p{
  text-align:left;
  margin:0;
  font-size:15px;
  line-height:1.65;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(22,82,38,.06);
  border:1px solid rgba(22,82,38,.10);
}

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

.hotel-card{
  position:relative;
  overflow:hidden;
  min-height:270px;
  padding:24px;
  border-radius:28px;
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(123,189,90,.14), transparent 58%),
    rgba(255,255,255,.96);
  border:1px solid rgba(22,82,38,.12);
  box-shadow:0 18px 45px rgba(2,6,23,.08);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hotel-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 70px rgba(2,6,23,.14);
  border-color:rgba(22,82,38,.24);
}

.hotel-card::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-68px;
  bottom:-74px;
  border-radius:999px;
  border:24px solid rgba(221,178,5,.16);
  pointer-events:none;
}

.hotel-card-featured{
  grid-row:span 2;
  color:#fff;
  background:
    radial-gradient(520px 260px at 85% 10%, rgba(221,178,5,.28), transparent 60%),
    linear-gradient(135deg, rgba(22,82,38,.98), rgba(42,124,72,.95));
  border-color:rgba(255,255,255,.24);
}

.hotel-card-featured h3,
.hotel-card-featured .hotel-location,
.hotel-card-featured p{
  color:#fff;
}
.arm{
        color: #d7dda4;
    font-size: clamp(22px, 2.5vw, 31px);
    line-height: 1.04;
    font-family: Calibri, "Plus Jakarta Sans", sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
}
.hotel-card-featured .hotel-location,
.hotel-card-featured p{
  color:rgba(255,255,255,.86);
}

.hotel-card-walkable{
  border-left:6px solid var(--hotel-gold);
}

.hotel-card-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:18px;
}

.hotel-badge,
.hotel-distance{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  line-height:1.15;
  font-weight:900;
}

.hotel-badge{
  background:rgba(55,113,189,.12);
  color:var(--hotel-blue);
  text-transform:uppercase;
  letter-spacing:.04em;
}

.hotel-distance{
  text-align:right;
  background:rgba(22,82,38,.09);
  color:var(--hotel-green);
  white-space:nowrap;
}

.hotel-card-featured .hotel-badge{
  background:rgba(255,255,255,.16);
  color:#d7ffd3;
}

.hotel-card-featured .hotel-distance{
  background:#ddb205;
  color:#17361d;
}

.hotel-card h3{
  color:var(--hotel-green);
  font-size:clamp(22px, 2.5vw, 31px);
  line-height:1.04;
  font-family:Calibri, "Plus Jakarta Sans", sans-serif;
  margin-bottom:10px;
}

.hotel-location{
  margin:0 0 14px;
  color:#7a6140;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.hotel-location2{
  margin:0 0 14px;
  color:#f5f3f1;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.hotel-card p:not(.hotel-location){
  color:#465268;
  font-size:15px;
  line-height:1.72;
  text-align:left;
  margin:0;
}


.hospedagem-summary{
  padding:32px;
}

.hotel-choice-list{
  display:grid;
  gap:12px;
  margin-top:16px;
}

.hotel-choice-list div{
  display:grid;
  grid-template-columns:210px 1fr;
  gap:14px;
  align-items:start;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(22,82,38,.10);
}

.hotel-choice-list strong{
  color:var(--hotel-green);
  font-weight:900;
}

.hotel-choice-list span{
  color:#465268;
  line-height:1.6;
}

@media (max-width: 980px){
  .hotel-topic-header{
    grid-template-columns:1fr;
  }

  .hotel-grid{
    grid-template-columns:1fr;
  }

  .hotel-card-featured{
    grid-row:auto;
  }
}

@media (max-width: 760px){
  .hotel-stats{
    grid-template-columns:1fr;
  }

  .hotel-card{
    min-height:auto;
    padding:22px;
    border-radius:24px;
  }

  .hotel-card-top{
    flex-direction:column;
  }

  .hotel-distance{
    text-align:left;
    white-space:normal;
  }

  .hotel-choice-list div{
    grid-template-columns:1fr;
    gap:4px;
  }
}
