.elementor-7967 .elementor-element.elementor-element-39ff144{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7967 .elementor-element.elementor-element-ca0c425{--display:flex;}.elementor-7967 .elementor-element.elementor-element-ca0c425:not(.elementor-motion-effects-element-type-background), .elementor-7967 .elementor-element.elementor-element-ca0c425 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D4C4B0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7967 .elementor-element.elementor-element-39ff144{--content-width:1600px;}}@media(min-width:768px){.elementor-7967 .elementor-element.elementor-element-39ff144{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0a0693d */<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<style>
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat',sans-serif;
  background:#FAF8F3;
  color:#1C1A14;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{text-decoration:none;transition:.2s ease}
button{font-family:'Montserrat',sans-serif}

.vibes-section{
  width:100%;
  padding:80px 20px;
}
.vibes-container{
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
.vibes-section-light{background:#FAF8F3}
.vibes-section-cream{background:#F5EFE0}
.vibes-section-dark{background:#1C1A14;color:#fff}
.vibes-section-image{padding:0}
.vibes-center{text-align:center}

.vibes-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#03CFBB;
  margin-bottom:14px;
}
.vibes-title{
  font-size:42px;
  line-height:1.15;
  font-weight:800;
  margin-bottom:18px;
  letter-spacing:-0.02em;
}
.vibes-title em{
  color:#03CFBB;
  font-style:italic;
  font-weight:800;
}
.vibes-title.light{color:#fff}

.vibes-lead{
  max-width:760px;
  font-size:18px;
  line-height:1.7;
  color:#6B6458;
}
.vibes-center .vibes-lead{
  margin-left:auto;
  margin-right:auto;
}
.vibes-lead.light-soft{
  color:rgba(255,255,255,.78);
}

.vibes-text-block{
  max-width:780px;
  margin-top:28px;
}
.vibes-center .vibes-text-block{
  margin-left:auto;
  margin-right:auto;
}
.vibes-text-block p{
  font-size:17px;
  line-height:1.8;
  color:#4E473D;
  margin-bottom:16px;
}

.vibes-card-grid{
  display:grid;
  gap:18px;
  margin-top:34px;
}
.vibes-card-grid.three{grid-template-columns:repeat(3,1fr)}
.vibes-card-grid.two{grid-template-columns:repeat(2,1fr)}

.vibes-card{
  background:#fff;
  border:1px solid rgba(3,207,187,.10);
  border-radius:20px;
  padding:24px 22px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.vibes-card-highlight{
  border:1px solid rgba(3,207,187,.28);
  background:#F1FFFC;
}
.vibes-card h3{
  font-size:20px;
  line-height:1.3;
  font-weight:700;
  margin-bottom:10px;
  color:#1C1A14;
}
.vibes-card p{
  font-size:15px;
  line-height:1.72;
  color:#6B6458;
}

.vibes-gallery-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  grid-template-rows:320px 320px;
  gap:4px;
}
.vibes-gallery-item{
  overflow:hidden;
  position:relative;
  min-height:240px;
}
.vibes-gallery-item.large{
  grid-row:span 2;
}
.vibes-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.vibes-timeline{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-top:36px;
  max-width:900px;
}
.vibes-center .vibes-timeline{
  margin-left:auto;
  margin-right:auto;
}
.vibes-day{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:18px;
  background:#fff;
  border:1px solid rgba(3,207,187,.10);
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.vibes-day-highlight{
  border:1px solid rgba(3,207,187,.28);
  background:#F1FFFC;
}
.vibes-day-number{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#03CFBB;
  color:#1C1A14;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:800;
  margin-top:2px;
}
.vibes-day-content h3{
  font-size:24px;
  line-height:1.25;
  margin-bottom:8px;
  font-weight:700;
}
.vibes-day-content p{
  font-size:15px;
  line-height:1.75;
  color:#6B6458;
}

.vibes-team-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:34px;
}
.vibes-team-card{
  background:#fff;
  border:1px solid rgba(3,207,187,.10);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.vibes-team-card img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  object-position:top;
}
.vibes-team-card-body{
  padding:20px;
}
.vibes-team-card h3{
  font-size:22px;
  line-height:1.2;
  margin-bottom:8px;
  font-weight:700;
}
.vibes-team-card p{
  font-size:15px;
  line-height:1.7;
  color:#6B6458;
}

.vibes-price-box{
  max-width:640px;
  margin:32px auto 0;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(3,207,187,.16);
  border-radius:24px;
  padding:30px 24px;
}
.vibes-price-old{
  font-size:16px;
  color:rgba(255,255,255,.34);
  text-decoration:line-through;
  margin-bottom:8px;
}
.vibes-price-current{
  font-size:72px;
  line-height:1;
  font-weight:800;
  color:#fff;
  margin-bottom:10px;
}
.vibes-price-note{
  font-size:14px;
  color:#03CFBB;
  font-weight:700;
  margin-bottom:20px;
}
.vibes-price-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
  text-align:left;
  margin:0 0 24px;
  padding:0;
}
.vibes-price-list li{
  position:relative;
  padding-left:0;
  font-size:15px;
  line-height:1.65;
  color:rgba(255,255,255,.86);
}

.vibes-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#03CFBB;
  color:#1C1A14;
  border-radius:999px;
  padding:16px 28px;
  font-size:15px;
  font-weight:700;
}
.vibes-btn-primary:hover{
  background:#02b8a9;
  color:#fff;
}
.vibes-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.06);
  color:#fff;
  border-radius:999px;
  padding:16px 22px;
  font-size:15px;
  font-weight:600;
}
.vibes-btn-secondary:hover{
  border-color:#03CFBB;
  color:#03CFBB;
}

.vibes-form-box{
  max-width:560px;
  margin:30px auto 0;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(3,207,187,.16);
  border-radius:22px;
  padding:24px 18px;
}

.vibes-inline-highlight{
  color:#03CFBB;
  font-style:italic;
  font-weight:700;
}

.vibes-urgency-grid{
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:16px;
  max-width:860px;
  margin:24px auto 0;
}
.vibes-urgency-card{
  background:#fff;
  border:1px solid rgba(3,207,187,.12);
  border-radius:20px;
  padding:22px 20px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.vibes-urgency-card h3{
  font-size:16px;
  margin-bottom:12px;
  font-weight:700;
}
.vibes-urgency-card p{
  font-size:14px;
  line-height:1.6;
  color:#6B6458;
}
.vibes-spots-big{
  font-size:42px;
  line-height:1;
  font-weight:800;
  color:#1C1A14;
  margin-bottom:8px;
}
.vibes-spots-big span{
  color:#03CFBB;
}
.vibes-spots-sub{
  font-size:14px;
  color:#6B6458;
  font-weight:600;
}
.vibes-progress{
  width:100%;
  height:12px;
  background:#E9E3D6;
  border-radius:999px;
  overflow:hidden;
  margin-top:14px;
}
.vibes-progress-bar{
  width:40%;
  height:100%;
  background:#03CFBB;
}

.vibes-cta-band{
  margin-top:34px;
  background:#1C1A14;
  color:#fff;
  border-radius:24px;
  padding:28px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.vibes-cta-band h3{
  font-size:28px;
  line-height:1.2;
  margin-bottom:8px;
  font-weight:800;
}
.vibes-cta-band p{
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.72);
  max-width:620px;
}

.vibes-alloggio{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  margin-top:34px;
}
.vibes-alloggio-image{
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
}
.vibes-alloggio-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.vibes-alloggio-text{
  background:#fff;
  border:1px solid rgba(3,207,187,.10);
  border-radius:22px;
  padding:28px 24px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.vibes-alloggio-text h3{
  font-size:26px;
  margin-bottom:12px;
  line-height:1.2;
}
.vibes-alloggio-text p{
  font-size:15px;
  line-height:1.75;
  color:#6B6458;
  margin-bottom:12px;
}

.vibes-review-stars{
  color:#03CFBB;
  font-size:18px;
  letter-spacing:2px;
  margin-bottom:10px;
}
.vibes-review-meta{
  font-size:13px;
  color:#8A8378;
  font-weight:600;
  margin-bottom:10px;
}

.vibes-cta-image{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:28px;
}
.vibes-cta-image-bg{
  position:absolute;
  inset:0;
}
.vibes-cta-image-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.vibes-cta-image-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(28,26,20,.34) 0%,rgba(28,26,20,.74) 100%);
}
.vibes-cta-image-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:760px;
  padding:30px 20px;
}
.vibes-cta-image-content h2{
  font-size:46px;
  line-height:1.15;
  font-weight:800;
  color:#fff;
  margin-bottom:18px;
  letter-spacing:-0.02em;
}
.vibes-cta-image-content p{
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,.84);
  margin-bottom:26px;
}

/* FAQ */
.vibes-faq{
  max-width:900px;
  margin:34px auto 0;
  background:#fff;
  border:1px solid rgba(3,207,187,.10);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.vibes-faq-item{
  border-bottom:1px solid rgba(3,207,187,.10);
}
.vibes-faq-item:last-child{
  border-bottom:none;
}
.vibes-faq-btn{
  width:100%;
  background:none;
  border:none;
  text-align:left;
  padding:22px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  cursor:pointer;
  color:#1C1A14;
}
.vibes-faq-question{
  flex:1;
  min-width:0;
  font-size:17px;
  line-height:1.5;
  font-weight:700;
}
.vibes-faq-icon{
  width:32px;
  height:32px;
  border-radius:50%;
  border:1px solid rgba(3,207,187,.30);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#03CFBB;
  flex-shrink:0;
  transition:.2s ease;
}
.vibes-faq-answer{
  display:none;
  padding:0 24px 22px 24px;
  font-size:15px;
  line-height:1.75;
  color:#6B6458;
}
.vibes-faq-item.open .vibes-faq-answer{
  display:block;
}
.vibes-faq-item.open .vibes-faq-icon{
  transform:rotate(45deg);
  background:#03CFBB;
  color:#1C1A14;
  border-color:#03CFBB;
}

/* Hero */
.vibes-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:80px 20px;
  overflow:hidden;
  background:#1C1A14;
}
.vibes-hero-bg{
  position:absolute;
  inset:0;
}
.vibes-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.vibes-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(28,26,20,.45) 0%,rgba(28,26,20,.35) 35%,rgba(28,26,20,.78) 100%);
}
.vibes-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:820px;
  text-align:center;
  color:#fff;
}
.vibes-hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  padding:10px 18px;
  border-radius:999px;
  margin-bottom:24px;
}
.vibes-hero-title{
  font-size:64px;
  line-height:1.02;
  font-weight:800;
  letter-spacing:-0.03em;
  margin:0 0 18px;
  color:#fff;
}
.vibes-hero-title em{
  color:#03CFBB;
  font-style:italic;
  font-weight:800;
}
.vibes-hero-subtitle{
  font-size:19px;
  line-height:1.7;
  font-weight:500;
  color:rgba(255,255,255,.92);
  max-width:720px;
  margin:0 auto 34px;
}
.vibes-hero-cta-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:32px;
}
.vibes-countdown-box{
  display:inline-block;
  background:rgba(28,26,20,.5);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  border-radius:18px;
  padding:18px 18px 16px;
}
.vibes-countdown-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
  margin-bottom:14px;
}
.vibes-countdown{
  display:grid;
  grid-template-columns:repeat(4,minmax(62px,1fr));
  gap:10px;
}
.vibes-time-unit{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:12px 10px;
  text-align:center;
  min-width:68px;
}
.vibes-time-number{
  display:block;
  font-size:30px;
  line-height:1;
  font-weight:800;
  color:#03CFBB;
  margin-bottom:5px;
}
.vibes-time-text{
  display:block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.58);
}

/* MailerLite */
.vibes-form-box .ml-form-embedWrapper,
.vibes-form-box .ml-embedded{
  background:transparent!important;
}
.vibes-form-box .ml-form-embedBody{
  padding:0!important;
}
.vibes-form-box .ml-form-fieldRow input{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(3,207,187,.22)!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:14px 18px!important;
  font-family:'Montserrat',sans-serif!important;
  font-size:14px!important;
}
.vibes-form-box .ml-form-fieldRow input::placeholder{
  color:rgba(255,255,255,.40)!important;
}
.vibes-form-box .ml-form-embedSubmit button{
  background:#03CFBB!important;
  color:#1C1A14!important;
  border:none!important;
  border-radius:999px!important;
  font-family:'Montserrat',sans-serif!important;
  font-size:15px!important;
  font-weight:700!important;
  width:100%!important;
  padding:16px!important;
}
.vibes-form-box .ml-form-checkboxRow label,
.vibes-form-box .ml-form-privacyPolicyText{
  color:rgba(255,255,255,.42)!important;
  font-size:11px!important;
}

/* Tablet */
@media (max-width: 991px){
  .vibes-title{font-size:34px}
  .vibes-hero-title{font-size:52px}
  .vibes-lead{font-size:17px}
  .vibes-card-grid.three{grid-template-columns:repeat(2,1fr)}
  .vibes-team-grid{grid-template-columns:repeat(2,1fr)}
  .vibes-gallery-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:260px 260px;
  }
  .vibes-gallery-item.large{grid-row:span 1}
  .vibes-urgency-grid{grid-template-columns:1fr 1fr}
  .vibes-alloggio{grid-template-columns:1fr}
  .vibes-cta-band{flex-direction:column;align-items:flex-start}
  .vibes-cta-image-content h2{font-size:38px}
}

/* Mobile */
@media (max-width: 767px){
  .vibes-section{padding:56px 16px}

  .vibes-title{
    font-size:29px;
    line-height:1.18;
  }
  .vibes-lead{
    font-size:15px;
    line-height:1.7;
  }
  .vibes-text-block p{
    font-size:15px;
    line-height:1.75;
  }

  .vibes-card-grid.three,
  .vibes-card-grid.two,
  .vibes-team-grid,
  .vibes-urgency-grid{
    grid-template-columns:1fr;
  }

  .vibes-card{
    padding:20px 18px;
  }

  .vibes-day{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px 16px;
  }
  .vibes-day-number{
    width:42px;
    height:42px;
    font-size:16px;
  }
  .vibes-day-content h3{
    font-size:20px;
  }
  .vibes-day-content p{
    font-size:14px;
    line-height:1.72;
  }

  .vibes-gallery-grid{
    grid-template-columns:1fr;
    grid-template-rows:none;
  }
  .vibes-gallery-item,
  .vibes-gallery-item.large{
    min-height:240px;
  }

  .vibes-price-current{
    font-size:54px;
  }

  .vibes-hero{
    min-height:100svh;
    padding:72px 16px;
  }
  .vibes-hero-badge{
    font-size:10px;
    padding:9px 14px;
    margin-bottom:18px;
  }
  .vibes-hero-title{
    font-size:38px;
    line-height:1.05;
    margin-bottom:14px;
  }
  .vibes-hero-subtitle{
    font-size:15px;
    line-height:1.65;
    margin-bottom:24px;
  }
  .vibes-hero-cta-wrap{
    flex-direction:column;
    gap:10px;
    margin-bottom:24px;
  }

  .vibes-btn-primary,
  .vibes-btn-secondary{
    width:100%;
    max-width:320px;
    padding:15px 20px;
    font-size:14px;
  }

  .vibes-countdown-box{
    width:100%;
    max-width:360px;
    padding:16px 12px 14px;
  }
  .vibes-countdown{
    grid-template-columns:repeat(4,1fr);
    gap:8px;
  }
  .vibes-time-unit{
    min-width:0;
    padding:10px 6px;
  }
  .vibes-time-number{
    font-size:24px;
  }
  .vibes-time-text{
    font-size:9px;
  }

  .vibes-spots-big{
    font-size:34px;
  }

  .vibes-cta-band{
    padding:22px 18px;
  }
  .vibes-cta-band h3{
    font-size:24px;
  }

  .vibes-cta-image{
    min-height:420px;
    border-radius:22px;
  }
  .vibes-cta-image-content h2{
    font-size:30px;
    line-height:1.18;
  }
  .vibes-cta-image-content p{
    font-size:15px;
    line-height:1.7;
  }

  .vibes-faq{
    border-radius:20px;
  }
  .vibes-faq-btn{
    padding:18px 16px;
    align-items:flex-start;
  }
  .vibes-faq-question{
    font-size:15px;
    line-height:1.55;
    padding-top:2px;
  }
  .vibes-faq-icon{
    width:30px;
    height:30px;
    font-size:18px;
  }
  .vibes-faq-answer{
    padding:0 16px 18px 16px;
    font-size:14px;
    line-height:1.72;
  }
}
</style>/* End custom CSS */