.VMO-startBlock-91 {
  padding: 60px 20px 25px;
  text-align: center;
}

.VMO-startInner-91 {
  max-width: 1100px;
  margin: 0 auto;
}

.VMO-smallLabel-91 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #18F2B8;
  margin-bottom: 14px;
}

.VMO-mainTitle-91 {
  max-width: 950px;
  margin: 0 auto 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 950;
  color: #14384a;
}

.VMO-mainText-91 {
  max-width: 850px;
  margin: 0 auto 26px;
  font-size: 20px;
  line-height: 1.7;
  color: #52677a;
}

.VMO-quickLinks-91 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.VMO-pillLink-91 {
  padding: 12px 20px;
  border-radius: 999px;
  background: white;
  color: #14384a;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: 0.25s ease;
}

.VMO-pillLink-91:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #18F2B8 0%, #0EA5E9 100%);
  color: white;
}

.VMO-trustRow-91 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.VMO-trustItem-91 {
  min-width: 320px;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255,255,255);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);

  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  flex-direction: column;
}

.VMO-trustItem-91 i {
  width: 70px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 36px;
  margin-bottom: 0;
  flex-shrink: 0;

  position: relative;
  z-index: 1;

  background: linear-gradient(135deg, #18F2B8 0%, #0EA5E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.VMO-trustItem-91 i::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.12);
  z-index: -1;
}

.VMO-trustItem-91 > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.VMO-trustItem-91 strong {
  font-size: 28px;
  margin-bottom: 4px;
  background: linear-gradient(65deg, #18f2e0 20%, #41bdf5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.VMO-trustItem-91 span {
  color: #52677a;
  font-weight: 700;
  text-align: center;
}


.VMO-destIntro-91 {
  text-align: center;
  padding: 35px 20px 10px;
}

.VMO-destInner-91 {
  max-width: 850px;
  margin: 0 auto;
}

.VMO-sectionLabel-91 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #18F2B8;
}

.VMO-sectionTitle-91 {
  font-size: clamp(30px, 4vw, 48px);
  margin: 10px 0;
  color: #14384a;
  font-weight: 950;
}

.VMO-sectionText-91 {
  font-size: 18px;
  line-height: 1.7;
  color: #52677a;
}

.VMO-startBlock-91 {
  position: relative;
  overflow: hidden;
  padding: 65px 10px 20px;
  text-align: center;
}

.VMO-startBlock-91::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      rgba(0, 25, 45, 0.55),
      rgba(0, 25, 45, 0.55)
    ),
    url('../images/mallorcabg.jpg');

  background-size: cover;
  background-position: center;
  z-index: 0;
}

.VMO-startInner-91 {
    position: relative;
    z-index: 2;
}

.VMO-smallLabel-91,
.VMO-mainTitle-91,
.VMO-mainText-91 {
  color: white;
}

.VMO-mainTitle-91 {
  text-shadow: 0 8px 35px rgba(0,0,0,0.45);
}

.VMO-mainText-91 {
  color: rgba(255,255,255,0.9);
}

.VMO-ctaBtn-91 {
    display: inline-block;
    margin: -10px 0 18px;

    padding: 16px 36px;
    border-radius: 999px;

    background: linear-gradient(135deg, #18F2B8 0%, #0EA5E9 100%);
    color: white;
    font-weight: 700;
    text-decoration: none;

    transition: 0.25s;
	box-shadow: 0 10px 30px rgba(14,165,233,0.25);
}

.VMO-ctaBtn-91:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #0EA5E9 0%, #18F2B8 100%);
}

@media (max-width: 768px) {


  .VMO-mainText-91,
  .VMO-sectionText-91 {
    font-size: 16px;
  }

  .VMO-trustItem-91 {
    width: 100%;
  }
}