/* home-final.css — standalone stylesheet for Views/Home/final.cshtml */
.hf-page{--pink:#ec1361;--pink-dark:#c90e52;--ink:#1b1b2b;--navy:#101a3d;--cream:#faf4ec;--muted:#6b7280;overflow-x:hidden;font-family:'Plus Jakarta Sans',Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;}
.hf-page *{box-sizing:border-box;}
.hf-page a{text-decoration:none;color:inherit;}
.hf-page ul{list-style:none;margin:0;padding:0;}
.hf-page button{font-family:inherit;cursor:pointer;}
.hf-shell{max-width:1240px;margin:0 auto;padding:0 24px;}
.home-final .site-footer__contact-button{display:none;}

/* ---------- header (reaproveita o _marketplaceHeader real da home Showcase,
   ampliado para as proporções maiores do mockup da home final) ---------- */
.home-final.home-showcase .marketplace-header{min-height:60px;}
.home-final.home-showcase .marketplace-header .modern-shell{width:min(1240px, calc(100% - 48px));}
.home-final.home-showcase .marketplace-header--without-search .marketplace-header__primary{grid-template-columns:150px minmax(0,1fr) auto;gap:24px;min-height:60px;}
.home-final.home-showcase .marketplace-header__logo{width:140px;max-width:140px;height:36px;}
.home-final.home-showcase .marketplace-header__legacy-logo{width:140px;height:auto;max-height:36px;}
.home-final.home-showcase .marketplace-header__showcase-navigation{gap:22px;min-height:60px;}
.home-final.home-showcase .marketplace-header__showcase-navigation .marketplace-discover,
.home-final.home-showcase .marketplace-header__showcase-navigation .marketplace-simple-menu{min-height:60px;}
.home-final.home-showcase .marketplace-header__showcase-navigation > a,
.home-final.home-showcase .marketplace-header__showcase-navigation .marketplace-discover__trigger,
.home-final.home-showcase .marketplace-header__showcase-navigation .marketplace-simple-menu__trigger{font-size:13px;font-weight:600;gap:5px;}
.home-final.home-showcase .marketplace-header__showcase-navigation a i{font-size:10px;}
.home-final.home-showcase .marketplace-header__utilities{gap:18px;}
.home-final.home-showcase .marketplace-header__utilities > a,
.home-final.home-showcase .marketplace-header__account > a,
.home-final.home-showcase .marketplace-header__cart > a{font-size:12px;gap:6px;}
.home-final.home-showcase .marketplace-header__utilities i{font-size:17px;}
.home-final.home-showcase .marketplace-header__cart > a i{font-size:19px;}
@media (max-width:1199px){
    .home-final.home-showcase .marketplace-header--without-search .marketplace-header__primary{grid-template-columns:126px minmax(0,1fr) auto;gap:16px;}
    .home-final.home-showcase .marketplace-header__showcase-navigation{gap:14px;}
    .home-final.home-showcase .marketplace-header__showcase-navigation > a,
    .home-final.home-showcase .marketplace-header__showcase-navigation .marketplace-discover__trigger,
    .home-final.home-showcase .marketplace-header__showcase-navigation .marketplace-simple-menu__trigger{font-size:12px;}
}
@media (max-width:600px){
    .home-final.home-showcase .marketplace-header{min-height:48px;}
    .home-final.home-showcase .marketplace-header--without-search .marketplace-header__primary{min-height:48px;}
    .home-final.home-showcase .marketplace-header__logo{height:28px;}
    .home-final.home-showcase .marketplace-header__legacy-logo{max-height:28px;}
}

/* ---------- hero ---------- */
.hf-hero{position:relative;height:460px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(10,10,10,.6) 0%,rgba(10,10,10,.38) 42%,rgba(10,10,10,.12) 68%),var(--hero-bg) center/cover no-repeat;color:#fff;}
.hf-hero > .hf-shell{width:100%;}
.hf-hero__content{max-width:640px;padding:0 24px;}
.hf-hero h1{color:#fff;font-size:38px;line-height:1.18;font-weight:800;margin:0 0 12px;text-shadow:0 2px 14px rgba(0,0,0,.35);}
.hf-hero__subtitle{color:#fff;font-size:15px;font-weight:600;line-height:1.5;margin:0 0 22px;text-shadow:0 1px 8px rgba(0,0,0,.3);}
.hf-hero__search.modern-search{position:relative;left:auto;bottom:auto;margin-top:0;display:flex;grid-template-columns:none;align-items:center;background:#fff;border-radius:999px;padding:6px;gap:8px;box-shadow:0 10px 26px rgba(0,0,0,.25);max-width:500px;transform:none;z-index:22;}
.hf-hero__search label{flex:1;display:flex;align-items:center;gap:8px;padding:7px 16px;color:#333;}
.hf-hero__search svg{width:16px;height:16px;color:#9a9aa5;flex-shrink:0;}
.hf-hero__search input{border:0;outline:0;font-size:13.5px;width:100%;font-family:inherit;color:#1b1b2b;}
.hf-hero__search input::placeholder{color:#9a9aa5;}
.hf-hero__search button{background:var(--pink);color:#fff;border:0;border-radius:999px;padding:11px 22px;font-weight:700;font-size:13.5px;white-space:nowrap;}
.hf-hero__search button:hover{background:var(--pink-dark);}
.hf-hero__benefits{display:flex;gap:18px;margin-top:16px;font-size:12px;font-weight:700;flex-wrap:wrap;}
.hf-hero__benefits span{display:flex;align-items:center;gap:6px;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.3);}
.hf-hero__benefits svg{width:15px;height:15px;color:#fff;}
.hf-hero__trust{display:none;}
@media (max-width:600px){
    .hf-hero{height:auto;min-height:410px;padding:0;align-items:flex-start;}
    .hf-hero > .hf-shell{padding:0;}
    .hf-hero__content{width:100%;max-width:100%;padding:78px 20px 10px;}
    .hf-hero h1{font-size:20px;line-height:1.25;margin-bottom:12px;white-space:normal;overflow-wrap:break-word;}
    .hf-hero__subtitle{font-size:12.5px;white-space:normal;overflow-wrap:break-word;margin-bottom:22px;}
    .hf-hero__benefits{display:none;}
    .hf-hero__search.modern-search{max-width:100%;}
    .hf-hero__search label{padding:9px 4px 9px 14px;}
    .hf-hero__search input{font-size:12.5px;}
    .hf-hero__search button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;flex-shrink:0;font-size:0;border-radius:50%;}
    .hf-hero__search button::after{content:"";width:15px;height:15px;background:#fff;-webkit-mask:url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'black\' stroke-width=\'2\'%3E%3Ccircle cx=\'11\' cy=\'11\' r=\'7\'/%3E%3Cpath d=\'M21 21l-4.3-4.3\'/%3E%3C/svg%3E') center/contain no-repeat;mask:url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'black\' stroke-width=\'2\'%3E%3Ccircle cx=\'11\' cy=\'11\' r=\'7\'/%3E%3Cpath d=\'M21 21l-4.3-4.3\'/%3E%3C/svg%3E') center/contain no-repeat;}
    .hf-hero__trust{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;margin-top:22px;}
    .hf-hero__trust span{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;color:#fff;font-size:10.5px;font-weight:600;text-align:center;line-height:1.25;text-shadow:0 1px 6px rgba(0,0,0,.4);}
    .hf-hero__trust svg{width:20px;height:20px;color:#fff;flex-shrink:0;}
}

/* ---------- generic section heading ---------- */
.hf-section{padding:36px 0;}
.hf-section--cream{background:var(--cream);}
.hf-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px;gap:16px;flex-wrap:wrap;}
.hf-heading h2{font-size:26px;font-weight:800;margin:0 0 6px;}
.hf-heading p{color:var(--muted);font-size:14.5px;margin:0;max-width:420px;}
.hf-heading__link{color:var(--pink);font-weight:700;font-size:14.5px;white-space:nowrap;}
.hf-heading__link:hover{text-decoration:underline;}

/* ---------- destinos ---------- */
.hf-destinos{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:center;}
.hf-destinos__intro h2{font-size:26px;font-weight:800;margin:0 0 8px;}
.hf-destinos__intro p{color:var(--muted);font-size:14.5px;margin:0 0 20px;}
.hf-pill-btn{display:inline-block;border:1.5px solid var(--pink);color:var(--pink);border-radius:999px;padding:10px 20px;font-weight:700;font-size:14px;}
.hf-pill-btn:hover{background:var(--pink);color:#fff;}
.hf-destinos__track-wrap{position:relative;}
.hf-destinos__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;}
.hf-destinos__track::-webkit-scrollbar{display:none;}
a.hf-destino-card{flex:0 0 calc((100% - 72px) / 5);scroll-snap-align:start;position:relative;height:230px;border-radius:16px;overflow:hidden;background:var(--card-bg) center/cover no-repeat;display:flex;align-items:flex-end;padding:16px;color:#fff;}
.hf-destino-card::before,.hf-destino-mcard::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.72) 100%);}
.hf-destino-card span,.hf-destino-mcard span{position:relative;z-index:1;}
.hf-destino-card strong,.hf-destino-mcard strong{display:block;font-size:17px;font-weight:800;}
.hf-destino-card small,.hf-destino-mcard small{display:block;font-size:12px;color:#e9e9ef;margin-top:2px;}
.hf-destinos__mobile-grid,a.hf-destino-mcard,.hf-destinos__mobile-more{display:none;}
.hf-round-arrow{position:absolute;top:50%;z-index:2;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ececf1;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.14);transform:translateY(-50%);flex-shrink:0;}
.hf-round-arrow[hidden]{display:none;}
.hf-round-arrow svg{width:16px;height:16px;}
.hf-round-arrow--next{right:-20px;}
.hf-round-arrow--prev{left:-20px;}

/* ---------- experiences ---------- */
.hf-experiences-wrap{position:relative;}
.hf-experiences__more{display:none;}
.hf-experiences{display:flex;gap:20px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;}
.hf-experiences::-webkit-scrollbar{display:none;}
.hf-product-card{position:relative;display:flex;flex-direction:column;flex:0 0 220px;border:1px solid #ececf1;border-radius:16px;overflow:visible;background:#fff;box-shadow:0 2px 10px rgba(20,20,40,.04);}
.hf-product-card__image{height:150px;border-radius:16px 16px 0 0;overflow:hidden;flex-shrink:0;}
.hf-product-card__image img{width:100%;height:100%;object-fit:cover;display:block;}
.hf-product-card__badge{position:absolute;left:10px;top:150px;transform:translateY(-50%);z-index:1;background:#fff;color:var(--ink);font-size:10.5px;font-weight:700;padding:4px 9px;border-radius:999px;box-shadow:0 3px 8px rgba(20,20,40,.12);max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hf-product-card__body{display:flex;flex-direction:column;flex:1;padding:26px 14px 14px;}
.hf-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14.5px;font-weight:700;margin:0 0 6px;line-height:1.3;min-height:38px;}
.hf-product-card__rating{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);margin-bottom:6px;}
.hf-product-card__rating svg{width:13px;height:13px;flex-shrink:0;}
.hf-product-card__rating strong{color:var(--ink);font-weight:800;}
.hf-product-card__row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;}
.hf-product-card__price small{display:block;font-size:10.5px;color:var(--muted);}
.hf-product-card__price strong{display:block;font-size:15px;font-weight:800;}
a.hf-btn-pink,.hf-btn-pink{background:var(--pink);color:#fff;border:0;border-radius:999px;padding:7px 14px;font-weight:600;font-size:11px;white-space:nowrap;}
a.hf-btn-pink:hover,.hf-btn-pink:hover{background:var(--pink-dark);color:#fff;}

/* ---------- why ---------- */
.hf-why{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.hf-why article{border:1px solid #ececf1;border-radius:14px;padding:18px;}
.hf-why__head{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.hf-why svg{width:20px;height:20px;color:var(--pink);flex-shrink:0;}
.hf-why strong{font-size:13.5px;line-height:1.25;}
.hf-why p{margin:0;font-size:12.5px;color:var(--muted);line-height:1.5;}

/* ---------- reviews ---------- */
.hf-reviews{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;}
.hf-reviews__score h3{font-size:17px;font-weight:800;margin:0 0 6px;line-height:1.3;}
.hf-reviews__score strong{display:block;font-size:28px;font-weight:800;}
.hf-reviews__score .hf-stars{color:#f5a623;font-size:16px;letter-spacing:2px;display:block;margin:2px 0;}
.hf-reviews__score small{color:var(--muted);font-size:12.5px;}
.hf-testimonials{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;}
.hf-testimonials::-webkit-scrollbar{display:none;}
.hf-testimonial{flex:0 0 calc((100% - 36px) / 3);scroll-snap-align:start;background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 10px rgba(20,20,40,.05);}
.hf-testimonial__badge{display:inline-block;background:#e9f9ee;color:#1a9c50;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:8px;margin-bottom:10px;}
.hf-testimonial p{font-size:13.5px;line-height:1.5;margin:0 0 12px;color:#333;}
.hf-testimonial__author{display:flex;align-items:center;gap:10px;}
.hf-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#ddd;}
.hf-testimonial__author strong{display:block;font-size:13.5px;}
.hf-testimonial__author span{display:block;font-size:12px;color:var(--muted);}
.hf-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;}
.hf-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d9d9e2;cursor:pointer;transition:width .2s ease,border-radius .2s ease;}
.hf-dots button.is-active{background:var(--pink);width:20px;border-radius:4px;}

/* ---------- inspire ---------- */
.hf-inspire{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.hf-inspire-card__image{height:170px;border-radius:16px;overflow:hidden;margin-bottom:14px;}
.hf-inspire-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;}
.hf-inspire-card:hover .hf-inspire-card__image img{transform:scale(1.05);}
.hf-inspire-card h3{font-size:16px;font-weight:800;margin:0 0 8px;}
.hf-inspire-card p{font-size:13.5px;color:var(--muted);margin:0 0 10px;line-height:1.5;}
.hf-inspire-card__link{color:var(--pink);font-weight:700;font-size:13.5px;}

/* ---------- newsletter ---------- */
.hf-section--newsletter{padding-top:0;padding-bottom:0;}
.hf-newsletter{position:relative;background:linear-gradient(90deg,var(--pink) 0%,#ff5f8f 100%);border-radius:16px 16px 0 0;padding:18px 52px;color:#fff;overflow:hidden;}
.hf-newsletter__inner{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;}
.hf-newsletter__text h3{color:#fff;font-size:16px;font-weight:800;margin:0 0 2px;}
.hf-newsletter__text p{margin:0;font-size:12.5px;color:#ffe3ec;}
.hf-newsletter form{display:flex;gap:8px;background:#fff;border-radius:999px;padding:5px;flex:0 0 360px;max-width:100%;}
.hf-newsletter input{flex:1;border:0;outline:0;padding:8px 14px;font-size:13px;border-radius:999px;font-family:inherit;color:#1b1b2b;}
.hf-newsletter button{background:var(--ink);color:#fff;border:0;border-radius:999px;padding:9px 18px;font-weight:700;font-size:12.5px;white-space:nowrap;}
.hf-newsletter__plane{position:absolute;top:50%;width:26px;height:26px;opacity:.85;pointer-events:none;}
.hf-newsletter__plane--left{left:16px;transform:translateY(-50%);}
.hf-newsletter__plane--right{right:16px;transform:translateY(-50%) scaleX(-1);}
.hf-newsletter button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:118px;}
.hf-newsletter button:disabled{opacity:.75;cursor:default;}
.hf-newsletter__spinner{width:15px;height:15px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:hf-newsletter-spin .7s linear infinite;}
@keyframes hf-newsletter-spin{to{transform:rotate(360deg);}}
.hf-newsletter__error{margin:8px 0 0;padding:0 52px;font-size:12.5px;color:#fff5f5;background:rgba(0,0,0,.12);border-radius:0 0 16px 16px;text-align:center;}
.hf-newsletter__error:not([hidden]){padding-top:8px;padding-bottom:8px;}

/* ---------- newsletter success modal ---------- */
.hf-newsletter-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;}
.hf-newsletter-modal[hidden]{display:none;}
.hf-newsletter-modal__backdrop{position:absolute;inset:0;background:rgba(16,26,61,.55);}
.hf-newsletter-modal__card{position:relative;background:#fff;border-radius:20px;padding:36px 32px;max-width:380px;width:100%;text-align:center;box-shadow:0 24px 60px rgba(16,26,61,.28);}
.hf-newsletter-modal__icon{width:52px;height:52px;margin:0 auto 16px;display:block;}
.hf-newsletter-modal__card h3{margin:0 0 8px;font-size:19px;font-weight:800;color:var(--ink);}
.hf-newsletter-modal__card p{margin:0 0 22px;font-size:13.5px;color:var(--muted);line-height:1.5;}
.hf-newsletter-modal__button{background:var(--pink);color:#fff;border:0;border-radius:999px;padding:11px 28px;font-weight:700;font-size:13.5px;}
.hf-newsletter-modal__close{position:absolute;top:12px;right:14px;background:transparent;border:0;font-size:22px;line-height:1;color:var(--muted);padding:4px;}

@media (max-width:1080px){
  .hf-destinos{grid-template-columns:1fr;}
  .hf-round-arrow{display:none;}
  .hf-destinos__track{display:flex;overflow-x:auto;scrollbar-width:none;}
  .hf-destinos__track::-webkit-scrollbar{display:none;}
  .hf-destino-card{flex:0 0 190px;}
  .hf-why{grid-template-columns:repeat(2,1fr);}
  .hf-reviews{grid-template-columns:1fr;}
  .hf-testimonial{flex:0 0 calc((100% - 18px) / 2);}
  .hf-inspire{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .hf-hero h1{font-size:32px;}
  .hf-hero__benefits{flex-direction:column;gap:10px;}
  .hf-why{grid-template-columns:1fr;}
  .hf-testimonial{flex:0 0 88%;}
  .hf-newsletter{padding:18px 20px;}
  .hf-newsletter__inner{flex-direction:column;text-align:center;gap:14px;}
  .hf-newsletter__text h3{font-size:14px;line-height:1.3;}
  .hf-newsletter__text p{font-size:11px;line-height:1.4;}
  .hf-newsletter form{flex:1 1 100%;gap:4px;padding:4px;}
  .hf-newsletter input{font-size:11.5px;padding:8px 4px 8px 12px;}
  .hf-newsletter button{font-size:10.5px;padding:8px 12px;}
  .hf-newsletter__plane{display:none;}
  .hf-destinos{display:block;}
  .hf-destinos__intro{display:block;}
  .hf-destinos__intro h2{margin-bottom:14px;text-align:center;}
  .hf-destinos__intro p{display:none;}
  .hf-destinos__intro .hf-pill-btn{display:none;}
  .hf-destinos__track-wrap{display:none;}
  .hf-destinos__mobile-grid{display:flex;flex-direction:column;gap:8px;}
  .hf-destinos__mobile-row{display:flex;gap:8px;}
  a.hf-destino-mcard{display:flex;flex:1 1 0;min-width:0;height:190px;position:relative;align-items:flex-end;padding:16px;border-radius:16px;overflow:hidden;background:var(--card-bg) center/cover no-repeat;color:#fff;}
  .hf-destinos__mobile-more{display:block;width:max-content;margin:16px auto 0;}
  .hf-exp-link{display:none;}
  .hf-experiences{display:flex;flex-direction:column;gap:14px;overflow:visible;}
  .hf-product-card{flex:none;width:100%;}
  .hf-product-card:nth-child(n+5){display:none;}
  .hf-experiences__more{display:block;width:max-content;margin:16px auto 0;}
}
