/* ===================================
   PÁGINA: HOSPEDAGEM
   =================================== */

.service-hero-bar {
    background: var(--color-primary-orange);
    padding: 34px 0 28px;
}

.service-hero-title {
    text-align: center;
    color: var(--color-white);
    font-family: var(--font-secondary)!important;
    font-weight: 700;
    font-size: 3.6em;
    line-height: 1.05;
}

.service-hero-subtitle {
    margin: 6px 0 0 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
     font-family: var(--font-secondary)!important;
     font-size: 1.6em;
    letter-spacing: 0.2px;
}

.hospedagem-page {
    background: var(--color-light-green);
    padding: 26px 0 60px;
    overflow: hidden;
}

/* ====== Seções com “blob” verde suave ====== */
.hosp-section {
    position: relative;
    padding: 26px 0 42px;
}

.hosp-section::before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    background: rgba(183, 211, 84, 0.55);
    border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%;
    top: -220px;
    right: -320px;
    z-index: 0;
}

.hosp-section.alt::before {
    width: 560px;
    height: 560px;
    top: auto;
    bottom: -260px;
    right: auto;
    left: -260px;
}

/* ====== Grid ====== */
.hosp-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
}
.hosp-text {
    text-align: justify;
}
/* no desktop vira 2 colunas */
@media (min-width: 980px) {
    .hosp-grid {
        grid-template-columns: 1.25fr 0.75fr;
        gap: 44px;
    }

    .hosp-grid.two {
        grid-template-columns: 0.75fr 1.25fr;
    }
}

/* ====== Texto ====== */

.hosp-lead {
    margin: 0 0 14px 0;
    font-size: 1.02rem;
    line-height: 1.85;
}

/* Destaque igual à referência */
.hosp-highlight-text {
    margin: 32px 0 36px;
    max-width: 820px;

                font-family: var(--font-secondary)!important;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.35;

    color: var(--color-primary-orange);
    letter-spacing: 0.2px;
}

.hosp-pill {
    margin: 18px 0 14px;
    display: inline-block;
    background: var(--color-primary-orange);
    color: var(--color-white);
                font-family: var(--font-secondary)!important;
    font-weight: 700;
    padding: 18px 26px;
    border-radius: 26px;
    line-height: 1.1;
    font-size:2.4rem;
    letter-spacing: 5px;
    box-shadow: 0 14px 32px rgba(232, 114, 77, 0.25);
}

.hosp-pill.orange {
    background: var(--color-primary-orange);
}

.hosp-body {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

@media (min-width: 980px) {
    .hosp-body {
        padding: 18px;
    }
}

.hosp-body p {
    margin: 0 0 12px 0;
    line-height: 1.85;
    font-weight: 500;
}

.hosp-body p:last-child {
    margin-bottom: 0;
}

.hosp-subtitle {
    margin: 12px 0 6px 0;
   font-family: var(--font-secondary)!important;
    font-size:2.3rem;
    font-weight: 700;
    color: var(--color-primary-orange);
}

.hosp-body .tiny {
    font-size: 0.95rem;
    color: var(--color-primary-orange);
    opacity: 0.95;
}

.hosp-highlight {
    margin-top: 16px;
    background: #b7d354;
    color: #ffffff;
    font-family: var(--font-secondary)!important;
    font-weight: 700;
    padding: 18px;
    border-radius: 32px;
    font-size: 1.5em;
    line-height: 1.6;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.hosp-highlight strong {
    color: #ffffff;
}

/* ====== Imagens circulares ====== */
.hosp-media {
    position: relative;
    min-height: 620px;
}

.hosp-grid.two .hosp-media{
    min-height: 1040px;
}

.hosp-media.small {
    min-height: 520px;
}

.circle {
    position: absolute;
    overflow: hidden;
    border-radius: 999px; /* Canva usa círculo perfeito */
    background: #fff;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

/* mantenho as classes .circle-X para posicionamento */

.circle-1 {
    width:420px;
    height:420px;
    top: 18px;
    right: 4px;
}

.circle-2 {
    width: 380px;
    height: 380px;
    top: 490px;
    right: 0;
    left: auto;
}

.circle-3 {
    width:380px;
    height:380px;
    top:990px;
    right: 34px;
}

.circle-4 {
    width: 300px;
    height: 300px;
    top: 760px;
    right: 0;
    left: auto;
}

.circle-5 {
    width: 340px;
    height: 340px;
    top: -80px;
    right: 0;
}

.circle-6 {
    width: 320px;
    height: 320px;
    top: 360px;
    right: 0;
    left: auto;
}

/* Ajustes responsivos (mobile first) para ficar bem próximo do Canva */
@media (max-width: 979px) {
    .container {
        padding: 0 18px;
    }

    .hosp-media {
        min-height: 820px;
    }

    .circle-1 {
        width: 210px;
        height: 210px;
        top: 10px;
        right: -6px;
    }

    .circle-2 {
        width: 310px;
        height: 310px;
        top: 380px;
        right: -12px;
    }

    .circle-3 {
        width: 240px;
        height: 240px;
        top: 820px;
        right: -10px;
    }

    .hosp-pill,
    .hosp-pill.orange {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hosp-highlight {
        text-align: center;
    }
}

.hosp-sidefill {
    left: 0;
    right: 0;
    top: 1040px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 0 6px;
    z-index: 2;
}

.hosp-sidefill-photo {
position: relative;
    width: 477px;
    height: 320px;
    overflow: hidden;
    border-radius: 487px;
    background: #fff;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.hosp-sidefill-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.hosp-sidefill-text{
  position: relative;
  margin: 0;
  width:60%;
  text-align: left;
  font-size: 2.4em;
    font-family: var(--font-secondary)!important;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-primary-orange);

  padding: 0;

  border-radius: 999px;

  background: transparent;
  border: 0;

  box-shadow: none;
}

.hosp-sidefill-text::before,
.hosp-sidefill-text::after{
  content:"";
}

.hosp-sidefill-text::before{
  display:none;
}

.hosp-sidefill-text::after{
  display:none;
}

@media (max-width: 979px) {
  .hosp-sidefill{
    top: 980px;
    gap: 14px;
    padding: 0 10px;
  }

  .hosp-sidefill-photo{
    width: 250px;
    height: 250px;
  }

  .hosp-sidefill-text{
    width: 210px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
