/* .section-py {
  padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 5rem 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

.landing-hero {
  border-radius: 0 0 3.5rem 3.5rem;
  padding-top: 10.2rem;
}
.landing-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    max-width: 34.375rem;
    margin: 0 auto;
  }
}
.landing-hero .hero-title {
  background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
  background-size: 200% auto;
  color: #5d596c;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}
.landing-hero .hero-sub-title {
  line-height: 28px;
}
.landing-hero .landing-hero-btn .hero-btn-item {
  inset-inline-start: -86%;
  top: 80%;
}
.landing-hero .hero-animation-img {
  margin-bottom: -32rem;
}
@media (max-width: 1199.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -20rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -10rem;
  }
}
.landing-hero .hero-animation-img .hero-dashboard-img {
  width: 80%;
  margin: 0 auto;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.1s;
}
.landing-hero .hero-animation-img .hero-dashboard-img img {
  width: 100%;
}

.landing-hero-blank {
  padding-top: 26rem;
}
@media (max-width: 1199.98px) {
  .landing-hero-blank {
    padding-top: 15rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero-blank {
    padding-top: 7rem;
  }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  max-width: 19.25rem;
  margin: 0 auto;
}

.landing-reviews {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-reviews .landing-reviews-btns .reviews-btn {
  padding: 0.45rem;
}
.landing-reviews .swiper-reviews-carousel .swiper-button-prev,
.landing-reviews .swiper-reviews-carousel .swiper-button-next {
  display: none;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  height: auto;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  height: 1.375rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-width: 45rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  max-height: 2.5rem;
  max-width: 95%;
  object-fit: contain;
}

.landing-team .card,
.landing-team .card .team-image-box {
  border-top-left-radius: 5.625rem;
  border-top-right-radius: 1.25rem;
}
.landing-team .card .card-body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.landing-team .team-image-box {
  height: 11.5625rem;
}
.landing-team .team-image-box .card-img-position {
  height: 15rem;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .landing-team .team-image-box .card-img-position {
    height: 13rem;
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    height: 11rem;
  }
}
.landing-team .card .team-media-icons i {
  transition: all 0.2s ease-in-out;
}

.landing-pricing {
  border-radius: 3.75rem;
}
.landing-pricing .pricing-plans-item {
  inset-inline-end: -60%;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .landing-pricing .pricing-plans-item {
    inset-inline-end: 0;
    bottom: 1rem;
  }
}
.landing-pricing .price-yearly-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.landing-pricing .card .card-header,
.landing-pricing .card .card-body {
  padding: 2rem;
}

.landing-faq {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-faq .faq-image {
  max-width: 20rem;
  width: 80%;
}

.landing-cta {
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-contact .text-heading {
  overflow-wrap: anywhere;
}
.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}
.landing-contact .contact-img-box::before {
  content: url("../../../img/front-pages/icons/contact-border.png");
  position: absolute;
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}
@media (max-width: 767.98px) {
  .landing-contact .contact-img-box::before {
    display: none;
  }
}

.light-style .landing-hero {
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
}
.light-style .landing-hero::after {
  background-color: #fff;
}
.light-style .landing-cta {
  background-image: url("../../../img/front-pages/backgrounds/cta-bg.png");
}

.dark-style .landing-hero {
  background: #1e2130;
}
.dark-style .landing-hero::after {
  background-color: #2f3349;
}
.dark-style .landing-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../../../img/front-pages/backgrounds/hero-bg-dark.png") center no-repeat;
  background-size: contain;
}
.dark-style .landing-cta {
  background-image: url("../../../img/front-pages/backgrounds/cta-bg-dark.png");
}

[dir=rtl] .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}
[dir=rtl] .landing-pricing .switch .switch-label {
  padding-right: 0;
}
[dir=rtl] .landing-pricing .switch .switch-label:first-child {
  padding-left: 0.5rem;
}
[dir=rtl] .landing-pricing .switch .switch-input ~ .switch-label {
  padding-right: 3rem;
}
[dir=rtl] .landing-contact .contact-img-box {
  border-radius: 0.375rem 3.75rem 0.375rem 0.375rem;
}
[dir=rtl] .landing-contact .contact-img-box::before {
  inset-block-start: -1.875rem;
  inset-inline-start: -3.125rem;
  transform: rotate(90deg);
} */



.text-content{
  position: relative;
  padding-bottom: 120px;
}
.hero { 
  min-height: 95vh; 
  display: grid; 
  align-content: center; 
}
.hero-title { 
  font-size: 3.5rem; 
  font-weight: 600; 
  line-height: 1.2; 
  color: #1E2F4B; 
}
.housetrip-highlight { 
  color: #5FCF2F !important; 
  font-weight: 800; 
}
.hero-subtitle { 
  font-size: 1.05rem; 
  color: #6E7A8D; 
}
.hero-left  { 
  position: relative; 
  z-index: 2; 
}
.hero-right { 
  position: relative; 
  z-index: 1; 
}
.hero-btn {
  font-weight: bold;
  border-radius: 5px;
  min-width: 30%;
}
.hero-cta{
  left: 0; 
  bottom: 20px;
  transform: translateX(0px);
  z-index: 30;
  display: flex;
  gap: 30px;
  padding: 25px;
  border-radius: 16px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 22px 44px rgba(0,0,0,.20);
  white-space: nowrap;
}

.mosaic{
  position: relative;
  width: clamp(420px, 44vw, 710px);
  aspect-ratio: 710 / 663;
}
.mosaic .m{
  position: absolute;
  object-fit: cover;
  width: 100%; height: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}
.mosaic .t1{ 
  left: 5.634%; 
  top: 0%;       
  width: 47.324%; 
  height: 50.528%; 
}
.mosaic .t2{ 
  left: 56.338%; 
  top: 2.866%;  
  width: 43.662%; 
  height: 41.176%; 
}
.mosaic .t3{ 
  left: 0%;       
  top: 52.790%; 
  width: 58.732%; 
  height: 47.210%; 
}
.mosaic .t4{ 
  left: 62.113%; 
  top: 48.718%;
  width: 36.197%; 
  height: 46.154%; 
}
.mosaic .t1 img, .mosaic .t2 img, .mosaic .t3 img, .mosaic .t4 img{ 
  width:100%; 
  height:100%; 
  object-fit: cover; 
}
.btn-main {
  color: white;
  background-color: #139400;
  border-color: #139400;
  padding: 18px 24px;

}
.btn-main:hover {
  color: #fff !important;
  background-color: #118000 !important;
  border-color: #118000 !important;
}
.btn-main-outline {
  background-color: transparent;
  border: 2px solid #139400;
  color: #139400;
  font-weight: bold;
  padding: 18px 24px;
  border-radius: 5px;
}
.btn-main-outline:hover {
  background-color: #139400;
  color: white;
}


/* === Missão === */
.missao-subtitle{
  color:#445A7D;
  font-size:clamp(1rem, 1.4vw, 20px);
  line-height:1.35;
  max-width: 34rem;
}

.btn-descubra{
  background:#1E2F4B;
  color:#F5F5F5;
  border-radius:8px;
  padding:16px 28px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.4px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  border:0;
}
.btn-descubra:hover{ 
  background:#1E2F4B;
  color:#F5F5F5;
}
.missao-mosaic{
  position:relative;
  width:clamp(420px, 53vw, 661px);
  aspect-ratio:661/577;
}
.mm{
  position:absolute;
  width:100%; height:100%;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 18px 36px rgba(0,0,0,.18);
}
.m-big{
  left:0%;   top:15.77%;
  width:75.79%; height:84.23%;
}
.m-top{
  left:47.35%; top:0%;
  width:45.99%; height:45.40%;
}
.m-mid{
  left:67.64%; top:38.81%;
  width:32.38%; height:32.41%;
}

/* === Cabeçalho da seção === */
.top-title{
  color:#5FCF2F; font-weight:700; font-size:16px; line-height:27px; text-align:center;
}
.secao-title{
  color:#1E2F4B; font-weight:700; text-align:center;
  font-size:clamp(1.6rem, 2.3vw, 32px); line-height:1.1; margin-top:.25rem;
}
.secao-subtitle{
  color:#6E7A8D; text-align:center; margin:.75rem auto 2rem; max-width: 42rem;
  font-size:14px; line-height:1.35;
}

/* === Card === */
.card-item{
  position: relative;
  scroll-snap-align:start;
  /* background: rgba(245,241,238,.70); */
  background-color: #fff;
  border-radius:24px;
  box-shadow: 0 5px 5px rgba(0,0,0,.15);
  flex: 0 0 auto;
  overflow: hidden;
}
.card-media img{
  display:block; width:100%;
  height: clamp(180px, 18vw, 240px);
  object-fit: cover;
  border-top-left-radius:16px; border-top-right-radius:16px;
}
.card-body{ padding: 20px; }
.card-price {
  font-size: 18px;
  font-weight: 700;
  color: #139400;
}
.card-price .currency {
  font-size: 14px;
}
.card-item .card-badge {
  top: 225px;
  position: absolute;
  left: 0;
  background: #5FCF2F;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 4px 12px 4px 20px;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.25);
  display: flex;
  align-items: center;
  height: 30px;
  width: 130px;
}
.card-item .card-badge .badge-text {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding-left: 8px;
}
.chips-row{ display:flex; gap:8px; margin-top:8px; margin-bottom:10px; }
.chip{
  display:inline-flex; align-items:center; gap:6px;
  font-weight:600; border-radius:4px; padding:4px 8px; font-size:11px;
  background: rgba(95,207,47,.25); color:#1B273B;
  border: 1px solid rgba(205,205,205,.20);
}
.chip-type{
  padding:4px 10px; font-size:11px;
}
.chip-info{ 
  background: rgba(95,207,47,.25); 
}
.title-row{
  display:flex; 
  align-items:center; 
  justify-content:space-between; 
  gap:10px;
}
.card-title{
  color:#1E2F4B; 
  font-size:14px; 
  font-weight:700; 
  margin:0;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
  max-width: 60%;
}
.card-location{ 
  color:#6E7A8D; 
  font-size:12px; 
  font-weight:500; 
  margin-top:0px; 
}
.btn-conhecer {
  color: white;
  background-color: #139400;
  border-color: #139400;
  padding:12px 18px;
  font-size:11px;
  font-weight:700
}
.btn-conhecer:hover {
  color: #fff !important;
  background-color: #118000 !important;
  border-color: #118000 !important;
}

/* === EXperiencias === */
.exp-subtitle{
  color:#6E7A8D;
  font-size:clamp(1rem, 1.4vw, 20px);
  line-height:1.35;
  max-width: 38rem;
}
.exp-subtitle .housetrip-highlight{
  color:#445A7D;
}
.exp-mosaic{
  position:relative;
  width: clamp(420px, 46vw, 598px);
  aspect-ratio: 598 / 521;
}
.exp-img{
  position:absolute;
  width:100%; height:100%;
  object-fit:cover;
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.exp-i1{
  left:66.56%; top:0%;
  width:33.44%; height:48.37%;
  border-radius:50px 10px 10px 10px;
}
.exp-i2{
  left:37.12%; top:13.44%;
  width:25.92%; height:52.40%;
  border-radius:50px 10px 10px 10px;
}
.exp-i3{
  left:37.12%; top:68.71%;
  width:25.92%; height:31.29%;
  border-radius: 10px;
}
.exp-i4{
  left:0%; top:30.71%;
  width:33.78%; height:69.29%;
  border-radius:50px 10px 10px 10px;
}
.exp-i5{
  left:66.56%; top:52.98%;
  width:33.44%; height:47.02%;
  border-radius:10px;
}

@media (max-width: 768px) {
  /* Hero */
  .hero {
    min-height: auto;
    padding: 4rem 1rem 1rem;
    text-align: center;
  }
  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .hero-subtitle {
    font-size: 0.95rem;
  }
  .hero-cta {
    position: static;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .mosaic {
    width: 100% !important;
    max-width: 320px; 
  }
  .mosaic .m {
    border-radius: 16px;
  }

  /* Missão */
  .missao-copy {
    padding: 2rem 1rem !important;
  }
  .btn-descubra {
    width: 100%;
  }
  .missao-mosaic {
    width: 100%;
    max-width: 340px;
  }

  /* Cards (chalés/veículos) */
  .card-item {
    width: 100% !important;
    max-width: 100%;
  }
  .card-media img {
    height: 180px;
  }

  /* Experiências */
  .exp-mosaic {
    width: 100%;
    max-width: 340px;
  }
  .exp-subtitle {
    font-size: 0.95rem;
  }
}